@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Kanit|Prompt';

.img-server-error {
    width: 80px;
    height: 80px;
    position: relative;
    bottom: 20px
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s,opacity .4s;
    background-color: #000;
    z-index: 999999
}

    .nuxt-progress.nuxt-progress-notransition {
        transition: none
    }

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

html {
    font-family: Kanit,Prompt,sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

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

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

[tabindex="-1"]:focus:not(.focus-visible), [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 {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

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

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]), 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 {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

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

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

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small, small {
    font-size: .875em;
    font-weight: 400
}

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

.list-inline, .list-unstyled {
    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: .875em;
    color: #6c757d
}

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.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: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

    .offset-sm-1 {
        margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

    .offset-md-1 {
        margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

    .offset-lg-1 {
        margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

    .offset-xl-1 {
        margin-left: 8.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, .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, .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, .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, .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, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

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

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

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

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

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #ed969e
    }

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

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

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

.table-hover .table-light:hover, .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, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

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

.table .thead-dark th {
    color: #fff;
    background-color: #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: hsla(0,0%,100%,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: hsla(0,0%,100%,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: 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%;
    -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:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-moz-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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

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], textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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 select.form-control:valid, select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.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) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

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

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

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

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

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

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

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

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
    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: .875em;
    color: #dc3545
}

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

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

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

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%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 select.form-control:invalid, select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.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) !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

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

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

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

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

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

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

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

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    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: flex;
    flex-flow: row wrap;
    align-items: center
}

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

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

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

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

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

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    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.focus, .btn-primary:focus, .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        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.focus, .btn-secondary:focus, .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        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.focus, .btn-success:focus, .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        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.focus, .btn-info:focus, .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus, .btn-info:focus {
        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.focus, .btn-warning:focus, .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus, .btn-warning:focus {
        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.focus, .btn-danger:focus, .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus, .btn-danger:focus {
        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.focus, .btn-light:focus, .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light.focus, .btn-light:focus {
        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.focus, .btn-dark:focus, .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus {
        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
    }

    .btn-link.focus, .btn-link:focus, .btn-link:hover {
        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
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.width {
        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: "";
    display: none
}

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    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 {
    flex-direction: column;
    align-items: flex-start;
    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-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

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

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

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

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

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

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

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

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

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

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

.input-group-append, .input-group-prepend {
    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: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

.custom-control-inline {
    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 {
        pointer-events: none;
        background-color: #fff;
        border: 1px solid #adb5bd
    }

    .custom-control-label:after, .custom-control-label:before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: ""
    }

    .custom-control-label:after {
        background: 50%/50% 50% no-repeat
    }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='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;charset=utf-8,%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: transform .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) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

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

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

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

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

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

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

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

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

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

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

    .custom-file-input:lang(en) ~ .custom-file-label:after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]:after {
        content: attr(data-browse)
    }

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label, .custom-file-label:after {
        position: absolute;
        top: 0;
        right: 0;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057
    }

        .custom-file-label:after {
            bottom: 0;
            z-index: 3;
            display: block;
            height: calc(1.5em + .75rem);
            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, .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.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: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

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

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

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

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

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            isolation: isolate;
            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 {
    background: none;
    border: 0;
    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 {
    flex: 1 1 auto;
    text-align: center
}

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

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

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

.navbar {
    position: relative;
    padding: .5rem 1rem
}

    .navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        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: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

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

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

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

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

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

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

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

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

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

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

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

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .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 {
            flex-wrap: nowrap
        }

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

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

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

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .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 {
            flex-wrap: nowrap
        }

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

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

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

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .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 {
            flex-wrap: nowrap
        }

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

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

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

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .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 {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .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 {
            flex-wrap: nowrap
        }

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

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

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

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

    .navbar-expand > .container, .navbar-expand > .container-fluid, .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 {
        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 {
        flex-wrap: nowrap
    }

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

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

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

.navbar-light .navbar-brand, .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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' 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, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: rgba(0,0,0,.9)
    }

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

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: hsla(0,0%,100%,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: hsla(0,0%,100%,.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: hsla(0,0%,100%,.5);
    border-color: hsla(0,0%,100%,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0,0%,100%,.5)
}

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

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid 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 {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .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-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    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: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            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: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

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

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        grid-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: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item:before {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: underline;
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    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 {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress, .progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    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,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    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 {
    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 {
        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 {
        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 {
        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 {
        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 {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: hsla(0,0%,100%,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0,0%,100%,.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: transform .3s ease-out;
    transform: translateY(-50px)
}

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

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered:before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable:before {
            content: none
        }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.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: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 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;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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
    }
}

[dir=ltr] .tooltip {
    text-align: left
}

[dir=rtl] .tooltip {
    text-align: right
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: 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
}

[dir=ltr] .popover {
    text-align: left
}

[dir=rtl] .popover {
    text-align: right
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: 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, .popover .arrow {
        position: absolute;
        display: block
    }

        .popover .arrow {
            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;
            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;
            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 {
        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: 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
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    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: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='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: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@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 {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid;
    border-right: .25em solid 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% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    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
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-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: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive:before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive 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 {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-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: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        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: transparent
}

.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: hsla(0,0%,100%,.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
    }

    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        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
    }
}
/*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.org)
 */ .bv-no-focus-ring:focus {
    outline: none
}

@media (max-width:575.98px) {
    .bv-d-xs-down-none {
        display: none !important
    }
}

@media (max-width:767.98px) {
    .bv-d-sm-down-none {
        display: none !important
    }
}

@media (max-width:991.98px) {
    .bv-d-md-down-none {
        display: none !important
    }
}

@media (max-width:1199.98px) {
    .bv-d-lg-down-none {
        display: none !important
    }
}

.bv-d-xl-down-none {
    display: none !important
}

.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.focus.is-valid {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

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

.b-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: inherit;
    font-weight: 400;
    line-height: 1;
    max-width: 100%;
    max-height: auto;
    text-align: center;
    overflow: visible;
    position: relative;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .b-avatar:focus {
        outline: 0
    }

    .b-avatar.btn, .b-avatar[href] {
        padding: 0;
        border: 0
    }

        .b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
            transition: transform .15s ease-in-out
        }

        .b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
            cursor: pointer
        }

            .b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
                transform: scale(1.15)
            }

    .b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
        opacity: .65;
        pointer-events: none
    }

    .b-avatar .b-avatar-custom, .b-avatar .b-avatar-img, .b-avatar .b-avatar-text {
        border-radius: inherit;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-mask-image: radial-gradient(#fff,#000);
        mask-image: radial-gradient(#fff,#000)
    }

    .b-avatar .b-avatar-text {
        text-transform: uppercase;
        white-space: nowrap
    }

    .b-avatar[href] {
        text-decoration: none
    }

    .b-avatar > .b-icon {
        width: 60%;
        height: auto;
        max-width: 100%
    }

    .b-avatar .b-avatar-img img {
        width: 100%;
        height: 100%;
        max-height: auto;
        border-radius: inherit;
        -o-object-fit: cover;
        object-fit: cover
    }

    .b-avatar .b-avatar-badge {
        position: absolute;
        min-height: 1.5em;
        min-width: 1.5em;
        padding: .25em;
        line-height: 1;
        border-radius: 10em;
        font-size: 70%;
        font-weight: 700;
        z-index: 1
    }

.b-avatar-sm {
    width: 1.5rem;
    height: 1.5rem
}

    .b-avatar-sm .b-avatar-text {
        font-size: .6rem
    }

    .b-avatar-sm .b-avatar-badge {
        font-size: .42rem
    }

.b-avatar-lg {
    width: 3.5rem;
    height: 3.5rem
}

    .b-avatar-lg .b-avatar-text {
        font-size: 1.4rem
    }

    .b-avatar-lg .b-avatar-badge {
        font-size: .98rem
    }

.b-avatar-group .b-avatar-group-inner {
    display: flex;
    flex-wrap: wrap
}

.b-avatar-group .b-avatar {
    border: 1px solid #dee2e6
}

.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled), .b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled) {
    z-index: 1
}

.b-calendar {
    display: inline-flex
}

    .b-calendar .b-calendar-inner {
        min-width: 250px
    }

    .b-calendar .b-calendar-header, .b-calendar .b-calendar-nav {
        margin-bottom: .25rem
    }

        .b-calendar .b-calendar-nav .btn {
            padding: .25rem
        }

    .b-calendar output {
        padding: .25rem;
        font-size: 80%
    }

        .b-calendar output.readonly {
            background-color: #e9ecef;
            opacity: 1
        }

    .b-calendar .b-calendar-footer {
        margin-top: .5rem
    }

    .b-calendar .b-calendar-grid {
        padding: 0;
        margin: 0;
        overflow: hidden
    }

        .b-calendar .b-calendar-grid .row {
            flex-wrap: nowrap
        }

    .b-calendar .b-calendar-grid-caption {
        padding: .25rem
    }

    .b-calendar .b-calendar-grid-body .col[data-date] .btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
        line-height: 1;
        margin: 3px auto;
        padding: 9px 0
    }

    .b-calendar .btn.disabled, .b-calendar .btn:disabled, .b-calendar .btn[aria-disabled=true] {
        cursor: default;
        pointer-events: none
    }

.card-img-left {
    border-top-left-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-img-right {
    border-top-right-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret:before, .dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret:after {
    display: none !important
}

.dropdown .dropdown-menu:focus {
    outline: none
}

.b-dropdown-form {
    display: inline-block;
    padding: .25rem 1.5rem;
    width: 100%;
    clear: both;
    font-weight: 400
}

    .b-dropdown-form:focus {
        outline: 1px dotted !important;
        outline: 5px auto -webkit-focus-ring-color !important
    }

    .b-dropdown-form.disabled, .b-dropdown-form:disabled {
        outline: 0 !important;
        color: #adb5bd;
        pointer-events: none
    }

.b-dropdown-text {
    display: inline-block;
    padding: .25rem 1.5rem;
    margin-bottom: 0;
    width: 100%;
    clear: both;
    font-weight: lighter
}

.custom-checkbox.b-custom-control-lg, .input-group-lg .custom-checkbox {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: 1.875rem
}

    .custom-checkbox.b-custom-control-lg .custom-control-label:before, .input-group-lg .custom-checkbox .custom-control-label:before {
        top: .3125rem;
        left: -1.875rem;
        width: 1.25rem;
        height: 1.25rem;
        border-radius: .3rem
    }

    .custom-checkbox.b-custom-control-lg .custom-control-label:after, .input-group-lg .custom-checkbox .custom-control-label:after {
        top: .3125rem;
        left: -1.875rem;
        width: 1.25rem;
        height: 1.25rem;
        background-size: 50% 50%
    }

.custom-checkbox.b-custom-control-sm, .input-group-sm .custom-checkbox {
    font-size: .875rem;
    line-height: 1.5;
    padding-left: 1.3125rem
}

    .custom-checkbox.b-custom-control-sm .custom-control-label:before, .input-group-sm .custom-checkbox .custom-control-label:before {
        top: .21875rem;
        left: -1.3125rem;
        width: .875rem;
        height: .875rem;
        border-radius: .2rem
    }

    .custom-checkbox.b-custom-control-sm .custom-control-label:after, .input-group-sm .custom-checkbox .custom-control-label:after {
        top: .21875rem;
        left: -1.3125rem;
        width: .875rem;
        height: .875rem;
        background-size: 50% 50%
    }

.custom-switch.b-custom-control-lg, .input-group-lg .custom-switch {
    padding-left: 2.8125rem
}

    .custom-switch.b-custom-control-lg .custom-control-label, .input-group-lg .custom-switch .custom-control-label {
        font-size: 1.25rem;
        line-height: 1.5
    }

        .custom-switch.b-custom-control-lg .custom-control-label:before, .input-group-lg .custom-switch .custom-control-label:before {
            top: .3125rem;
            height: 1.25rem;
            left: -2.8125rem;
            width: 2.1875rem;
            border-radius: .625rem
        }

        .custom-switch.b-custom-control-lg .custom-control-label:after, .input-group-lg .custom-switch .custom-control-label:after {
            top: calc(.3125rem + 2px);
            left: calc(-2.8125rem + 2px);
            width: calc(1.25rem - 4px);
            height: calc(1.25rem - 4px);
            border-radius: .625rem;
            background-size: 50% 50%
        }

    .custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label:after, .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label:after {
        transform: translateX(.9375rem)
    }

.custom-switch.b-custom-control-sm, .input-group-sm .custom-switch {
    padding-left: 1.96875rem
}

    .custom-switch.b-custom-control-sm .custom-control-label, .input-group-sm .custom-switch .custom-control-label {
        font-size: .875rem;
        line-height: 1.5
    }

        .custom-switch.b-custom-control-sm .custom-control-label:before, .input-group-sm .custom-switch .custom-control-label:before {
            top: .21875rem;
            left: -1.96875rem;
            width: 1.53125rem;
            height: .875rem;
            border-radius: .4375rem
        }

        .custom-switch.b-custom-control-sm .custom-control-label:after, .input-group-sm .custom-switch .custom-control-label:after {
            top: calc(.21875rem + 2px);
            left: calc(-1.96875rem + 2px);
            width: calc(.875rem - 4px);
            height: calc(.875rem - 4px);
            border-radius: .4375rem;
            background-size: 50% 50%
        }

    .custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label:after, .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label:after {
        transform: translateX(.65625rem)
    }

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

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

.b-form-btn-label-control.form-control {
    display: flex;
    align-items: stretch;
    height: auto;
    padding: 0;
    background-image: none
}

.input-group .b-form-btn-label-control.form-control {
    padding: 0
}

.b-form-btn-label-control.form-control[dir=rtl], [dir=rtl] .b-form-btn-label-control.form-control {
    flex-direction: row-reverse
}

    .b-form-btn-label-control.form-control[dir=rtl] > label, [dir=rtl] .b-form-btn-label-control.form-control > label {
        text-align: right
    }

.b-form-btn-label-control.form-control > .btn {
    line-height: 1;
    font-size: inherit;
    box-shadow: none !important;
    border: 0
}

    .b-form-btn-label-control.form-control > .btn:disabled {
        pointer-events: none
    }

.b-form-btn-label-control.form-control.is-valid > .btn {
    color: #28a745
}

.b-form-btn-label-control.form-control.is-invalid > .btn {
    color: #dc3545
}

.b-form-btn-label-control.form-control > .dropdown-menu {
    padding: .5rem
}

.b-form-btn-label-control.form-control > .form-control {
    height: auto;
    min-height: calc(1.5em + .75rem);
    padding-left: .25rem;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    word-break: break-word;
    font-size: inherit;
    white-space: normal;
    cursor: pointer
}

    .b-form-btn-label-control.form-control > .form-control.form-control-sm {
        min-height: calc(1.5em + .5rem)
    }

    .b-form-btn-label-control.form-control > .form-control.form-control-lg {
        min-height: calc(1.5em + 1rem)
    }

.input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control {
    min-height: calc(1.5em + .5rem);
    padding-top: .25rem;
    padding-bottom: .25rem
}

.input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control {
    min-height: calc(1.5em + 1rem);
    padding-top: .5rem;
    padding-bottom: .5rem
}

.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {
    background-color: #e9ecef;
    opacity: 1
}

.b-form-btn-label-control.form-control[aria-disabled=true] {
    pointer-events: none
}

    .b-form-btn-label-control.form-control[aria-disabled=true] > label {
        cursor: default
    }

.b-form-btn-label-control.btn-group > .dropdown-menu {
    padding: .5rem
}

.custom-file-label {
    white-space: nowrap;
    overflow-x: hidden
}

.b-custom-control-lg.custom-file, .b-custom-control-lg .custom-file-input, .b-custom-control-lg .custom-file-label, .input-group-lg.custom-file, .input-group-lg .custom-file-input, .input-group-lg .custom-file-label {
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px)
}

    .b-custom-control-lg .custom-file-label, .b-custom-control-lg .custom-file-label:after, .input-group-lg .custom-file-label, .input-group-lg .custom-file-label:after {
        padding: .5rem 1rem;
        line-height: 1.5
    }

.b-custom-control-lg .custom-file-label, .input-group-lg .custom-file-label {
    border-radius: .3rem
}

    .b-custom-control-lg .custom-file-label:after, .input-group-lg .custom-file-label:after {
        font-size: inherit;
        height: calc(1.5em + 1rem);
        border-radius: 0 .3rem .3rem 0
    }

.b-custom-control-sm.custom-file, .b-custom-control-sm .custom-file-input, .b-custom-control-sm .custom-file-label, .input-group-sm.custom-file, .input-group-sm .custom-file-input, .input-group-sm .custom-file-label {
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px)
}

    .b-custom-control-sm .custom-file-label, .b-custom-control-sm .custom-file-label:after, .input-group-sm .custom-file-label, .input-group-sm .custom-file-label:after {
        padding: .25rem .5rem;
        line-height: 1.5
    }

.b-custom-control-sm .custom-file-label, .input-group-sm .custom-file-label {
    border-radius: .2rem
}

    .b-custom-control-sm .custom-file-label:after, .input-group-sm .custom-file-label:after {
        font-size: inherit;
        height: calc(1.5em + .5rem);
        border-radius: 0 .2rem .2rem 0
    }

.form-control.is-invalid, .form-control.is-valid, .was-validated .form-control:invalid, .was-validated .form-control:valid {
    background-position: right calc(.375em + .1875rem) center
}

input[type=color].form-control {
    height: calc(1.5em + .75rem + 2px);
    padding: .125rem .25rem
}

    .input-group-sm input[type=color].form-control, input[type=color].form-control.form-control-sm {
        height: calc(1.5em + .5rem + 2px);
        padding: .125rem .25rem
    }

    .input-group-lg input[type=color].form-control, input[type=color].form-control.form-control-lg {
        height: calc(1.5em + 1rem + 2px);
        padding: .125rem .25rem
    }

    input[type=color].form-control:disabled {
        background-color: #adb5bd;
        opacity: .65
    }

.input-group > .custom-range {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

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

    .input-group > .custom-range:focus {
        z-index: 3
    }

    .input-group > .custom-range:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

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

.input-group > .custom-range {
    padding: 0 .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: calc(1.5em + .75rem + 2px);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .input-group > .custom-range {
        transition: none
    }
}

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

.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
    background-color: #e9ecef
}

.input-group-lg > .custom-range {
    height: calc(1.5em + 1rem + 2px);
    padding: 0 1rem;
    border-radius: .3rem
}

.input-group-sm > .custom-range {
    height: calc(1.5em + .5rem + 2px);
    padding: 0 .5rem;
    border-radius: .2rem
}

.input-group .custom-range.is-valid, .was-validated .input-group .custom-range:valid {
    border-color: #28a745
}

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

.custom-range.is-valid:focus::-webkit-slider-thumb, .was-validated .custom-range:valid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem #9be7ac
}

.custom-range.is-valid:focus::-moz-range-thumb, .was-validated .custom-range:valid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem #9be7ac
}

.custom-range.is-valid:focus::-ms-thumb, .was-validated .custom-range:valid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem #9be7ac
}

.custom-range.is-valid::-webkit-slider-thumb, .was-validated .custom-range:valid::-webkit-slider-thumb {
    background-color: #28a745;
    background-image: none
}

    .custom-range.is-valid::-webkit-slider-thumb:active, .was-validated .custom-range:valid::-webkit-slider-thumb:active {
        background-color: #9be7ac;
        background-image: none
    }

.custom-range.is-valid::-webkit-slider-runnable-track, .was-validated .custom-range:valid::-webkit-slider-runnable-track {
    background-color: rgba(40,167,69,.35)
}

.custom-range.is-valid::-moz-range-thumb, .was-validated .custom-range:valid::-moz-range-thumb {
    background-color: #28a745;
    background-image: none
}

    .custom-range.is-valid::-moz-range-thumb:active, .was-validated .custom-range:valid::-moz-range-thumb:active {
        background-color: #9be7ac;
        background-image: none
    }

.custom-range.is-valid::-moz-range-track, .was-validated .custom-range:valid::-moz-range-track {
    background: rgba(40,167,69,.35)
}

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

.custom-range.is-valid::-ms-thumb, .was-validated .custom-range:valid::-ms-thumb {
    background-color: #28a745;
    background-image: none
}

    .custom-range.is-valid::-ms-thumb:active, .was-validated .custom-range:valid::-ms-thumb:active {
        background-color: #9be7ac;
        background-image: none
    }

.custom-range.is-valid::-ms-track-lower, .custom-range.is-valid::-ms-track-upper, .was-validated .custom-range:valid::-ms-track-lower, .was-validated .custom-range:valid::-ms-track-upper {
    background: rgba(40,167,69,.35)
}

.input-group .custom-range.is-invalid, .was-validated .input-group .custom-range:invalid {
    border-color: #dc3545
}

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

.custom-range.is-invalid:focus::-webkit-slider-thumb, .was-validated .custom-range:invalid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid:focus::-moz-range-thumb, .was-validated .custom-range:invalid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid:focus::-ms-thumb, .was-validated .custom-range:invalid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid::-webkit-slider-thumb, .was-validated .custom-range:invalid::-webkit-slider-thumb {
    background-color: #dc3545;
    background-image: none
}

    .custom-range.is-invalid::-webkit-slider-thumb:active, .was-validated .custom-range:invalid::-webkit-slider-thumb:active {
        background-color: #f6cdd1;
        background-image: none
    }

.custom-range.is-invalid::-webkit-slider-runnable-track, .was-validated .custom-range:invalid::-webkit-slider-runnable-track {
    background-color: rgba(220,53,69,.35)
}

.custom-range.is-invalid::-moz-range-thumb, .was-validated .custom-range:invalid::-moz-range-thumb {
    background-color: #dc3545;
    background-image: none
}

    .custom-range.is-invalid::-moz-range-thumb:active, .was-validated .custom-range:invalid::-moz-range-thumb:active {
        background-color: #f6cdd1;
        background-image: none
    }

.custom-range.is-invalid::-moz-range-track, .was-validated .custom-range:invalid::-moz-range-track {
    background: rgba(220,53,69,.35)
}

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

.custom-range.is-invalid::-ms-thumb, .was-validated .custom-range:invalid::-ms-thumb {
    background-color: #dc3545;
    background-image: none
}

    .custom-range.is-invalid::-ms-thumb:active, .was-validated .custom-range:invalid::-ms-thumb:active {
        background-color: #f6cdd1;
        background-image: none
    }

.custom-range.is-invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-upper, .was-validated .custom-range:invalid::-ms-track-lower, .was-validated .custom-range:invalid::-ms-track-upper {
    background: rgba(220,53,69,.35)
}

.custom-radio.b-custom-control-lg, .input-group-lg .custom-radio {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: 1.875rem
}

    .custom-radio.b-custom-control-lg .custom-control-label:before, .input-group-lg .custom-radio .custom-control-label:before {
        top: .3125rem;
        left: -1.875rem;
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 50%
    }

    .custom-radio.b-custom-control-lg .custom-control-label:after, .input-group-lg .custom-radio .custom-control-label:after {
        top: .3125rem;
        left: -1.875rem;
        width: 1.25rem;
        height: 1.25rem;
        background: no-repeat 50%/50% 50%
    }

.custom-radio.b-custom-control-sm, .input-group-sm .custom-radio {
    font-size: .875rem;
    line-height: 1.5;
    padding-left: 1.3125rem
}

    .custom-radio.b-custom-control-sm .custom-control-label:before, .input-group-sm .custom-radio .custom-control-label:before {
        top: .21875rem;
        left: -1.3125rem;
        width: .875rem;
        height: .875rem;
        border-radius: 50%
    }

    .custom-radio.b-custom-control-sm .custom-control-label:after, .input-group-sm .custom-radio .custom-control-label:after {
        top: .21875rem;
        left: -1.3125rem;
        width: .875rem;
        height: .875rem;
        background: no-repeat 50%/50% 50%
    }

.b-rating {
    text-align: center
}

    .b-rating.d-inline-flex {
        width: auto
    }

    .b-rating .b-rating-star, .b-rating .b-rating-value {
        padding: 0 .25em
    }

    .b-rating .b-rating-value {
        min-width: 2.5em
    }

    .b-rating .b-rating-star {
        display: inline-flex;
        justify-content: center;
        outline: 0
    }

        .b-rating .b-rating-star .b-rating-icon {
            display: inline-flex;
            transition: all .15s ease-in-out
        }

    .b-rating.disabled, .b-rating:disabled {
        background-color: #e9ecef;
        color: #6c757d
    }

    .b-rating:not(.disabled):not(.readonly) .b-rating-star {
        cursor: pointer
    }

        .b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon, .b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon {
            transform: scale(1.5)
        }

    .b-rating[dir=rtl] .b-rating-star-half {
        transform: scaleX(-1)
    }

.b-form-spinbutton {
    text-align: center;
    overflow: hidden;
    background-image: none;
    padding: 0
}

    .b-form-spinbutton[dir=rtl]:not(.flex-column), [dir=rtl] .b-form-spinbutton:not(.flex-column) {
        flex-direction: row-reverse
    }

    .b-form-spinbutton output {
        font-size: inherit;
        outline: 0;
        border: 0;
        background-color: transparent;
        width: auto;
        margin: 0;
        padding: 0 .25rem
    }

        .b-form-spinbutton output > bdi, .b-form-spinbutton output > div {
            display: block;
            min-width: 2.25em;
            height: 1.5em
        }

    .b-form-spinbutton.flex-column {
        height: auto;
        width: auto
    }

        .b-form-spinbutton.flex-column output {
            margin: 0 .25rem;
            padding: .25rem 0
        }

    .b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
        output-width: 100%
    }

    .b-form-spinbutton.d-inline-flex:not(.flex-column) {
        width: auto
    }

    .b-form-spinbutton .btn {
        line-height: 1;
        box-shadow: none !important
    }

        .b-form-spinbutton .btn:disabled {
            pointer-events: none
        }

        .b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
            transform: scale(1.25)
        }

    .b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
        background-color: #e9ecef
    }

    .b-form-spinbutton.disabled {
        pointer-events: none
    }

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

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

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

.b-form-tags.disabled {
    background-color: #e9ecef
}

.b-form-tags-list {
    margin-top: -.25rem
}

    .b-form-tags-list .b-form-tag, .b-form-tags-list .b-form-tags-field {
        margin-top: .25rem
    }

.b-form-tags-input {
    color: #495057
}

.b-form-tag {
    font-size: 75%;
    font-weight: 400;
    line-height: 1.5;
    margin-right: .25rem
}

    .b-form-tag.disabled {
        opacity: .75
    }

    .b-form-tag > button.b-form-tag-remove {
        color: inherit;
        font-size: 125%;
        line-height: 1;
        float: none;
        margin-left: .25rem
    }

.form-control-lg .b-form-tag, .form-control-sm .b-form-tag {
    line-height: 1.5
}

.media-aside {
    display: flex;
    margin-right: 1rem
}

.media-aside-right {
    margin-right: 0;
    margin-left: 1rem
}

.modal-backdrop {
    opacity: .5
}

.b-pagination-pills .page-item .page-link {
    border-radius: 50rem !important;
    margin-left: .25rem;
    line-height: 1
}

.b-pagination-pills .page-item:first-child .page-link {
    margin-left: 0
}

.popover.b-popover {
    display: block;
    opacity: 1;
    outline: 0
}

    .popover.b-popover.fade:not(.show) {
        opacity: 0
    }

    .popover.b-popover.show {
        opacity: 1
    }

.b-popover-primary.popover {
    background-color: #cce5ff;
    border-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-primary.bs-popover-top > .arrow:before {
    border-top-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-primary.bs-popover-top > .arrow:after {
    border-top-color: #cce5ff
}

.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-primary.bs-popover-right > .arrow:before {
    border-right-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-primary.bs-popover-right > .arrow:after {
    border-right-color: #cce5ff
}

.b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-primary.bs-popover-bottom > .arrow:before {
    border-bottom-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-primary.bs-popover-bottom .popover-header:before, .b-popover-primary.bs-popover-bottom > .arrow:after {
    border-bottom-color: #bdddff
}

.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-primary.bs-popover-left > .arrow:before {
    border-left-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-primary.bs-popover-left > .arrow:after {
    border-left-color: #cce5ff
}

.b-popover-primary .popover-header {
    color: #212529;
    background-color: #bdddff;
    border-bottom-color: #a3d0ff
}

.b-popover-primary .popover-body {
    color: #004085
}

.b-popover-secondary.popover {
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-secondary.bs-popover-top > .arrow:before {
    border-top-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-secondary.bs-popover-top > .arrow:after {
    border-top-color: #e2e3e5
}

.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-secondary.bs-popover-right > .arrow:before {
    border-right-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-secondary.bs-popover-right > .arrow:after {
    border-right-color: #e2e3e5
}

.b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-secondary.bs-popover-bottom > .arrow:before {
    border-bottom-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-secondary.bs-popover-bottom .popover-header:before, .b-popover-secondary.bs-popover-bottom > .arrow:after {
    border-bottom-color: #dadbde
}

.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-secondary.bs-popover-left > .arrow:before {
    border-left-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-secondary.bs-popover-left > .arrow:after {
    border-left-color: #e2e3e5
}

.b-popover-secondary .popover-header {
    color: #212529;
    background-color: #dadbde;
    border-bottom-color: #ccced2
}

.b-popover-secondary .popover-body {
    color: #383d41
}

.b-popover-success.popover {
    background-color: #d4edda;
    border-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-success.bs-popover-top > .arrow:before {
    border-top-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-success.bs-popover-top > .arrow:after {
    border-top-color: #d4edda
}

.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-success.bs-popover-right > .arrow:before {
    border-right-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-success.bs-popover-right > .arrow:after {
    border-right-color: #d4edda
}

.b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-success.bs-popover-bottom > .arrow:before {
    border-bottom-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-success.bs-popover-bottom .popover-header:before, .b-popover-success.bs-popover-bottom > .arrow:after {
    border-bottom-color: #c9e8d1
}

.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-success.bs-popover-left > .arrow:before {
    border-left-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-success.bs-popover-left > .arrow:after {
    border-left-color: #d4edda
}

.b-popover-success .popover-header {
    color: #212529;
    background-color: #c9e8d1;
    border-bottom-color: #b7e1c1
}

.b-popover-success .popover-body {
    color: #155724
}

.b-popover-info.popover {
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-info.bs-popover-top > .arrow:before {
    border-top-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-info.bs-popover-top > .arrow:after {
    border-top-color: #d1ecf1
}

.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-info.bs-popover-right > .arrow:before {
    border-right-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-info.bs-popover-right > .arrow:after {
    border-right-color: #d1ecf1
}

.b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-info.bs-popover-bottom > .arrow:before {
    border-bottom-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-info.bs-popover-bottom .popover-header:before, .b-popover-info.bs-popover-bottom > .arrow:after {
    border-bottom-color: #c5e7ed
}

.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-info.bs-popover-left > .arrow:before {
    border-left-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-info.bs-popover-left > .arrow:after {
    border-left-color: #d1ecf1
}

.b-popover-info .popover-header {
    color: #212529;
    background-color: #c5e7ed;
    border-bottom-color: #b2dfe7
}

.b-popover-info .popover-body {
    color: #0c5460
}

.b-popover-warning.popover {
    background-color: #fff3cd;
    border-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-warning.bs-popover-top > .arrow:before {
    border-top-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-warning.bs-popover-top > .arrow:after {
    border-top-color: #fff3cd
}

.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-warning.bs-popover-right > .arrow:before {
    border-right-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-warning.bs-popover-right > .arrow:after {
    border-right-color: #fff3cd
}

.b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-warning.bs-popover-bottom > .arrow:before {
    border-bottom-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-warning.bs-popover-bottom .popover-header:before, .b-popover-warning.bs-popover-bottom > .arrow:after {
    border-bottom-color: #ffefbe
}

.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-warning.bs-popover-left > .arrow:before {
    border-left-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-warning.bs-popover-left > .arrow:after {
    border-left-color: #fff3cd
}

.b-popover-warning .popover-header {
    color: #212529;
    background-color: #ffefbe;
    border-bottom-color: #ffe9a4
}

.b-popover-warning .popover-body {
    color: #856404
}

.b-popover-danger.popover {
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-danger.bs-popover-top > .arrow:before {
    border-top-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-danger.bs-popover-top > .arrow:after {
    border-top-color: #f8d7da
}

.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-danger.bs-popover-right > .arrow:before {
    border-right-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-danger.bs-popover-right > .arrow:after {
    border-right-color: #f8d7da
}

.b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-danger.bs-popover-bottom > .arrow:before {
    border-bottom-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-danger.bs-popover-bottom .popover-header:before, .b-popover-danger.bs-popover-bottom > .arrow:after {
    border-bottom-color: #f6cace
}

.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-danger.bs-popover-left > .arrow:before {
    border-left-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-danger.bs-popover-left > .arrow:after {
    border-left-color: #f8d7da
}

.b-popover-danger .popover-header {
    color: #212529;
    background-color: #f6cace;
    border-bottom-color: #f2b4ba
}

.b-popover-danger .popover-body {
    color: #721c24
}

.b-popover-light.popover {
    background-color: #fefefe;
    border-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-light.bs-popover-top > .arrow:before {
    border-top-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-light.bs-popover-top > .arrow:after {
    border-top-color: #fefefe
}

.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-light.bs-popover-right > .arrow:before {
    border-right-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-light.bs-popover-right > .arrow:after {
    border-right-color: #fefefe
}

.b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-light.bs-popover-bottom > .arrow:before {
    border-bottom-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-light.bs-popover-bottom .popover-header:before, .b-popover-light.bs-popover-bottom > .arrow:after {
    border-bottom-color: #f6f6f6
}

.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-light.bs-popover-left > .arrow:before {
    border-left-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-light.bs-popover-left > .arrow:after {
    border-left-color: #fefefe
}

.b-popover-light .popover-header {
    color: #212529;
    background-color: #f6f6f6;
    border-bottom-color: #eaeaea
}

.b-popover-light .popover-body {
    color: #818182
}

.b-popover-dark.popover {
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow:before, .b-popover-dark.bs-popover-top > .arrow:before {
    border-top-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow:after, .b-popover-dark.bs-popover-top > .arrow:after {
    border-top-color: #d6d8d9
}

.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow:before, .b-popover-dark.bs-popover-right > .arrow:before {
    border-right-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow:after, .b-popover-dark.bs-popover-right > .arrow:after {
    border-right-color: #d6d8d9
}

.b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow:before, .b-popover-dark.bs-popover-bottom > .arrow:before {
    border-bottom-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header:before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow:after, .b-popover-dark.bs-popover-bottom .popover-header:before, .b-popover-dark.bs-popover-bottom > .arrow:after {
    border-bottom-color: #ced0d2
}

.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow:before, .b-popover-dark.bs-popover-left > .arrow:before {
    border-left-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow:after, .b-popover-dark.bs-popover-left > .arrow:after {
    border-left-color: #d6d8d9
}

.b-popover-dark .popover-header {
    color: #212529;
    background-color: #ced0d2;
    border-bottom-color: #c1c4c5
}

.b-popover-dark .popover-body {
    color: #1b1e21
}

.b-sidebar-outer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow: visible;
    z-index: 1035
}

.b-sidebar-backdrop {
    left: 0;
    z-index: -1;
    width: 100vw;
    opacity: .6
}

.b-sidebar, .b-sidebar-backdrop {
    position: fixed;
    top: 0;
    height: 100vh
}

.b-sidebar {
    display: flex;
    flex-direction: column;
    width: 320px;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    outline: 0;
    transform: translateX(0)
}

    .b-sidebar.slide {
        transition: transform .3s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .b-sidebar.slide {
        transition: none
    }
}

.b-sidebar:not(.b-sidebar-right) {
    left: 0;
    right: auto
}

    .b-sidebar:not(.b-sidebar-right).slide:not(.show) {
        transform: translateX(-100%)
    }

    .b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
        margin-left: auto
    }

.b-sidebar.b-sidebar-right {
    left: auto;
    right: 0
}

    .b-sidebar.b-sidebar-right.slide:not(.show) {
        transform: translateX(100%)
    }

    .b-sidebar.b-sidebar-right > .b-sidebar-header .close {
        margin-right: auto
    }

.b-sidebar > .b-sidebar-header {
    font-size: 1.5rem;
    padding: .5rem 1rem;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    align-items: center
}

[dir=rtl] .b-sidebar > .b-sidebar-header {
    flex-direction: row-reverse
}

.b-sidebar > .b-sidebar-header .close {
    float: none;
    font-size: 1.5rem
}

.b-sidebar > .b-sidebar-body {
    flex-grow: 1;
    height: 100%;
    overflow-y: auto
}

.b-sidebar > .b-sidebar-footer {
    flex-grow: 0
}

.b-skeleton-wrapper {
    cursor: wait
}

.b-skeleton {
    position: relative;
    overflow: hidden;
    background-color: rgba(0,0,0,.12);
    cursor: wait;
    -webkit-mask-image: radial-gradient(#fff,#000);
    mask-image: radial-gradient(#fff,#000)
}

    .b-skeleton:before {
        content: " "
    }

.b-skeleton-text {
    height: 1rem;
    margin-bottom: .25rem;
    border-radius: .25rem
}

.b-skeleton-button {
    width: 75px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

.b-skeleton-avatar {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%
}

.b-skeleton-input {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.b-skeleton-icon-wrapper svg {
    color: rgba(0,0,0,.12)
}

.b-skeleton-img {
    height: 100%;
    width: 100%
}

.b-skeleton-animate-wave:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);
    -webkit-animation: b-skeleton-animate-wave 1.75s linear infinite;
    animation: b-skeleton-animate-wave 1.75s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .b-skeleton-animate-wave:after {
        background: none;
        -webkit-animation: none;
        animation: none
    }
}

@-webkit-keyframes b-skeleton-animate-wave {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(100%)
    }
}

@keyframes b-skeleton-animate-wave {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(100%)
    }
}

.b-skeleton-animate-fade {
    -webkit-animation: b-skeleton-animate-fade .875s ease-in-out infinite alternate;
    animation: b-skeleton-animate-fade .875s ease-in-out infinite alternate
}

@media (prefers-reduced-motion:reduce) {
    .b-skeleton-animate-fade {
        -webkit-animation: none;
        animation: none
    }
}

@-webkit-keyframes b-skeleton-animate-fade {
    0% {
        opacity: 1
    }

    to {
        opacity: .4
    }
}

@keyframes b-skeleton-animate-fade {
    0% {
        opacity: 1
    }

    to {
        opacity: .4
    }
}

.b-skeleton-animate-throb {
    -webkit-animation: b-skeleton-animate-throb .875s ease-in infinite alternate;
    animation: b-skeleton-animate-throb .875s ease-in infinite alternate
}

@media (prefers-reduced-motion:reduce) {
    .b-skeleton-animate-throb {
        -webkit-animation: none;
        animation: none
    }
}

@-webkit-keyframes b-skeleton-animate-throb {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(.975)
    }
}

@keyframes b-skeleton-animate-throb {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(.975)
    }
}

.table.b-table.b-table-fixed {
    table-layout: fixed
}

.table.b-table.b-table-no-border-collapse {
    border-collapse: separate;
    border-spacing: 0
}

.table.b-table[aria-busy=true] {
    opacity: .55
}

.table.b-table > tbody > tr.b-table-details > td {
    border-top: none !important
}

.table.b-table > caption {
    caption-side: bottom
}

.table.b-table.b-table-caption-top > caption {
    caption-side: top !important
}

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

.table.b-table.table-hover > tbody > tr.table-active:hover td, .table.b-table.table-hover > tbody > tr.table-active:hover th {
    color: #212529;
    background-image: linear-gradient(rgba(0,0,0,.075),rgba(0,0,0,.075));
    background-repeat: no-repeat
}

.table.b-table > tbody > .bg-active, .table.b-table > tbody > .bg-active > td, .table.b-table > tbody > .bg-active > th {
    background-color: hsla(0,0%,100%,.075) !important
}

.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td, .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
    color: #fff;
    background-image: linear-gradient(hsla(0,0%,100%,.075),hsla(0,0%,100%,.075));
    background-repeat: no-repeat
}

.b-table-sticky-header, .table-responsive, [class*=table-responsive-] {
    margin-bottom: 1rem
}

    .b-table-sticky-header > .table, .table-responsive > .table, [class*=table-responsive-] > .table {
        margin-bottom: 0
    }

.b-table-sticky-header {
    overflow-y: auto;
    max-height: 300px
}

@media print {
    .b-table-sticky-header {
        overflow-y: visible !important;
        max-height: none !important
    }
}

@supports (position:sticky) {
    .b-table-sticky-header > .table.b-table > thead > tr > th {
        position: sticky;
        top: 0;
        z-index: 2
    }

    .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column, .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
        position: sticky;
        left: 0
    }

    .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column, .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
        z-index: 5
    }

    .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column, [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
        z-index: 2
    }

    .table.b-table > tbody > tr > .table-b-table-default, .table.b-table > tfoot > tr > .table-b-table-default, .table.b-table > thead > tr > .table-b-table-default {
        color: #212529;
        background-color: #fff
    }

    .table.b-table.table-dark > tbody > tr > .bg-b-table-default, .table.b-table.table-dark > tfoot > tr > .bg-b-table-default, .table.b-table.table-dark > thead > tr > .bg-b-table-default {
        color: #fff;
        background-color: #343a40
    }

    .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
        background-image: linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.05));
        background-repeat: no-repeat
    }

    .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
        background-image: linear-gradient(hsla(0,0%,100%,.05),hsla(0,0%,100%,.05));
        background-repeat: no-repeat
    }

    .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
        color: #212529;
        background-image: linear-gradient(rgba(0,0,0,.075),rgba(0,0,0,.075));
        background-repeat: no-repeat
    }

    .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
        color: #fff;
        background-image: linear-gradient(hsla(0,0%,100%,.075),hsla(0,0%,100%,.075));
        background-repeat: no-repeat
    }
}

.table.b-table > tfoot > tr > [aria-sort], .table.b-table > thead > tr > [aria-sort] {
    cursor: pointer;
    background-image: none;
    background-repeat: no-repeat;
    background-size: .65em 1em
}

    .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left), .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left) {
        background-position: right .375rem center;
        padding-right: calc(.75rem + .65em)
    }

    .table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left, .table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left {
        background-position: left .375rem center;
        padding-left: calc(.75rem + .65em)
    }

.table.b-table > tfoot > tr > [aria-sort=none], .table.b-table > thead > tr > [aria-sort=none] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table > tfoot > tr > [aria-sort=ascending], .table.b-table > thead > tr > [aria-sort=ascending] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table > tfoot > tr > [aria-sort=descending], .table.b-table > thead > tr > [aria-sort=descending] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-dark > tfoot > tr > [aria-sort=none], .table.b-table.table-dark > thead > tr > [aria-sort=none], .table.b-table > .thead-dark > tr > [aria-sort=none] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-dark > tfoot > tr > [aria-sort=ascending], .table.b-table.table-dark > thead > tr > [aria-sort=ascending], .table.b-table > .thead-dark > tr > [aria-sort=ascending] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-dark > tfoot > tr > [aria-sort=descending], .table.b-table.table-dark > thead > tr > [aria-sort=descending], .table.b-table > .thead-dark > tr > [aria-sort=descending] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table > tfoot > tr > .table-dark[aria-sort=none], .table.b-table > thead > tr > .table-dark[aria-sort=none] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table > tfoot > tr > .table-dark[aria-sort=ascending], .table.b-table > thead > tr > .table-dark[aria-sort=ascending] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table > tfoot > tr > .table-dark[aria-sort=descending], .table.b-table > thead > tr > .table-dark[aria-sort=descending] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left), .table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left) {
    background-position: right .15rem center;
    padding-right: calc(.3rem + .65em)
}

.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left, .table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left {
    background-position: left .15rem center;
    padding-left: calc(.3rem + .65em)
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
    cursor: pointer
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media (max-width:575.98px) {
    .table.b-table.b-table-stacked-sm {
        display: block;
        width: 100%
    }

        .table.b-table.b-table-stacked-sm > caption, .table.b-table.b-table-stacked-sm > tbody, .table.b-table.b-table-stacked-sm > tbody > tr, .table.b-table.b-table-stacked-sm > tbody > tr > td, .table.b-table.b-table-stacked-sm > tbody > tr > th {
            display: block
        }

        .table.b-table.b-table-stacked-sm > tfoot, .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-sm > thead, .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row {
            display: none
        }

        .table.b-table.b-table-stacked-sm > caption {
            caption-side: top !important
        }

        .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]:before {
            content: attr(data-label);
            width: 40%;
            float: left;
            text-align: right;
            word-wrap: break-word;
            font-weight: 700;
            font-style: normal;
            padding: 0 .5rem 0 0;
            margin: 0
        }

        .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]:after {
            display: block;
            clear: both;
            content: ""
        }

        .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
            display: inline-block;
            width: 60%;
            padding: 0 0 0 .5rem;
            margin: 0
        }

        .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row, .table.b-table.b-table-stacked-sm > tbody > tr.top-row {
            display: none
        }

        .table.b-table.b-table-stacked-sm > tbody > tr > :first-child, .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
            border-top-width: 3px
        }
}

@media (max-width:767.98px) {
    .table.b-table.b-table-stacked-md {
        display: block;
        width: 100%
    }

        .table.b-table.b-table-stacked-md > caption, .table.b-table.b-table-stacked-md > tbody, .table.b-table.b-table-stacked-md > tbody > tr, .table.b-table.b-table-stacked-md > tbody > tr > td, .table.b-table.b-table-stacked-md > tbody > tr > th {
            display: block
        }

        .table.b-table.b-table-stacked-md > tfoot, .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-md > thead, .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row {
            display: none
        }

        .table.b-table.b-table-stacked-md > caption {
            caption-side: top !important
        }

        .table.b-table.b-table-stacked-md > tbody > tr > [data-label]:before {
            content: attr(data-label);
            width: 40%;
            float: left;
            text-align: right;
            word-wrap: break-word;
            font-weight: 700;
            font-style: normal;
            padding: 0 .5rem 0 0;
            margin: 0
        }

        .table.b-table.b-table-stacked-md > tbody > tr > [data-label]:after {
            display: block;
            clear: both;
            content: ""
        }

        .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
            display: inline-block;
            width: 60%;
            padding: 0 0 0 .5rem;
            margin: 0
        }

        .table.b-table.b-table-stacked-md > tbody > tr.bottom-row, .table.b-table.b-table-stacked-md > tbody > tr.top-row {
            display: none
        }

        .table.b-table.b-table-stacked-md > tbody > tr > :first-child, .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
            border-top-width: 3px
        }
}

@media (max-width:991.98px) {
    .table.b-table.b-table-stacked-lg {
        display: block;
        width: 100%
    }

        .table.b-table.b-table-stacked-lg > caption, .table.b-table.b-table-stacked-lg > tbody, .table.b-table.b-table-stacked-lg > tbody > tr, .table.b-table.b-table-stacked-lg > tbody > tr > td, .table.b-table.b-table-stacked-lg > tbody > tr > th {
            display: block
        }

        .table.b-table.b-table-stacked-lg > tfoot, .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-lg > thead, .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row {
            display: none
        }

        .table.b-table.b-table-stacked-lg > caption {
            caption-side: top !important
        }

        .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]:before {
            content: attr(data-label);
            width: 40%;
            float: left;
            text-align: right;
            word-wrap: break-word;
            font-weight: 700;
            font-style: normal;
            padding: 0 .5rem 0 0;
            margin: 0
        }

        .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]:after {
            display: block;
            clear: both;
            content: ""
        }

        .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
            display: inline-block;
            width: 60%;
            padding: 0 0 0 .5rem;
            margin: 0
        }

        .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row, .table.b-table.b-table-stacked-lg > tbody > tr.top-row {
            display: none
        }

        .table.b-table.b-table-stacked-lg > tbody > tr > :first-child, .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
            border-top-width: 3px
        }
}

@media (max-width:1199.98px) {
    .table.b-table.b-table-stacked-xl {
        display: block;
        width: 100%
    }

        .table.b-table.b-table-stacked-xl > caption, .table.b-table.b-table-stacked-xl > tbody, .table.b-table.b-table-stacked-xl > tbody > tr, .table.b-table.b-table-stacked-xl > tbody > tr > td, .table.b-table.b-table-stacked-xl > tbody > tr > th {
            display: block
        }

        .table.b-table.b-table-stacked-xl > tfoot, .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-xl > thead, .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row {
            display: none
        }

        .table.b-table.b-table-stacked-xl > caption {
            caption-side: top !important
        }

        .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]:before {
            content: attr(data-label);
            width: 40%;
            float: left;
            text-align: right;
            word-wrap: break-word;
            font-weight: 700;
            font-style: normal;
            padding: 0 .5rem 0 0;
            margin: 0
        }

        .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]:after {
            display: block;
            clear: both;
            content: ""
        }

        .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
            display: inline-block;
            width: 60%;
            padding: 0 0 0 .5rem;
            margin: 0
        }

        .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row, .table.b-table.b-table-stacked-xl > tbody > tr.top-row {
            display: none
        }

        .table.b-table.b-table-stacked-xl > tbody > tr > :first-child, .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
            border-top-width: 3px
        }
}

.table.b-table.b-table-stacked {
    display: block;
    width: 100%
}

    .table.b-table.b-table-stacked > caption, .table.b-table.b-table-stacked > tbody, .table.b-table.b-table-stacked > tbody > tr, .table.b-table.b-table-stacked > tbody > tr > td, .table.b-table.b-table-stacked > tbody > tr > th {
        display: block
    }

    .table.b-table.b-table-stacked > tfoot, .table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked > thead, .table.b-table.b-table-stacked > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked > thead > tr.b-table-top-row {
        display: none
    }

    .table.b-table.b-table-stacked > caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked > tbody > tr > [data-label]:before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        word-wrap: break-word;
        font-weight: 700;
        font-style: normal;
        padding: 0 .5rem 0 0;
        margin: 0
    }

    .table.b-table.b-table-stacked > tbody > tr > [data-label]:after {
        display: block;
        clear: both;
        content: ""
    }

    .table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
        display: inline-block;
        width: 60%;
        padding: 0 0 0 .5rem;
        margin: 0
    }

    .table.b-table.b-table-stacked > tbody > tr.bottom-row, .table.b-table.b-table-stacked > tbody > tr.top-row {
        display: none
    }

    .table.b-table.b-table-stacked > tbody > tr > :first-child, .table.b-table.b-table-stacked > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
        border-top-width: 3px
    }

.b-time {
    min-width: 150px
}

    .b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output, .b-time output.disabled {
        background-color: #e9ecef;
        opacity: 1
    }

    .b-time[aria-disabled=true] output {
        pointer-events: none
    }

[dir=rtl] .b-time > .d-flex:not(.flex-column) {
    flex-direction: row-reverse
}

.b-time .b-time-header {
    margin-bottom: .5rem
}

    .b-time .b-time-header output {
        padding: .25rem;
        font-size: 80%
    }

.b-time .b-time-footer {
    margin-top: .5rem
}

.b-time .b-time-ampm {
    margin-left: .5rem
}

.b-toast {
    display: block;
    position: relative;
    max-width: 350px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-clip: padding-box;
    z-index: 1;
    border-radius: .25rem
}

    .b-toast .toast {
        background-color: hsla(0,0%,100%,.85)
    }

    .b-toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .b-toast.b-toast-solid .toast {
        background-color: #fff
    }

    .b-toast .toast {
        opacity: 1
    }

        .b-toast .toast.fade:not(.show) {
            opacity: 0
        }

        .b-toast .toast .toast-body {
            display: block
        }

.b-toast-primary .toast {
    background-color: rgba(230,242,255,.85);
    border-color: rgba(184,218,255,.85);
    color: #004085
}

    .b-toast-primary .toast .toast-header {
        color: #004085;
        background-color: rgba(204,229,255,.85);
        border-bottom-color: rgba(184,218,255,.85)
    }

.b-toast-primary.b-toast-solid .toast {
    background-color: #e6f2ff
}

.b-toast-secondary .toast {
    background-color: rgba(239,240,241,.85);
    border-color: rgba(214,216,219,.85);
    color: #383d41
}

    .b-toast-secondary .toast .toast-header {
        color: #383d41;
        background-color: rgba(226,227,229,.85);
        border-bottom-color: rgba(214,216,219,.85)
    }

.b-toast-secondary.b-toast-solid .toast {
    background-color: #eff0f1
}

.b-toast-success .toast {
    background-color: rgba(230,245,233,.85);
    border-color: rgba(195,230,203,.85);
    color: #155724
}

    .b-toast-success .toast .toast-header {
        color: #155724;
        background-color: rgba(212,237,218,.85);
        border-bottom-color: rgba(195,230,203,.85)
    }

.b-toast-success.b-toast-solid .toast {
    background-color: #e6f5e9
}

.b-toast-info .toast {
    background-color: rgba(229,244,247,.85);
    border-color: rgba(190,229,235,.85);
    color: #0c5460
}

    .b-toast-info .toast .toast-header {
        color: #0c5460;
        background-color: rgba(209,236,241,.85);
        border-bottom-color: rgba(190,229,235,.85)
    }

.b-toast-info.b-toast-solid .toast {
    background-color: #e5f4f7
}

.b-toast-warning .toast {
    background-color: rgba(255,249,231,.85);
    border-color: rgba(255,238,186,.85);
    color: #856404
}

    .b-toast-warning .toast .toast-header {
        color: #856404;
        background-color: rgba(255,243,205,.85);
        border-bottom-color: rgba(255,238,186,.85)
    }

.b-toast-warning.b-toast-solid .toast {
    background-color: #fff9e7
}

.b-toast-danger .toast {
    background-color: rgba(252,237,238,.85);
    border-color: rgba(245,198,203,.85);
    color: #721c24
}

    .b-toast-danger .toast .toast-header {
        color: #721c24;
        background-color: rgba(248,215,218,.85);
        border-bottom-color: rgba(245,198,203,.85)
    }

.b-toast-danger.b-toast-solid .toast {
    background-color: #fcedee
}

.b-toast-light .toast {
    background-color: hsla(0,0%,100%,.85);
    border-color: rgba(253,253,254,.85);
    color: #818182
}

    .b-toast-light .toast .toast-header {
        color: #818182;
        background-color: hsla(0,0%,99.6%,.85);
        border-bottom-color: rgba(253,253,254,.85)
    }

.b-toast-light.b-toast-solid .toast {
    background-color: #fff
}

.b-toast-dark .toast {
    background-color: rgba(227,229,229,.85);
    border-color: rgba(198,200,202,.85);
    color: #1b1e21
}

    .b-toast-dark .toast .toast-header {
        color: #1b1e21;
        background-color: rgba(214,216,217,.85);
        border-bottom-color: rgba(198,200,202,.85)
    }

.b-toast-dark.b-toast-solid .toast {
    background-color: #e3e5e5
}

.b-toaster {
    z-index: 1100
}

    .b-toaster .b-toaster-slot {
        position: relative;
        display: block
    }

        .b-toaster .b-toaster-slot:empty {
            display: none !important
        }

    .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-right {
        position: fixed;
        left: .5rem;
        right: .5rem;
        margin: 0;
        padding: 0;
        height: 0;
        overflow: visible
    }

        .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot {
            position: absolute;
            max-width: 350px;
            width: 100%;
            left: 0;
            right: 0;
            padding: 0;
            margin: 0
        }

            .b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .toast, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot .b-toast, .b-toaster.b-toaster-top-full .b-toaster-slot .toast {
                width: 100%;
                max-width: 100%
            }

    .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-right {
        top: 0
    }

        .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot {
            top: .5rem
        }

    .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-right {
        bottom: 0
    }

        .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot {
            bottom: .5rem
        }

        .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot {
            margin-left: auto
        }

        .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot {
            margin-right: auto
        }

        .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move {
            transition: transform .175s
        }

            .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade {
                transition-delay: .175s
            }

        .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active {
            position: absolute;
            transition-delay: .175s
        }

            .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade {
                transition-delay: 0s
            }

.tooltip.b-tooltip {
    display: block;
    opacity: .9;
    outline: 0
}

    .tooltip.b-tooltip.fade:not(.show) {
        opacity: 0
    }

    .tooltip.b-tooltip.show {
        opacity: .9
    }

    .tooltip.b-tooltip.noninteractive {
        pointer-events: none
    }

    .tooltip.b-tooltip .arrow {
        margin: 0 .25rem
    }

    .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.bs-tooltip-right .arrow {
        margin: .25rem 0
    }

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-top .arrow:before {
    border-top-color: #007bff
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-right .arrow:before {
    border-right-color: #007bff
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #007bff
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-left .arrow:before {
    border-left-color: #007bff
}

.tooltip.b-tooltip-primary .tooltip-inner {
    color: #fff;
    background-color: #007bff
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-top .arrow:before {
    border-top-color: #6c757d
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-right .arrow:before {
    border-right-color: #6c757d
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #6c757d
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-left .arrow:before {
    border-left-color: #6c757d
}

.tooltip.b-tooltip-secondary .tooltip-inner {
    color: #fff;
    background-color: #6c757d
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-top .arrow:before {
    border-top-color: #28a745
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-right .arrow:before {
    border-right-color: #28a745
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #28a745
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-left .arrow:before {
    border-left-color: #28a745
}

.tooltip.b-tooltip-success .tooltip-inner {
    color: #fff;
    background-color: #28a745
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-top .arrow:before {
    border-top-color: #17a2b8
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-right .arrow:before {
    border-right-color: #17a2b8
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #17a2b8
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-left .arrow:before {
    border-left-color: #17a2b8
}

.tooltip.b-tooltip-info .tooltip-inner {
    color: #fff;
    background-color: #17a2b8
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-top .arrow:before {
    border-top-color: #ffc107
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-right .arrow:before {
    border-right-color: #ffc107
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ffc107
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-left .arrow:before {
    border-left-color: #ffc107
}

.tooltip.b-tooltip-warning .tooltip-inner {
    color: #212529;
    background-color: #ffc107
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-top .arrow:before {
    border-top-color: #dc3545
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-right .arrow:before {
    border-right-color: #dc3545
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #dc3545
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-left .arrow:before {
    border-left-color: #dc3545
}

.tooltip.b-tooltip-danger .tooltip-inner {
    color: #fff;
    background-color: #dc3545
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-top .arrow:before {
    border-top-color: #f8f9fa
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-right .arrow:before {
    border-right-color: #f8f9fa
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #f8f9fa
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-left .arrow:before {
    border-left-color: #f8f9fa
}

.tooltip.b-tooltip-light .tooltip-inner {
    color: #212529;
    background-color: #f8f9fa
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-top .arrow:before {
    border-top-color: #343a40
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-right .arrow:before {
    border-right-color: #343a40
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #343a40
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-left .arrow:before {
    border-left-color: #343a40
}

.tooltip.b-tooltip-dark .tooltip-inner {
    color: #fff;
    background-color: #343a40
}

.b-icon.bi {
    display: inline-block;
    overflow: visible;
    vertical-align: -.15em
}

.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
    transform-origin: center;
    -webkit-animation: b-icon-animation-cylon .75s ease-in-out infinite alternate;
    animation: b-icon-animation-cylon .75s ease-in-out infinite alternate
}

@media (prefers-reduced-motion:reduce) {
    .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
        -webkit-animation: none;
        animation: none
    }
}

.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
    transform-origin: center;
    -webkit-animation: b-icon-animation-cylon-vertical .75s ease-in-out infinite alternate;
    animation: b-icon-animation-cylon-vertical .75s ease-in-out infinite alternate
}

@media (prefers-reduced-motion:reduce) {
    .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
        -webkit-animation: none;
        animation: none
    }
}

.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
    transform-origin: center;
    -webkit-animation: b-icon-animation-fade .75s ease-in-out infinite alternate;
    animation: b-icon-animation-fade .75s ease-in-out infinite alternate
}

@media (prefers-reduced-motion:reduce) {
    .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
        -webkit-animation: none;
        animation: none
    }
}

.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
    transform-origin: center;
    -webkit-animation: b-icon-animation-spin 2s linear infinite normal;
    animation: b-icon-animation-spin 2s linear infinite normal
}

@media (prefers-reduced-motion:reduce) {
    .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
        -webkit-animation: none;
        animation: none
    }
}

.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
    transform-origin: center;
    animation: b-icon-animation-spin 2s linear infinite reverse
}

@media (prefers-reduced-motion:reduce) {
    .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
        -webkit-animation: none;
        animation: none
    }
}

.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
    transform-origin: center;
    -webkit-animation: b-icon-animation-spin 1s steps(8) infinite normal;
    animation: b-icon-animation-spin 1s steps(8) infinite normal
}

@media (prefers-reduced-motion:reduce) {
    .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
        -webkit-animation: none;
        animation: none
    }
}

.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
    transform-origin: center;
    animation: b-icon-animation-spin 1s steps(8) infinite reverse
}

@media (prefers-reduced-motion:reduce) {
    .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
        -webkit-animation: none;
        animation: none
    }
}

.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
    transform-origin: center;
    -webkit-animation: b-icon-animation-throb .75s ease-in-out infinite alternate;
    animation: b-icon-animation-throb .75s ease-in-out infinite alternate
}

@media (prefers-reduced-motion:reduce) {
    .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
        -webkit-animation: none;
        animation: none
    }
}

@-webkit-keyframes b-icon-animation-cylon {
    0% {
        transform: translateX(-25%)
    }

    to {
        transform: translateX(25%)
    }
}

@keyframes b-icon-animation-cylon {
    0% {
        transform: translateX(-25%)
    }

    to {
        transform: translateX(25%)
    }
}

@-webkit-keyframes b-icon-animation-cylon-vertical {
    0% {
        transform: translateY(25%)
    }

    to {
        transform: translateY(-25%)
    }
}

@keyframes b-icon-animation-cylon-vertical {
    0% {
        transform: translateY(25%)
    }

    to {
        transform: translateY(-25%)
    }
}

@-webkit-keyframes b-icon-animation-fade {
    0% {
        opacity: .1
    }

    to {
        opacity: 1
    }
}

@keyframes b-icon-animation-fade {
    0% {
        opacity: .1
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes b-icon-animation-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes b-icon-animation-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@-webkit-keyframes b-icon-animation-throb {
    0% {
        opacity: .5;
        transform: scale(.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes b-icon-animation-throb {
    0% {
        opacity: .5;
        transform: scale(.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.btn .b-icon.bi, .dropdown-item .b-icon.bi, .dropdown-toggle .b-icon.bi, .input-group-text .b-icon.bi, .nav-link .b-icon.bi {
    font-size: 125%;
    vertical-align: text-bottom
}



body {
    font-size: 13px;
    background-color: #e2e7ea;
    color: #2c2d4e;
    font-weight: 400;
    font-style: normal
}

.mx-datepicker-body, body {
    font-family: Kanit,sans-serif;
    font-display: block
}

:focus {
    outline: none !important
}

a {
    font-size: 13px
}

body, html {
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    position: relative;
    background-color: #ebf1f4
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.btn {
    font-size: 1rem
}

    .btn .b-icon.bi, .dropdown-item .b-icon.bi, .dropdown-toggle .b-icon.bi, .input-group-text .b-icon.bi, .nav-link .b-icon.bi {
        font-size: 100%;
        vertical-align: middle
    }

#nav-bar.wrapper {
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 2px 1px 3px #ebeff2;
    -webkit-box-shadow: 2px 1px 3px #ebeff2
}

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

.container-default {
    padding-top: 150px;
    min-height: calc(100vh - 310px)
}

.underline {
    text-decoration: underline !important
}

.disable {
    opacity: .6
}

body.fixed {
    overflow: hidden
}

.disabled-block {
    opacity: .4;
    pointer-events: none
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.l-15 {
    left: 15px
}

.l-30 {
    left: 30px
}

.r-15 {
    right: 15px
}

.r-30 {
    right: 30px
}

.t5 {
    top: 5px
}

.t-2 {
    top: -2px
}

.pointer, a, button {
    cursor: pointer
}

    button.disabled {
        pointer-events: none
    }

.no-padding {
    padding: 0 !important
}

.no-padding-content {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-margin-content {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.no-right {
    margin-right: 0 !important;
    padding-right: 0 !important
}

.pl-15 {
    padding-left: 15px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pr-20 {
    padding-right: 20px !important
}

.ml-15 {
    margin-left: 15px !important
}

.ml-20 {
    margin-left: 20px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mr-20 {
    margin-right: 20px !important
}

.w-80 {
    width: 80px !important
}

.w-60 {
    min-width: 60px;
    width: 60px !important
}

.w-50p {
    min-width: 50px;
    width: 50px !important
}

.w-40 {
    width: 40px !important
}

.w-30 {
    width: 30px !important
}

.w-25 {
    width: 25px !important
}

.w-20 {
    width: 20px !important
}

.w-90 {
    min-width: 90px;
    width: 90px !important
}

.w-110 {
    width: 110px !important
}

.w-120 {
    width: 120px !important;
    min-width: 120px
}

.w-140 {
    width: 140px !important;
    min-width: 140px
}

.w-160 {
    width: 160px !important;
    min-width: 160px
}

.w-180 {
    width: 180px !important;
    min-width: 180px
}

.w-200 {
    width: 200px !important;
    min-width: 200px
}

.w-240 {
    width: 240px !important;
    min-width: 240px;
    max-width: 240px
}

.w-260 {
    width: 260px !important
}

.w-280 {
    width: 280px !important
}

.w-300 {
    width: 300px !important
}

.p-15 {
    padding: 15px
}

.border-bottom, .border-left, .border-right, .border-top {
    border-color: #d6dde1 !important
}

    .border-bottom.secondary, .border-left.secondary, .border-right.secondary, .border-top.secondary {
        border-color: #f2f6f8 !important
    }

.bottom-shadow {
    box-shadow: 0 2px 4px 0 #ebf1f4;
    -webkit-box-shadow: 0 2px 4px 0 #ebf1f4
}

.box-shadow {
    box-shadow: 1px 1px 10px #d6d6d6 !important;
    -webkit-box-shadow: 1px 1px 10px #d6d6d6 !important
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap
}

    .row-eq-height .content {
        height: 100%;
        margin-bottom: 0
    }

.block-padding {
    padding: 30px
}

.wrapper {
    max-width: 1350px;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow-x: hidden;
    display: block;
    position: relative;
    width: 100%;
    min-height: 480px
}

    .line, .wrapper > .line {
        padding-top: 1rem;
        border-bottom: 1px solid #d8e1e5;
        background-color: #fff;
        clear: both
    }

.clear {
    clear: both
}

.banner-header {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 80px;
    position: relative;
    z-index: 3;
    background-size: cover
}

.blog-section, .promotion-banner, .section-block {
    padding-left: 0 !important;
    padding-right: 0 !important
}

    .blog-section .line, .promotion-banner .line, .section-block .line {
        text-align: left !important;
        background-color: #ebf1f4;
        border-bottom: none !important
    }

        .blog-section .line > h2, .blog-section .line > span, .promotion-banner .line > h2, .promotion-banner .line > span, .section-block .line > h2, .section-block .line > span {
            margin-left: 50px
        }

.by-brands-item {
    flex-direction: column;
    min-height: 240px;
    display: flex;
    border: 1px solid #e2e2e2;
    margin-bottom: 2rem;
    background: linear-gradient(175deg,#fefefe,#ededed)
}

    .by-brands-item > a {
        background-image: linear-gradient(180deg,#ebf1f4,#ebf1f4);
        max-height: 40px;
        margin-top: auto;
        flex: 1 1 100%;
        align-items: center;
        display: flex;
        justify-content: center
    }

        .by-brands-item > a .b-icon, .by-brands-item > a .epro-icon-cart:before {
            color: #0072ce
        }

    .by-brands-item .brand-logo {
        max-height: 40px
    }

.pt-nav, .pt-nav-b2b {
    padding-top: 72px
}

.page-activity, .page-not-found {
    min-height: 600px;
    background-color: #fff;
    width: 100%
}

.page-activity {
    margin-bottom: 1rem
}

.no-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0;
    float: left
}

.my-account {
    width: 340px
}

.nav-right-item.admin .my-account {
    width: 510px
}

.my-account > .d-flex > .col {
    border-right: 1px solid #d6dde1
}

    .my-account > .d-flex > .col:last-child {
        border: none
    }

.nav-right-item.admin.left > .nav-block {
    left: unset;
    right: -270px
}

.nav-right-item .add-favorite {
    font-size: 20px;
    color: #015b7f;
    margin-right: .5rem;
    position: relative;
    top: 2px
}

.mini-cart {
    width: 340px;
    max-height: 230px;
   /* overflow-y: auto*/
}

    .mini-cart.warning {
        opacity: .3
    }

    .mini-cart > div:last-child .media {
        margin-bottom: 0
    }

    .mini-cart .media {
        overflow: hidden;
        width: 100%;
        border-bottom: 1px solid #d8e1e5;
        margin-bottom: 1rem
    }

        .mini-cart .media > img {
            width: 60px;
            border: none;
            margin-bottom: .75rem
        }

.nav-block .empty-cart {
    width: 340px;
    height: 160px
}

.nav-right {
    display: flex;
    flex: 0 0 440px;
    margin-left: auto
}

    .nav-right .nav-right-item {
        position: relative;
        padding: 14px 20px;
        align-items: center;
        display: flex;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-size: 12px;
        color: #2c2d4e;
        cursor: pointer;
        border: 1px solid transparent
    }

.nav-right-item > span {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.nav-right .nav-right-item.active {
    border: 1px solid #dadada;
    box-shadow: 0 2px 6px 0 #d5dbde;
    -webkit-box-shadow: 0 2px 6px 0 #d5dbde
}

.nav-right .nav-right-item .b-icon {
    transition: .3s
}

.nav-right .nav-right-item.active .b-icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.nav-right-item > .nav-block {
    min-width: 160px;
    padding: 1rem;
    display: none;
    position: absolute;
    border: 1px solid #dadada;
    top: 50px;
    box-shadow: 0 2px 6px 0 #d5dbde;
    -webkit-box-shadow: 0 2px 6px 0 #d5dbde;
    background-color: #fff;
    z-index: 3
}

.nav-right-item.center {
    display: flex;
    justify-content: center
}

.nav-right-item.right > .nav-block {
    right: -1px
}

.nav-right-item.left {
    height: 52px
}

    .nav-right-item.left > .nav-block {
        left: -1px;
        right: unset
    }

.nav-right-item.active > .nav-block {
    display: block
}

.nav-right-item.active > .divide {
    position: absolute;
    width: 100%;
    height: 6px;
    z-index: 4;
    background-color: #fff;
    left: 0;
    bottom: -2px
}

.nav-right > div em {
    font-size: 22px;
    padding-right: .5rem
}

.nav-cart {
    position: relative
}

    .nav-cart .badge-cart {
        position: relative;
        left: 15px;
        top: -4px
    }

.search-result-type .search-type-item {
    font-weight: 300
}

.navbar-b2b .btn-secondary {
    color: #313252;
    background-color: #ebf1f4;
    font-weight: 500;
    border-color: #ebf1f4
}

.navbar-b2b .nav-link {
    white-space: nowrap;
    color: #000 !important
}

.navbar-b2b .btn-secondary:focus, .navbar-b2b .btn-secondary:hover {
    background-color: #cedae0;
    border-color: #cedae0
}

.navbar-b2b .form-login .form-group {
    margin-bottom: 0 !important;
    width: 47% !important;
    max-width: 150px;
    margin-right: 8px
}

.mr-0 .form-group {
    margin-right: 0 !important
}

.navbar-b2b .form-login .input-component .validate-text {
    left: 0;
    bottom: -16px
}

.navbar-b2b .form-login .form-control {
    height: 32px;
    font-size: 12px
}

    .navbar-b2b .form-login .form-control:last-child {
        margin-right: 0
    }

.navbar-b2b .btn-small {
    padding: 0;
    height: 32px
}

.navbar-b2b {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 72px;
    padding: 20px 30px;
    background-color: #fff
}

.container-wrapper {
    margin: 30px 120px
}

.change-company {
    min-height: 800px
}

.wrapper > .container-fluid {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 26px
}

.section-link {
    margin-top: 1.5rem
}

.section-copyright, .section-text {
    color: #888;
    font-size: 12px
}

.section-copyright {
    padding-top: 15px;
    margin-top: 30px;
    border-top: 4px solid #ebf1f4
}

.ul-footer {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 1.5rem
}

    .ul-footer > li {
        font-size: 12px;
        margin-top: 4px;
        color: #2c2d4e
    }

        .ul-footer > li a {
            font-size: 12px;
            cursor: pointer;
            color: #2c2d4e
        }

            .ul-footer > li a:hover {
                color: #0171cd
            }

.h-32, .h-32 .input-component .form-control {
    height: 32px
}

.approver-content {
    max-height: 200px;
    overflow: auto
}

.main-footer .container-block {
    max-width: calc(1400px + 2rem);
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.container-subscribe {
    background-image: linear-gradient(90deg,white,white)
}

.subscribe {
    color: black;
    max-width: calc(1400px + 2rem);
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    letter-spacing: 1px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-weight: 300
}

    .subscribe > div {
        align-items: center;
        line-height: 16px !important;
        width: 100%
    }

    .subscribe img {
        width: 34px;
        height: 34px;
        margin-right: .75rem
    }

.round-icon-status {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 22px
}

    .round-icon-status.round-icon-primary {
        box-shadow: 0 2px 3px 0 #54d2d2;
        -webkit-box-shadow: 0 2px 3px 0 #54d2d2;
        background-color: #54d2d2
    }

    .round-icon-status.round-icon-waiting {
        box-shadow: 0 2px 3px 0 #f8aa4b;
        -webkit-box-shadow: 0 2px 3px 0 #f8aa4b;
        background-color: #f8aa4b
    }

.subscribe .form label {
    margin-top: 10px;
    font-weight: 300;
    font-size: 12px
}

.round-icon:before {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 15px !important;
    z-index: 1
}

.live-chat {
    width: 100%;
    max-width: 200px;
    text-align: center;
    color: #313252;
    font-size: 24px;
    font-weight: 500
}

.border-content.secondary .cart-item, .main-default, .main-footer {
    background-color: #fff !important
}

.content > .title-content {
    font-size: 20px
}

.title-content {
    color: #002433;
    font-size: 18px;
    font-weight: 400
}

.icon-facebook > svg, .icon-twitter > svg {
    margin-top: 10px;
    width: 24px;
    margin-left: 20px
}

.round-icon > span {
    display: flex;
    font-size: 12px;
    margin-top: -3px;
    align-items: center
}

.subscribe .b-icon {
    top: 22px !important
}

.contact-number {
    font-size: 48px;
    line-height: 55px
}

.title.line {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #313252;
    position: relative;
    padding: 15px 0;
    margin-top: 10px
}

    .title.line > h2, .title.line > span {
        padding: 0 24px;
        background-color: #ebf1f4;
        z-index: 1;
        position: relative;
        display: inline-block
    }

    .title.line:after {
        content: "";
        position: absolute;
        border-bottom: 4px solid #d6dde1;
        width: 100%;
        left: 0;
        top: calc(50% - 2px)
    }

    .title.line.pb-0:after {
        top: calc(50% + 7px)
    }

    .title.line.small:after {
        border-bottom: 1px solid #d6dde1
    }

.container-block {
    padding: 0
}

.blog-section {
    padding: 0 10px 30px
}

.navbar-custom {
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 70px;
    padding: 20px 30px;
    background-color: #fff
}

    .navbar-custom:after {
        content: "";
        height: 4px;
        width: 100%;
        background-image: linear-gradient(90deg,#4363f1,#2599da);
        position: absolute;
        top: 70px;
        left: 0
    }

.navbar-second .navbar-menu:after {
    content: "";
    border-right: 2px solid #efefef;
    position: absolute;
    top: -4px;
    height: 28px
}

.navbar-b2b .brand img, .navbar-custom > .brand img {
    max-height: 92px;
    width: auto;
    position: relative;
    top: 0px;
    margin-left: 3rem
}

.navbar-b2b .brand, .navbar-brand.brand {
    padding: 0;
    margin-right: 22px;
    flex: 0 0 160px
}

.navbar-custom .navbar-search {
    width: 100%;
    padding-right: 30px;
}

    .navbar-custom .navbar-search .form-inline {
        width: 100%;
        position: relative
    }

    .navbar-custom .navbar-search .b-icon {
        position: absolute;
        right: 12px;
        font-size: 18px;
        color: #002433
    }

.form-navbar-search {
    height: 40px;
    width: 95% !important;
    padding-left: 18px;
    padding-right: 48px;
    font-size: 14px;
    background-color: #ebf1f4;
    border: none !important;
    border-radius: 0px;
    color: #002433
}

    .form-navbar-search::-moz-placeholder {
        color: #002433
    }

    .form-navbar-search::placeholder {
        color: #002433
    }



button:focus, input:focus {
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important
}

.nav-link > .text > div {
    font-size: 10px;
    line-height: 12px
}

.nav-button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 15px
}

    .nav-button > a, .nav-button > a > .icon-badge {
        position: relative
    }


.badge-cart:after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    background-color: #fd0e;
    z-index: 1;
    right: 10px;
    top: 12px;
    border-radius: 50%
}

.cart-badge {
    position: absolute;
    top: 25%;
    right: 0;
    left: 50%;
}

.badge {
    min-width: 1.5rem;
    height: 20px;
    padding: 0 0.5rem;
    border-radius: 50%/12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: medium;
    font-weight: 300;
}

.badge-is-yellow {
    background-color: #fd0;
    color: #252525;
}


.badge-cart {
    margin-bottom: 0;
    position: absolute;
    top: 1%;
    left: 80%;
}

    .badge-cart .header-cart-count {
        z-index: 2;
        display: grid;
        width: 22px;
        text-align: center;
        position: relative;
        top: 0;
        color: black;
        left: 8px
    }

    .badge-cart > span {
        z-index: 2;
        display: grid;
        width: 22px;
        text-align: center;
        position: relative;
        top: 0;
        color: black;
        left: 8px
    }

.nav-item {
    margin-right: 2px;
    padding: 0 9px 0 9px;
}

    .nav-item:last-child {
        margin-right: 0
    }

.nav-button .b-icon {
    font-size: 18px !important;
    position: relative;
    top: -5px
}

.nav-button span {
    position: relative;
    margin-left: 4px;
    top: -4px
}

.nav-dropdown-split .btn-account {
    width: 130px;
    padding: 0;
    margin: 11px 0 0 !important
}

.btn > a {
    color: #2c2d4e
}

.btn-account > .btn .b-icon {
    font-size: 18px !important;
    position: relative;
    margin-right: 8px
}

.btn-account > .btn {
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: 0;
    color: #103240
}

    .btn-account > .btn > div {
        padding-top: 7px;
        padding-bottom: 7px;
        border-radius: 4px
    }

    .btn-account > .btn:focus, .btn-account > .btn:hover, .btn-account > .btn:not(:disabled):not(.disabled).active, .btn-account > .btn:not(:disabled):not(.disabled):active, .show.btn-account .btn-secondary.dropdown-toggle {
        background-color: transparent !important;
        color: #103240;
        border-color: transparent !important
    }

.btn-account .dropdown-toggle-split {
    padding: 0
}

.icon-badge {
    background-color: #efefef;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    margin-left: 0 !important
}

.badge-alert {
    background-color: #ff495d
}

.form-control {
    font-size: unset;
    border-radius: 4px
}

.lh-normal {
    line-height: 1
}

.lh-1 {
    line-height: 1.25rem !important
}

.lh-2 {
    line-height: 1.75rem !important
}

.navbar-menu-list > .b-icon {
    transition: .3s
}

.navbar-menu-list.active > .rotate {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.nav-block .nuxt-link-active, .nav-block a:hover {
    color: #0171cd;
    transition: .3s;
    text-decoration: none
}

.nav-block a {
    color: #2c2d4e;
    position: relative
}

    .nav-block a:after {
        content: "";
        transition: .3s;
        border-bottom: 1px solid transparent;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .nav-block a.nuxt-link-active:after, .nav-block a:hover:after {
        border-color: #0171cd
    }

.navbar-second {
    top: 74px;
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 0;
    border-bottom: 2px solid #f2f6f8;
    height: 48px;
    position: fixed;
    z-index: 1000
}

    .navbar-second .nav-link {
        font-size: 13px;
        color: #0171cd !important
    }

    .navbar-second .navbar-left {
        float: left;
        height: 48px
    }

    .nav-link-flex .icon, .nav-link-flex > .nav-link, .navbar-second .navbar-left {
        display: flex;
        align-items: center
    }

.nav-link-flex .icon {
    font-size: 24px;
    margin-right: .75rem;
    position: relative
}

.waiting-order:before {
    content: "";
    border-right: 2px solid #efefef;
    position: absolute;
    top: 8px;
    height: 28px
}

.waiting-order > a {
    margin-left: 1.5rem
}

.waiting-order .icon > img {
    width: 12px
}

.icon.icon-order {
    margin-right: .5rem
}

.badge-order {
    left: -8px;
    position: relative;
    top: -10px
}

    .badge-order > span {
        z-index: 2;
        display: inline-block;
        width: 22px;
        text-align: center;
        position: relative;
        color: #fff;
        font-size: 10px;
        left: 7px
    }

    .badge-order:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        background-color: #ff495d;
        z-index: 1;
        right: -6px;
        top: 12px;
        border-radius: 50%
    }

.navbar-second .navbar-right {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    float: right;
    border-right: 2px solid #0171cd;
    height: 60px;
    position: relative
}

    .navbar-second .navbar-right .doc-icon .b-icon {
        position: relative;
        font-size: 32px;
        margin-top: 5px;
        color: #454663
    }

    .navbar-second .navbar-right .doc-icon .b-count {
        position: absolute;
        left: 34px;
        width: 24px;
        text-align: center;
        color: #ff495d;
        font-weight: 500
    }

    .navbar-second .navbar-right .doc-icon .b-notification {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: #ff6150;
        position: absolute;
        left: 24px
    }

    .navbar-second .navbar-right:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 60px solid #0171cd;
        border-left: 46px solid transparent;
        position: relative
    }

    .navbar-second .navbar-right:after {
        content: "";
        width: 30px;
        height: 30px;
        border-top: 57px solid #f6fbfd;
        border-left: 43px solid transparent;
        position: absolute;
        left: 3px
    }

    .navbar-second .navbar-right .nav-item {
        border-bottom: 2px solid #0171cd;
        margin-right: 0;
        background-color: #f6fbfd
    }

    .navbar-second .navbar-right .nav-link {
        line-height: 45px;
        padding-right: 30px;
        padding-left: 30px;
        color: #373857 !important;
        font-size: 16px !important;
        position: relative
    }

        .navbar-second .navbar-right .nav-link:last-child {
            padding-right: 30px !important
        }

.navbar-second .navbar-menu {
    font-size: 14px;
    height: 26px;
    top: 2px;
    cursor: pointer;
    position: relative
}

.navbar-second .nav-right-b2b {
    margin-right: 30px;
    height: 48px;
    line-height: 34px;
    float: right
}

.navbar-second .navbar-menu .bi-list {
    font-size: 24px;
    color: #999;
    font-weight: 500;
    top: 5px;
    position: relative;
    margin-right: 4px
}

.navbar-second .navbar-menu .navbar-menu-list {
    position: relative;
    top: 0px;
    display: inline;
    color: #2e2f50;
    padding: 15px 30px;
    cursor: pointer
}

.custom-control.custom-checkbox {
    margin-top: 0
}

.custom-control-label, .form-check-input {
    cursor: pointer
}

    .custom-control-label:after, .custom-control-label:before {
        top: 5px
    }

.top > .custom-control-label:after, .top > .custom-control-label:before {
    top: 0
}

.mid.custom-control, .top.custom-control {
    min-height: 0
}

.mid > .custom-control-label:after, .mid > .custom-control-label:before {
    top: 2px
}

.btn-full.btn-facebook {
    font-size: 20px
}

.btn-facebook {
    color: #0171cd;
    border: 1px solid #0171cd
}

    .btn-facebook:hover {
        color: #0171cd
    }

    .btn-facebook > .icon-facebook > svg {
        margin-left: 0;
        margin-top: 0;
        position: relative;
        top: -2px;
        height: 30px;
        margin-right: 8px;
        color: #0171cd
    }

.overlay, .overlay-aside {
    position: fixed;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    z-index: 999;
    height: 100vh;
    top: 0;
    opacity: 0;
    transition: .3s;
    pointer-events: none
}

    .overlay-aside.show, .overlay.show {
        opacity: 1;
        pointer-events: all
    }

.overlay-aside {
    left: 0;
    z-index: -1
}

.title, a.link, a.link:hover {
    color: #2c2d4e !important
}

    .title > .title-info {
        position: relative;
        top: -2px;
        margin-left: 15px;
        color: #2c2d4e;
        font-weight: 200 !important
    }

        .title > .title-info > .b-icon {
            font-size: 14px;
            color: #999;
            margin-right: 4px
        }

.btn-icon-close {
    color: #aaa;
    transition: .3s;
    cursor: pointer;
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 0
}

    .btn-icon-close.icon-small {
        height: 24px;
        width: 24px;
        font-size: 24px
    }

    .btn-icon-close.icon-xs {
        height: 16px;
        width: 16px;
        font-size: 16px
    }

    .btn-icon-close:hover {
        color: #2c2d4e
    }

.btn-icon-cancel, .btn-icon-check, .btn-icon-edit {
    color: #5d5d63;
    cursor: pointer;
    position: absolute;
    opacity: .5
}

.btn-icon-check {
    color: green;
    left: 6px
}

.btn-icon-cancel {
    color: #ff001e;
    left: 32px
}

.btn-icon-edit {
    width: 20px;
    padding: 4px;
    top: 2px;
    height: 20px
}

.btn-icon-cancel, .btn-icon-check {
    font-size: 24px;
    top: 2px
}

    .btn-icon-cancel:hover, .btn-icon-check:hover, .btn-icon-edit:hover {
        opacity: 1
    }

.btn-small {
    min-width: 100px !important;
    padding: 4px 0 !important;
    line-height: 20px
}

.btn-on.btn-lg {
    height: 34px
}

    .btn-on.btn-lg.fs-14 {
        height: 40px
    }

.btn-on.btn-input {
    height: 32px
}

.btn-xl {
    height: 44px
}

.btn-on {
    min-height: 32px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    border: none;
    background: linear-gradient(#01a0df,#0148cd);
    background-size: 1px 60px;
    border-radius: 4px;
    transition: background .3s ease-out
}

.btn.btn-on:focus, .btn.btn-on:hover {
    color: #fff;
    background-position: 10px;
    border: none !important
}

.btn-on-secondary.btn-small, .btn-on.btn-small {
    line-height: 20px;
    font-size: 12px
}

.btn.btn-default, .btn.btn-default:focus, .btn.btn-default:hover {
    line-height: 16px !important;
    padding: 7px 0 !important
}

.btn.btn-form-control, .btn.btn-form-control:focus, .btn.btn-form-control:hover {
    line-height: 32px !important;
    padding: 0 !important
}

.btn-on.btn-small:focus, .btn-on.btn-small:hover {
    color: #fff;
    line-height: 20px;
    background-position: 20px;
    border: none !important
}

.btn-on.btn-md, .btn-on.btn-md:focus, .btn-on.btn-md:hover {
    padding: 8px 0 !important;
    border: none !important
}

.btn-on-danger {
    cursor: pointer;
    color: #fff;
    text-align: center;
    border: none;
    padding: 7px 0 !important;
    background: linear-gradient(#ff566b,#ff1935);
    background-size: 1px 60px;
    border-radius: 4px;
    transition: background .3s ease-out
}

.btn.btn-on-danger:focus, .btn.btn-on-danger:hover {
    color: #fff;
    background-position: 10px;
    border: none !important
}

.btn-on-secondary {
    cursor: pointer;
    color: #2c2d4e;
    text-align: center;
    border: none;
    padding: 4px 0 !important;
    background: linear-gradient(#eee,#cacfd2);
    background-size: 1px 60px;
    border-radius: 4px;
    transition: background .3s ease-out
}

.btn.btn-on-secondary:focus, .btn.btn-on-secondary:hover {
    color: #2c2d4e;
    background-position: 10px;
    border: none !important
}

.btn-on-primary {
    font-weight: 400;
    cursor: pointer;
    color: #2c2d4e;
    text-align: center;
    border: 1px solid #bfc0cc;
    padding: 7px 0;
    background: linear-gradient(#f7f9fa,#dee4e7);
    background-size: 1px 60px;
    border-radius: 4px;
    transition: background .3s ease-out
}

.btn.btn-on-primary:focus, .btn.btn-on-primary:hover {
    color: #2c2d4e;
    background-position: 10px;
    border-color: #bfc0cc !important
}

.btn-on-primary.btn-small {
    padding: 3px 0 !important
}

.btn-transparent {
    position: relative;
    color: #005aaa;
    font-weight: 400 !important;
    margin-bottom: 5px
}

.btn.btn-transparent, .btn.btn-transparent:active, .btn.btn-transparent:focus {
    border: none !important;
    line-height: 20px !important;
    padding: 5px 0 !important;
    color: #005aaa
}

.btn-transparent.active:after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #01a0df;
    width: calc(100% + 10px);
    left: -5px;
    bottom: -5px
}

.outline-rounded > .btn {
    border-radius: 20px;
    font-size: 12px;
    background-color: transparent;
    padding: 8px 18px;
    color: #2c2d4e
}

    .outline-rounded > .btn:focus {
        border-color: #6c757d !important
    }

    .outline-rounded > .btn > .b-icon {
        top: -2px;
        position: relative;
        transition: .3s
    }

.outline-rounded.show > .btn > .b-icon {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.btn-on-dropdown > button {
    cursor: pointer;
    color: #2c2d4e;
    text-align: center;
    font-size: 12px;
    border: 1px solid #d4dce0 !important;
    padding: 5px 0 !important;
    background: linear-gradient(#f7f9fa,#dbe1e4);
    background-size: 1px 60px;
    border-radius: 4px;
    transition: background .3s ease-out
}

    .btn-on-dropdown > button:focus, .btn-on-dropdown > button:hover {
        color: #2c2d4e !important;
        padding: 5px 0 !important;
        background-position: 20px;
        border: 1px solid #d4dce0 !important
    }

.btn-on-dropdown.show > .btn-secondary.dropdown-toggle {
    color: #2c2d4e !important;
    background-position: 20px
}

.btn-radio {
    background-color: #ebf1f4;
    text-align: center;
    color: #aaa;
    transition: .1s;
    line-height: 20px;
    border-radius: 4px;
    position: relative
}

    .btn-radio.badge-approver .b-icon, .btn-radio.badge-rejected .b-icon, .btn-radio.badge-waiting .b-icon {
        left: -8px;
        top: -5px;
        position: absolute;
        font-size: 16px;
        color: #fff;
        z-index: 1
    }

    .btn-radio.badge-approver .b-icon {
        color: #54d2d2
    }

    .btn-radio.badge-rejected .b-icon {
        color: #fff;
        font-size: 12px;
        left: -6px;
        top: -3px
    }

    .btn-radio.badge-waiting .b-icon {
        color: #8da7ca;
        left: -5px;
        top: -2px;
        font-size: 10px
    }

    .btn-radio.badge-approver:after, .btn-radio.badge-rejected:after, .btn-radio.badge-waiting:after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background-color: #fff;
        left: -8px;
        top: -5px;
        border-radius: 8px
    }

    .btn-radio.badge-rejected:after {
        background-color: #8da7ca
    }

    .btn-radio.badge-waiting:after {
        border: 2px solid #8da7ca
    }

    .btn-radio.selected, .btn-radio:focus, .btn-radio:hover {
        color: #fff;
        text-align: center;
        font-size: 16px;
        border: none;
        background: linear-gradient(#0171cd,#0171cd);
        background-size: 20px 40px;
        border-radius: 4px;
        transition: background .3s ease-out
    }

.btn-extra {
    min-width: 300px;
    padding: 7px 0;
    font-size: 1.8rem
}

.btn-submit {
    color: #fff;
    background-color: #0072ce
}

    .btn-submit:focus, .btn-submit:hover {
        color: #fff;
        background-color: #0069be !important;
        border-color: #0069be !important
    }

.btn-primary:focus, .btn-primary:hover {
    color: #252525;
    background-color: #fd0 !important;
    border-color: #fd0 !important
}

.btn-full {
    font-size: 24px;
    width: 100%;
    height: 50px
}

.btn:focus {
    border: 1px solid transparent !important
}

.btn-primary {
    background-color: #fd0 !important;
    border-color: #fd0 !important
}

.btn-red {
    color: #fff !important;
    background-color: #ff495d;
    box-shadow: 0 4px 5px 0 rgba(255,73,93,.7);
    -webkit-box-shadow: 0 4px 5px 0 rgba(255,73,93,.7);
    padding: 15px 0
}

.btn-extra-small {
    font-size: 10px;
    box-shadow: none !important;
    padding: 0 8px
}

.btn-on-flip {
    background-color: #005aaa;
    color: #fff;
    width: 100%;
    padding: 8px
}

    .btn-on-flip:hover {
        color: #fff;
        background-color: #024b8b
    }

.btn-border {
    text-align: center;
    border: 1px solid #005aaa;
    background-color: #fff;
    font-size: 13px;
    border-radius: 4px
}

    .btn-border, .btn-border:hover {
        color: #005aaa
    }

        .btn-border:focus {
            border: 1px solid #005aaa !important
        }

.btn-fav {
    font-size: 12px;
    color: #015b7f;
    border: 1px solid #c1e9f8;
    width: 44px;
    height: 44px;
    background-color: #f5fcff
}

    .btn-fav:focus, .btn-fav:hover {
        border: 1px solid #c1e9f8 !important
    }

    .btn-fav.active {
        color: #01a0df
    }

.line.title > .btn {
    z-index: 2;
    position: relative;
    float: right;
    top: 9px
}

    .line.title > .btn a {
        font-size: 10px;
        color: #fff
    }

.fsx {
    font-size: 26px
}

.large-input .form-control {
    height: 40px !important
}

.large-input .input-component.horizontal > .bi-search {
    bottom: 11px;
    right: 12px
}

.large-input.no-group .input-component.horizontal, .search-icon .input-component.horizontal, .search-inner .input-component {
    position: relative
}

    .search-inner .input-component .bi-search {
        position: absolute;
        right: 8px;
        top: 9px;
        font-size: 14px
    }

    .large-input.no-group .input-component.horizontal > .bi-search {
        bottom: 10px;
        right: 10px
    }

    .search-icon .input-component.horizontal > .bi-search {
        bottom: 7px;
        right: 10px
    }

.form-block {
    max-width: 460px;
    width: 100%
}

.icon-status {
    position: absolute;
    bottom: 13px;
    font-size: 26px;
    right: 20px;
    color: #999
}

    .icon-status.danger, .radio-error .custom-control-label {
        color: #ff495d
    }

    .icon-status.success {
        color: green
    }

.input-component.horizontal > .validate-text {
    top: 7px;
    left: auto;
    right: 15px;
    pointer-events: none
}

.input-component {
    display: flex;
    float: left
}

    .input-component .mx-input::-moz-placeholder, .input-component input::-moz-placeholder, .input-component textarea::-moz-placeholder, .mx-input::-moz-placeholder {
        color: #aaa;
        font-size: 12px;
        font-weight: 300
    }

    .input-component .mx-input::placeholder, .input-component input::placeholder, .input-component textarea::placeholder, .mx-input::placeholder {
        color: #aaa;
        font-size: 12px;
        font-weight: 300
    }

.full-width .mx-datepicker {
    width: 100% !important
}

label.datepicker {
    position: relative;
    margin-top: 7px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 14px
}

.input-component select.form-control, .input-component select option {
    font-size: 12px !important
}

div > .input-component:last-child {
    margin-right: 0
}

.input-component > label {
    width: 180px;
    position: relative;
    margin-top: 7px;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 5px;
    font-size: 13px
}

.text-group .input-component > label {
    padding-left: 0;
    font-size: 13px;
    width: 170px
}

.input-component:first-child > label {
    padding-left: 0
}

.input-component > label.ext {
    width: 0;
    padding: 0 10px;
    margin-bottom: 3px
}

.input-component textarea {
    height: auto;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ced4da;
    color: #495057;
    border-radius: 4px;
    line-height: 20px;
    resize: none
}

.input-component > textarea:focus {
    outline: none !important;
    border: 1px solid #80bdff !important
}

.input-component.empty input, .input-component input.empty, .input-component input.warning, .input-component textarea.empty, .input-component textarea.empty:focus, .mx-datepicker.empty .mx-icon-calendar, .mx-datepicker.empty .mx-input {
    border-color: #ff495d !important;
    color: #ff495d !important
}

    .input-component .mx-datepicker.empty .mx-input::-moz-placeholder, .input-component > input.empty::-moz-placeholder, .input-component > input.warning::-moz-placeholder, .input-component textarea.empty::-moz-placeholder {
        color: #fb9b8a !important
    }

    .input-component .mx-datepicker.empty .mx-input::placeholder, .input-component > .b-icon.empty, .input-component > input.empty::placeholder, .input-component > input.warning::placeholder, .input-component textarea.empty::placeholder {
        color: #fb9b8a !important
    }

.input-component .icon-password {
    position: absolute !important;
    right: .75rem;
    bottom: 9px;
    cursor: pointer;
    color: #999
}

.mx-input, .mx-input:focus, .mx-input:hover {
    border: 1px solid #ced4da !important
}

.input-component select.form-control {
    padding: 0 .5rem
}

.input-component select:after {
    content: "";
    color: red
}

.input-component.horizontal {
    display: block;
    position: relative
}

    .input-component.horizontal > label {
        width: 100%;
        padding-left: 0;
        text-align: left;
        line-height: 14px
    }

div > .input-component.horizontal {
    padding-left: 15px;
    padding-right: 15px
}

    div > .input-component.horizontal:first-child {
        margin-left: 0;
        padding-left: 0
    }

    div > .input-component.horizontal:last-child {
        margin-left: 0;
        padding-right: 0
    }

.input-component.horizontal > label.ext {
    height: 11px
}

.input-component .form-control {
    font-size: 14px;
    height: 32px
}

.input-component.horizontal > .bi-search {
    position: absolute;
    right: 18px;
    bottom: 23px;
    font-size: 18px;
    color: #a9a9a9
}

.b-pagination > li > button, .b-pagination > li > span {
    font-size: 12px !important
}

.validate-multiselect {
    display: inline-block;
    position: relative;
    width: 100%
}

    .input-component .validate-text, .validate-multiselect .validate-text, .validate-range-text {
        color: #ff495d;
        position: absolute;
        font-size: 10px;
        left: 0
    }

.input-component .mx-datepicker-range {
    width: 100%
}

.mx-datepicker-range {
    width: 100% !important
}

.input-component .mx-input {
    border: 1px solid #ced4da
}

.form-control:focus {
    outline: none !important;
    box-shadow: none;
    border: 1px solid #ced4da !important
}

.form-navbar-search:focus {
    background-color: #ebf1f4;
    border: none !important;
    outline: none !important
}

.text-primary {
    color: #54d2d2 !important
}

.text-primary-2 {
    color: #29adad
}

.text-danger, .text-price {
    color: #ff495d !important
}

.text-remark {
    font-size: 14px
}

.text-label {
    color: #777 !important;
    font-size: 16px
}

.text-sub {
    color: #7d7d7d
}

.b-form-file > label, .text-disabled {
    color: #aaa
}

.text-success {
    color: green !important
}

.text-group {
    color: #2c2d4e !important
}

.text-icon {
    color: #849ea9 !important
}

.text-normal {
    color: #2c2d4e !important
}

.text-approve {
    color: #0171cd !important
}

.text-pending {
    color: #d2b2ed !important
}

.text-visit {
    color: #191970 !important
}

.text-secondary {
    color: #a0aebb !important
}

    .text-secondary > span {
        color: #313252
    }

.summary .text-price {
    font-weight: 500;
    font-size: 20px
}

.bg-gradient-1 {
    line-height: 74px;
    color: #fff;
    height: 74px;
    background-image: linear-gradient(90deg,#0171cd,#54d2d2),linear-gradient(180deg,#313252,#313252),linear-gradient(270deg,#0171cd,#ff495d 0)
}

.bg-gradient-1, .bg-gradient-2 {
    font-size: 22px;
    text-align: center
}

.bg-gradient-2 {
    color: #313252;
    background-color: #fff
}

.vertical-line {
    width: 2px;
    top: 6px;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(0deg,#fff,#b9b9b9,#fff);
    border-image-slice: 1
}

.n-bg {
    background-color: unset !important
}

.card-sm {
    max-width: 400px;
    margin: auto
}

.card-md {
    max-width: 600px;
    margin: auto
}

.card-search {
    background-color: #e5eef2;
    padding: 1rem 1.5rem 0
}

div > .card {
    margin-bottom: 2rem
}

    div > .card:last-child {
        margin-bottom: 0
    }

.card {
    box-shadow: 1px 1px 8px #d6d6d6;
    -webkit-box-shadow: 1px 1px 8px #d6d6d6;
    border: none !important
}

.card-footer {
    border-color: #e4e7eb
}

    .card-footer a {
        text-decoration: none;
        color: #0171cd
    }

.line-through {
    text-decoration: line-through;
    color: #aaa
}

.text-link {
    color: #0171cd !important;
    cursor: pointer;
    font-weight: 400
}

.card-account .card-header .media > img {
    height: 45px
}

.card-account .card-header .media > .media-body {
    padding-top: 2px
}

.card-account .account-title {
    font-size: 14px;
    margin-bottom: 12px;
    color: #66788a
}

.card-account .account-name {
    font-size: 14px
}

.card-account .media > img {
    width: 48px;
    height: 48px
}

.card-body {
    padding: 1rem 1.25rem
}

.card > .card-header > h5 {
    margin-bottom: 0
}

.card > .card-footer, .card > .card-header {
    background-color: #fff
}

.card-info {
    box-shadow: 0 2px 6px 0 #e6f8ff;
    -webkit-box-shadow: 0 2px 6px 0 #e6f8ff;
    border: 1px solid #01a0df;
    background-color: #f5fcff;
    padding: 1rem 1.5rem
}

.card-border.warning {
    border-color: #ffae43 !important;
    background-color: #fff4e1
}

.container-wrapper [class*=col-] .card {
    margin-bottom: 2rem
}

    .container-wrapper [class*=col-] .card:last-child {
        margin-bottom: 0
    }

.container-content {
    max-width: 100%;
    margin: auto
}

.container-content, .container-flex {
    padding: 30px 0;
    background-color: #fff
}

.container-flex {
    display: flex
}

.content {
    background-color: #fff !important
}

.no-top-border {
    border-top: none !important
}

.no-bottom-border {
    border-bottom: none !important
}

hr {
    border-color: #d8e1e5;
    margin: 0
}

.b2b-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 120px;
    padding-bottom: 20px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center
}

    .b2b-banner .title {
        font-size: 24px;
        font-weight: 500;
        color: #fff !important;
        text-transform: uppercase;
        letter-spacing: 2px
    }

.ls-2 {
    letter-spacing: 2px
}

.b2b-banner .description {
    font-size: 17px;
    letter-spacing: 1px;
    color: #cecece
}

.card-none {
    border: none !important;
    box-shadow: none
}

.card-border {
    border: 1px solid #979797 !important;
    border-radius: 4px;
    box-shadow: none
}

    .card-border .text-group label {
        min-width: 115px;
        width: 115px;
        flex: 0
    }

    .card-border .text-group.large-group label {
        width: 180px
    }

.card.merge-card {
    height: 100%;
    margin-bottom: 0;
    float: left;
    width: 33.33%;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0
}

.merge-card .text-group {
    display: flex;
    word-break: break-word
}

div > .card.merge-card > .card-body, div > .card.merge-card > .header-hilight {
    border-right: 1px solid #979797
}

div > .card.merge-card > .header-hilight {
    border-radius: 0
}

div > .card.merge-card:first-child > .header-hilight {
    border-radius: 4px 0 0 0
}

div > .card.merge-card:last-child > .header-hilight {
    border-radius: 0 4px 0 0
}

div > .card.merge-card:last-child > .card-body, div > .card.merge-card:last-child > .header-hilight {
    border-right: none
}

div > .card.merge-card:first-child {
    border-left: 1px solid #979797 !important;
    border-radius: 4px 0 0 4px
}

div > .card.merge-card:last-child {
    border-right: 1px solid #979797 !important;
    border-radius: 0 4px 4px 0
}

.cart-list {
    border: 1px solid #979797;
    margin-bottom: 30px
}

    .cart-list:last-child {
        margin-bottom: 0
    }

    .cart-list .cart-header {
        background-color: #ebf1f4;
        border-radius: 4px 4px 0 0;
        padding: 10px 1.5rem;
        color: #313252;
        font-size: 14px
    }

        .cart-list .cart-header label {
            margin-bottom: 0
        }

    .cart-list .custom-control-label:after, .cart-list .custom-control-label:before {
        top: 3px
    }

.header-hilight {
    background-color: #f6fbfd;
    font-size: 14px;
    padding: 7px 1.25rem;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #979797 !important;
    font-weight: 500;
    color: #2c2d4e
}

    .header-hilight.border {
        border: 1px solid #979797 !important;
        border-radius: 0;
        padding: 7px 24px;
        font-size: 12px;
        font-weight: 400
    }

.product-name {
    line-height: 22px;
    font-size: 11px;
    color: #313252
}

.cart-list .cart-header > span {
    font-weight: 500;
    font-size: 12px;
    margin-right: 12px
}

.border-partition {
    width: 1px;
    height: 12px;
    background-color: #aaa;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 5px
}

.cart-list .cart-header > span:nth-child(3) {
    margin-right: 0
}

.product-price, .product-qty, .product-vat {
    text-align: left
}

.cart-body {
    padding: 10px
}

.cart-item {
    display: flex;
    padding: 20px 1.5rem;
    border-bottom: 1px solid #d8e1e5
}

    .cart-item:last-child {
        border-bottom: none
    }

    .cart-item .product-image > img {
        max-width: 90px;
        width: 100%
    }

    .cart-item.complete .product-image {
        min-width: 90px
    }

.cart-card .cart-item .product-detail {
    margin-left: 1rem
}

.cart-item .product-detail {
    max-width: 460px;
    width: 100%
}

    .cart-item .product-detail > .row {
        height: 100%
    }

.cart-item .product-price {
    position: relative;
    margin-left: 15px;
    min-width: 236px
}

.cart-item .product-qty {
    width: 150px;
    margin-right: 15px;
    margin-left: auto
}

    .cart-item .product-price > .row > .col > div, .cart-item .product-qty > .row > .col > div {
        white-space: nowrap;
        margin-bottom: 5px;
        min-width: 100px
    }

.sku-tag-empty {
    background-color: #ebeeef;
    color: grey;
    padding: 3px 14px;
    border-radius: 10px 0;
    font-size: 10px
}

.qty-component > div {
    display: inline-block
}

.qty-component .btn-b-icon {
    top: 2px
}

.budget-control .control > label, .budget-control .control > span {
    display: block;
    text-align: center
}

.budget-control .control > label {
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 1px
}

.budget-control .control {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.budget-control > .col:last-child .control {
    float: right
}

.progress-sm {
    margin-top: 4px;
    height: 6px
}

.product-desc, .product-id {
    color: #aaa
}

.product-from {
    display: flex;
    flex-wrap: wrap
}

.product-desc {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn-b-icon {
    background-color: #fff;
    border: 1px solid #2db0e4;
    color: #0171cd;
    font-size: 18px;
    padding: 0 6px;
    border-radius: 4px;
    position: relative;
    top: 0;
    height: 30px
}

    .btn-b-icon:focus {
        border: 1px solid #2db0e4 !important;
        outline: none !important
    }

    .btn-b-icon:disabled {
        background-color: #e9ecef;
        border-color: #aaa;
        color: #aaa
    }

.qty-component .form-control:disabled {
    border-color: #aaa !important
}

.btn-rounded, .btn-rounded:focus {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #888 !important;
    background-color: #fff
}

    .btn-rounded.active, .btn-rounded.active:focus {
        border-color: #ff495d !important;
        background-color: #ff495d;
        color: #fff
    }

    .btn-rounded > .b-icon {
        font-size: 24px !important
    }

.btn-link {
    position: relative
}

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

.btn-blank {
    border: none;
    background-color: transparent
}

    .btn-blank.disabled {
        opacity: .3
    }

.qty-component .fix-qty {
    background-color: #ebf1f4;
    border: 1px solid #2db0e4;
    height: 30px;
    text-align: center;
    line-height: 30px;
    width: 56px;
    cursor: default
}

.qty-component .alert-limit-qty {
    border-color: #ff495d !important
}

.qty-component .form-control {
    border-radius: 0;
    border-color: #2db0e4;
    height: 30px;
    text-align: center;
    width: 56px
}

    .qty-component .form-control:focus {
        border-color: #2db0e4 !important
    }

.qty-component > .btn-link {
    margin-left: 10px
}

    .qty-component > .btn-link:last-child {
        margin-left: 0
    }

    .qty-component > .btn-link:after {
        content: "|";
        color: #afafaf !important;
        font-weight: 300;
        position: absolute;
        font-size: 18px;
        right: -5px;
        top: 4px
    }

.cart-body .qty-component, .catalog-item .qty-component {
    min-width: 104px
}

    .cart-body .qty-component .form-control, .catalog-item .qty-component .form-control {
        border-radius: 0;
        border-color: #2db0e4;
        height: 30px;
        text-align: center;
        width: 46px;
        font-size: 10px;
        top: -1px;
        position: relative;
        padding-left: 4px;
        padding-right: 4px
    }

    .cart-body .qty-component .btn-b-icon, .catalog-item .qty-component .btn-b-icon {
        font-size: 13px;
        padding: 2px 5px;
        top: -1px;
        height: 30px
    }

.media-column-1 {
    display: flex
}

    .media-column-1 .product-image {
        margin-right: 1rem;
        min-width: 90px
    }

.flex-1 {
    flex: 1 1 100%
}

.media-column-2 {
    display: flex;
    margin-left: auto
}

.product-content .qty-component .form-control {
    border-radius: 0;
    border-color: #2db0e4;
    height: 36px;
    text-align: center;
    width: 60px;
    font-size: 14px;
    top: -1px;
    position: relative
}

.qty-component > .btn-link:last-child:after {
    display: none
}

.product-content .qty-component .btn-b-icon {
    font-size: 20px;
    padding: 0 7px;
    line-height: 34px;
    height: 36px;
    top: 1px
}

.btn-primary.btn-link, .btn-secondary.btn-link {
    border: none !important;
    background-color: transparent !important;
    font-size: 14px
}

    .btn-primary.btn-link:focus, .btn-primary.btn-link:hover {
        background-color: transparent !important;
        border: none !important;
        color: #02a0df !important
    }

    .btn-secondary.btn-link:focus, .btn-secondary.btn-link:hover {
        background-color: transparent !important;
        border: none !important;
        color: #afafaf !important
    }

.btn-primary.btn-link {
    color: #02a0df
}

.btn-secondary.btn-link {
    color: #afafaf
}

.btn-text {
    border: none;
    background-color: transparent;
    color: #313252;
    font-size: 18px
}

    .btn-text:focus {
        border: none !important
    }

.btn-scrollToTop {
    position: fixed;
    right: 35px;
    bottom: 30px;
    z-index: 999;
    background-color: #a7a7a7;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: .3s;
    cursor: default;
    border-radius: 5px;
    pointer-events: none
}

a.btn-scrollToTop {
    color: #fff
}

.btn-scrollToTop.show {
    pointer-events: all;
    opacity: .6;
    transition: .3s;
    cursor: pointer
}

    .btn-scrollToTop.show:hover {
        opacity: .9;
        transition: .3s
    }

.btn-scrollToTop > .b-icon {
    margin-top: 10px;
    font-size: 20px
}

.content > .card {
    margin-bottom: 30px
}

    .content > .card:last-child {
        margin-bottom: 0
    }

.card-hilight {
    box-shadow: none;
    border: 1px solid #d8d8d8 !important
}

.border-hilight {
    border: none !important
}

    .border-hilight > .card-body, .border-hilight > .card-header {
        border: 1px solid #0171cd !important
    }

    .border-hilight > .card-body {
        border-radius: 0 0 .25rem .25rem
    }

.card-hilight .card-header {
    background-color: #0171cd;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 7px 20px
}

.card-hilight .card-body {
    background-color: #ebf1f4
}

.border-box {
    border: 1px solid #d8e1e5;
    padding: 15px;
    border-radius: 4px
}

.fs-80 {
    font-size: 80px !important
}

.fs-64 {
    font-size: 64px !important
}

.fs-60 {
    font-size: 60px !important
}

.fs-40 {
    font-size: 40px !important
}

.fs-34 {
    font-size: 34px !important
}

.fs-32 {
    font-size: 32px !important
}

.fs-30 {
    font-size: 30px !important
}

.fs-28 {
    font-size: 28px !important
}

.fs-26 {
    font-size: 26px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-16, .fs-16 input {
    font-size: 16px !important
}

.fs-15, .fs-15 input {
    font-size: 15px !important
}

.fs-14, .fs-14 input {
    font-size: 14px !important
}

.fs-13, .fs-13 input {
    font-size: 13px !important
}

.fs-12, .fs-12 input {
    font-size: 12px !important
}

    .fs-12 .ui.dropdown.selected, .fs-12 .ui.search.dropdown > .text, .fs-12 .ui.selection.dropdown .menu > .item, .fs-12 > div {
        font-size: 12px !important;
        line-height: 18px
    }

.fs-11 {
    font-size: 11px !important
}

.fs-10 {
    font-size: 10px !important
}

.fs-9, .fs-9 input {
    font-size: 9px !important
}

.fs-8, .fs-8 input {
    font-size: 8px !important
}

.btn-select {
    font-weight: 500;
    background-image: linear-gradient(0deg,#ecf1f4,#f1f6f8 50%);
    border: 1px solid #9a9a9a
}

    .btn-select:focus {
        border: 1px solid #9a9a9a !important
    }

.btn-cancel {
    font-weight: 400;
    background-image: linear-gradient(0deg,#ecf1f4,#f1f6f8 50%);
    border: 1px solid transparent;
    color: #2c2d4e
}

    .btn-cancel:focus {
        border: 1px solid transparent !important
    }

.search-field {
    width: 100%;
    position: relative
}

    .search-field > .b-icon {
        position: absolute;
        right: 15px;
        top: 8px;
        font-size: 18px;
        color: #999
    }

.department-component {
    border-top: none !important;
    border: 1px solid #ced4da
}

.no-group > .form-group {
    margin-bottom: 0 !important
}

.btn-group {
    display: flex !important
}

    .btn-group.group-action {
        clear: both;
        flex: 0 0 100%
    }

        .btn-group.group-action > button {
            margin-right: 8px;
            flex: none;
            border-radius: 4px !important
        }

            .btn-group.group-action > button:last-child {
                margin-right: 0
            }

.table-responsive {
    overflow-x: auto
}

.scroll-bar::-webkit-scrollbar {
    width: 20px
}

.scroll-bar::-webkit-scrollbar-thumb {
    border: 6px solid transparent;
    background-clip: padding-box;
    background-color: #c7ced4
}

.scroll-bar::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
}

.scroll-bar::-webkit-scrollbar-corner {
    background-color: transparent
}

.scroll-bar-2::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.scroll-bar-2::-webkit-scrollbar-track {
    background: #ebf1f4
}

.scroll-bar-2::-webkit-scrollbar-thumb {
    background: #c6c6c6;
    border-radius: 7px
}

    .scroll-bar-2::-webkit-scrollbar-thumb:hover {
        background: #888
    }

.scroll-bar-3::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.scroll-bar-3::-webkit-scrollbar-track {
    background: #e6e6e6
}

.scroll-bar-3::-webkit-scrollbar-thumb {
    background: #6ab0d3;
    border-radius: 7px
}

    .scroll-bar-3::-webkit-scrollbar-thumb:hover {
        background: #3d7e9e
    }

.scroll-bar-4::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

.scroll-bar-4::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #c7ced4
}

.scroll-bar-4::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
}

.scroll-bar-4::-webkit-scrollbar-corner {
    background-color: transparent
}

.scroll-bar-5::-webkit-scrollbar {
    width: 20px
}

.scroll-bar-5::-webkit-scrollbar-thumb {
    border: 6px solid transparent;
    background-clip: padding-box;
    background-color: #c6c6c6;
    border-radius: 12px
}

.scroll-bar-5::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
}

.scroll-bar-5::-webkit-scrollbar-corner {
    background-color: transparent
}

.scroll-bar-none {
    -ms-overflow-style: none;
    scrollbar-width: none
}

    .scroll-bar-none::-webkit-scrollbar {
        display: none
    }

.group-input {
    display: flex
}

    .group-input input, .group-input input:focus {
        border-radius: 0;
        height: 35px;
        border-color: #19a9e2 !important;
        border-right: none !important
    }

    .group-input > label {
        padding: 6px 15px;
        border: 1px solid #f2f6f7;
        min-width: 160px
    }

        .group-input > label .b-icon {
            font-size: 20px;
            margin-right: 10px;
            color: #0180b2
        }

    .btn-add, .btn-add:focus, .btn-add:hover, .group-input > .btn-add {
        height: 35px;
        min-width: 94px;
        font-size: 12px;
        border: 1px solid #19a9e2 !important;
        background-color: #f6fcff;
        color: #1aa0e0
    }

    .group-input > .btn-link {
        height: 35px;
        min-width: 100px;
        font-size: 12px;
        color: #19a9e2;
        margin-left: 15px
    }

    .group-input > .description {
        flex: 0 0 100%;
        max-width: 100%
    }

.product-block .price {
    border-top: 1px solid #efefef;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 40px
}

.product-block {
    display: block;
    height: 100%;
    padding: 0;
    text-align: left;
    position: relative;
    background-color: #fff
}

    .product-block .product-img > img {
        width: 100%;
        height: auto;
        margin: 15px;
        max-width: 150px;
        max-height: 150px
    }

.brand-tab-items .product-block .product-img > img, .tab-product-categories .product-block .product-img > img {
    margin: 0 auto 10px
}

.product-img {
    position: relative;
    text-align: center
}

.badge-discount {
    pointer-events: none
}

.product-img > .badge-discount {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff495d;
    color: #fff;
    width: 46px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px
}

.product-block .product-img > .badge-discount {
    top: 5%;
    right: 5%
}

.flip-product-back .badge-discount {
    position: absolute;
    top: 10px;
    left: 84px;
    background-color: #ff495d;
    color: #fff;
    width: 46px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px
}

.badge-status-disabled {
    font-size: 10px;
    color: #fff;
    padding: 1px 11px 1px 8px;
    background-color: #aaa;
    border-radius: 4px 0 4px 0
}

.product-block .product-sku {
    font-size: 11px;
    color: #999;
    margin-bottom: 1px
}

.product-block .product-price {
    margin-top: 4px;
    color: #2c2d4e;
    font-size: 16px;
    font-weight: 500
}

.product-block .product-footer {
    position: absolute;
    bottom: 30px
}

.product-footer .footer-content .add-cart > button {
    height: 36px
}

.product-block .product-discount {
    font-size: 12px;
    color: #aaa;
    position: relative;
    top: -3px;
    font-weight: 300
}

    .product-block .product-discount > span, .product-content .product-discount > span {
        text-decoration: line-through
    }

.product-content {
    font-size: 12px;
    padding-bottom: 30px
}

    .product-content .btn-share {
        width: 25px;
        height: 25px
    }

        .product-content .btn-share > svg {
            font-size: 12px;
            height: 10px
        }

    .product-content > .product-id {
        margin-right: 45px
    }

    .product-content .product-discount, .product-content .product-price {
        padding: 0 5px
    }

        .product-content .product-price > label {
            font-size: 17px;
            font-weight: 500 !important;
            margin-bottom: 0;
            color: #072448;
            min-width: 80px
        }

    .product-content a {
        color: #0171cd !important
    }

.product-card-other .product-option {
    color: #2c2d4e;
    font-size: 12px;
    overflow: auto;
    max-height: 95px
}

.product-box-inner.active .flip-product-front {
    pointer-events: none
}

.product-change, .product-flag {
    border-top: 1px solid #d8e1e5;
    border-bottom: 1px solid #d8e1e5;
    padding: 10px 5px
}

    .product-flag > img {
        margin-right: 15px
    }

.card-title {
    font-size: 22px;
    font-weight: 500;
    color: #072448
}

.card-checkout .card-title {
    margin-bottom: 0;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px
}

.card-checkout .card-body {
    padding: 1rem
}

.max-content {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important
}

.b-r-4 {
    border-radius: 4px !important
}

.btn-normal {
    border: 1px solid #aaa;
    font-size: 16px;
    padding: 10px 0;
    background: linear-gradient(#fff,#d9e6ec);
    background-size: 1px 100px;
    border-radius: 8px;
    transition: background .3s ease-out
}

    .btn-normal:focus, .btn-normal:hover {
        background-position: 50px;
        border: 1px solid #777 !important
    }

    .btn-normal > .b-icon {
        position: relative;
        top: -3px;
        margin-right: 8px
    }

.swiper-container {
    position: static;
    cursor: -webkit-grab;
    cursor: grab
}

    .swiper-container:active {
        cursor: -webkit-grabbing;
        cursor: grabbing
    }

.swiper-slide > .product-block > .price {
    position: relative
}

.swiper-slide > .product-block > .add-cart {
    right: 15px
}

.swiper-wrapper > .swiper-slide > .product-block {
    padding: 15px
}

.swiper-items > a > .b-icon {
    position: relative;
    top: 2px
}

.swiper-button-next, .swiper-button-prev, .swiper-items > a {
    color: #b5b5b5 !important
}

.swiper-items > a {
    position: absolute;
    top: calc(50% - 25px);
    padding: 6px 14px;
    border: .6px solid #b5b5b5;
    background-color: #fff;
    z-index: 10;
    font-size: 30px;
    transition: .1s;
    pointer-events: all;
    opacity: 1
}

    .swiper-items > a:hover {
        color: #787878 !important
    }

    .swiper-items > a.next, .swiper-items > a.prev {
        cursor: pointer;
        pointer-events: none;
        opacity: 0;
        transition: .3s
    }

    .swiper-items > a.prev {
        left: 0;
        border-radius: 0 4px 4px 0;
        box-shadow: 0 1px 2px 0 #aaa
    }

    .swiper-items > a.next {
        right: 0;
        border-radius: 4px 0 0 4px;
        box-shadow: 0 1px 2px 0 #aaa;
        -webkit-box-shadow: 0 1px 2px 0 #aaa
    }

    .swiper-items > a.active {
        pointer-events: all;
        opacity: 1
    }

.swiper-slide {
    text-align: center
}

    .swiper-slide > a > img, .swiper-slide > img {
        width: 100%
    }

.banner .swiper-slide > a > img, .banner .swiper-slide > img {
    height: 60px;
    width: auto
}

.swiper-container.banner > a {
    top: 0
}

.table-default {
    background-color: #fff
}

    .table-default th, .table-default thead th {
        background-color: #ebf1f4;
        font-weight: 500;
        color: #2c2d4e;
        text-align: center;
        outline: none
    }

    .table-default tbody tr td, .table-default thead tr th {
        font-size: 12px;
        padding: 6px 20px
    }

    .table-default tbody tr:nth-of-type(2n) {
        background-color: #fbfdfe
    }

    .table-default.table-bordered td, .table-default.table-bordered th {
        border: none
    }

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

.table-style-2 {
    border-left: none;
    border-right: none
}

    .table-style-2 tbody tr:nth-of-type(2n), .table-style-2 tbody tr:nth-of-type(odd) {
        background-color: #f6fbfd
    }

.table-scroll tbody {
    display: block;
    height: 100px;
    overflow: auto
}

    .table-scroll tbody tr, .table-scroll thead {
        display: table;
        width: 100%;
        table-layout: fixed
    }

.table-scroll thead {
    width: calc(100% - 1em)
}

.carousel.product-image[aria-busy=false] > .carousel-inner {
    overflow: unset
}

.product-image .carousel-control-next, .product-image .carousel-control-prev {
    height: 60px;
    width: 45px;
    box-shadow: 0 1px 2px 0 #aaa;
    -webkit-box-shadow: 0 1px 2px 0 #aaa;
    top: calc(50% - 30px);
    background-color: #cacaca
}

.product-thumbnail {
    width: 100%;
    border: 2px solid transparent;
    transition: .3s;
    cursor: pointer
}

    .product-thumbnail.active, .product-thumbnail:hover {
        border-color: #31b2e5
    }

.radio-hidden .custom-control-input:checked ~ .custom-control-label:before, .radio-hidden .custom-control-label:after, .radio-hidden .custom-control-label:before, .radio-hidden .custom-radio .custom-control-input:checked ~ .custom-control-label:after, .radio-hidden .custom-radio .custom-control-label:before {
    display: none !important
}

.radio-hidden .custom-control-input {
    width: 0
}

.radio-hidden {
    display: inline-block
}

.btn-color {
    width: 32px;
    height: 32px;
    display: block;
    border: 2px solid transparent
}

.custom-radio-group .custom-radio {
    padding-right: 12px
}

    .custom-radio-group .custom-radio > label {
        width: 100%
    }

.form-group.label-w-200 {
    margin-bottom: 10px
}

.label-w-200 .col-form-label {
    flex: 0 0 100px !important;
    max-width: 100% !important
}

.btn-color.active, .btn-line.active, .btn-perpage.active {
    border-color: #0171cd !important;
    color: #0171cd !important
}

.btn-line {
    border: 2px solid #d4d9dc;
    border-radius: 0;
    color: #777;
    padding: 5px .75rem
}

.btn-inner-image {
    padding: 0
}

    .btn-inner-image > img {
        width: 45px
    }

.btn-perpage {
    border: 1px solid #d4d9dc;
    background-color: #fff;
    border-radius: 0;
    color: #777;
    padding: 2px 4px
}

.btn-nb {
    border: none;
    background-color: #ebf1f4;
    border-radius: 4px;
    color: #444567;
    padding: 4px 22px
}

    .btn-nb:hover {
        background-color: #e5ebee
    }

    .btn-nb:focus {
        border: none !important
    }

.radio-hidden.custom-control {
    padding-left: 6px
}

.list-style-none {
    list-style: none
}

.btn-share {
    width: 30px;
    height: 30px;
    color: #0171cd;
    border: 1px solid #0171cd;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    transition: .3s
}

    .btn-share:hover {
        color: #005498;
        border: 1px solid #005498
    }

    .btn-share > svg {
        position: relative;
        top: 2px;
        font-size: 14px;
        height: 14px
    }

.product-share > .btn-share:last-child {
    margin-right: 0
}

.product-price > .text-label {
    white-space: nowrap;
    margin-left: .5rem
}

.nowrap {
    white-space: nowrap
}

.border-primary {
    border-color: #54d2d2 !important
}

.border-linear {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,#fff,#ebf1f4 50%,#fff)
}

.radio-pill {
    margin-right: 0 !important
}

    .radio-pill > label {
        width: 54px !important;
        padding: 2px 0;
        border: 1px solid #ccc;
        text-align: center;
        border-radius: 4px;
        font-size: 12px;
        transition: .3s;
        cursor: pointer
    }

        .radio-pill.active > label, .radio-pill > label:hover {
            border-color: #838c93;
            background-color: #838c93;
            color: #fff
        }

.change-img {
    width: 78px;
    position: absolute;
    top: 60px;
    opacity: .6;
    text-align: center;
    background-color: #ebf1f4;
    border-top: none;
    transition: .3s;
    margin-left: 1px;
    cursor: pointer
}

    .change-img.company {
        width: calc(100% - 2px);
        top: unset;
        bottom: 1px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .change-img:hover {
        opacity: 1
    }

    .change-img > .b-icon {
        color: #acb4b8;
        font-size: 20px
    }

.media-user > .media-body > .hilight {
    color: #313252;
    padding: 14px 20px;
    position: relative;
    height: 80px;
    font-size: 14px;
    background-image: linear-gradient(90deg,#ebf1f4,#f6f9fa)
}

.media-user > .media-body > .last-login {
    text-align: right;
    margin-top: 6px
}

.media-user > .media-body > .hilight, .media-user > .media-body > .last-login {
    width: calc(100% - 60px);
    max-width: 360px
}

    .media-user > .media-body > .hilight:after {
        content: "";
        border-left: 30px solid #f6f9fa;
        border-bottom: 80px solid transparent;
        position: absolute;
        right: -30px;
        top: 0
    }

.img-box {
    width: 80px;
    height: 80px;
    display: flex;
    border: 1px solid #d0d8dc;
    justify-content: center;
    align-items: center
}

.img-lg {
    width: 140px;
    height: 140px
}

.media > img {
    width: 80px
}

.media.selected {
    border: 1px solid #0171cd !important
}

.media-order .media-checkbox {
    width: 30px;
    position: absolute
}

.media-checkbox .custom-control.custom-checkbox {
    margin-top: -5px
}

.media-order > .media {
    flex: 0 1 100%;
    flex-direction: row;
    padding: 16px
}

.media-order .b-icon {
    transition: .3s
}

.media-order.active .order-budget .b-icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.media-order.active .collapse-transition {
    pointer-events: all;
    height: 104px
}

.media-expand > .expand-inner {
    padding: 8px;
    background-color: #ebf1f4;
    height: 100%
}

    .media-expand > .expand-inner > .expand-body {
        margin-left: 188px;
        height: 100%;
        background-color: #fff;
        border-radius: 4px;
        padding: 8px 12px
    }

        .media-expand > .expand-inner > .expand-body.approve {
            margin-left: 0
        }

.badge-square {
    position: relative
}

    .badge-square:after {
        content: "";
        background: #ebf1f4
    }

    .badge-square:after, .badge-square > span {
        position: absolute;
        width: 32px;
        height: 32px;
        top: 0;
        left: 0
    }

    .badge-square > span {
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        color: #4e4e4e
    }

.expand-col {
    max-width: 300px
}

.media-order {
    padding: 12px 26px;
    border: 1px solid #ebf1f4;
    box-shadow: 0 1px 2px 0 #ebeeef;
    -webkit-box-shadow: 0 1px 2px 0 #ebeeef;
    margin-bottom: 30px
}

    .media-order .media-head {
        min-width: 260px;
        padding-left: 20px
    }

    .media-order .list-order-item img {
        width: 60px;
        white-space: nowrap
    }

    .media-order .list-order-item {
        display: inline-block;
        min-width: 386px;
        border-left: 1px solid #d7d7d7;
        padding-left: 1rem
    }

    .media-order .order-summary {
        color: #2c2d4e;
        white-space: nowrap;
        display: inline-block
    }

        .media-order .order-summary.media-right {
            margin-right: 1.5rem
        }

    .media-order .order-status {
        width: 160px;
        text-align: center;
        margin-right: 1.5rem;
        color: #2c2d4e
    }

.media-address {
    padding: 12px 26px;
    border: 1px solid #dee2e6;
    box-shadow: 2px 2px 2px #e1e5e8;
    -webkit-box-shadow: 2px 2px 2px #e1e5e8;
    margin-bottom: 30px
}

    .media-address img {
        width: 60px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

.text-group.text {
    height: 40px
}

.text-group.wide .input-component > span {
    width: calc(100% - 220px)
}

.text-group .col.label {
    max-width: 170px;
    position: relative;
    margin-top: 7px
}

.col-group > .col.label {
    max-width: 120px
}

.col-group > .col > div, .col-group > .col > label {
    height: 32px;
    display: flex;
    align-items: center
}

.text-group .col.checkbox {
    margin-left: 20px
}

.text-group .col.ext .input-component > label {
    position: relative;
    margin-top: 7px;
    width: 70px;
    font-size: 13px
}

.text-group .col.ext .input-component > span {
    width: calc(100% - 70px)
}

.text-group .col, .text-group.text .col {
    position: relative;
    margin-top: 0
}

.text-group > .row {
    margin-left: -10px;
    margin-right: -10px
}

    .text-group > .row > .col {
        padding-left: 10px;
        padding-right: 10px
    }

.border-radius {
    border-radius: .25rem
}

.progress-bar {
    background-color: #0171cd !important
}

.pt-none {
    padding-top: 0 !important
}

.pb-6 {
    padding-bottom: 2rem !important
}

.pb-none {
    padding-bottom: 0 !important
}

.product-content .alert-warning {
    background-color: #fffcf4
}

.progress-rating .progress {
    height: 6px
}

    .progress-rating .progress .progressbar {
        background-color: #f8aa4b !important
    }

.progress-group {
    display: flex
}

    .progress-group > label {
        width: 50px;
        font-size: 12px;
        float: left
    }

    .progress-group > .progress {
        width: calc(100% - 50px);
        position: relative;
        top: 8px
    }

.rating-count {
    font-size: 12px;
    position: relative;
    top: -2px;
    margin-left: 2px
}

.product-card .rating-count, .product-content .rating-count, .product-list .rating-count {
    top: 0
}

.product-rating .bi-star-fill.active {
    color: #f8aa4b;
    cursor: default
}

.product-rating .bi-star-fill {
    color: #aaa;
    margin-right: 1px
}

.customer-review {
    margin-bottom: 15px;
    border-bottom: 1px solid #d8e1e5;
    padding-bottom: 0
}

    .customer-review > h6 > .b-icon {
        font-size: 26px
    }

    .customer-review > h6 > span {
        color: #0a9d70;
        font-size: 13px;
        margin-left: 10px
    }

.customer-comment {
    font-size: 18px;
    position: relative
}

    .customer-comment > .comment {
        overflow: hidden
    }

.customer-review.extend > .customer-comment {
    height: 190px;
    transition: .5s
}

    .customer-review.extend > .customer-comment > .comment {
        height: 150px;
        transition: .5s
    }

.customer-review.extend.active > .customer-comment, .customer-review.extend.active > .customer-comment > .comment, .h-auto {
    height: auto
}

    .customer-review.extend.active > .customer-comment > .extend-comment {
        background: transparent;
        height: 35px;
        bottom: 80px
    }

.customer-review > .customer-comment > .extend-comment {
    display: none
}

.customer-review.extend > .customer-comment > .extend-comment {
    display: block;
    position: relative;
    background: linear-gradient(transparent,#fff);
    width: 100%;
    height: 70px;
    bottom: 75px
}

    .customer-review.extend > .customer-comment > .extend-comment > span {
        position: relative;
        bottom: -80px;
        font-size: 15px;
        cursor: pointer;
        color: #19a9e2
    }

        .customer-review.extend > .customer-comment > .extend-comment > span > .b-icon {
            color: #aaa
        }

.customer-review.extend.active > .customer-comment > .extend-comment > span > .b-icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

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

    .label-group > label {
        display: block;
        float: left;
        width: 90px;
        font-size: 12px;
        font-weight: 500
    }

    .label-group > span {
        font-size: 13px;
        display: grid
    }

.d-contents {
    display: contents
}

.select-dropdown > .dropdown > .btn {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #075f82;
    font-size: 13px;
    text-align: left
}

    .select-dropdown > .dropdown > .btn:active, .select-dropdown > .dropdown > .btn:focus, .select-dropdown > .dropdown > .btn:hover {
        background-color: transparent !important;
        border: none !important;
        color: #075f82 !important
    }

    .select-dropdown > .dropdown > .btn > .b-icon {
        font-size: 20px;
        color: #acacac;
        position: absolute;
        transition: .3s;
        right: 15px;
        top: 0
    }

.select-dropdown > .dropdown.show > .btn > .b-icon {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.select-dropdown > .dropdown > .dropdown-menu {
    top: 10px !important;
    width: 190px;
    left: -15px !important
}

    .select-dropdown > .dropdown > .dropdown-menu li a {
        font-size: 13px
    }

        .select-dropdown > .dropdown > .dropdown-menu li.active a, .select-dropdown > .dropdown > .dropdown-menu li a:active, .select-dropdown > .dropdown > .dropdown-menu li a:hover {
            color: #313252;
            background-color: #ebf1f4
        }

.b-icon.view {
    color: #aaa
}

    .b-icon.view.active {
        color: #0171cd
    }

.card-navigation {
    border-radius: 2px;
    box-shadow: 0 2px 6px 0 #d5dbde;
    -webkit-box-shadow: 0 2px 6px 0 #d5dbde;
    border: 1px solid #d5dbde !important
}

.navigation {
    display: flex;
    margin-bottom: .5rem
}

.banner-cover {
    background-position: 50%;
    display: block;
    background-repeat: no-repeat;
    width: calc(100vw - 322px);
    background-size: cover
}

.navigation > .home-banner {
    flex: 0 0 84.2%
}

.mini-banner > .banner {
    margin-bottom: 7px
}

.border-bottom-shadow {
    height: 3px;
    box-shadow: 0 1px 3px #ebf1f4;
    -webkit-box-shadow: 0 1px 3px #ebf1f4;
    border-radius: 50%;
    background-color: #ebf1f4
}

.mini-banner > .banner:last-child {
    margin-bottom: 0
}

.badge-check, .badge-x {
    color: #fff;
    font-weight: 900;
    background-color: #e35d62;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    padding: 5px
}

.badge-check {
    background-color: #54d2d2
}

.navigation > .menu-list .list {
    list-style: none;
    margin-bottom: 0
}

    .navigation > .menu-list .list > li {
        margin-bottom: 6px
    }

        .navigation > .menu-list .list > li:last-child {
            margin-bottom: 0
        }

    .navigation > .menu-list .list .title {
        height: 51px;
        line-height: 30px;
        display: block;
        padding: 12px 10px;
        background-color: #072448;
        border-radius: 2px;
        color: #f5fcff;
        text-align: center;
        font-size: 14px;
        font-weight: 500
    }

    .navigation > .menu-list .list a {
        height: 56px;
        display: block;
        background-color: #fff;
        box-shadow: 0 2px 6px 0 #d5dbde;
        -webkit-box-shadow: 0 2px 6px 0 #d5dbde;
        border: 1px solid #ebf1f4;
        padding: 12px 10px;
        color: #2c2d4e;
        font-size: 14px;
        position: relative;
        border-radius: 2px
    }

        .navigation > .menu-list .list a > .b-icon {
            position: absolute;
            right: 10px;
            top: 20px
        }

        .navigation > .menu-list .list a > img {
            width: 32px;
            height: 32px;
            margin-right: 15px
        }

.dashboard-slot {
    height: 100px
}

.dashboard-slot-nb {
    height: 143px
}

.card-account .dashboard-slot {
    height: 119px
}

.bullet-primary {
    min-width: 10px;
    width: 10px;
    height: 10px;
    background-color: #54d2d2;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%
}

    .bullet-primary.disabled {
        background-color: #d1d1d1
    }

.b-icon.disabled {
    pointer-events: none;
    color: #aaa
}

.b-icon.active {
    color: #54d2d2;
    cursor: pointer
}

.check-out .text-label > [class*=col-] {
    margin-bottom: 4px
}

    .check-out .text-label > [class*=col-]:last-child {
        margin-bottom: 0
    }

.promo-code .btn, .promo-code input {
    height: 40px !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    border: 1px solid #19a9e2 !important
}

.promo-code input {
    border-right: none !important;
    background-color: #ebf1f4
}

.check-out .card-footer {
    padding: 10px 15px
}

.check-out .card-body {
    padding: 15px
}

.border-content {
    border-radius: 4px;
    background-color: #ebf1f4;
    border: 1px solid #d6dde1 !important
}

    .border-content.secondary {
        background-color: #fafbfc
    }

.inner-button {
    position: relative
}

    .inner-button > button {
        position: absolute;
        right: 4px;
        top: 4px;
        padding: 0 .75rem !important;
        height: 24px;
        max-height: 24px;
        min-height: 24px
    }

    .inner-button .form-control {
        padding-right: 85px
    }

.maker-badge > li:before {
    height: 32px;
    width: 32px;
    position: absolute;
    background-image: linear-gradient(0deg,#01a0df,#a9e7ff);
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    left: 0;
    padding: 0 10px;
    border-radius: 4px
}

.linear-horizontal {
    background-image: linear-gradient(270deg,#fff,#ebf1f4,#fff);
    display: block;
    height: 5px;
    width: 100%;
    position: relative;
    top: -12px
}

.linear-vertical {
    background-image: linear-gradient(180deg,#fff,#ebf1f4,#fff);
    display: block;
    height: 100%;
    width: 6px;
    position: absolute;
    top: 0;
    right: -3px
}

.maker-badge {
    list-style: none;
    margin-left: 0;
    font-size: 12px
}

    .maker-badge li {
        counter-increment: custom;
        color: #002433;
        position: relative;
        padding-left: 45px;
        margin-bottom: 22px;
        line-height: 18px
    }

        .maker-badge li:before {
            content: counter(custom) " "
        }

        .maker-badge li:first-child {
            counter-reset: custom
        }

.alert-dismissible .close {
    top: -4px !important
}

.alert-info.info-custom {
    color: #2c2d4e;
    background-color: #f2fbff;
    border-color: #6ab0d3;
    font-size: 13px
}

.alert-info.danger-custom {
    color: #2c2d4e;
    background-color: #fff6f7;
    border-color: #f7bfc5;
    font-size: 13px
}

.alert-info.coupon-custom {
    color: #2c2d4e;
    background-color: #f2fbff;
    border-color: #6ab0d3;
    font-size: 12px;
    padding: 10px 8px;
    height: 40px
}

.approver-content > .approver-item {
    padding: 9px 10px;
    border-bottom: 1px solid #ebf1f4;
    line-height: 20px;
    cursor: pointer;
    transition: .1s
}

    .approver-content > .approver-item.selected, .approver-content > .approver-item:hover {
        background-color: #ebf1f4
    }

    .approver-content > .approver-item > span {
        margin-left: 10px
    }

.input-component > span {
    width: 100%;
    position: relative
}

.input-component.horizontal > span {
    position: static
}

.input-component.horizontal .validate-text {
    white-space: nowrap;
    left: 0;
    bottom: -15px
}

.text-group label {
    color: #838c93;
    width: 170px;
    margin-bottom: 6px;
    vertical-align: top
}

.text-group.sm-group label {
    width: 150px
}

.text-group.xs-group label {
    width: 120px
}

.regular label {
    font-weight: 400 !important;
    color: #a0aebb
}

.regular .form-group {
    margin-bottom: 15px
}

.regular .input-component.horizontal .validate-text {
    right: 5px !important
}

.text-group > span > .qty-component {
    display: inline-block
}

.text-group .input-component > span {
    width: calc(100% - 170px)
}

.text-group .input-component > select {
    width: calc(100% - 170px);
    padding: 2px 8px
}

.text-group.wide label {
    width: 220px
}

.label-switch {
    margin-top: -6px
}

    .label-switch .custom-control-input:checked ~ .custom-control-label:before, .label-switch .custom-control-label:before {
        width: 64px;
        height: 24px;
        border-radius: 22px
    }

    .label-switch .custom-control-input ~ .custom-control-label:after {
        border: 1px solid transparent;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
        background-color: #fff
    }

    .label-switch .custom-control-label:before {
        border: 1px solid #d2d2d2
    }

    .label-switch .custom-control-input:checked ~ .custom-control-label:after {
        left: calc(-2.25rem + 34px);
        border: 1px solid transparent;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.5)
    }

    .label-switch .custom-control-input:checked ~ .custom-control-label:after, .label-switch .custom-control-label:after {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        top: 4px
    }

    .label-switch .custom-control-input:checked ~ .custom-control-label:before {
        background-color: #005aaa;
        border-color: #005aaa !important
    }

    .label-switch .switch-checked {
        position: absolute;
        color: #fff;
        top: 8px;
        left: -20px
    }

    .label-switch .switch-unchecked {
        position: absolute;
        color: #005aaa;
        top: 8px;
        left: -8px
    }

.btn-add-icon > .b-icon {
    color: #0171cd;
    font-size: 38px;
    position: relative;
    top: 8px;
    margin-right: 5px;
    transition: .3s;
    cursor: pointer
}

.btn-add-icon.icon-small > .b-icon {
    font-size: 24px;
    top: 3px
}

.btn-add-icon.icon-small:hover > .b-icon, .btn-add-icon > .b-icon:hover {
    color: #005eac
}

.btn-add-icon {
    color: #7878aa
}

.container-overflow {
    display: flex;
    overflow: hidden;
    max-width: 1400px;
    background-color: #fff;
    padding: 1rem 1rem 0;
    margin: auto auto 2rem
}

.admin-site .aside-wrapper, .admin-site .aside-wrapper .content {
    background-color: #fff;
    position: relative
}

.collapse-2 {
    background-color: #ebf1f4
}

    .collapse-2 > div {
        padding: .5rem
    }

.collapse-transition {
    width: 100%;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: .3s
}

    .collapse-transition.show {
        pointer-events: all
    }

.card.card-custom {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: 0 1px 2px 0 #d5dbde;
    -webkit-box-shadow: 0 1px 2px 0 #d5dbde;
    border: 1px solid #efefef !important
}

.label-dept-id {
    background-color: #0171cd;
    color: #fff;
    min-width: 110px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    padding: 2px .5rem
}

.not-active .label-dept-id {
    background-color: #ebf1f4;
    color: #b9c6cc
}

.transition {
    transition: .3s
}

.collapse-chevron.not-collapsed > .b-icon, .rotateY {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.dept-slot-lists > div {
    border-bottom: 1px solid #d6dde1
}

    .dept-slot-lists > div:last-child {
        border-bottom: none
    }

.dept-slot-lists .btn-text.text-approve {
    margin-right: 1.5rem
}

.dept-slot-lists .bi-chevron-down {
    margin-top: 4px
}

.dept-edit.show {
    height: 400px
}

.dept-edit-content {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 2rem;
    background-color: #e5eef2
}

.costcenter-create-content {
    height: 600px
}

.table-style-default {
    font-size: 12px;
    color: #2c2d4e;
    border: 1px solid #6ab0d3
}

    .table-style-default table > thead > tr > th {
        font-size: 13px;
        background-color: #ebf1f4 !important;
        border: none
    }

    .table-style-default table > tbody > tr > td {
        border: none
    }

    .table-style-default table > tbody > tr {
        background-color: #fff;
        border: 1px solid #ebf1f4
    }

    .table-style-default .table td, .table-style-default .table th {
        padding: 4px;
        line-height: 25px
    }

.no-header.table > thead, .no-header .table > thead {
    display: none !important
}

.table-style-light.header-transparent {
    border: none
}

.header-transparent.table > thead th {
    border: none !important
}

.table-style-light tbody > tr > td {
    background-color: #fcffff;
    border: none
}

.table-style-light {
    font-size: 12px;
    color: #2c2d4e;
    border: 1px solid #ceeefb
}

    .table-style-light tbody > tr > td.border-right {
        border-right: 1px solid #e6f8ff !important
    }

    .table-style-light tbody > tr {
        border: 1px solid #ceeefb
    }

    .table-style-light td {
        padding: 4px 16px;
        line-height: 25px;
        vertical-align: middle
    }

    .table-style-light.extra td {
        padding: 16px;
        line-height: 18px;
        vertical-align: middle
    }

.table-style-dark tbody > tr > td {
    background-color: #fff;
    border: none
}

.table-style-dark .b-table-empty-row .text-center {
    font-size: 14px;
    padding: .25rem 0
}

.table-style-dark {
    font-size: 12px;
    color: #2c2d4e;
    border: 1px solid #ebf1f4;
    box-shadow: 0 1px 2px 0 #d5dbde;
    -webkit-box-shadow: 0 1px 2px 0 #d5dbde
}

    .table-style-dark tbody > tr > td.border-right {
        border-right: 1px solid #ebf1f4 !important
    }

    .table-style-dark tbody > tr {
        border: 1px solid #ebf1f4
    }

    .table-style-dark td {
        padding: 4px 16px;
        line-height: 25px;
        vertical-align: middle
    }

.table-noborder thead > tr > th {
    font-size: 11px;
    background-color: #ebf1f4;
    border: none;
    text-align: center
}

.table-noborder tbody > tr > td {
    font-size: 12px;
    background-color: #fff;
    border: none
}

.table-noborder {
    font-size: 12px;
    color: #2c2d4e;
    border: 1px solid #d6dfe4
}

    .table-noborder tbody > tr, .table-noborder thead > tr {
        border-bottom: 1px solid #d6dfe4;
        white-space: nowrap
    }

    .table-noborder thead > tr {
        border-top: 1px solid #d6dfe4
    }

    .table-noborder td, .table-noborder th {
        padding: 4px 8px;
        line-height: 25px;
        vertical-align: middle
    }

    .table-noborder .b-table-empty-row .my-2 {
        margin: 0 !important
    }

.table-selected {
    border: 1px solid #6ab0d3
}

    .table-selected .table thead > tr {
        border-top: none
    }

    .dept-slot-lists .table-noborder tbody > tr:last-child, .table-selected .table tbody > tr:last-child {
        border-bottom: none
    }

.table-custom-pagination > span {
    display: inline-block;
    font-weight: 300;
    color: #000;
    opacity: .7
}

    .table-custom-pagination > span.pointer:hover {
        opacity: 1
    }

.button-items > .btn {
    margin-right: 6px;
    margin-bottom: 12px !important
}

    .button-items > .btn:last-child {
        margin-right: 0
    }

.btn-role, .btn-role:focus {
    padding-right: 16px;
    padding-left: 16px;
    min-width: 100px;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #979797 !important;
    color: #2c2d4e
}

    .btn-role.active {
        background-color: #0171cd;
        border: 1px solid #0171cd !important;
        color: #fff
    }

.modal-default .modal-header {
    border-bottom: none;
    margin-left: auto;
    padding: .5rem .75rem .25rem
}

.modal-default .modal-body {
    padding: 0 1rem 1rem
}

.modal-default .btn-icon-close {
    padding: 0
}

.modal-default .modal-header .close {
    font-size: 36px;
    line-height: 20px
}

.modal-header .close {
    transition: .3s
}

.modal-middle {
    top: 20%
}

.fixed-scroll {
    position: fixed;
    top: 142px;
    width: 100%;
    max-width: 348px;
    background-color: transparent !important
}

.fixed-hold > .content-scroll {
    position: absolute;
    bottom: 45px;
    width: 100%;
    max-width: 348px
}

.fixed-scroll.fixed-hold {
    position: relative;
    top: 0
}

.group-input > span > input, .group-input > span > input:focus {
    border-radius: 0;
    height: 35px;
    border-color: #19a9e2 !important;
    border-right: none !important
}

    .group-input > span > input.empty, .group-input > span > input.empty:focus, .multiselect.empty .multiselect__tags {
        border-color: #ff495d !important;
        color: #ff495d !important
    }

.group-input > span > span.validate-text {
    color: #ff495d;
    position: absolute;
    font-size: 10px
}

.text-secondary > span.validate-text {
    color: #ff495d;
    font-size: 10px
}

.error-warning .form-control, .error-warning .form-control:focus {
    color: #ff495d;
    border-color: #ff495d !important;
    background-color: #fff5f6
}

.empty-cart {
    background-color: #ebf1f4;
    height: 345px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.alert-danger, .checkout-warning > .alert {
    border-radius: 4px !important;
    background-color: #fff5f6 !important;
    border: 2px solid #ff5a6c !important;
    font-size: 12px
}

    .alert-danger > div.warning-title, .checkout-warning > .alert {
        color: #653b40 !important;
        font-weight: 500
    }

    .alert-danger > div > span.warning-text, .checkout-warning > .alert {
        color: #47181e !important;
        font-weight: 400
    }

    .alert-danger > div.warning-title > div > span.warning-icon, .checkout-warning > .alert {
        color: #ff495d !important;
        margin-right: 8px !important
    }

    .alert-danger > div.warning-title > div > span.title-text, .checkout-warning > .alert {
        padding-bottom: 8px !important;
        position: relative;
        bottom: 4px
    }

.disabled-checkout {
    cursor: no-drop;
    background: #c2c3c3 !important
}

.section-fix {
    flex: 0 0 380px;
    max-width: 380px
}

.section-auto, .section-fix {
    padding-left: 1rem;
    padding-right: 1rem
}

.section-auto {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.error-checkbox .custom-control-label {
    color: #ff495d
}

    .error-checkbox .custom-control-label:before {
        border-color: #ff495d
    }

.empty-row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 100%;
    font-size: 16px
}

.card-secondary {
    box-shadow: 0 1px 3px 0 #e6f8ff;
    -webkit-box-shadow: 0 1px 3px 0 #e6f8ff;
    border: .5px solid #ccd7db;
    background-color: #e5eef2
}

.md-input input {
    height: 40px
}

.multiselect {
    min-height: 32px !important
}

    .multiselect .multiselect__content-wrapper, .multiselect .multiselect__tags {
        border: 1px solid #ced4da
    }

    .multiselect .multiselect__option--disabled {
        font-weight: 300
    }

    .multiselect .multiselect__option, .multiselect .multiselect__single, .multiselect .multiselect__tags {
        font-size: 12px
    }

    .multiselect.md-multiselect .multiselect__option {
        display: block;
        padding: .5rem 1rem
    }

    .multiselect.md-multiselect, .multiselect.md-multiselect .multiselect__select {
        height: 32px
    }

        .multiselect.md-multiselect .multiselect__tags {
            padding: 4px 40px 0 1rem;
            max-height: 32px;
            min-height: 32px
        }

        .multiselect.md-multiselect .multiselect__input, .multiselect.md-multiselect .multiselect__placeholder, .multiselect.md-multiselect .multiselect__single {
            padding-left: 0 !important
        }

.multiselect-optional .multiselect__tag {
    background-color: #0175ce
}

    .multiselect-optional .multiselect__tag .multiselect__tag-icon:after {
        color: #fff;
        position: relative;
        top: -1px
    }

    .multiselect-optional .multiselect__tag .multiselect__tag-icon:hover {
        background-color: #015b7f
    }

.multiselect-optional .multiselect__tags {
    min-height: 40px
}

.multiselect__input, .multiselect__placeholder {
    padding-left: .5rem !important
}

.multiselect__placeholder {
    line-height: 18px
}

.multiselect .multiselect, .multiselect .multiselect__input {
    font-size: 12px;
    background-color: transparent;
    padding-top: 1px
}

.multiselect .multiselect__option--highlight {
    background-color: #0171cd
}

.multiselect .multiselect__option {
    padding: 0 1rem;
    display: flex;
    align-items: center
}

.multiselect .multiselect__option--selected {
    font-weight: 400
}

.multiselect .multiselect__select:before {
    top: 19px
}

.btn-pill-primary {
    font-size: 13px;
    color: #fff;
    background-color: #0171cd;
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 25px
}

    .btn-pill-primary .close {
        position: absolute;
        font-size: 12px;
        border-radius: 50%;
        top: -5px;
        right: -5px;
        opacity: 1;
        color: #0171cd;
        box-shadow: 0 1px 2px 0 #102b74;
        -webkit-box-shadow: 0 1px 2px 0 #102b74;
        background-color: #fff;
        padding: 2px
    }

    .btn-pill-primary:hover {
        color: #fff
    }

    .btn-pill-primary .close:not(:disabled):not(.disabled):focus, .btn-pill-primary .close:not(:disabled):not(.disabled):hover {
        opacity: 1
    }

.button-items > .btn[class*=btn-pill-] {
    margin-right: 16px;
    margin-bottom: 16px
}

.btn-text-active .active {
    color: #0072ce
}

.spinner-border.text-primary {
    color: #0171cd !important
}

.tab-brand-items {
    position: relative;
    background-color: #fff
}

.brand-tab-banner {
    display: block;
    width: 360px;
    float: left
}

.brand-tab-banner-box {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem
}

.brand-tab-items {
    display: inline-block;
    width: calc(100% - 360px)
}

    .brand-tab-items .swiper-wrapper > .swiper-slide > .product-block {
        padding: 0 15px
    }

.fix-center {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.main-category-component, .main-sub-category-list {
    position: relative;
    height: 96px;
    display: flex;
    flex-direction: row;
    z-index: 2
}

    .main-category-component > .main-category-active {
        position: relative;
        align-items: center;
        display: flex;
        justify-content: center;
        width: 250px;
        height: 100%
    }

.main-category-content {
    display: flex;
    width: calc(100% - 340px)
}

.main-category-items {
    display: flex;
    flex: 0 0 10%;
    text-align: center;
    border: 2px solid #0171cd;
    border-bottom: none;
    height: 100%;
    flex-direction: column;
    padding: 5px;
    position: relative
}

    .main-category-items > div:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #f5fcff;
        bottom: -3px;
        left: 0
    }

.main-category-list {
    display: flex;
    flex: 1 1 100%
}

.main-category-nav {
    width: 90px;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    display: flex;
    flex-direction: column;
    border-left: 2px solid #ebf1f4
}

    .main-category-nav .see-all {
        border-top: 2px solid #ebf1f4;
        text-align: center;
        font-size: 10px;
        padding-top: 10px;
        padding-bottom: 10px
    }

.main-category-list .swiper-slide {
    display: flex;
    padding: 5px;
    flex-direction: column;
    cursor: pointer;
    position: relative
}

    .main-category-list .swiper-slide:first-child:after {
        border-left-color: transparent
    }

    .main-category-list .swiper-slide:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border: 2px solid transparent;
        border-left-color: #ebf1f4;
        transition: .3s;
        pointer-events: none
    }

    .main-category-list .swiper-slide:hover:after {
        border: 2px solid #01a0df
    }

    .main-category-list .swiper-slide > div {
        transition: .3s
    }

    .main-category-items img, .main-category-list .swiper-slide img, .main-sub-category-list .swiper-slide img {
        width: 56px;
        margin: auto
    }

.main-category-component .prev {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 15px;
    opacity: 0;
    transition: .3s
}

    .main-category-component .next.active, .main-category-component .prev.active {
        opacity: 1
    }

.main-category-component .next {
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: .3s;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer
}

.main-sub-category-list .swiper-slide {
    display: flex;
    padding: 5px;
    flex-direction: column;
    border: 1px solid #ebf1f4;
    cursor: pointer;
    background-color: #fff
}

    .main-sub-category-list .swiper-slide > a {
        transition: .3s
    }

        .main-sub-category-list .swiper-slide > a:hover {
            opacity: 1;
            text-decoration: none
        }

.inner-next, .inner-prev {
    position: absolute;
    z-index: 2;
    top: 45px;
    opacity: 0;
    transition: .3s;
    padding: 10px 5px;
    color: #77808a
}

.inner-prev {
    left: 0
}

.inner-next {
    right: 0
}

    .inner-next:hover, .inner-prev:hover {
        color: #212529
    }

    .inner-next.active, .inner-prev.active {
        opacity: 1
    }

.list-sub-category {
    padding: 15px 30px;
    background-color: #f5fcff;
    border: 2px solid #0171cd;
    position: relative;
    z-index: 1
}

.main-category-see-all {
    position: absolute;
    display: flex;
    display: -ms-flexbox;
    width: calc(100% - 250px);
    background-color: #fff;
    right: 2px;
    z-index: 3;
    opacity: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    transition: .3s;
    pointer-events: none;
    top: -100px;
    border: 1px solid #efefef
}

    .main-category-see-all.active {
        pointer-events: all;
        opacity: 1;
        top: 0
    }

.main-category-see-all-left {
    flex: 1 1 100%
}

.main-category-see-all-right {
    flex: 0 0 90px;
    height: 96px
}

.main-category-see-all-left > .item {
    cursor: pointer;
    display: inline-block;
    width: 10%
}

    .main-category-see-all-left > .item > div {
        height: 98px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .main-category-see-all-left > .item img {
        width: 56px
    }

.main-category-see-all-right > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    height: 88px;
    cursor: pointer
}

.controller .controller-page {
    display: flex
}

.product-information {
    display: inline-flex
}

@-webkit-keyframes MoveUpDown {
    0%,to {
        bottom: 0
    }

    50% {
        bottom: 6px
    }
}

@keyframes MoveUpDown {
    0%,to {
        bottom: 0
    }

    50% {
        bottom: 6px
    }
}

.product-similar {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%
}

.media-similar {
    align-items: center
}

    .media-similar > img {
        flex: 0 0 100px
    }

    .media-similar .product-price {
        flex: 0 0 120px
    }

    .media-similar .product-detail {
        flex: 0 0 380px
    }

.error-toast {
    top: 75px !important;
    opacity: .9
}

    .error-toast .b-toaster-slot {
        max-width: 320px !important
    }

    .error-toast .toast {
        border: none;
        box-shadow: 0 .25rem .5rem rgba(0,0,0,.5);
        -webkit-box-shadow: 0 .25rem .5rem rgba(0,0,0,.5)
    }

        .error-toast .toast .toast-body {
            display: flex;
            min-height: 60px;
            border-left: 6px solid red;
            border-radius: 4px;
            background-color: #fff;
            color: #721c24;
            font-weight: 500;
            font-size: 12px
        }

            .error-toast .toast .toast-body .b-icon {
                font-size: 22px;
                cursor: pointer;
                color: #929292
            }

.ls-1 {
    letter-spacing: 1px
}

.add-to-favorite .select-catalog > div > span.active {
    border-color: #0171cd;
    color: #0171cd
}

.add-to-favorite {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 1rem 1.5rem;
    min-width: 240px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 #97a5ab;
    -webkit-box-shadow: 0 2px 6px 0 #97a5ab;
    border: 1px solid #ebf1f4;
    z-index: 2;
    right: 0;
    margin-top: 10px
}

.popover.add-to-favorite {
    right: unset;
    padding: .75rem 1rem !important;
    left: -25px !important;
    margin-top: .5rem
}

    .popover.add-to-favorite .arrow {
        display: none
    }

    .popover.add-to-favorite .popover-body {
        padding: 0 !important
    }

.add-to-favorite .select-catalog {
    overflow-x: auto;
    max-height: 140px
}

    .add-to-favorite .select-catalog > div > span {
        height: 24px;
        border-radius: 12px;
        border: 1px solid #979797;
        font-size: 10px;
        color: #2c2d4e;
        display: inline-block;
        line-height: 24px;
        transition: .3s;
        cursor: pointer;
        margin-right: .5rem
    }

        .add-to-favorite .select-catalog > div > span:hover {
            border-color: #0171cd;
            color: #0171cd
        }

.popover-bottom-left {
    left: 15px !important;
    box-shadow: 2px 2px 4px #d6d6d6;
    -webkit-box-shadow: 2px 2px 4px #d6d6d6;
    border-color: #ccc !important;
    z-index: 9 !important;
    max-width: 305px !important;
    margin-left: -13px
}

    .popover-bottom-left .popover-body {
        min-width: 300px !important;
        padding: 0 !important
    }

    .popover-bottom-left .arrow {
        margin-left: -15px !important
    }

    .popover-bottom-left .popover-body .dropdown {
        border: none !important;
        min-height: 38px !important
    }

        .popover-bottom-left .popover-body .dropdown input {
            margin-top: 3px
        }

        .popover-bottom-left .popover-body .dropdown .icon {
            display: none !important
        }

        .popover-bottom-left .popover-body .dropdown .menu {
            border-color: #ccc !important;
            box-shadow: 2px 2px 4px #d6d6d6 !important;
            -webkit-box-shadow: 2px 2px 4px #d6d6d6 !important;
            margin-top: -2px !important;
            display: block !important
        }

    .popover-bottom-left .item.selected {
        color: #fff !important;
        background-color: #0171cd !important
    }

.no-selected .search {
    padding-left: 1rem !important
}

.favorite-m .add-to-favorite {
    right: -190px;
    bottom: 50px
}

.favorite-m .btn-fav {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem
}

.badge-menu {
    position: relative;
    left: -5px
}

.badge-cart.badge-menu:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background-color: #ff495d;
    z-index: 1;
    left: 10px;
    top: 1px;
    border-radius: 50%
}

.aside .menu {
    border-left: 1px solid #ebf1f4;
    border-right: 1px solid #ebf1f4;
    border-bottom: 1px solid #ebf1f4;
    margin-bottom: 10px;
    background-color: #fff
}

    .aside .menu > .header {
        padding: 10px 1.5rem;
        font-size: 14px;
        font-weight: 500;
        background-color: #ebf1f4;
        color: #313252
    }

    .aside .menu > .list > li > a {
        background-color: #f6fbfd;
        color: #313252;
        padding: 8px 1.5rem;
        font-size: 12px;
        border-bottom: 1px solid #edf3f5;
        display: block;
        width: 100%;
        cursor: pointer;
        transition: .3s
    }

        .aside .menu > .list > li > a:hover {
            text-decoration: none
        }

        .aside .menu > .list > li > a.nuxt-link-exact-active {
            background-color: #0171cd;
            color: #fff
        }

.header-btn {
    padding: 10px 30px
}

.aside .menu > .list > li.link > a {
    background-color: #fff;
    color: #1d80d2;
    border-bottom: none;
    text-decoration: underline
}

.aside > .menu > .list > li:last-child a {
    border-bottom: none !important
}

.aside .menu > .list.catalog {
    height: 210px;
    overflow-y: auto
}

.aside {
    min-width: 220px;
    min-height: calc(100vh - 200px)
}

.aside-wrapper {
    width: calc(100% - 220px);
    padding-left: 1rem
}

.aside ul {
    list-style: none
}

.left-block {
    flex: 0 0 700px
}

.right-block {
    padding-left: 1rem;
    flex: 1
}

.btn-m-aside {
    display: none
}

.tabs-primary .nav-tabs {
    min-height: 380px;
    border-bottom: none
}

    .tabs-primary .nav-tabs > .nav-item {
        width: 100%;
        height: 48px;
        border: none;
        border-bottom: 1px solid #ebf1f4
    }

.tabs-primary .nav-item > .nav-link {
    padding: 12px 16px;
    height: 48px;
    font-size: 12px;
    border-radius: 0;
    border: none;
    color: #2c2d4e
}

    .tabs-primary .nav-item > .nav-link.active {
        background-color: #0171cd;
        color: #fff
    }

.tabs-primary .nav-tabs > .nav-item:last-child {
    margin-bottom: 2rem
}

.tabs-primary > .tab-content .tab-pane {
    background-color: transparent;
    height: 100%
}

    .tabs-primary > .tab-content .tab-pane.active > div {
        background-color: #fafafa;
        border-style: solid;
        border-width: 3px;
        border-image-source: linear-gradient(180deg,#01a0df 9%,#0085b9);
        border-image-slice: 1;
        height: 100%
    }

.tabs-primary > .col-auto {
    flex: 0 0 256px;
    padding-right: 0
}

.tabs-primary > .tab-content {
    padding-left: 0
}

.tab-content .product-block .product-img > img {
    max-width: 150px;
    max-height: 150px;
    padding: 0 15px
}

.flex-center {
    height: 100%
}

.radio-hilight .custom-control .custom-control-label:after, .radio-hilight .custom-control .custom-control-label:before {
    top: 14px;
    left: 20px
}

.radio-hilight .custom-control {
    padding: 0;
    margin-bottom: .5rem
}

    .radio-hilight .custom-control .custom-control-label {
        padding: 13px 45px;
        width: 100%;
        border: 1px solid #ebf1f4;
        transition: .3s
    }

.radio-hilight .custom-control-label:hover:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.radio-hilight .custom-control-label:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%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")
}

.radio-hilight .custom-control.selected .custom-control-label {
    border-color: #01a0df;
    background-color: #f5fcff
}

.radio-hilight.radio-right .custom-control .custom-control-label {
    padding: 8px 25px 8px 10px;
    line-height: 30px
}

    .radio-hilight.radio-right .custom-control .custom-control-label:after, .radio-hilight.radio-right .custom-control .custom-control-label:before {
        right: 15px;
        left: unset
    }

.radio-hilight .radio-icon {
    margin-right: 10px
}

.radio-hilight-2 .custom-control .custom-control-label {
    padding: 8px 18px 8px 50px !important;
    background-color: #fff
}

    .radio-hilight-2 .custom-control .custom-control-label:after, .radio-hilight-2 .custom-control .custom-control-label:before {
        top: calc(50% - 8px) !important;
        left: 18px !important
    }

.radio-hilight .custom-control-input:disabled ~ .custom-control-label, .radio-hilight .custom-control-input[disabled] ~ .custom-control-label {
    opacity: .7;
    pointer-events: none;
    background-color: #dbe6eb
}

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

.row.row-sm-padding {
    margin-right: -5px;
    margin-left: -5px
}

.label-switch.switch-sm .custom-control-input:checked ~ .custom-control-label:before, .label-switch.switch-sm .custom-control-label:before {
    width: 48px
}

.label-switch.switch-sm .custom-control-input:checked ~ .custom-control-label:after {
    left: -20px
}

.label-switch.switch-sm .switch-checked {
    left: -24px
}

.label-switch.switch-sm .switch-unchecked {
    left: -11px
}

.label-switch .custom-control-label:after {
    left: -42px
}

.li-icon {
    display: flex;
    align-items: center
}

    .li-icon > em, .li-icon > i {
        text-align: center;
        width: 30px;
        font-size: 24px;
        margin-right: 10px
    }

.line-md {
    border: 1px solid #d6dde1;
    width: 100%;
    position: absolute;
    display: block;
    top: 12px
}

.product-result {
    display: inline-block;
    width: 100%
}

.outer-button-next, .outer-button-prev {
    position: absolute;
    background-color: #fff;
    cursor: pointer;
    width: 20px;
    height: 30px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: .3s
}

    .outer-button-next.swiper-button-disabled, .outer-button-prev.swiper-button-disabled {
        opacity: 0
    }

.outer-button-prev {
    left: 0
}

.outer-button-next {
    right: 0
}

.hide {
    display: none
}

.switch-radio > span {
    padding: .25rem 3rem;
    border-top: 1px solid #034ea2;
    border-bottom: 1px solid #034ea2;
    cursor: pointer;
    transition: .3s
}

    .switch-radio > span:first-child {
        border-left: 1px solid #034ea2;
        border-right: 1px solid #d8d8d8
    }

    .switch-radio > span:last-child {
        border-right: 1px solid #034ea2
    }

    .switch-radio > span.active, .switch-radio > span:hover {
        background-color: #c9f0ff
    }

.line-tabs .nav-link, .line-tabs .nav-link:hover {
    border: none
}

.line-tabs .nav-link {
    color: #3c4144;
    font-size: 14px;
    padding-left: .75rem;
    padding-right: .75rem
}

    .line-tabs .nav-link.active {
        color: #0171cd;
        border-bottom: 2px solid #0171cd
    }

.line-tabs .nav-item {
    margin-right: 0
}

.line-tabs .nav-tabs {
    border-color: #d6dde1;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.validate-special-text {
    color: #ff495d;
    position: absolute;
    font-size: 10px;
    bottom: -14px;
    left: 10px
}

.border-color-2 {
    border-color: #eee !important
}

.border-color-default {
    border-color: #d6dde1 !important
}

.col-left {
    max-width: calc(100% - 265px)
}

.mce-btn-group .mce-btn {
    float: left
}

#mceu_2-open {
    width: 90px
}

.legend-wrapper {
    max-width: 520px
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px
}

.chartjs-tooltip {
    border: 1px solid #d6dde1;
    font-size: 10px;
    color: #333;
    opacity: 0;
    position: absolute;
    background: #fff;
    border-radius: 3px;
    padding: .5rem .75rem;
    transition: all .1s ease;
    pointer-events: none;
    transform: translate(-50%);
    box-shadow: 1px 1px 6px #c9c9c9;
    -webkit-box-shadow: 1px 1px 6px #c9c9c9
}

    .chartjs-tooltip:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        left: calc(50% - 10px);
        bottom: -10px
    }

.chart-tooltip-item {
    color: #666;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

    .chart-tooltip-item.active {
        color: #222;
        font-weight: 500
    }

.card-collapse {
    max-height: 160px;
    overflow-x: hidden;
    transition: .3s;
    position: relative
}

.card-expand {
    max-height: 600px
}

.card-extend-highlight {
    content: "";
    position: absolute;
    opacity: 1;
    background: linear-gradient(transparent,hsla(0,0%,100%,.8));
    width: 100%;
    height: 85px;
    bottom: 25px;
    left: 0
}

    .card-extend-highlight.disable {
        opacity: 0
    }

.inner-rounded-shadow-bottom, .inner-rounded-shadow-top {
    box-shadow: 0 4px 24px #979797;
    -webkit-box-shadow: 0 4px 24px #979797;
    margin-left: auto;
    margin-right: auto;
    height: 25px;
    display: flex;
    width: 100%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    opacity: .4;
    left: 0
}

.inner-rounded-shadow-top {
    top: -35px
}

.inner-rounded-shadow-bottom {
    bottom: -25px
}

.intro-category-items {
    position: relative;
    top: -5px;
    margin-bottom: .5rem
}

.intro-category-banner-text {
    height: 340px
}

.intro-category-item {
    vertical-align: text-top;
    width: 8.33333%;
    display: inline-block
}

._new {
    border-bottom: 1px solid #ebf1f4;
    box-shadow: 0 2px 6px 0 #d5dbde;
    -webkit-box-shadow: 0 2px 6px 0 #d5dbde
}

    ._new .nav-menu-expand {
        display: none;
        margin-right: .5rem
    }

        ._new .nav-menu-expand .b-icon {
            font-size: 26px;
            position: relative;
            left: -5px;
            top: 1px;
            cursor: pointer
        }

    ._new .nav-authen-button {
        display: none
    }

.intro-category-text {
    position: absolute;
    margin-top: -5px;
    margin-left: 3%
}

.text-line-1 {
    font-size: calc(6px + .5vw)
}

.text-line-2 {
    font-size: calc(8px + 1vw)
}

.text-line-3 {
    font-size: calc(7px + .5vw)
}

.media-banner {
    max-width: 300px;
    width: 100%;
    text-align: left
}

    .media-banner > img {
        width: 45px
    }

    .media-banner .media-body {
        margin-left: 1rem
    }

.intro-category-bg {
    max-width: 480px;
    width: 100%;
    min-width: 160px
}

.container-main .news-component {
    margin: 0 1rem
}

.news-component {
    background-color: #fff;
    margin: 0 -15px
}

    .news-component .news-item {
        padding: 0 30px
    }

.news-content {
    padding: 0
}

    .news-content > img {
        width: 100%
    }

    .news-content > .news-head {
        margin-top: 6px;
        font-size: 14px;
        min-height: 45px;
        margin-bottom: 5px;
        font-weight: 500
    }

    .news-content > .news-body {
        font-size: 12px
    }

    .news-content > .news-link {
        text-align: right;
        margin-top: 12px;
        margin-bottom: 15px;
        cursor: pointer
    }

        .news-content > .news-link > a {
            color: #01a0df;
            letter-spacing: 1px;
            font-size: 13px;
            text-decoration: underline
        }

            .news-content > .news-link > a:hover {
                color: #0085b9
            }

.card-form {
    max-width: 1200px;
    margin: 1.5rem 0 !important;
    width: 100%
}

    .card-form .register-right {
        min-width: 40%;
        display: flex;
        justify-content: center;
        position: relative;
        background-color: #fff;
        min-height: 300px
    }

.order-group {
    display: flex;
    overflow-x: auto;
    width: 100%
}

    .order-group > .btn {
        margin-right: 20px;
        font-size: 12px
    }

.order-panel {
    max-width: 740px
}

.order-content .cart-list, .order-content .cart-list .cart-header {
    border-color: #dee2e6
}

.order-content .cart-body {
    padding: 0;
    clear: both
}

.order-content .cart-header .btn-on-danger {
    top: -3px;
    position: relative;
    float: right;
    padding: 4px 0 !important;
    width: 140px
}

.order-content .cart-item {
    padding: 10px 0 !important
}

    .order-content .cart-item .product-qty {
        margin-right: 0
    }

    .order-content .cart-item .product-image > img {
        width: 70px
    }

.media-order-progress {
    clear: both;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #d8e1e5
}

    .media-order-progress .media-head {
        min-width: 136px;
        min-height: 45px
    }

    .media-order-progress .media-title {
        font-size: 12px;
        padding-left: 1.5rem;
        width: 180px
    }

    .media-order-progress .media-body {
        margin-left: auto;
        max-width: 640px;
        min-width: 220px
    }

    .media-order-progress .order-progress {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 12px
    }

        .media-order-progress .order-progress > .bullet {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background-color: #d8d8d8;
            margin-bottom: 1rem
        }

            .media-order-progress .order-progress > .bullet:before {
                width: 100%;
                content: "";
                height: 4px;
                position: absolute;
                background-color: #d8d8d8;
                top: 5px;
                left: -50%
            }

    .media-order-progress .media-body > .row > .col:first-child > .order-progress > .bullet:before {
        display: none
    }

    .media-order-progress.complete .order-progress > .bullet, .media-order-progress.complete .order-progress > .bullet:before {
        background-color: #54d2d2 !important
    }

    .media-order-progress .order-progress.active > .bullet, .media-order-progress .order-progress.active > .bullet:before {
        background-color: #54d2d2;
        z-index: 1
    }

.order-content .cart-list .cart-item .media-body > .product-image {
    float: left
}

.dot-primary {
    background-color: #54d2d2
}

.dot-primary, .dot-secondary {
    width: 12px;
    height: 12px;
    border-radius: 6px
}

.dot-secondary {
    background-color: #dae6ec
}

label {
    font-weight: 400 !important
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold, .fw-heavy {
    font-weight: 500 !important
}

.nb {
    border: none !important
}

.nb-l {
    border-left: none !important
}

.nb-b {
    border-bottom: none !important
}

.nb-r {
    border-right: none !important
}

.mb-5 {
    margin-bottom: 3rem
}

.wrapper.mb-5 {
    margin-bottom: 2rem !important
}

.mb-6 {
    margin-bottom: 6rem
}

.mt-5 {
    margin-top: 3rem
}

.mt-6 {
    margin-top: 6rem
}

.h-100 {
    height: 100%
}

h4 {
    font-size: 22px !important
}

.break-word {
    word-break: break-word
}

.product-list.grid > .product-box-inner, .product-list.grid > .product-card {
    width: 20%;
    float: left
}

.product-list.list > .product-box-inner .qty-component {
    height: 36px
}

.product-list.list > .product-box-inner > .product-card > .product-img {
    padding: 0
}

.product-list.list > .product-box-inner > .product-card {
    width: 100%;
    display: flex;
    border-bottom: 2px solid #ebf1f4;
    padding: 30px 20px
}

.product-list.list .product-img {
    max-width: 180px;
    margin-right: 30px
}

.product-list.list .product-info {
    flex: 0 0 calc(100% - 480px)
}

    .product-list.list .product-info .product-name {
        min-height: unset;
        font-size: 14px
    }

    .product-list.list .product-info .product-sku {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 2px;
        font-size: 11px;
        margin-top: .25rem
    }

.product-list.list > .product-card .product-footer {
    width: 480px;
    margin-left: auto;
    position: relative
}

    .product-list.list > .product-card .product-footer .footer-content {
        position: absolute;
        bottom: 0;
        width: 100%
    }

.product-list.list .product-info .price {
    display: block !important
}

    .product-list.list .product-info .price .product-flag {
        text-align: left
    }

    .product-list.list .product-info .price .product-rating {
        margin-bottom: 2px
    }

.product-list.list .product-footer .product-price {
    color: #2c2d4e;
    font-size: 24px;
    font-weight: 500;
    text-align: right
}

.product-list.list .product-footer .product-discount {
    text-decoration: line-through;
    color: #aaa;
    font-size: 12px;
    text-align: right
}

.product-container .product-result {
    margin: 0 -15px
}

.product-aside {
    display: flex;
    flex-direction: column;
    width: 280px
}

    .product-aside > .filter-panel > .panel > span > .btn > .b-icon {
        transition: .3s;
        font-size: 12px;
        position: relative;
        top: -2px;
        color: #aaa
    }

    .product-aside > .filter-panel > .panel > span > .btn.collapsed > .b-icon {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg)
    }

.product-container {
   /* margin-left: 1rem;*/
    margin-left: 0;
    width: calc(100% - 280px)
}

    .product-container > .filter-panel {
        padding-bottom: 10px;
        height: 40px;
        border-bottom: 4px solid #ebf1f4
    }

        .product-container > .filter-panel > .title {
            float: left
        }

        .product-container > .filter-panel > .controller {
            float: right;
            font-size: 13px
        }

.controller {
    display: flex
}

.sort-by {
    position: relative;
    padding-right: 25px;
    margin-right: 20px
}

    .sort-by:after {
        content: "";
        width: 4px;
        height: 26px;
        background-color: #ebf1f4;
        position: absolute;
        top: -2px;
        right: 0
    }

.product-aside > .filter-panel {
    border: 2px solid #ebf1f4;
    padding: 15px;
    font-size: 16px
}

    .product-aside > .filter-panel > .ais-refinement-list > .panel {
        margin-bottom: 15px
    }

        .product-aside > .filter-panel > .ais-refinement-list > .panel > span > .btn {
            margin-top: -2px
        }

            .product-aside > .filter-panel > .ais-refinement-list > .panel > span > .btn > .b-icon {
                transition: .3s;
                font-size: 15px;
                position: relative;
                top: -4px;
                color: #aaa
            }

            .product-aside > .filter-panel > .ais-refinement-list > .panel > span > .btn.collapsed > .b-icon {
                transform: rotate(-180deg);
                -webkit-transform: rotate(-180deg)
            }

    .product-aside > .filter-panel .custom-checkbox {
        margin-bottom: 5px
    }

    .product-aside > .filter-panel .custom-control-label:after, .product-aside > .filter-panel .custom-control-label:before {
        top: 0
    }

.select-panel > .custom-checkbox:last-child {
    margin-bottom: 0
}

.btn-line-disable > img {
    opacity: .2
}

.product-option .form-group .custom-control {
    margin-bottom: 6px
}

.product-option .form-group.label-w-200 {
    margin-bottom: 4px
}

.product-option .color-option > span {
    width: 26px;
    height: 26px;
    display: inline-block
}

.product-option .option-group {
    margin-bottom: .5rem
}

.product-option .color-option > span.selected, .product-option .qty-option > span.selected {
    border-color: #01a0df !important
}

.product-option .qty-option > span {
    font-size: 12px;
    color: #777;
    border: 1px solid #d4d9dc;
    background-color: #fff;
    padding: 4px 8px
}

span.other-select {
    background-color: #f5fcff;
    border: 1px solid #01a0df;
    color: #0180b2;
    padding: 0 8px;
    border-radius: 4px;
    bottom: 10px;
    cursor: pointer
}

.flip-product-back .product-card-other .product-img {
    width: 64px;
    border: 1px solid #01a0df
}

.list .product-box-inner {
    padding: 0
}

.product-box-inner {
    position: relative;
    width: 100%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d;
    padding: 5px 5px 10px;
    display: inline-flex
}

    .product-box-inner > .product-card {
        padding: 10px
    }

    .product-box-inner.active {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg)
    }

        .product-box-inner.active > .product-box-inner {
            pointer-events: none
        }

.flip-product-back, .flip-product-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    transition: 0s
}

.flip-product-back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    padding: 10px;
    text-align: left
}

.product-box-inner.active .flip-product-back .product-card-other {
    opacity: 1
}

.flip-product-back .product-card-other {
    opacity: 0;
    transition: 1s;
    background-color: #edf8f8;
    border: 1px solid #54d2d2;
    padding: 10px;
    position: relative;
    width: 100%;
    height: 100%
}

    .flip-product-back .product-card-other .flip-close {
        position: absolute;
        cursor: pointer;
        top: 2px;
        right: 2px;
        padding: 5px;
        font-size: 22px;
        line-height: 5px
    }

    .flip-product-back .product-card-other .product-footer {
        width: calc(100% - 20px);
        position: absolute;
        bottom: 11px
    }

        .flip-product-back .product-card-other .product-footer .add-cart {
            flex-grow: 1
        }

.product-footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.product-card {
    position: relative;
    padding: 15px;
    text-align: left
}

    .product-card .product-img {
        padding: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 180px
    }

.product-similar .product-card .product-img {
    padding: 15px
}

.product-card .product-img > img {
    width: 100%;
    max-width: 150px
}

.product-block .product-name, .product-block .product-name > h2, .product-card .product-name, .product-card .product-name > h2 {
    font-size: 12px;
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
    line-height: 16px;
    font-weight: 400
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit
}

.product-card .product-sku {
    color: black;
    font-size: 11px;
    border-bottom: 1px solid #ebf1f4;
    padding-bottom: 2px;
    margin-bottom: 10px;
    position: relative;
    height: 40px;
    min-height: 40px
}

    .product-card .product-sku > .other-select {
        position: absolute;
        right: 0;
        top: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

.product-card .price {
    height: 28px
}

    .product-card .price .product-price {
        color: #2c2d4e;
        font-size: 16px;
        font-weight: 500
    }

    .product-card .price .product-discount {
        font-size: 12px;
        color: #aaa;
        position: relative;
        top: -3px
    }

        .product-card .price .product-discount > span {
            text-decoration: line-through
        }

.product-card .product-compare {
    position: absolute;
    bottom: 5px;
    right: 15px
}

    .product-card .product-compare .custom-control-label {
        font-size: 16px;
        position: relative;
        color: #aaa;
        font-weight: 400
    }

        .product-card .product-compare .custom-control-label:before {
            top: 3px
        }

        .product-card .product-compare .custom-control-label:after {
            top: 4px
        }

.product-card .product-flag {
    padding: 0;
    border: none;
    text-align: right;
    font-size: 10px
}

    .product-card .product-flag > img {
        margin-right: 0;
        height: 24px
    }

.product-card .product-footer .btn-wishlist {
    border: 1px solid #ccedf9;
    border-radius: 5px;
    background-color: #f5fcff;
    color: #80aec1;
    font-size: 14px;
    padding: 7px 10px;
    width: 40px;
    margin-right: 5px
}

    .product-card .product-footer .btn-wishlist:focus {
        border: 1px solid #ccedf9 !important
    }

.footer-content {
    display: flex;
    flex: 0 1 100%;
    flex-direction: row
}

    .footer-content .add-cart {
        flex-grow: 1
    }

.product-footer .qty-component .form-control {
    height: 35px;
    position: relative;
    top: 1px;
    width: 50px;
    margin-right: 5px;
    padding: .375rem .5rem
}

.product-footer .btn-on {
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 100%;
    border-radius: 4px
}

.list .product-card .price {
    height: 30px
}

.product-list.list .product-footer {
    margin-top: 0 !important;
    flex: 0 0 240px;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    position: relative
}

    .product-list.list .product-footer > div {
        flex: 0 1 100%
    }

.product-list.list .footer-content {
    align-items: flex-end;
    margin-top: 10px
}

.product-list.list .product-compare {
    margin-top: auto;
    position: absolute;
    bottom: 40px;
    right: 0
}

.product-list.list .product-flag {
    margin-top: auto;
    position: absolute;
    bottom: 45px;
    left: 0
}

.cursor-pointer {
    cursor: pointer
}

.product_flag_list {
    text-align: right;
    width: 100%
}

.product-list.list .media-item-top {
    display: flex;
    flex: 1 1 100%
}

.media-item-bottom {
    display: none
}

.chartjs-render-monitor {
    min-height: 420px !important
}

.chartjs-size .chartjs-render-monitor {
    min-height: unset !important
}

.filter-panel .filter-dropdown {
    width: 190px
}

.flex-grow-1 .validate-text {
    position: absolute;
    font-size: 10px;
    color: red
}

.table-b-table-default > div {
    white-space: nowrap
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%)
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    top: 3px !important
}

.tooltip.b-tooltip-light .tooltip-inner {
    background-color: #ebf1f4 !important;
    font-size: 12px;
    text-align: left;
    font-family: Kanit,sans-serif;
    box-shadow: 2px 2px 2px #d6d6d6;
    -webkit-box-shadow: 2px 2px 2px #d6d6d6;
    padding: .5rem 1rem;
    min-width: 300px
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #ebf1f4 !important
}

.form-check-input {
    margin-top: .2rem
}

.form-check > .form-check-input, .form-check > .form-check-label {
    cursor: pointer
}

.card-register {
    display: flex;
    justify-content: space-between;
    max-width: 940px;
    margin: auto
}

.card-register-left {
    color: #006eb6;
    font-size: 30px;
    letter-spacing: .5px;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    text-align: center
}

    .card-register-left img {
        max-width: 500px;
        margin: auto
    }

.card-register-right {
    box-shadow: 1px 1px 4px #e3edf2;
    border: 1px solid #d4dbdf;
    max-width: 390px
}

.card-register-title {
    display: flex;
    flex-direction: column;
    line-height: 1.2
}

    .card-register-title > div {
        word-spacing: 8px
    }

.message {
    background-color: transparent !important;
    border-width: 0 !important;
    color: #fff;
    padding: 0 !important;
    margin: 1px !important;
    font-weight: 400 !important
}

.embeddedServiceSidebarMinimizedDefaultUI.helpButton {
    background: #ef4a60 !important;
    cursor: pointer
}

.nameAndTimeContent {
    color: #fff !important
}

.footerMenuWrapper, .nameAndTimeDotDivider {
    display: none !important
}

.embeddedServiceSidebarMinimizedDefaultUI, .embeddedServiceSidebarMinimizedDefaultUI.helpButton {
    border-color: transparent !important;
    min-width: 1.2em !important;
    width: 56px !important;
    width: auto !important;
    padding: 0 !important
}

    .embeddedServiceSidebarMinimizedDefaultUI .content {
        padding: 0 3px !important
    }

.rich-button-item {
    border-radius: 5px !important;
    border: 1px solid #2a6dc9 !important
}

.embeddedServiceHelpButton {
    z-index: 999 !important
}

    .embeddedServiceHelpButton .helpButton .uiButton {
        background: unset !important;
        box-shadow: 0 1px 4px 1px #888 !important;
        -webkit-box-shadow: 0 1px 4px 1px #888 !important;
        background-color: #ef4a60 !important;
        font-family: Salesforce Sans,sans-serif;
        padding: 0 5px !important
    }

.embeddedServiceSidebarMinimizedDefaultUI.idleTimeout, .embeddedServiceSidebarMinimizedDefaultUI.newMessage {
    background: #ef4a60 !important
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 0 !important
}

.embeddedServiceSidebarExtendedHeader, .shortHeader {
    background: #3c448c !important
}

.embeddedServiceLiveAgentStateChatPlaintextMessageDefaultUI.chasitor.plaintextContent {
    background: #ee161f !important
}

.helpButton {
    font-size: 8px !important
}

.helpButtonEnabled {
    display: block !important
}

.helpButtonDisabled {
    display: none !important
}

.embeddedServiceHelpButton .embeddedServiceIcon, .embeddedServiceSidebarMinimizedDefaultUI .embeddedServiceIcon {
    margin-right: 0 !important;
    display: inline-block !important;
    font-size: 15px !important;
    padding-bottom: 5px !important
}

.embeddedServiceIcon.x-small svg {
    width: 1.25em;
    height: 1.25em
}

.embeddedServiceHelpButton .uiButton {
    min-width: 8em !important
}

.postChatButton {
    display: none !important
}

.embeddedServiceSidebarMinimizedDefaultUI.helpButton .messageContent {
    display: block !important;
    padding: 0 !important;
    margin: 4px 2px !important;
    font-size: 8px !important
}

.product-ratings {
    position: relative;
    vertical-align: text-top;
    display: inline-block;
    color: #aaa;
    overflow: hidden;
    height: 18px;
    line-height: 16px;
    margin-bottom: 2px;
    font-size: 12px
}

.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #f8aa4b;
    transition: .2s
}

.empty-stars, .full-stars {
    letter-spacing: -1px
}

.breadcrumb {
    background-color: #fff;
    padding: 18px 1rem;
    border-bottom: 2px solid #f2f6f8;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 12px
}

.breadcrumb-item.active, .breadcrumb-item > a {
    color: #777;
    text-decoration: none
}

.breadcrumb-item + .breadcrumb-item:before {
    content: ""
}

.breadcrumb-item > .b-icon {
    top: 4px;
    position: relative;
    font-size: 10px;
    margin-right: 10px
}

.row-padding .row {
    margin-left: -5px;
    margin-right: -5px
}

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

.row-padding img {
    width: 100%
}

.dropdown-menu.dropdown-block {
    position: relative;
    display: block;
    height: 120px;
    border: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0
}

.dropdown-approver > .dropdown-menu.dropdown-block > li > a {
    cursor: default;
    transition: 0s
}

    .dropdown-approver > .dropdown-menu.dropdown-block > li > a:hover {
        text-decoration: none
    }

li.approver-item {
    font-size: 10px
}

    li.approver-item > a {
        display: flex;
        align-items: center;
        position: relative
    }

.approve-badge-status {
    position: absolute;
    right: 20px;
    z-index: 2;
    height: 18px;
    display: flex
}

.approver-item[class*=badge-] .approve-badge-status .b-icon {
    color: #54d2d2;
    font-size: 20px;
    position: relative;
    top: 0;
    right: -2px;
    margin-right: 6px
}

.approver-item.badge-waiting .approve-badge-status .b-icon {
    color: #8da7ca;
    top: 3px;
    left: -3px;
    font-size: 14px
}

.approver-item.badge-rejected .approve-badge-status .b-icon {
    color: #fff;
    right: 0;
    font-size: 16px;
    top: 2px
}

.approver-item > a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    top: 10px;
    right: 68px;
    border-radius: 50%
}

.approver-item.badge-waiting > a:after {
    right: 70px;
    border: 2px solid #8da7ca
}

.dropdown-block .approver-item.badge-rejected > a:after {
    background-color: #8da7ca;
    right: 52px
}

.dropdown-approver > .btn-secondary.dropdown-toggle {
    text-align: left;
    font-size: 12px
}

    .dropdown-approver.show > .btn-secondary.dropdown-toggle, .dropdown-approver > .btn-secondary.dropdown-toggle, .dropdown-approver > .btn-secondary.dropdown-toggle:hover {
        background-color: #fff;
        color: #2c2d4e;
        border-color: transparent
    }

.dropdown-approver > button > .b-icon {
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 12px !important
}

.dropdown-approver.show > button > .b-icon {
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1)
}

.dropdown-approver {
    width: 100%
}

    .dropdown-approver > .dropdown-menu {
        width: 100%;
        max-height: 220px;
        overflow-x: auto;
        border-radius: 0;
        border-color: #aaa;
        box-shadow: 0 1px 4px 0 #ccc;
        -webkit-box-shadow: 0 1px 4px 0 #ccc
    }

        .dropdown-approver > .dropdown-menu::-webkit-scrollbar {
            width: 20px
        }

        .dropdown-approver > .dropdown-menu::-webkit-scrollbar-thumb {
            border: 6px solid #fff;
            background-clip: padding-box;
            background-color: #c6c6c6;
            border-radius: 16px
        }

        .dropdown-approver > .dropdown-menu::-webkit-scrollbar-track {
            background-color: #fff
        }

        .dropdown-approver > .dropdown-menu > li > a {
            padding: 9px 10px;
            border-bottom: 1px solid #ebf1f4;
            line-height: 20px;
            cursor: pointer;
            transition: .1s;
            color: #2c2d4e
        }

        .dropdown-approver > .dropdown-menu > li:last-child > a {
            border-bottom: none
        }

        .dropdown-approver .approver-item.selected a, .dropdown-approver > .dropdown-menu > li > a:focus, .dropdown-approver > .dropdown-menu > li > a:hover {
            background-color: transparent;
            color: #2c2d4e
        }

.banner-brand, .banner-promotion {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 15px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    display: flex
}

.banner-promotion {
    min-height: 250px
}

@media print {
    .no-print {
        visibility: hidden
    }
}

.cart-content .cart-body {
    padding: 0
}

.shipping-option .content {
    padding-bottom: 30px
}

.shipping-option {
    padding: 30px 30px 0
}

    .shipping-option .media .b-icon {
        width: 34px;
        height: 100%;
        margin-right: 15px
    }

    .shipping-option .media .media-body {
        width: calc(100% - 108px)
    }

    .shipping-option .media .text-price {
        width: 60px;
        margin-left: 15px;
        font-size: 12.5px;
        font-weight: 500;
        position: relative;
        top: calc(50% - 7px);
        text-align: center;
        right: 0
    }

    .shipping-option .media {
        position: relative;
        height: 100%;
        width: 100%;
        cursor: pointer;
        padding: 12px 15px 16px;
        border-radius: 3px;
        border: 1px solid #ddd;
        background-color: #fff
    }

        .shipping-option .media.selected {
            border-color: #0171cd;
            background-color: #f5fcff
        }

        .shipping-option .media .b-selected {
            display: none;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            right: -25px;
            top: -10px
        }

        .shipping-option .media.selected .b-selected {
            display: block;
            color: #0171cd
        }

input.hidden {
    display: none
}

.add-to-favorite .select-catalog > div > .active {
    border-color: #0171cd;
    color: #0171cd
}

.sku-tag-text {
    font-size: 11px;
    padding: 6px
}

.pro-quantity > div > span {
    color: tomato;
    display: table;
    margin: 0 auto
}

.quantity-discount {
    border: 1px solid red;
    padding: 6px
}

.recommend-quantity-table {
    font-size: 11px !important;
    border-collapse: separate;
    border-spacing: 0 2px
}

    .recommend-quantity-table > tr {
        background-color: #f5fafc !important;
        height: 30px
    }

        .recommend-quantity-table > tr > th {
            width: 100px !important
        }

.tier-discount {
    background-color: #ff495d !important;
    color: #fff !important
}

.highlight-active-tier {
    outline: 2px solid red
}

.cart-tooltip .tooltip-inner {
    max-width: 300px !important;
    min-width: 200px !important
}

.tooltip-lg .tooltip-inner {
    font-size: 11px !important
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-top .arrow:before {
    border-top-color: #ebf1f4 !important
}

.my-notification {
    width: 320px
}

.nav-right-item .badge-notification {
    position: absolute;
    top: 3px;
    right: 5px
}

    .nav-right-item .badge-notification:before {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        background-color: #ff495d;
        z-index: 1;
        right: 0;
        top: 0;
        border-radius: 50%
    }

    .nav-right-item .badge-notification span {
        position: relative;
        z-index: 2;
        color: #fff;
        font-size: 10px;
        text-align: center;
        display: flex;
        width: 24px;
        height: 24px;
        justify-content: center;
        align-items: center
    }

.media-text-circle:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    background: #c4c4c4;
    border-radius: 50%
}

.media-text-circle span {
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 22px;
    z-index: 2;
    position: relative;
    display: inline-block;
    line-height: 34px;
    color: #fff
}

.my-notification .media-notification {
    border-top: 1px solid #ecf3f8
}

.media-notification {
    background-color: #fff
}

    .media-notification.active .media-text-circle:before {
        background-color: #01a0df
    }

    .media-notification.active {
        background-color: #f0fbff
    }

.notification-slot {
    max-height: 200px;
    overflow: auto
}

.notification-footer {
    padding: .75rem 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ecf3f8
}

.remove-notification {
    color: #0171cd;
    cursor: pointer;
    position: relative;
    width: 80px;
    transition: .3s
}

    .remove-notification > span {
        z-index: 2;
        position: relative
    }

    .remove-notification:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 0;
        background-color: #ff495d;
        top: 0;
        right: 0;
        transition: .3s;
        border-radius: 0 4px 4px 0;
        z-index: 1
    }

    .remove-notification:hover {
        color: #fff
    }

        .remove-notification:hover:after {
            width: 80px
        }

.ui.dropdown .menu > .item {
    word-break: break-word
}

.installment-detail {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 240px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 #97a5ab;
    -webkit-box-shadow: 0 2px 6px 0 #97a5ab;
    border: 1px solid #ebf1f4;
    z-index: 2;
    left: 0;
    margin-top: 8px
}

.installment-inner:before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    width: 32px;
    height: 32px;
    top: -1px;
    box-shadow: 0 2px 6px 0 #97a5ab;
    background-color: #fff;
    z-index: -2;
    left: 24px
}

.installment-inner:after {
    top: 0;
    content: "";
    position: absolute;
    background-color: #fff;
    width: 56px;
    height: 42px;
    z-index: -1;
    left: 12px
}

.cart-empty .cart-item .media-column-2 {
    min-width: 380px
}

.brand-banner {
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(385px - 2rem)
}

.tab-product-brand .swiper-slide > a > img, .tab-product-brand .swiper-slide > img {
    width: 115px;
    filter: grayscale(1);
    opacity: .5;
    transition: .3s;
    padding: 1rem 0
}

.tab-product-brand .swiper-items > a {
    top: calc(50% - 30px)
}

.tab-product-brand .swiper-slide.active-brand > img, .tab-product-brand .swiper-slide:hover > img {
    filter: grayscale(0);
    opacity: 1
}

.white-space-pre {
    white-space: pre-line
}

.home.wrapper {
    max-width: calc(1400px + 2rem)
}

.page-activity ul {
    margin-left: 2rem
}

.uiButton.helpButtonEnabled {
    display: flex !important;
    min-width: 170px !important;
    align-items: center
}

.embeddedServiceHelpButton .helpButton {
    width: 170px !important
}

@font-face {
    font-family: epro;
    src: url(/_nuxt/fonts/epro.fa8370e.eot);
    src: url(/_nuxt/fonts/epro.fa8370e.eot) format("embedded-opentype"),url(/_nuxt/fonts/epro.c4a6694.ttf) format("truetype"),url(/_nuxt/fonts/epro.a5dae0b.woff) format("woff"),url(/_nuxt/img/epro.6467d56.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" epro-icon-"], [class^=epro-icon-] {
    font-family: epro,sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.epro-icon-credit-term:before {
    content: "\e90d"
}

.epro-icon-satisfaction:before {
    content: "\e900";
    color: #0071ce
}

.epro-icon-cart:before {
    content: "\e901";
    color: #015b7f
}

.epro-icon-cod:before {
    content: "\e902"
}

.epro-icon-counter_atm:before {
    content: "\e903"
}

.epro-icon-credit_card:before {
    content: "\e904"
}

.epro-icon-credit_term:before {
    content: "\e905";
    color: #0071ce
}

.epro-icon-fast_delivery:before {
    content: "\e906";
    color: #0071ce
}

.epro-icon-Lang:before {
    content: "\e907";
    color: #015b7f
}

.epro-icon-line:before {
    content: "\e908";
    color: #aaa
}

.epro-icon-myaccount:before {
    content: "\e909";
    color: #015b7f
}

.epro-icon-mycatalog:before {
    content: "\e90a";
    color: #015b7f
}

.epro-icon-online_bank:before {
    content: "\e90b"
}

.epro-icon-setup_approve:before {
    content: "\e90c";
    color: #0071ce
}

@font-face {
    font-family: epro-3;
    src: url(/_nuxt/fonts/epro-3.063d677.eot);
    src: url(/_nuxt/fonts/epro-3.063d677.eot) format("embedded-opentype"),url(/_nuxt/fonts/epro-3.f72f644.ttf) format("truetype"),url(/_nuxt/fonts/epro-3.d8c7354.woff) format("woff"),url(/_nuxt/img/epro-3.de49e9d.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" epro-3-ic-"], [class^=epro-3-ic-] {
    font-family: epro-3,sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.epro-3-ic-installment_alert:before {
    content: "\e900"
}

.epro-3-ic-installment:before {
    content: "\e901"
}

.epro-3-ic-bank_atm:before {
    content: "\e902"
}

.d-tablet, .filter-panel .sort-by > .filter-m, .footer-social-xs, .product-content .product-arrives {
    display: none
}

.catalog-mobile-deactive, .catalog-mobile-title, .category-dept-selected, .category-footer, .d-flex-m, .d-mobile, .dept-item > svg, .m-product-summary, .main-category-content .swiper-pagination, .mobile-menu, .swiper-images .swiper-wrapper > .swiper-slide:last-child, .swiper-subcat-pagination {
    display: none !important
}

.pt-blank.pt-nav {
    padding-top: 90px !important
}

.register.pt-nav {
    padding-top: 74px !important
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.main-height {
    min-height: calc(100vh - 240px);
    height: 100%
}

.d-desktop-flex, .d-flex-desktop {
    display: flex
}

.d-inline-block-desktop {
    display: inline-block !important
}

.swiper-pagination-custom {
    bottom: 0 !important
}

.d-desktop, .m-collapse, .t-collapse {
    display: block !important
}

.d-collapse, .d-min {
    display: none
}

body.lock {
    overflow: hidden
}

.btn-m-collapse, .btn-t-collapse {
    position: absolute;
    width: 100%;
    top: 5px;
    display: none
}

    .btn-m-collapse > .b-icon, .btn-t-collapse > .b-icon {
        transition: .3s
    }

    .btn-m-collapse.not-collapsed > .b-icon, .btn-t-collapse.not-collapsed > .b-icon {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

@media screen and (max-width:1440px) {
    .card-form .bg-left {
        max-width: 560px
    }

    .product-list.grid > .product-box-inner, .product-list.grid > .product-card {
        width: 25%
    }

    .group-input > label {
        min-width: 160px !important
    }
}

@media screen and (max-width:1280px) {
    .product-list.grid > .product-box-inner {
        width: 33.33333%
    }

    ._new .nav-menu-expand, .d-min {
        display: block
    }

    ._new.navbar-b2b .brand, ._new.navbar-b2b .brand img {
        height: 30px
    }

    ._new .nav-menu {
        display: block !important;
        position: fixed !important;
        width: 100%;
        opacity: 0;
        box-shadow: 0 2px 6px 0 #d5dbde;
        -webkit-box-shadow: 0 2px 6px 0 #d5dbde;
        transition: .3s;
        pointer-events: none;
        overflow: hidden;
        left: 0;
        height: 0;
        top: 72px;
        background-color: #fff;
        margin-left: 0 !important
    }

        ._new .nav-menu > .navbar-nav {
            padding: .75rem 0
        }

        ._new .nav-menu.active {
            height: 200px;
            pointer-events: all;
            opacity: 1
        }

    ._new .navbar-expand .navbar-nav .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    ._new .nav-authen {
        position: absolute;
        right: 1rem;
        z-index: 2
    }

    ._new .nav-menu .navbar-nav {
        flex-direction: column;
        padding-left: 1.5rem
    }

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

    .card-navigation .media-product-select {
        width: 160px !important
    }

    .media-product-select > .row > [class*=col-] {
        max-width: 34px !important
    }
}

@media screen and (max-width:1180px) {
    .navbar-custom.navbar-checkout {
        height: 60px !important
    }

    .home.wrapper {
        padding: 0 1rem
    }

    .cart-empty .cart-item .media-column-2 .product-price {
        margin-right: unset
    }

    .main-category-component > .main-category-active {
        width: 200px
    }

        .main-category-component > .main-category-active h1 {
            font-size: 20px !important
        }

    .main-category-nav {
        width: 70px
    }

    .main-category-content {
        width: calc(100% - 270px)
    }

    .main-category-items {
        flex: 0 0 20%
    }

    .wrapper.bg-white.mb-5 {
        margin-bottom: 0 !important
    }

    .container-default {
        padding-top: 121px;
        min-height: unset
    }

    .container-overflow {
        margin-bottom: auto;
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .container-block {
        padding: 0
    }

    .aside-wrapper {
        padding-left: 0
    }

        .aside-wrapper .left-block {
            padding-right: 1rem
        }

    .main-footer .container-block {
        padding: 0 1rem !important
    }

    .card-register-left {
        font-size: 22px
    }

    #btn-scrollToTop {
        display: none
    }

    .navbar-custom .navbar-search {
        width: 100%
    }

    .nav-right-item .add-favorite {
        margin-right: 0
    }

    .nav-right-item > .epro-icon-cart {
        top: 1px;
        position: relative
    }

    .card-navigation .media-product-select {
        margin-right: .5rem
    }

    .media-product-select > .row > [class*=col-] {
        max-width: calc(25% - 7px) !important
    }

    ._new .nav-authen .form-login, ._new .nav-menu {
        display: block !important;
        position: fixed !important;
        width: 100%;
        opacity: 0;
        box-shadow: 0 2px 6px 0 #d5dbde;
        -webkit-box-shadow: 0 2px 6px 0 #d5dbde;
        transition: .3s;
        pointer-events: none;
        overflow: hidden;
        left: 0;
        height: 0;
        top: 50px;
        background-color: #fff
    }

    ._new .nav-menu {
        margin-left: 0 !important
    }

        ._new .nav-menu > .navbar-nav {
            padding: .75rem 0
        }

    ._new .nav-authen .nav-item {
        display: none !important
    }

    ._new .nav-authen .form-login {
        padding: 1rem
    }

    ._new .nav-authen.active .form-login {
        height: 204px;
        pointer-events: all;
        opacity: 1
    }

    ._new .form-login > * {
        display: block
    }

    .form-login.relative > a {
        display: inline-block !important;
        position: relative !important;
        right: unset !important;
        font-size: 12px !important;
        bottom: 0 !important
    }

    ._new .form-login .form-group {
        margin-bottom: 1.25rem !important;
        width: 100% !important;
        margin-right: 0
    }

    ._new .nav-authen .btn-on {
        display: none
    }

    ._new .nav-authen .nav-authen-button {
        display: block !important
    }

    .pt-nav-b2b {
        padding-top: 50px
    }

    .news-component {
        margin: 0
    }

        .news-component .news-item {
            padding: 0 1rem
        }

    .intro-slide-1 {
        right: -60px
    }

    .intro-category-items {
        overflow-x: auto
    }

        .intro-category-items > .intro-category-container {
            width: 1800px
        }

    .intro-category-item {
        width: 150px
    }

    .contact-number {
        font-size: 38px !important
    }

    .container-wrapper {
        margin: 30px
    }

    [class*=col-] > .container-wrapper {
        margin: 30px 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .card-info > .d-inline-block {
        display: block
    }

    .main-category-see-all-left > .item {
        width: 12.5%
    }

    .round-icon > span {
        font-size: 10px
    }

    .card-form .bg-left > {
        max-width: 748px
    }

    .card-form .bg-left .cover {
        background-position: 50%;
        background-repeat: no-repeat;
        height: 748px;
        background-size: cover
    }

    .apply-now-complete {
        height: 480px !important
    }

    .m-product-summary {
        display: flex !important;
        position: fixed;
        bottom: 0;
        flex: 1 1 100%;
        background-color: #fff;
        height: 60px;
        z-index: 999;
        width: 100%;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 6px 6px #d5dbde;
        -webkit-box-shadow: 0 4px 6px 6px #d5dbde;
        padding: 0 1rem;
        left: 0
    }

        .m-product-summary .qty-component button {
            width: 36px;
            height: 36px;
            top: 2px
        }

        .m-product-summary .qty-component .form-control {
            height: 36px
        }

        .m-product-summary .add-cart {
            flex: 1
        }

    .section-fix.product-summary {
        display: none
    }

    .filter-panel .select-panel {
        max-height: 200px;
        overflow-x: auto
    }

    .controller .controller-page {
        display: none
    }

    .controller .controller-result {
        margin-left: 0 !important
    }

        .controller .controller-result > .custom-radio {
            width: 30px;
            margin: 0 !important;
            text-align: right
        }

    .filter-panel > .controller {
        display: flex;
        display: -ms-flexbox;
        float: none !important
    }

    .controller .select-dropdown {
        flex: 1
    }

    .controller .sort-by {
        padding-right: 20px;
        margin-right: 20px;
        font-size: 20px !important;
        margin-top: 3px;
        color: #aaa
    }

    .product-container > .filter-panel {
        border-bottom: none !important;
        background-color: #ebf1f4;
        padding: .5rem 1rem !important;
        height: unset !important
    }

    .filter-panel .select-dropdown > .dropdown > .dropdown-menu {
        width: 100%;
        left: -5px !important
    }

    .filter-panel .select-dropdown > .dropdown > .btn > .b-icon {
        font-size: 16px;
        top: 3px
    }

    body.filter-panel {
        overflow: hidden
    }

    .product-aside {
        position: fixed;
        background-color: #fff;
        z-index: 3;
        left: 0;
        overflow-x: auto;
        top: 100vh;
        height: calc(100vh - 120px);
        transition: .3s;
        width: 100% !important
    }

    body.filter-panel .product-aside {
        top: 120px
    }

    .product-container {
        width: 100% !important;
        margin: 0 !important
    }

        .product-container .product-result {
            display: inline-block;
            margin: 0
        }

    .filter-panel .sort-by > .text {
        display: none
    }

    .filter-panel .d-mobile, .filter-panel .sort-by > .filter-m {
        display: block !important
    }

    .filter-panel .filter-dropdown {
        width: 100%
    }

    .brand-tab-banner {
        width: 260px
    }

    .brand-tab-items {
        width: calc(100% - 260px)
    }

    .tab-product-categories-left {
        flex: 0 0 260px !important
    }

    .tab-product-categories-right {
        width: calc(100% - 260px) !important
    }

        .tab-product-categories-right .swiper-wrapper > .swiper-slide > .product-block {
            padding: 0 15px
        }

    .card-navigation {
        margin-bottom: .75rem !important
    }

    .tab-product-categories .nav.nav-tabs .nav-item {
        font-size: 14px !important
    }

    .media-order-progress {
        padding: .75rem 1rem
    }

        .media-order-progress .media-title {
            padding: 0;
            width: 150px;
            margin-bottom: .5rem
        }

            .media-order-progress .media-title > div {
                display: inline-block;
                margin-right: .25rem
            }

        .media-order-progress .order-progress {
            font-size: 10px
        }

        .media-order-progress .border-right {
            border-right: none !important
        }

        .media-order-progress .media-body {
            max-width: 100%;
            margin-left: unset;
            margin-top: 1rem
        }

        .media-order-progress .media-head {
            min-height: unset
        }
}

@media screen and (max-width:340px) {
    .mini-cart {
        width: 285px !important
    }
}

@media screen and (max-width:1180px) {
    .pt-blank.pt-nav {
        padding-top: 74px !important
    }

    .register.pt-nav {
        padding-top: 60px !important
    }

    ._new {
        padding: 0 1rem;
        height: 50px
    }

        ._new .nav-authen .form-login, ._new .nav-menu {
            top: 50px
        }

        ._new .nav-authen {
            right: .5rem
        }

            ._new .nav-authen .btn-small {
                min-width: 74px !important
            }

        ._new > .brand, ._new > .brand img, .navbar-custom > .spacer {
            margin-right: 0 !important
        }

    .nav-right > div em {
        font-size: 20px;
        padding-right: 0 !important
    }

    .navbar-custom > .brand, .navbar-custom > .brand img, .navbar-custom > .spacer {
        margin-right: 0 !important
    }

        .navbar-custom > .brand img {
            max-height: 65px;
            width: auto;
            position: absolute;
            top: 0px;
            margin-left: 0
        }

    .navbar-custom {
        padding: 1rem;
        flex-wrap: wrap;
        height: unset !important;
        z-index: 999 !important
    }

        .navbar-custom:after {
            background-image: unset;
            box-shadow: 0 2px 4px 0 #d5dbde;
            -webkit-box-shadow: 0 2px 4px 0 #d5dbde;
            top: 50px;
            height: 10px;
            pointer-events: none;
            background-color: #fff
        }

    .nav-right {
        flex: 1 !important;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        margin-top: -4px
    }

    .nav-block.my-account {
        width: 240px !important;
        right: -74px !important;
        left: unset !important
    }

    .nav-block.my-notification {
        width: 280px !important;
        right: -100px !important;
        left: unset !important
    }

    .nav-block.my-account .d-flex {
        flex-wrap: wrap
    }

        .nav-block.my-account .d-flex > .col {
            flex: 0 0 100%;
            border-right: none
        }

            .nav-block.my-account .d-flex > .col > div {
                padding-top: 10px
            }

            .nav-block.my-account .d-flex > .col:first-child > div {
                padding-top: 0
            }

    .nav-right .nav-language, .nav-right .nav-right-item > span {
        display: none !important
    }

    .nav-right .nav-right-item {
        padding: 5px !important;
        margin-left: 4px
    }

        .nav-right .nav-right-item > span.badge-cart {
            display: block !important;
            position: absolute;
            top: -3px;
            right: 3px
        }

    .badge-cart:after {
        right: -10px;
        top: -4px
    }

    .nav-right-item.left {
        min-width: 36px;
        height: unset;
        margin-right: 5px;
        margin-left: 0 !important
    }

    .nav-right-item .crop-rounded {
        position: absolute;
        left: 3px;
        z-index: 9;
        height: 28px;
        width: 28px
    }

    .nav-right-item .epro-icon-myaccount {
        right: -2px;
        position: relative
    }

    .nav-right-item .badge-cart:after {
        top: -4px !important
    }

    .navbar .navbar-search {
        order: 1;
        padding-right: 0;
        top: 20px;
        padding-bottom: 1rem
    }

    .form-navbar-search {
        border-radius: 4px
    }

    .nav-right-item > .nav-block {
        top: 30px !important
    }

    .navbar-second {
        background-color: transparent !important;
        border-bottom: none;
        width: 0
    }

        .navbar-second > .navbar-nav {
            display: none !important
        }

    .navbar-search-result {
        width: 100% !important
    }

    .mobile-menu {
        font-size: 22px;
        margin-right: 12px
    }

    .catalog-mobile-deactive, .catalog-mobile-title, .category-dept-selected, .mobile-menu {
        display: flex !important
    }

    .category-dept-selected {
        background-color: #0171cd;
        color: #fff;
        padding: 1.25rem 1.5rem;
        font-size: 14px;
        height: 32px;
        display: flex;
        display: -ms-flexbox;
        align-items: center
    }

    .category-wrapper .category-lists.active > .category > svg, .category-wrapper .category-lists:hover > .category > svg {
        right: 24px !important
    }

    .category-subcat .subcat-item > svg {
        opacity: 1 !important;
        font-size: 11px !important;
        right: 24px !important
    }

    body.lock .category-subcat .subcat-item.selected > svg, body.lock .category-subcat .subcat-item:hover > svg {
        right: 24px !important;
        color: #2c2d4e !important
    }

    .subcat-item, .subcat-item.selected, .subcat-item:hover {
        color: #2c2d4e !important;
        text-decoration: none !important
    }

    .catalog-mobile-title {
        font-size: 16px;
        font-weight: 500;
        border-bottom: 1px solid #979797;
        position: fixed;
        width: 300px;
        background-color: #fff;
        z-index: 2;
        top: 0;
        padding: 10px 1.5rem .75rem;
        opacity: 1
    }

        .catalog-mobile-title.deactive {
            display: none !important
        }

        .catalog-mobile-title > span {
            font-size: 26px;
            position: absolute;
            right: 1rem;
            top: 3px
        }

    .category-subcat.selected {
        z-index: 3 !important
    }

    .category-dept.selected {
        z-index: 4 !important
    }

    .catalog-mobile-deactive {
        font-size: 16px;
        font-weight: 500;
        border-bottom: 1px solid #979797;
        padding: 11px 15px;
        position: fixed;
        width: 299px;
        background-color: #fff;
        top: 0;
        left: 0;
        z-index: 3
    }

        .catalog-mobile-deactive > label {
            margin-bottom: 0 !important
        }

    .dept-item, .subcat-item {
        line-height: 32px !important;
        padding: 0 1.5rem !important;
        font-size: 14px !important;
        position: relative
    }

    .category-footer {
        display: block !important;
        padding: 1rem 1.5rem
    }

        .category-footer .link-item {
            line-height: 32px !important;
            font-size: 14px !important;
            position: relative
        }

            .category-footer .link-item > a {
                color: #2c2d4e
            }

    .dept-item > svg {
        display: block !important;
        font-size: 11px;
        top: 10px;
        position: absolute;
        right: 24px;
        transition: .3s
    }

    .catalog-mobile-deactive > span {
        font-size: 26px;
        position: absolute;
        right: 15px;
        top: 3px
    }

    .category-wrapper {
        position: fixed !important;
        top: 0 !important;
        z-index: 9999;
        height: 100vh;
        overflow-y: auto;
        padding-top: 50px !important;
        padding-bottom: 0 !important
    }

        .category-wrapper .category-lists > .category {
            padding: 0 1.5rem !important
        }

    .category-select-container {
        left: -300px !important;
        width: 300px !important
    }

    .active > .category-select-container {
        height: 100vh
    }

    .active > .category-select-container, .category-dept.selected {
        left: 0 !important
    }

    .category-ads {
        display: none !important
    }

    .category-row {
        position: fixed;
        height: 100vh;
        width: 300px
    }

    .category-dept, .category-subcat {
        position: fixed !important;
        height: 100vh;
        padding: 46px 0 0 !important;
        overflow-y: auto
    }

    .category-dept {
        left: -300px !important
    }

        .category-dept.selected, .category-subcat.selected {
            border: none !important
        }

    .category-wrapper .category-lists.active > .category, .category-wrapper .category-lists:hover > .category {
        background-color: #fff !important;
        color: #2c2d4e !important
    }

    .media-order .order-summary.media-right {
        width: 50%;
        float: left;
        display: block;
        margin: 0
    }

    .media-order .list-order-item img {
        width: 90px
    }

    .media-order .media-checkbox, .media-order .media-head {
        display: inline-block;
        vertical-align: top
    }

    .media-order .list-order-item {
        display: inline-block;
        border-left: none;
        padding-left: 0
    }

    .media.media-order {
        display: block
    }

        .media.media-order > .media-head {
            margin-bottom: 15px;
            border-right: none
        }

        .media.media-order > .order-summary {
            margin-bottom: 15px !important
        }

    .media-order .order-status {
        width: 50%;
        text-align: left;
        display: inline-block
    }

    .media-order .expand-inner > .expand-body {
        margin-left: 0 !important
    }

    .media-order .text-group.sm-group label {
        width: 126px
    }

    .media-order .order-action {
        padding-top: .5rem
    }

        .media-order .order-action > .order-btn {
            float: none
        }

        .media-order .order-action > .order-budget {
            float: right
        }

    .timeline-checkout {
        padding: 30px 0 0 !important;
        top: -24px !important
    }

    .pt-checkout {
        padding-top: 70px !important
    }

    .tabs-payment {
        margin: 0
    }

        .tabs-payment > .col-auto {
            flex: 0 0 100% !important;
            padding: 0
        }

        .tabs-payment .nav-tabs {
            min-height: unset
        }

        .tabs-payment > .tab-content {
            padding: 0;
            min-height: 180px
        }

        .tabs-payment .nav-tabs > .nav-item:last-child {
            margin-bottom: 0
        }

        .tabs-payment > .tab-content .tab-pane.active > div {
            border-left: none;
            border-right: none
        }

    .form-block {
        max-width: 100%
    }

    .aside-wrapper .center-block {
        padding: 0
    }

    .mw-p {
        max-width: 100% !important
    }

    .float-left-m {
        float: left
    }

    .product-list.grid > .product-box-inner, .product-list.grid > .product-card {
        width: 20%
    }

    .media-similar .product-price {
        margin-left: auto
    }

    .aside {
        display: block;
        position: fixed;
        width: 300px;
        z-index: 999;
        top: 0;
        overflow-x: auto;
        flex: unset;
        left: -300px;
        transition: .3s;
        background-color: #fff;
        min-width: 180px
    }

        .aside.active {
            left: 0
        }

    .menu-aside {
        background-color: #fff;
        height: calc(100vh - 40px);
        overflow-x: auto
    }

    .aside-wrapper {
        flex: unset;
        display: block;
        width: 100%
    }

        .aside-wrapper .left-block {
            padding: 0;
            margin-bottom: 15px;
            width: 100%;
            flex: 0 0 100%
        }

        .aside-wrapper .right-block {
            margin-bottom: 0;
            padding: 0;
            width: 100%
        }

        .aside-wrapper .left-block.border-right {
            border-right: none !important
        }

    .section-auto, .section-fix {
        padding: 0 1rem !important
    }

    .center-block, .content.center-block, .left-block, .right-block {
        padding: 0
    }

    .admin-site .aside-wrapper:before {
        display: none
    }

    .btn-m-aside {
        opacity: .9;
        cursor: pointer;
        position: fixed;
        left: 15px;
        width: 50px;
        bottom: 15px;
        height: 50px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        display: -ms-flexbox;
        font-size: 20px;
        align-items: center;
        justify-content: center;
        box-shadow: 2px 3px 5px 0 rgba(0,0,0,.7000000000000001);
        -webkit-box-shadow: 2px 3px 5px 0 rgba(0,0,0,.7000000000000001)
    }

    .d-flex-m, .m-flex {
        display: flex !important;
        display: -webkit-flex !important
    }

    .approve-badge-status span {
        display: none
    }

    .approver-item.badge-waiting > a:after {
        right: 8px !important
    }

    .approver-item[class*=badge-] .approve-badge-status .b-icon {
        left: unset !important;
        right: -18px !important
    }

    .approver-item.badge-waiting .approve-badge-status .b-icon {
        right: -15px !important
    }

    .product-list.grid {
        margin: 0 -7px
    }

    .product-box-inner > .product-card {
        padding: 2px
    }

    .product-img > .badge-discount {
        font-size: 10px
    }

    .product-list.list > .product-box-inner > .product-card {
        padding: 20px 0;
        flex-direction: column
    }

    .product-list.list .product-info {
        flex: 1
    }

    .product-list.list .product-footer {
        flex: 0 0 140px
    }

        .product-list.list .product-footer .product-price {
            font-size: 18px
        }

    .product-list.list .product-img {
        max-width: unset;
        margin-right: 5px;
        align-items: start;
        min-height: unset
    }

    .product-list.list .product-flag {
        bottom: 0
    }

    .product-list.list .product-img > img {
        max-width: 120px
    }

    .product-container > .filter-panel > .title {
        display: none
    }

    .product-result .product-list.grid > .product-box-inner > .product-card {
        width: 100%
    }

    .media-item-top .footer-content {
        display: none
    }

    .media-item-bottom {
        display: block
    }

    .product-list.list .media-item-bottom .add-cart > .btn {
        width: 180px
    }

    .media-item-bottom .add-cart > .btn {
        font-size: 10px !important;
        height: 32px !important;
        padding-top: 9px;
        padding-bottom: 9px;
        width: 100%;
        border-radius: 4px;
        margin-left: 5px;
        max-width: unset
    }

        .media-item-bottom .add-cart > .btn.btn-on-primary {
            margin-left: 0;
            font-size: 11px !important;
            padding: 7px 0
        }

    .media-item-bottom .qty-component .form-control {
        height: 32px !important;
        width: 50px !important;
        font-size: 12px !important
    }

    #collapse-summary .title {
        margin-top: 1rem
    }

    #btn-scrollToTop {
        right: 1rem;
        bottom: 1rem
    }

    .cart-content > .m-4 {
        margin: 0 1.5rem 1.5rem !important
    }

    .form-block > span > .input-component {
        flex-direction: column
    }

        .form-block > span > .input-component > span {
            width: 100%
        }

    .media-column-2 {
        margin-top: .5rem;
        min-width: 295px
    }

    .cart-item .product-name {
        font-size: 12px !important;
        line-height: 16px
    }

    .cart-item .product-image > img {
        max-width: 70px
    }

    .media-column-1 .product-image {
        min-width: 70px
    }

    .cart-item .product-price {
        min-width: 200px;
        margin-right: auto;
        margin-top: -5px;
        font-size: 12px !important
    }

        .cart-item .product-price.disable {
            min-width: 200px;
            margin-right: 12px
        }

    .cart-item .product-qty {
        margin-right: 0;
        width: 90px;
        margin-left: 0
    }

    div > .card.merge-card > .card-body, div > .card.merge-card > .header-hilight {
        padding: .5rem .75rem
    }

    .product-delivery {
        margin-bottom: 1.5rem
    }

    .media-address .media-column-2 {
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        min-width: 100px;
        margin-left: auto
    }

    .btn-t-collapse {
        display: block
    }

    .t-collapse.collapsing, .t-collapse.show {
        display: block !important
    }

    .t-collapse {
        display: none !important
    }

    .mr-t-4 {
        margin-right: 2rem
    }

    .page-activity {
        padding: 2rem;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .card-register-left img {
        max-width: 100%
    }

    .category-dept .dept-item {
        transition: 0s !important
    }

    .wrapper .navigation {
        padding-top: 1rem
    }

    .nav-right-item .badge-notification {
        top: -6px;
        right: -4px
    }

    .product-selected-image {
        max-width: 85px !important
    }

    .cookie-consent .embeddedServiceHelpButton .helpButton {
        bottom: 55px !important
    }
}

@media screen and (max-width:1024px) {
    .section-fix {
        max-width: unset;
        flex: 1 1 100%
    }

    .d-none-tablet {
        display: none
    }

    .d-tablet {
        display: block
    }

    .card-checkout {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 998;
        background-color: #fff;
        width: 100%;
        border-radius: 0 !important;
        margin-bottom: 0 !important
    }

        .card-checkout .card-title {
            order: 3;
            padding-top: 0;
            padding-bottom: 1rem
        }

        .card-checkout > .title {
            padding: 15px 15px 0
        }

        .card-checkout .promo-code .input-component.form-group {
            margin-bottom: 0 !important
        }

        .card-checkout .card-footer > .px-2 {
            padding-left: 0 !important;
            padding-right: 0 !important
        }

    .section-fix .fixed-scroll {
        margin-top: 1.5rem;
        position: relative;
        top: 0;
        padding-right: 0;
        width: 100%
    }

    .section-fix .checkout-warning {
        margin-top: 1.5rem
    }

    .fixed-hold > .content-scroll {
        position: relative;
        bottom: unset;
        width: 100%
    }

    .wrapper .navigation {
        display: block !important;
        width: 100%;
        padding-top: 1rem;
        margin-top: 0;
        margin-bottom: 0
    }

    .banner-cover, .home-banner .carousel-inner, .mini-banner > .banner, .navigation > .home-banner {
        height: unset !important
    }

    .navigation > .home-banner {
        padding-right: 0 !important;
        margin-bottom: .25rem
    }

    .navigation > .mini-banner {
        display: flex !important;
        display: -webkit-flex !important;
        max-width: 100% !important;
        padding: .75rem 0 0
    }

    .mini-banner > .banner {
        margin-right: .5rem;
        flex: 1
    }

        .mini-banner > .banner:last-child {
            margin-right: 0;
            margin-left: .5rem
        }

    .banner-cover {
        display: none !important
    }

    .banner .banner-img {
        display: block !important;
        width: 100%
    }

    .product-list.grid > .product-box-inner, .product-list.grid > .product-card {
        width: 33.33%
    }

    .product-list.grid > .product-box-inner {
        width: 33.33333%
    }

    .media-order > .media {
        display: block !important
    }

    .media-order .order-status {
        text-align: right;
        margin: 0
    }

    .media-order .order-action > .order-btn {
        text-align: right
    }

    .product-list.list .media-item-bottom .add-cart > .btn {
        width: 100%
    }

    .cookie-consent .embeddedServiceHelpButton .helpButton {
        bottom: 65px !important
    }
}

@media screen and (max-width:640px) {
    .product-card-other .product-option {
        max-height: 76px !important
    }

    .pt-checkout .container-fluid {
        margin-top: 0;
        margin-bottom: 1rem;
        padding: 0
    }

    .fs-14-m {
        font-size: 14px !important
    }

    .modal-middle {
        top: 45px
    }

    .wrapper .container-flex {
        padding: 0
    }

    .wrapper .container-content {
        padding: 1rem 0
    }

    .page-activity {
        padding: 1rem
    }

    .order-group.mb-4 {
        margin-bottom: 1rem !important
    }

    .blog-body {
        padding: 0
    }

    .tab-product-banner {
        padding: 0 !important
    }

    .card-register {
        flex-direction: column
    }

    .card-register-title {
        flex-direction: row
    }

    .card-register-left img {
        width: 100%
    }

    .card-register-title > div {
        word-spacing: 2px;
        margin-left: 0;
        text-align: left
    }

    .card-register-left {
        font-size: 18px;
        padding: 0 0 .5rem
    }

    .card-register-right {
        max-width: 100%
    }

    .top-line:before {
        display: none
    }

    .navigation > .mini-banner {
        padding: 0
    }

    .mini-banner > .banner {
        margin-right: .125rem
    }

        .mini-banner > .banner:last-child {
            margin-left: .125rem
        }

    .media-address {
        flex-direction: column;
        padding: 1rem !important
    }

        .media-address .media-column-2 {
            flex-direction: row;
            margin-left: unset;
            min-width: 100%
        }

    .cart-item .product-price {
        min-width: 100px;
        margin-left: auto;
        margin-right: 5px
    }

    .cart-list .cart-item {
        flex-direction: column;
        padding: 0
    }

    .cart-list .cart-header {
        padding: .5rem
    }

    .cart-body .qty-component .btn-b-icon, .catalog-item .qty-component .btn-b-icon {
        height: 24px;
        width: 24px;
        padding: 0
    }

    .cart-item > .d-flex {
        padding: .5rem
    }

    .cart-body .qty-component .form-control, .catalog-item .qty-component .form-control {
        height: 24px;
        width: 36px
    }

    .product-selected-content > .title {
        min-height: unset !important
    }

    .carousel-control-next, .carousel-control-prev {
        width: 32px !important;
        height: 32px !important;
        font-size: 32px !important;
        top: calc(50% - 16px) !important
    }

    .pt-m-0 {
        padding-top: 0 !important
    }

    .register.pt-nav {
        padding-top: 40px !important
    }

    .block-tax-padding {
        padding: 30px !important
    }

    .mw-m {
        max-width: 100% !important
    }

    .cart-favorite .cart-item .media-column-2 .product-qty {
        margin-left: unset
    }

    .float-m-none {
        float: none !important
    }

    .line-tabs .scroll-bar-5::-webkit-scrollbar-thumb, .order-group.scroll-bar-5::-webkit-scrollbar-thumb {
        display: none
    }

    .media-order .order-action > .order-btn, .media-order .order-action > .order-budget {
        width: 100%;
        float: none
    }

        .media-order .order-action > .order-btn > .btn {
            width: 100% !important
        }

    .media-order.active .collapse-transition {
        height: 400px
    }

    .media-order .list-order-item img {
        width: 20%
    }

    .px-m-1 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-m-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .intro-category-bg {
        max-width: 720px;
        position: relative;
        width: 720px;
        left: -40px;
        height: 140px;
        margin-bottom: 1rem
    }

    .intro-category-text {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        top: 21px;
        left: 0
    }

    .text-line-1 {
        font-size: 18px
    }

    .text-line-2 {
        font-size: 24px
    }

    .text-line-3 {
        font-size: 16px
    }

    .media-banner {
        max-width: 100%;
        display: block;
        text-align: center
    }

        .media-banner > img {
            margin-bottom: .5rem;
            width: 60px
        }

    .maker-badge > li:before {
        font-size: 24px;
        line-height: 38px
    }

    .btn-m {
        min-height: 24px;
        font-size: 10px !important
    }

    .col-left, .col-right {
        flex-grow: 0;
        flex-basis: auto;
        max-width: 100% !important
    }

    .m-t-r {
        position: absolute;
        top: 12px;
        right: 15px
    }

    .d-block-m, .d-desktop-flex {
        display: block !important;
        flex: unset !important
    }

    .d-inline-block-m {
        display: inline-block !important;
        flex: unset !important
    }

    .d-flex-m, .m-flex {
        display: flex !important;
        display: -webkit-flex !important
    }

    .p-m-0 {
        padding: 0 !important
    }

    .p-m-1 {
        padding: .5rem !important
    }

    .px-m-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .ml-m-0 {
        margin-left: 0 !important
    }

    .mt-m-0 {
        margin-top: 0 !important
    }

    .mt-m-2 {
        margin-top: .5rem !important
    }

    .mb-m-0 {
        margin-bottom: 0 !important
    }

    .mb-m-2 {
        margin-bottom: .5rem !important
    }

    .mb-m-3 {
        margin-bottom: 1rem !important
    }

    .mt-m-4 {
        margin-top: 1rem !important
    }

    .w-m-0 {
        width: 0 !important
    }

    .w-m-100 {
        min-width: 100%;
        width: 100% !important
    }

    .w-m-auto {
        width: auto !important
    }

    .ml-m-auto {
        margin-left: auto !important
    }

    .change-company {
        min-height: 700px
    }

        .change-company .absolute-top-left {
            left: 1rem;
            top: 50px
        }

        .change-company .btn-go-back.b-icon {
            font-size: 26px
        }

    .select-block {
        margin-right: 0 !important
    }

    .card-info {
        padding: .5rem 1rem
    }

    .main-height {
        min-height: unset
    }

    .title.fs-24, h4 {
        font-size: 16px !important
    }

    .flex-column-m {
        flex-direction: column
    }

    .d-collapse.collapsing, .d-collapse.show, .d-mobile, .m-collapse.collapsing, .m-collapse.show {
        display: block !important
    }

    .d-desktop, .d-flex-desktop, .d-inline-block-desktop, .m-collapse {
        display: none !important
    }

    .group-input > label {
        margin-bottom: .5rem;
        min-width: 140px !important;
        padding: 6px 10px
    }

    .btn-m-collapse {
        display: block
    }

    .card-navigation .media {
        flex-direction: column
    }

    .card-navigation > .card-body {
        padding: 1rem
    }

    .card-navigation .media-product-select {
        width: 100% !important;
        order: 1;
        margin-top: .5rem
    }

        .card-navigation .media-product-select > .row {
            overflow-x: auto;
            display: flex;
            width: 100%;
            flex-wrap: nowrap;
            scroll-behavior: smooth
        }

    .media-product-select > .row > [class*=col-] {
        max-width: 22.22222% !important;
        margin-right: unset !important;
        margin-bottom: unset !important;
        padding: .25rem !important
    }

    .container-block, .main-footer .container-wrapper {
        padding: 0 !important
    }

    .title.line > h2, .title.line > span {
        padding: 0 15px
    }

    .blog-section .line > h2, .blog-section .line > span, .promotion-banner .line > h2, .promotion-banner .line > span, .section-block .line > h2, .section-block .line > span {
        margin-left: 15px
    }

    .line.title > .btn {
        top: 25px;
        position: absolute;
        right: 5px
    }

    .section-block .swiper {
        background-color: #fff;
        padding: 0
    }

    .section-block .swiper-wrapper > .swiper-slide > .product-block {
        padding: 1rem
    }

    .swiper-items > a.active {
        opacity: .7;
        display: none
    }

    .container-subscribe {
        padding: 0
    }

    .main-footer .subscribe {
        display: block !important;
        height: auto;
        padding: 1.5rem
    }

    .round-icon:before {
        top: 0 !important
    }

    .main-footer .subscribe .d-flex {
        margin-right: 0 !important;
        margin-bottom: .25rem;
        height: 40px
    }

        .main-footer .subscribe .d-flex:last-child {
            margin-bottom: 0
        }

    .main-footer [class*=section-] {
        padding: 0;
        margin: 1rem 10px
    }

    .footer-social, .main-footer .section-text {
        display: none
    }

    .footer-social-xs {
        display: block;
        float: right;
        margin-right: .25rem;
        color: #c7c7c7
    }

    .live-chat {
        display: inline-block
    }

    .col-contact {
        margin: 2rem 0
    }

    .section-copyright {
        padding: 1.5rem 0 !important
    }

    .section-link > .row > [class*=col-] {
        margin-bottom: 1rem
    }

    .swiper-items > a {
        font-size: 18px;
        padding: 6px 10px
    }

        .swiper-items > a > .b-icon {
            top: 0
        }

    .main-category-component {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border-bottom: none !important;
        border-top: none !important
    }

    .main-category-content {
        flex: 0 0 100%;
        width: 100%;
        margin-top: 0;
        padding: 0 .5rem
    }

    .main-category-component, .main-sub-category-list {
        flex-direction: column;
        height: unset
    }

    .line.small.mt-3 {
        margin-top: 0 !important
    }

    .main-category-list .swiper-slide {
        padding: .5rem
    }

        .main-category-items img, .main-category-list .swiper-slide img, .main-sub-category-list .swiper-slide img {
            width: 36px
        }

        .main-category-list .swiper-slide > div {
            border: 1px solid #ebf1f4;
            width: 100%;
            height: 100%;
            display: flex;
            display: -ms-flexbox;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: .5rem
        }

    .main-category-component .next.active, .main-category-component .prev.active {
        display: none
    }

    .main-category-see-all-right > div {
        height: 50px;
        cursor: pointer;
        margin-bottom: 15px
    }

    .banner .swiper-slide > a > img, .banner .swiper-slide > img {
        width: 100%;
        height: unset;
        padding: 0 .5rem
    }

    .main-category-see-all-left > .item {
        width: 25%;
        display: flex;
        display: -ms-flexbox;
        padding: .25rem;
        float: left
    }

    .pm-x-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

        .pm-x-0 > h4 {
            padding: 0 1rem
        }

    .swiper-images.swiper-m-overside {
        width: calc(100% + 90px)
    }

    .swiper-m-overside.swiper-images .swiper-wrapper > .swiper-slide:last-child {
        display: block;
        width: 60px !important
    }

    .swiper-m-overside.swiper-images > a {
        display: none
    }

    .product-card .product-img > img {
        width: 100% !important
    }

    .main-category-component > .main-category-active {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        border-bottom: none
    }

        .main-category-component > .main-category-active > a {
            font-size: 16px !important;
            margin-top: 5px
        }

    .main-category-see-all {
        width: 100%;
        flex-direction: column
    }

    .main-category-see-all-right {
        flex: 0 0 50px
    }

    .main-category-see-all-left > .item img {
        width: 40px
    }

    .main-category-see-all-left {
        padding: .5rem
    }

    .main-category-see-all.active {
        top: 37px
    }

    .main-category-see-all-left > .item > div {
        border: 1px solid #ebf1f4;
        width: 100%;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        height: 110px;
        padding: .5rem
    }

    .main-category-nav {
        position: absolute;
        right: 0;
        border-left: none;
        border-bottom: none
    }

        .main-category-nav .next {
            display: none
        }

    .swiper-pagination-custom {
        padding-bottom: 30px !important
    }

        .swiper-pagination-custom .swiper-pagination, .swiper-subcat-pagination {
            display: block !important
        }

        .swiper-pagination-custom .swiper-pagination-bullet {
            border-radius: 0;
            width: 22px;
            height: 4px
        }

        .swiper-pagination-custom .swiper-pagination-bullet-active {
            background-color: #0171cd
        }

    .main-category-list .swiper-slide:after {
        display: none
    }

    .main-category-nav .see-all {
        border-top: none;
        border-bottom: none
    }

    .main-category-content:after, .main-category-content > .main-category-items {
        display: none
    }

    .list-sub-category {
        border: none;
        background-color: #fff;
        padding: 0
    }

        .list-sub-category > a {
            display: none
        }

        .list-sub-category .swiper-slide {
            padding: .5rem;
            border: none;
            flex-direction: column;
            cursor: pointer;
            position: relative
        }

            .list-sub-category .swiper-slide > a {
                opacity: 1;
                border: 1px solid #ebf1f4;
                width: 100%;
                height: 100%;
                display: flex;
                display: -ms-flexbox;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                padding: .5rem;
                min-height: 90px
            }

    .breadcrumb-item + .breadcrumb-item {
        padding: 0 !important
    }

    .container-flex {
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
        padding: 0 1rem
    }

    .product-card .price .product-price {
        font-size: 12px !important
    }

    .product-card .price .product-discount > span, .product-card .product-flag, .product-card .product-name {
        font-size: 10px !important
    }

    .product-footer .add-cart > .btn {
        font-size: 10px !important;
        height: 30px !important;
        padding-top: 8
    }

    .product-footer .qty-component .form-control {
        height: 30px !important;
        width: 50px !important;
        font-size: 12px !important
    }

    .product-option .btn-line {
        font-size: 10px !important;
        padding: 5px .5rem
    }

    .btn-inner-image > img {
        width: 35px
    }

    .row.price > .col:first-child {
        flex: 0 0 85px;
        padding-right: 0
    }

    .row.price > .col:last-child {
        padding-left: 0
    }

    .container-content {
        padding: 1rem
    }

    .product-information {
        display: flex;
        display: -ms-flexbox;
        flex: 1 1 100%
    }

        .product-information .table-tb-td, .product-information .table-th-td {
            display: flex;
            display: -ms-flexbox;
            align-items: center
        }

        .product-information .table-th-td {
            flex: 0 0 185px
        }

        .product-information .table-tb-td {
            flex: 1
        }

        .product-information .tb-text, .product-information .th-text {
            font-size: 11px
        }

    .product-description {
        padding-top: 1rem
    }

    .product-content > .title {
        font-size: 16px !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .product-description > h2 {
        width: 100% !important;
        height: 28px;
        margin: 0 !important
    }

    .product-delivery, div > .card {
        margin-bottom: 1rem
    }

    .breadcrumb {
        padding: .75rem 0 !important;
        margin-bottom: .25rem !important;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        min-width: 100%;
        overflow-x: auto
    }

    .product-content {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #d8e1e5
    }

        .product-content > div, .product-content > ul {
            padding-left: 1rem !important;
            padding-right: 1rem !important
        }

        .product-content .product-id {
            order: 0
        }

        .product-content .product-from {
            flex-direction: column;
            order: 3;
            padding: .5rem 0
        }

        .product-content .product-flag {
            order: 2
        }

        .product-content .product-price {
            order: 1
        }

        .product-content .product-flag .product-from {
            flex-direction: row;
            padding-bottom: 0
        }

            .product-content .product-flag .product-from > div {
                margin-bottom: .5rem
            }

    .product-flag-icon {
        margin-top: .5rem
    }

    .product-content .product-discount {
        order: 1;
        font-size: 13px
    }

    .product-content .product-arrives {
        display: block;
        order: 2;
        margin-top: 1rem
    }

    .product-content .product-about, .product-content .product-change, .product-content .product-share, .section-fix.product-summary {
        order: 3
    }

    .product-from > div > span {
        display: inline-block;
        min-width: 76px
    }

    .img-selector, .section-fix.product-summary {
        display: none
    }

    .media-similar .product-detail {
        flex: 0 0 calc(100% - 115px)
    }

    .media-similar {
        align-items: flex-start
    }

        .media-similar > img {
            flex: 0 0 75px;
            width: 75px
        }

    .product-similar .filter-panel {
        flex-direction: column
    }

    .product-similar .controller .sort-by {
        display: none
    }

    .product-similar .filter-panel > .controller {
        margin-left: unset !important;
        margin-top: .75rem;
        background-color: #ebf1f4;
        padding: .5rem 1rem
    }

    .cart-empty .cart-item {
        padding: 1rem 0;
        flex-direction: column
    }

        .cart-empty .cart-item .product-price {
            margin-right: 0
        }

    .product-empty-detail {
        font-size: 11px
    }

    .btn-similar {
        flex: 1 1 100%
    }

        .btn-similar > .btn {
            width: 100% !important
        }

    .card.merge-card {
        width: 100%;
        height: unset;
        border-radius: 4px !important;
        border: 1px solid #979797 !important;
        margin-bottom: .75rem
    }

    div > .card.merge-card > .card-body, div > .card.merge-card > .header-hilight {
        border-right: none
    }

    div > .card.merge-card > .header-hilight {
        border-radius: 4px 4px 0 0 !important
    }

    .flex-basis-m {
        flex-basis: 100%
    }

    .timeline-checkout {
        width: 300px !important;
        top: -20px !important;
        padding: 25px 0 5px !important;
        right: -90px
    }

    .pt-nav {
        padding-top: 115px
    }

    .mr-m-4 {
        margin-right: 2rem
    }

    .aside {
        display: block;
        position: fixed;
        width: 300px;
        z-index: 999;
        top: 0;
        overflow-x: auto;
        flex: unset;
        left: -300px;
        transition: .3s;
        background-color: #fff
    }

        .aside.active {
            left: 0
        }

    .menu-aside {
        background-color: #fff;
        height: calc(100vh - 40px);
        overflow-x: auto
    }

    .group-m {
        display: block
    }

        .group-m > span {
            display: inline-block;
            width: calc(100% - 190px);
            position: relative;
            top: -2px;
            left: -4px
        }

        .group-m > button {
            position: relative;
            margin-left: -7px;
            top: -3px
        }

    .btn-group.group-action > button {
        width: calc(50% - 2px) !important
    }

    .section-auto, .section-fix {
        padding: 0 1rem !important
    }

    .center-block, .content.center-block, .left-block, .right-block {
        padding: 0 !important
    }

    .admin-site .aside-wrapper:before {
        display: none
    }

    .mx-m-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-m-1 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .m-m-b-2 {
        margin-bottom: .5rem
    }

    .b-l-m-0 {
        border-left: none !important
    }

    .b-r-m-0 {
        border-right: none !important
    }

    .form-row.regular, .text-group > label {
        margin-bottom: 0;
        display: block;
        width: 100% !important;
        clear: both
    }

    .dept-edit-content {
        padding: 1.5rem
    }

    .dept-edit.show {
        height: 380px
    }

    .input-component:first-child > label {
        margin: 0
    }

    .text-group > span {
        display: block;
        margin-bottom: .5rem
    }

    .dept-slot-lists .btn-text.text-approve {
        margin-right: 1rem
    }

    .table-custom-pagination .w-110 {
        width: 90px !important
    }

    .table-custom-pagination .w-30 {
        width: 20px !important
    }

    .table-custom-pagination {
        text-align: left;
        display: flex;
        position: relative
    }

    .collapse-transition .form-row {
        margin-right: 0
    }

    .media-user > .media-body > .hilight, .media-user > .media-body > .last-login {
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
        padding: .5rem .75rem
    }

    .text-group .col.label {
        max-width: 100%;
        flex: 1 1 100%
    }

        .text-group .col.label > label {
            width: 100%;
            margin-bottom: 2px
        }

    .m-mb-1 {
        margin-bottom: .5rem
    }

    .m-mb-2 {
        margin-bottom: 1rem
    }

    .m-w-50p {
        width: 50% !important
    }

    .m-w-100 {
        width: 100% !important;
        min-width: 100%;
        max-width: 100%
    }

    .product-delivery .cart-list .cart-item {
        display: block;
        padding: .75rem 1rem
    }

        .product-delivery .cart-list .cart-item .product-image {
            width: 90px;
            height: 90px;
            float: left
        }

        .product-delivery .cart-list .cart-item .product-price {
            clear: both;
            min-width: 100%
        }

    .product-delivery .cart-item .product-price > .row > .col > div, .product-delivery .cart-item .product-qty > .row > .col > div {
        min-width: unset
    }

    .product-delivery .cart-list .cart-item .product-price .row > .col:first-child {
        max-width: 90px
    }

    .container-wrapper {
        margin: 1rem !important
    }

    .container-fluid > .container-wrapper {
        margin: 1rem 0 !important
    }

    .container-wrapper [class*=col-] .card, .container-wrapper [class*=col-] .card:last-child {
        margin-bottom: 1rem
    }

    .card.h-100 {
        height: unset !important
    }

    .chartjs-label {
        padding-top: 1.5rem !important
    }

    .product-selected-image {
        max-width: 125px !important
    }

    .media-body.product-selected {
        min-height: 125px
    }

    .brand-tab-contaniner {
        display: flex
    }

    .brand-tab-banner {
        flex: 0 0 calc(40% + 0.5rem);
        width: 100%;
        float: unset;
        padding-left: 1rem;
        padding-bottom: 1rem
    }

    .brand-tab-banner-box {
        padding: 0;
        height: 100%
    }

        .brand-tab-banner-box > img {
            -o-object-fit: cover;
            object-fit: cover;
            height: 100%
        }

    .brand-tab-items {
        flex: 1;
        padding: 0
    }

    .inner-rounded-shadow-top {
        display: none
    }

    .inner-rounded-shadow-bottom {
        bottom: -40px
    }

    .text-left-m {
        text-align: left !important
    }

    .text-center-m {
        text-align: center !important
    }

    .maker-badge {
        max-width: 100% !important;
        padding: 0 1.5rem
    }

        .maker-badge li {
            font-size: 14px;
            padding-left: 55px
        }

    .news-component, .news-component .news-item {
        padding: 0 .5rem
    }

    .single-header {
        padding-top: 62px !important
    }

    .card-form .card-body > div {
        display: block !important
    }

    .apply-now-complete {
        height: 340px !important
    }

        .apply-now-complete > .bg-complete-text {
            width: 280px !important
        }

    .bg-complete-border-box {
        padding: 1.25rem !important
    }

    .tab-product-categories .nav.nav-tabs {
        padding: 0
    }

        .tab-product-categories .nav.nav-tabs .nav-item {
            padding: 0 10px
        }

    .categories-caret-prev {
        left: -1rem
    }

    .categories-caret-next {
        right: -1rem
    }

    .categories-caret-prev .b-icon {
        position: relative;
        left: 15px
    }

    .categories-caret-next .b-icon {
        position: absolute;
        right: 15px
    }

    .product-card .price {
        height: 36px
    }

    .media-item-bottom .qty-component .form-control {
        width: 42px !important;
        padding: .375rem
    }

    .brand-tab-items, .tab-product-categories-right .tab-content, .tab-product-categories .tab-content {
        min-height: 265px
    }

    .tab-product-brand .swiper-slide > img {
        padding: .5rem 0 !important
    }

    .tab-product-categories {
        display: block !important
    }

        .tab-product-categories.nav-item.tabs-end, .tab-product-categories .nav.nav-tabs .nav-item > .nav-link {
            font-size: 14px !important
        }

    .tab-product-categories-right {
        width: 100% !important
    }

    .order-content .cart-header .btn-on-danger {
        position: unset;
        margin-top: 5px;
        float: none;
        display: block
    }

    .media-order-progress {
        display: block
    }

        .media-order-progress .media-title {
            width: 100%
        }

    .media-order .list-order-item {
        float: unset
    }

    .cart-list .cart-header .float-right {
        float: none !important;
        display: block
    }

    .media-banner .media-body {
        margin-left: .25rem;
        margin-right: .25rem
    }

    .product-list.grid > .product-box-inner {
        width: 50% !important
    }

    .ul-footer {
        margin-bottom: 0
    }

    .nav-block .empty-cart {
        width: 306px;
        height: 145px
    }

    .cart-content > .m-4 {
        margin: 0 .5rem .5rem !important
    }

    .cookie-policy {
        flex-direction: column !important;
        grid-gap: 8px !important;
        gap: 8px !important;
        z-index: 999 !important
    }

    .embeddedServiceHelpButton .helpButton, .embeddedServiceHelpButton .helpButton .uiButton {
        height: 42px !important
    }

    .embeddedServiceHelpButton .embeddedServiceIcon {
        font-size: 13px !important;
        padding-bottom: 3px !important
    }

    .navbar-b2b .brand, .navbar-brand.brand {
        flex: 0 0 90px
    }

    .installment-detail {
        left: 1rem
    }

    .cart-empty .cart-item .media-column-2 {
        min-width: unset
    }

    .cart-favorite .cart-item .flex-column-m {
        flex-direction: column
    }

    .cart-favorite .cart-item .media-column-2 {
        margin-top: 1rem;
        width: 100%
    }

    .cart-favorite .cart-item {
        padding: 1rem 0
    }

    .cookie-consent .embeddedServiceHelpButton .helpButton {
        bottom: 120px !important
    }

    .embeddedServiceHelpButton .uiButton .helpButtonLabel .message {
        display: none
    }

    .embeddedServiceHelpButton .helpButton, .embeddedServiceHelpButton .helpButton .uiButton {
        min-width: 48px !important;
        width: 48px !important
    }

    .product-list.list .product-footer .product-price {
        font-size: 14px
    }

    .product-list.list .product-footer {
        flex: 0 0 110px
    }
}

.navbar-search {
    position: relative
}

.navbar-search-result {
    position: absolute;
    width: 480px;
    max-height: 460px;
    background-color: #fff;
    top: 42px;
    z-index: 999;
    box-shadow: 0 2px 6px 0 #d5dbde;
    -webkit-box-shadow: 0 2px 6px 0 #d5dbde;
    border: 1px solid #ebf1f4;
    padding: 2px 12px;
    overflow: auto
}

.search-result-type .search-type-item {
    padding: 10px;
    font-size: 14px;
    font-weight: 200;
    border-bottom: 1px solid #d6dde1
}

.navbar-search-result::-webkit-scrollbar {
    width: 20px
}

.navbar-search-result::-webkit-scrollbar-thumb {
    border: 6px solid #fff;
    background-clip: padding-box;
    background-color: #c6c6c6;
    border-radius: 16px
}

.navbar-search-result::-webkit-scrollbar-track {
    background-color: #fff
}

.search-result-product > .search-product-item:last-child {
    border-bottom: none
}

.search-product-item {
    display: flex;
    height: 70px;
    border-bottom: 1px solid #d6dde1;
    cursor: pointer
}

    .search-product-item > img, .search-product-item > label, .search-product-item > span {
        margin-top: auto;
        margin-bottom: auto;
        font-size: 14px;
        line-height: 20px;
        cursor: pointer
    }

    .search-product-item > label {
        font-weight: 400
    }

    .search-product-item > img {
        width: 72px;
        padding: 0 12px;
        margin-right: 5px
    }

    .search-product-item > span {
        margin-left: auto;
        font-weight: 500;
        font-size: 15px;
        padding-left: 25px;
        padding-right: 12px
    }

.search-result-product > .search-category-item:last-child {
    border-bottom: none
}

.search-category-item {
    display: flex;
    height: 50px;
    border-bottom: 1px solid #d6dde1;
    cursor: pointer
}

    .search-category-item > img, .search-category-item > label, .search-category-item > span {
        margin-top: auto;
        margin-bottom: auto;
        font-size: 14px;
        line-height: 20px;
        cursor: pointer
    }

    .search-category-item > label {
        font-weight: 400
    }

    .search-category-item > img {
        width: 72px;
        padding: 0 12px;
        margin-right: 5px
    }

    .search-category-item > span {
        margin-left: auto;
        font-weight: 500;
        font-size: 15px;
        padding-left: 25px;
        padding-right: 12px
    }

.spinner-search {
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.bi-icon-spinner-search {
    position: absolute;
    right: 15px;
    font-size: 32px;
    color: #002433
}

.crop-rounded {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    height: 30px;
    width: 30px
}

.nuxt-route {
    color: #2c2d4e
}

.menu-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: #000;
    z-index: 999;
    display: block;
    opacity: .4
}

.ads-container {
    width: 100%;
    margin-right: auto;
    padding: 18px 15px 15px;
    display: flex
}

    .ads-container > .brands {
        width: 120px;
        text-align: center
    }

    .ads-container > .banner {
        width: calc(100% - 120px);
        max-width: 600px;
        text-align: center;
        padding-left: 10px
    }

        .ads-container > .banner > img, .ads-container > .brands > img {
            width: 100%;
            margin-bottom: 10px
        }

.navbar-menu-list.active, .navbar-menu-list.active > svg {
    color: #0171cd !important
}

.navbar-menu-list > .b-icon {
    position: relative;
    top: 3px;
    margin-left: 10px;
    font-size: 18px
}

.navbar-second .category-wrapper {
    position: absolute;
    left: 0;
    top: 47px;
    padding-bottom: 20px;
    width: 300px;
    color: #2c2d4e;
    min-height: 466px;
    visibility: hide;
    opacity: 0;
    transition: .2s
}

    .navbar-second .category-wrapper.active {
        visibility: visible;
        background-color: #fff;
        opacity: 1
    }

.category-wrapper {
    padding: 10px 0
}

    .category-wrapper .category-lists > .category {
        padding: 0 40px;
        font-size: 14px;
        line-height: 32px;
        position: relative;
        cursor: pointer;
        transition: .2s
    }

    .category-wrapper .category-lists.active > .category, .category-wrapper .category-lists:hover > .category {
        background-color: #0171cd;
        color: #fafdff
    }

        .category-wrapper .category-lists.active > .category > svg, .category-wrapper .category-lists:hover > .category > svg {
            right: 14px
        }

.category > svg {
    font-size: 11px;
    top: 10px;
    position: absolute;
    right: 24px;
    transition: .2s
}

.category-select-container {
    height: 100%;
    cursor: default;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 300px
}

.active > .category-select-container {
    width: 300px; /*calc(100vw - 300px);*/
    position: absolute;
    visibility: visible;
    left: 300px;
    z-index: 2;
    background-color: #fff;
    display: block;
    top: 0;
    padding-bottom: 20px
}

.category-row {
    display: flex;
    height: 100%
}

.category-dept, .category-subcat {
    width: 300px;
    background-color: #f6f9fa;
    border: 1px solid transparent;
    padding: 12px 15px;
    position: relative
}

    .category-dept.selected, .category-subcat.selected {
        border: 1px solid #d9e1e5;
        background-color: white
    }

    .category-dept.selected {
        border-left: none
    }

    .category-subcat .subcat-item > svg {
        opacity: 0;
        transition: .2s;
        position: absolute;
        right: 12px;
        top: 10px
    }

    .category-subcat .subcat-item.selected > svg, .category-subcat .subcat-item:hover > svg {
        color: #0171cd !important;
        opacity: 1;
        right: 4px
    }

    .category-dept .dept-item {
        line-height: 28px;
        font-size: 13px;
        cursor: pointer;
        transition: .2s
    }

        .category-dept .dept-item:hover, .category-subcat .selected, .category-subcat .subcat-item:hover {
            color: #0171cd;
            text-decoration: underline
        }

.category-ads {
    border: 1px solid transition;
    display: inline-block;
    width: calc(100% - 624px);
    background-color: #fff;
    overflow: auto
}

.category-subcat .subcat-item {
    line-height: 32px;
    font-size: 13px;
    cursor: pointer;
    position: relative
}

.category-dept .dept-item, .category-subcat .subcat-item {
    opacity: 0
}

.category-dept.selected .dept-item, .category-subcat.selected .subcat-item {
    opacity: 1
}

.category-ads::-webkit-scrollbar, .category-body::-webkit-scrollbar {
    width: 8px;
    background-color: #dde0e1;
    border-radius: 10px
}

.category-ads::-webkit-scrollbar-thumb, .category-body::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #6ab0d3;
    max-height: 20px;
    border-radius: 10px
}

.category-ads::-webkit-scrollbar-button, .category-body::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
}

.category-body {
    overflow: auto
}

.cookie-policy {
    min-height: 50px;
    width: 100%;
    flex: 1;
    padding: 10px 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    opacity: .85;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 9;
    flex-direction: row
}

    .cookie-policy > .info {
        display: flex;
        flex-direction: row;
        max-width: 1400px
    }

        .cookie-policy > .info > .privacy-link {
            color: #2a6dc9;
            text-decoration: underline;
            margin-left: 10px;
            text-align: left
        }

    .cookie-policy > button {
        border-radius: 10px;
        background-color: #fff;
        font-size: 10px;
        font-weight: 700;
        color: #666;
        border: 0;
        padding: 6px 15px
    }

.embeddedServiceSidebarFormField .slds-style-inputtext:focus, .embeddedServiceSidebarFormField .slds-style-select:focus {
    border: 1px solid #003668 !important
}

.wrapper.chatMessage {
    min-height: unset
}

svg.slds-icon-text-default {
    width: 16px
}

.embeddedServiceHelpButton .helpButton .uiButton, .embeddedServiceHelpButton .helpButton .uiButton:focus:before, .embeddedServiceHelpButton .helpButton .uiButton:hover:before {
    border-radius: 4rem !important
}

.embeddedServiceHelpButton {
    font-family: Kanit,sans-serif !important
}

.helpButtonEnabled:focus .helpButtonLabel {
    text-decoration: none !important
}

.embeddedServiceHelpButton .embeddedServiceIcon {
    font-size: 17px !important;
    top: 3px;
    left: 8px
}

.helpButton .message {
    font-size: 11px
}

.embeddedServiceHelpButton.embeddedServiceBottomTabBar .helpButton, .embeddedServiceHelpButton .helpButton {
    bottom: 10px !important
}

.btn-scrollToTop.live-chat {
    bottom: 65px
}

.ico-loading[data-v-6319d664] {
    position: relative;
    width: 48px;
    height: 48px
}

.white-overlay[data-v-6319d664] {
    background-color: hsla(0,0%,100%,.75);
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    pointer-events: all
}

.loading-main[data-v-6319d664] {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    margin-right: 4px;
    top: -4px
}

.loading-text[data-v-6319d664] {
    font-size: 18px;
    letter-spacing: 2px
}

.modal-content.no-content > .modal-body {
    display: none
}

.modal-popup .modal-footer {
    padding-top: 7px;
    padding-bottom: 7px
}

.modal-content > .modal-footer button {
    font-size: 12px
}

.modal-content.danger > .modal-footer .confirm, .modal-content.danger > .modal-header {
    background-color: tomato;
    color: #fff
}

.modal-content.success > .modal-footer .confirm, .modal-content.success > .modal-header {
    background-color: #6b8e23;
    color: #fff
}

.modal-content.info > .modal-footer .confirm, .modal-content.info > .modal-header {
    background-color: #17a2b8;
    color: #fff
}

.inline-input .form-control {
    color: #2c2d4e;
    font-weight: 500;
    display: inline-block;
    height: 20px;
    padding: 0;
    border: none
}

    .inline-input .form-control:focus {
        padding: 0;
        border: none !important
    }

.inline-input .input-component {
    position: relative
}

    .inline-input .input-component:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #dee3e8;
        left: 0;
        bottom: -3px
    }

.input-length {
    position: absolute;
    right: 0;
    font-size: 10px;
    color: #aaa;
    font-weight: 300;
    pointer-events: none;
    margin-top: 0
}

.inline-input .input-length {
    margin-top: 3px
}

.form-control.password {
    padding-right: 1.5rem
}

.form-login.relative > a {
    position: absolute;
    right: 10px;
    bottom: -15px;
    font-size: 10px;
    cursor: pointer;
    color: #0171cd;
    transition: .2s;
    border-bottom: 1px solid transparent;
    line-height: 10px
}

    .form-login.relative > a:hover {
        color: #0171cd;
        border-bottom: 1px solid #0171cd
    }

.timeline-checkout {
    white-space: nowrap;
    overflow-x: hidden;
    padding: 30px 0 10px;
    position: relative;
    width: 600px
}

    .timeline-checkout > .entry {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 33.33%;
        margin-top: 15px;
        color: #a7a7a7;
        font-size: 10px
    }

        .timeline-checkout > .entry.selected {
            color: #0171cd;
            font-weight: 500
        }

        .timeline-checkout > .entry:before {
            content: "";
            top: -18px;
            left: -50%;
            width: 100%;
            position: absolute;
            height: 3px;
            background-color: #ebf1f4
        }

        .timeline-checkout > .entry.selected:before {
            background-color: #0171cd
        }

        .timeline-checkout > .entry:first-child:before {
            content: none
        }

        .timeline-checkout > .entry.active:before {
            background-color: #0171cd
        }

        .timeline-checkout > .entry img {
            position: absolute;
            width: 45px;
            background-color: #fff;
            padding: 0 4px;
            top: -35px;
            left: calc(50% - 20px);
            z-index: 2
        }

        .timeline-checkout > .entry .b-icon {
            position: absolute;
            width: 25px;
            height: 30px;
            background-color: #fff;
            padding: 0 2px;
            top: -32px;
            left: calc(50% - 11px)
        }

.icon-circle {
    width: 17px !important;
    height: 30px !important
}

.timeline-delivery {
    white-space: nowrap;
    overflow-x: hidden;
    padding: 30px 0 10px;
    position: relative;
    width: 800px
}

    .timeline-delivery > .entry {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 20%;
        margin-top: 15px;
        color: #0171cd;
        font-size: 14px
    }

        .timeline-delivery > .entry:before {
            content: "";
            top: -18px;
            left: 50%;
            width: 105%;
            position: absolute;
            height: 3px;
            background-color: #ebf1f4
        }

        .timeline-delivery > .entry:last-child:before {
            content: none
        }

        .timeline-delivery > .entry.active:before {
            background-color: #0171cd
        }

        .timeline-delivery > .entry .b-icon {
            position: absolute;
            width: 50px;
            height: 30px;
            background-color: #fff;
            padding: 0 10px;
            top: -36px;
            left: calc(50% - 25px)
        }

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

    .swiper-container-pointer-events.swiper-container-vertical {
        touch-action: pan-x
    }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: 44px;
    height: var(--swiper-navigation-size);
    margin-top: -22px;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-theme-color);
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 44px;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-feature-settings: normal,;
        font-variant: normal;
        line-height: 1
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: "prev"
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: "next"
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #fff
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: transform .2s,top .2s
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: transform .2s,left .2s
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-theme-color);
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    box-sizing: border-box;
    border-left: 4px solid var(--swiper-theme-color);
    border-bottom: 4px solid var(--swiper-theme-color);
    border-right: 4px solid var(--swiper-theme-color);
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: .6;
        z-index: 0
    }

        .swiper-container-cube .swiper-cube-shadow:before {
            content: "";
            background: #000;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            filter: blur(50px)
        }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

fieldset[disabled] .multiselect {
    pointer-events: none
}

.multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height: 35px;
    background: #fff;
    display: block
}

    .multiselect__spinner:after, .multiselect__spinner:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        margin: -8px 0 0 -8px;
        width: 16px;
        height: 16px;
        border-radius: 100%;
        border: 2px solid transparent;
        border-top-color: #41b883;
        box-shadow: 0 0 0 1px transparent
    }

    .multiselect__spinner:before {
        -webkit-animation: spinning 2.4s cubic-bezier(.41,.26,.2,.62);
        animation: spinning 2.4s cubic-bezier(.41,.26,.2,.62);
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .multiselect__spinner:after {
        -webkit-animation: spinning 2.4s cubic-bezier(.51,.09,.21,.8);
        animation: spinning 2.4s cubic-bezier(.51,.09,.21,.8);
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
    transition: opacity .4s ease-in-out;
    opacity: 1
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
    opacity: 0
}

.multiselect, .multiselect__input, .multiselect__single {
    font-family: inherit;
    font-size: 16px;
    touch-action: manipulation
}

.multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: left;
    color: #35495e
}

    .multiselect * {
        box-sizing: border-box
    }

    .multiselect:focus {
        outline: none
    }

.multiselect--disabled {
    background: #ededed;
    pointer-events: none;
    opacity: .6
}

.multiselect--active {
    z-index: 50
}

    .multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .multiselect--active .multiselect__select {
        transform: rotate(180deg)
    }

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.multiselect__input, .multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 0 0 5px;
    width: 100%;
    transition: border .1s ease;
    box-sizing: border-box;
    margin-bottom: 8px;
    vertical-align: top
}

    .multiselect__input::-moz-placeholder {
        color: #35495e
    }

    .multiselect__input::placeholder {
        color: #35495e
    }

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
    width: auto
}

.multiselect__input:hover, .multiselect__single:hover {
    border-color: #cfcfcf
}

.multiselect__input:focus, .multiselect__single:focus {
    border-color: #a8a8a8;
    outline: none
}

.multiselect__single {
    padding-left: 5px;
    margin-bottom: 8px
}

.multiselect__tags-wrap {
    display: inline
}

.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: #41b883;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}

.multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 22px;
    transition: all .2s ease;
    border-radius: 5px
}

    .multiselect__tag-icon:after {
        content: "\D7";
        color: #266d4d;
        font-size: 14px
    }

    .multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
        background: #369a6e
    }

        .multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
            color: #fff
        }

.multiselect__current {
    min-height: 40px;
    overflow: hidden;
    padding: 8px 30px 0 12px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e8e8e8
}

.multiselect__current, .multiselect__select {
    line-height: 16px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer
}

.multiselect__select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    transition: transform .2s ease
}

    .multiselect__select:before {
        position: relative;
        right: 0;
        top: 65%;
        color: #999;
        margin-top: 4px;
        border-color: #999 transparent transparent;
        border-style: solid;
        border-width: 5px 5px 0;
        content: ""
    }

.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
    display: none
}

.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
    -webkit-overflow-scrolling: touch
}

.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: top
}

.multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
    display: none
}

.multiselect__element {
    display: block
}

.multiselect__option {
    display: block;
    padding: 12px;
    min-height: 40px;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

    .multiselect__option:after {
        top: 0;
        right: 0;
        position: absolute;
        line-height: 40px;
        padding-right: 12px;
        padding-left: 20px;
        font-size: 13px
    }

.multiselect__option--highlight {
    background: #41b883;
    outline: none;
    color: #fff
}

    .multiselect__option--highlight:after {
        content: attr(data-select);
        background: #41b883;
        color: #fff
    }

.multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700
}

    .multiselect__option--selected:after {
        content: attr(data-selected);
        color: silver
    }

    .multiselect__option--selected.multiselect__option--highlight {
        background: #ff6a6a;
        color: #fff
    }

        .multiselect__option--selected.multiselect__option--highlight:after {
            background: #ff6a6a;
            content: attr(data-deselect);
            color: #fff
        }

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
    background: #ededed;
    color: #a6a6a6
}

.multiselect__option--disabled {
    background: #ededed !important;
    color: #a6a6a6 !important;
    cursor: text;
    pointer-events: none
}

.multiselect__option--group {
    background: #ededed;
    color: #35495e
}

    .multiselect__option--group.multiselect__option--highlight {
        background: #35495e;
        color: #fff
    }

        .multiselect__option--group.multiselect__option--highlight:after {
            background: #35495e
        }

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede
}

.multiselect__option--group-selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

    .multiselect__option--group-selected.multiselect__option--highlight:after {
        background: #ff6a6a;
        content: attr(data-deselect);
        color: #fff
    }

.multiselect-enter-active, .multiselect-leave-active {
    transition: all .15s ease
}

.multiselect-enter, .multiselect-leave-active {
    opacity: 0
}

.multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

[dir=rtl] .multiselect {
    text-align: right
}

[dir=rtl] .multiselect__select {
    right: auto;
    left: 1px
}

[dir=rtl] .multiselect__tags {
    padding: 8px 8px 0 40px
}

[dir=rtl] .multiselect__content {
    text-align: right
}

[dir=rtl] .multiselect__option:after {
    right: auto;
    left: 0
}

[dir=rtl] .multiselect__clear {
    right: auto;
    left: 12px
}

[dir=rtl] .multiselect__spinner {
    right: auto;
    left: 1px
}

@-webkit-keyframes spinning {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(2turn)
    }
}

@keyframes spinning {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(2turn)
    }
}

.vue-map-container {
    position: relative
}

    .vue-map-container .vue-map {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute
    }

.vue-map-hidden {
    display: none
}

.vue-street-view-pano-container {
    position: relative
}

    .vue-street-view-pano-container .vue-street-view-pano {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute
    }

.verify-validate {
    transition: .3s;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: #ebf1f4;
    height: 40px;
    padding: 0;
    border-radius: 4px;
    width: 100%;
    position: relative
}

    .verify-validate::-webkit-slider-thumb {
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-appearance: none !important;
        appearance: none !important;
        height: 42px;
        width: 56px;
        position: relative;
        border-radius: 4px;
        box-shadow: 0 1px 6px 0 #c5ced2;
        -webkit-box-shadow: 0 1px 6px 0 #c5ced2;
        border: 1px solid #e0e6e9;
        cursor: e-resize;
        z-index: 1;
        background: no-repeat 50%;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE4SURBVHgBfZLLcYMwEIaNEBe4uIPQQVyC3YEZXleoIOnAuAJPKsA58RoeqcDuIJSQdMAFLryyq0QehUysGUCjfz/t7r9ISZIcJEnSHcfxV8IqiuKx7/szpXRvmuanqBEA9vD1EBaFaZq2oG2GYbjmef7wC1IUZQffGgICEbQs6wXPsAoAqzAM11yT8FWW5RpKeYetPs9z4LrukQdkWXbAM3jqrut2vu83BAXDMJpxHDHjB94ex/ETh2zbxgvOWKqmaadbJr6iKNJlWb78ZPQg4yvX0jQNsXe8gKwWC4K/myWkWRhz21MxCwResHEsEcp64xoYdIIzD7YVjob8AxwFAOf4jA63bctmSdBKAMo7QIAGAcCcY+WpqooZNksAGkcHGQDmbDnAIMhS4QxEgAmUXmGoNQB/fqMvEF+W6u43n50AAAAASUVORK5CYII=)
    }

    .verify-validate:before {
        content: "Please slide to verify *";
        color: #2c2d4e;
        position: absolute;
        z-index: 1;
        font-size: 13px;
        text-align: center;
        font-weight: 300;
        width: 100%;
        top: 10px
    }

    .verify-validate.has-verify {
        background-color: #65c14f
    }

    .verify-validate.not-verify {
        background-color: #ff495d
    }

        .verify-validate.not-verify:before {
            color: #fff
        }

    .verify-validate.has-verify:before {
        content: "verified";
        color: #fff
    }

    .verify-validate.has-verify::-webkit-slider-thumb {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJESURBVHgBtZY9iBNBFIDfmyQqRjRwcFqIxMazEFmxkDOY200lolyus7scmDZYWIqXgKXgNYJyEVJaeZEcdrobG0tXsbEyKSw8OFitlFzm3bzND+HuJj+7yQe7k+zMvI+ZfTM7CCPIf7q3RIQmqAsBkoDqUhCBpwoXkNyIkJVXt7a/DouDQwVSFBHBhDFQYgeFLG6ma/WxRDnbTETF6XUEfAgBIKCNPfm3VLEcTyvK2beTMTy+pZ4aEAYCV8Za2dep981DIh5JDM/YoSUDshb9sXojE73nPF1TkzAqlh+z/xf4xa8sAUkHZgFKkxOkMyIpizAjOHN9X96+Y4CIfYEQLJ7NwOffH/UN1KgEiegqhCB3qQBrCwW/1MELXiBh4ATg4DfPZfzfu/939A1ZRCMy7Xz84khJrfnGv3So3SUpVNoldA3uXrgPT64/h8X5TGBJl6TQ1ZyMxiHVDbZ2udCXBZD4YL6+/JONR1XOnZiHR1ef+iXzw/sOC4krE0sIwBPq3tA12P23A8++PfZLJojEB8FVyUDOsDYHZRNLGCIXx91+ePqMuRvw4VcNJkbitc5e5yzzrm3CDFDLxymn31mdrBOd/WgmtNslX8G3zfRWnb+MMGU4ZtnadvoiZk+KEn+sYHq4pzhml76oYlW9COHKlGTusWgku6FiHhIxL61qo0VohZlG7huXaL1IvW0OPtcetx7YWRMjtK56mjAOKruojaWyVXWOrh5B3s4a6ry2SoiGOrsZA5twQ/VuEKkFL0VdJ+ixD3lM88/pOfEXAAAAAElFTkSuQmCC)
    }

.apply-now-complete {
    background-image: linear-gradient(to bottom right,#00abe9,#0072ce,#003d6f);
    height: 735px
}

    .apply-now-complete > .bg-complete-text {
        width: 340px
    }

.bg-complete-border-box {
    border: 1px solid #fff;
    padding: 1.25rem 3rem
}

.box {
    position: relative;
    width: 100%
}

    .box:before {
        content: "";
        display: block;
        padding-top: 100%
    }

.circle > img {
    line-height: 100%;
    width: 100%;
    padding: 18%
}

.circle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin: 10px;
    box-shadow: 1px 1px 10px #dfe9ee;
    -webkit-box-shadow: 1px 1px 10px #dfe9ee
}

.check-icon {
    list-style-type: none
}

    .check-icon > li {
        position: relative;
        margin-left: 40px;
        margin-bottom: 10px
    }

    .check-icon .b-icon {
        color: #3d84de;
        font-size: 26px;
        margin-right: 5px;
        position: absolute;
        top: 2px;
        left: -40px
    }

.privilege-flag {
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 #9addf7;
    -webkit-box-shadow: 0 4px 4px 0 #9addf7;
    border: 1px solid #01a0df;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    z-index: 1;
    position: relative;
    top: -30px;
    font-size: 16px;
    font-weight: 500;
    max-width: 200px;
    width: 100%;
    color: #01a0df
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer
}

    .youtube img {
        width: 100%;
        top: -16.82%;
        left: 0;
        opacity: .7
    }

    .youtube .play-button {
        width: 90px;
        height: 60px;
        background-color: #333;
        box-shadow: 0 0 30px rgba(0,0,0,.6);
        z-index: 1;
        opacity: .8;
        border-radius: 6px
    }

        .youtube .play-button:before {
            content: "";
            border-color: transparent transparent transparent #fff;
            border-style: solid;
            border-width: 15px 0 15px 26px
        }

    .youtube .play-button, .youtube img {
        cursor: pointer
    }

        .youtube .play-button, .youtube .play-button:before, .youtube iframe, .youtube img {
            position: absolute
        }

            .youtube .play-button, .youtube .play-button:before {
                top: 50%;
                left: 50%;
                transform: translate3d(-50%,-50%,0)
            }

    .youtube iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0
    }

.product-delivery .cart-list, .product-delivery .cart-list .cart-header {
    border-color: #dee2e6
}

.product-delivery .cart-body {
    padding: 0;
    background-color: #fff
}

.media-shipping {
    padding: 11px 24px;
    background-color: #fff
}

    .media-shipping .b-icon {
        font-size: 48px
    }

.product-delivery .cart-item .product-price {
    min-width: 360px
}

.complete.cart-item:last-child {
    border-bottom: 1px solid #d8e1e5
}

.cart-card > .cart-item {
    border-bottom: 1px solid #d6dfe4
}

    .cart-card > .cart-item:first-child {
        border-top: 1px solid #d6dfe4
    }
/*!
 * # Semantic UI 2.4.0 - Dropdown
 */ .ui.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: none;
    text-align: left;
    transition: box-shadow .1s ease,width .1s ease;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

    .ui.dropdown .menu {
        cursor: auto;
        position: absolute;
        display: none;
        outline: none;
        top: 100%;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        margin: 0;
        padding: 0;
        background: #fff;
        font-size: 1em;
        text-shadow: none;
        text-align: left;
        box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
        border: 1px solid rgba(34,36,38,.15);
        border-radius: .28571429rem;
        transition: opacity .1s ease;
        z-index: 11;
        will-change: transform,opacity
    }

        .ui.dropdown .menu > * {
            white-space: nowrap
        }

    .ui.dropdown > input:not(.search):first-child, .ui.dropdown > select {
        display: none !important
    }

    .ui.dropdown > .dropdown.icon {
        position: relative;
        font-size: .85714286em;
        margin: 0 0 0 1em
    }

    .ui.dropdown .menu > .item .dropdown.icon {
        width: auto;
        float: right;
        margin: 0 0 0 1em
    }

        .ui.dropdown .menu > .item .dropdown.icon + .text {
            margin-right: 1em
        }

    .ui.dropdown > .text {
        display: inline-block;
        transition: none
    }

    .ui.dropdown .menu > .item {
        position: relative;
        cursor: pointer;
        display: block;
        height: auto;
        text-align: left;
        border: none;
        line-height: 1em;
        color: rgba(0,0,0,.87);
        padding: .78571429rem 1.14285714rem !important;
        font-size: 1rem;
        text-transform: none;
        font-weight: 400;
        box-shadow: none;
        -webkit-touch-callout: none
    }

        .ui.dropdown .menu > .item:first-child {
            border-top-width: 0
        }

    .ui.dropdown .menu .item > [class*="right floated"], .ui.dropdown > .text > [class*="right floated"] {
        float: right !important;
        margin-right: 0 !important;
        margin-left: 1em !important
    }

    .ui.dropdown .menu .item > [class*="left floated"], .ui.dropdown > .text > [class*="left floated"] {
        float: left !important;
        margin-left: 0 !important;
        margin-right: 1em !important
    }

    .ui.dropdown .menu .item > .flag.floated, .ui.dropdown .menu .item > .icon.floated, .ui.dropdown .menu .item > .image.floated, .ui.dropdown .menu .item > img.floated {
        margin-top: 0
    }

    .ui.dropdown .menu > .header {
        margin: 1rem 0 .75rem;
        padding: 0 1.14285714rem;
        color: rgba(0,0,0,.85);
        font-size: .78571429em;
        font-weight: 700;
        text-transform: uppercase
    }

    .ui.dropdown .menu > .divider {
        border-top: 1px solid rgba(34,36,38,.1);
        height: 0;
        margin: .5em 0
    }

    .ui.dropdown.dropdown .menu > .input {
        width: auto;
        display: flex;
        margin: 1.14285714rem .78571429rem;
        min-width: 10rem
    }

    .ui.dropdown .menu > .header + .input {
        margin-top: 0
    }

    .ui.dropdown .menu > .input:not(.transparent) input {
        padding: .5em 1em
    }

    .ui.dropdown .menu > .input:not(.transparent) .button, .ui.dropdown .menu > .input:not(.transparent) .icon, .ui.dropdown .menu > .input:not(.transparent) .label {
        padding-top: .5em;
        padding-bottom: .5em
    }

    .ui.dropdown .menu > .item > .description, .ui.dropdown > .text > .description {
        float: right;
        margin: 0 0 0 1em;
        color: rgba(0,0,0,.4)
    }

    .ui.dropdown .menu > .message {
        padding: .78571429rem 1.14285714rem;
        font-weight: 400
    }

        .ui.dropdown .menu > .message:not(.ui) {
            color: rgba(0,0,0,.4)
        }

    .ui.dropdown .menu .menu {
        top: 0 !important;
        left: 100%;
        right: auto;
        margin: 0 0 0 -.5em !important;
        border-radius: .28571429rem !important;
        z-index: 21 !important
    }

        .ui.dropdown .menu .menu:after {
            display: none
        }

    .ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .flag, .ui.dropdown > .text > .icon, .ui.dropdown > .text > .image, .ui.dropdown > .text > .label, .ui.dropdown > .text > img {
        margin-top: 0;
        margin-left: 0;
        float: none;
        margin-right: .78571429rem
    }

    .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .image, .ui.dropdown > .text > img {
        display: inline-block;
        vertical-align: top;
        width: auto;
        margin-top: -.5em;
        margin-bottom: -.5em;
        max-height: 2em
    }

    .ui.dropdown .ui.menu > .item:before, .ui.menu .ui.dropdown .menu > .item:before {
        display: none
    }

.ui.menu .ui.dropdown .menu .active.item {
    border-left: none
}

.ui.buttons > .ui.dropdown:last-child .menu, .ui.menu .right.dropdown.item .menu, .ui.menu .right.menu .dropdown:last-child .menu {
    left: auto;
    right: 0
}

.ui.label.dropdown .menu {
    min-width: 100%
}

.ui.dropdown.icon.button > .dropdown.icon {
    margin: 0
}

.ui.button.dropdown .menu {
    min-width: 100%
}

.ui.selection.dropdown {
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    transform: rotate(0deg);
    min-width: 14em;
    min-height: 2.71428571em;
    background: #fff;
    display: inline-block;
    padding: .78571429em 2.1em .78571429em 1em;
    color: rgba(0,0,0,.87);
    box-shadow: none;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
    transition: box-shadow .1s ease,width .1s ease
}

    .ui.selection.dropdown.active, .ui.selection.dropdown.visible {
        z-index: 10
    }

select.ui.dropdown {
    height: 38px;
    padding: .5em;
    border: 1px solid rgba(34,36,38,.15);
    visibility: visible
}

.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
    cursor: pointer;
    position: absolute;
    width: auto;
    height: auto;
    line-height: 1.21428571em;
    top: .78571429em;
    right: 1em;
    z-index: 3;
    margin: -.78571429em;
    padding: .91666667em;
    opacity: .8;
    transition: opacity .1s ease
}

.ui.compact.selection.dropdown {
    min-width: 0
}

.ui.selection.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    border-top-width: 0 !important;
    width: auto;
    outline: none;
    margin: 0 -1px;
    min-width: calc(100% + 2px);
    width: calc(100% + 2px);
    border-radius: 0 0 .28571429rem .28571429rem;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    transition: opacity .1s ease
}

    .ui.selection.dropdown .menu:after, .ui.selection.dropdown .menu:before {
        display: none
    }

    .ui.selection.dropdown .menu > .message {
        padding: .78571429rem 1.14285714rem
    }

@media only screen and (max-width:767px) {
    .ui.selection.dropdown .menu {
        max-height: 8.01428571rem
    }
}

@media only screen and (min-width:768px) {
    .ui.selection.dropdown .menu {
        max-height: 10.68571429rem
    }
}

@media only screen and (min-width:992px) {
    .ui.selection.dropdown .menu {
        max-height: 16.02857143rem
    }
}

@media only screen and (min-width:1920px) {
    .ui.selection.dropdown .menu {
        max-height: 21.37142857rem
    }
}

.ui.selection.dropdown .menu > .item {
    border-top: 1px solid #fafafa;
    padding: .78571429rem 1.14285714rem !important;
    white-space: normal;
    word-wrap: normal
}

.ui.selection.dropdown .menu > .hidden.addition.item {
    display: none
}

.ui.selection.dropdown:hover {
    border-color: rgba(34,36,38,.35);
    box-shadow: none
}

.ui.selection.active.dropdown, .ui.selection.active.dropdown .menu {
    border-color: #96c8da;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15)
}

.ui.selection.dropdown:focus {
    border-color: #96c8da;
    box-shadow: none
}

    .ui.selection.dropdown:focus .menu {
        border-color: #96c8da;
        box-shadow: 0 2px 3px 0 rgba(34,36,38,.15)
    }

.ui.selection.visible.dropdown > .text:not(.default) {
    font-weight: 400;
    color: rgba(0,0,0,.8)
}

.ui.selection.active.dropdown:hover, .ui.selection.active.dropdown:hover .menu {
    border-color: #96c8da;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15)
}

.ui.active.selection.dropdown > .dropdown.icon, .ui.visible.selection.dropdown > .dropdown.icon {
    opacity: "";
    z-index: 3
}

.ui.active.selection.dropdown {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.ui.active.empty.selection.dropdown {
    border-radius: .28571429rem !important;
    box-shadow: none !important
}

    .ui.active.empty.selection.dropdown .menu {
        border: none !important;
        box-shadow: none !important
    }

.ui.search.dropdown {
    min-width: ""
}

    .ui.search.dropdown > input.search {
        background: none transparent !important;
        border: none !important;
        box-shadow: none !important;
        cursor: text;
        top: 0;
        left: 1px;
        width: 100%;
        outline: none;
        -webkit-tap-highlight-color: rgba(255,255,255,0);
        padding: inherit;
        position: absolute;
        z-index: 2
    }

    .ui.search.dropdown > .text {
        cursor: text;
        position: relative;
        left: 1px;
        z-index: 3
    }

.ui.search.selection.dropdown > input.search, .ui.search.selection.dropdown > span.sizer {
    line-height: 1.21428571em;
    padding: .67857143em 2.1em .67857143em 1em
}

.ui.search.selection.dropdown > span.sizer {
    display: none;
    white-space: pre
}

.ui.search.dropdown.active > input.search, .ui.search.dropdown.visible > input.search {
    cursor: auto
}

.ui.search.dropdown.active > .text, .ui.search.dropdown.visible > .text {
    pointer-events: none
}

.ui.active.search.dropdown input.search:focus + .text .flag, .ui.active.search.dropdown input.search:focus + .text .icon {
    opacity: .45
}

.ui.active.search.dropdown input.search:focus + .text {
    color: hsla(0,0%,45.1%,.87) !important
}

.ui.search.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch
}

@media only screen and (max-width:767px) {
    .ui.search.dropdown .menu {
        max-height: 8.01428571rem
    }
}

@media only screen and (min-width:768px) {
    .ui.search.dropdown .menu {
        max-height: 10.68571429rem
    }
}

@media only screen and (min-width:992px) {
    .ui.search.dropdown .menu {
        max-height: 16.02857143rem
    }
}

@media only screen and (min-width:1920px) {
    .ui.search.dropdown .menu {
        max-height: 21.37142857rem
    }
}

.ui.multiple.dropdown {
    padding: .22619048em 2.1em .22619048em .35714286em
}

    .ui.multiple.dropdown .menu {
        cursor: auto
    }

.ui.multiple.search.dropdown, .ui.multiple.search.dropdown > input.search {
    cursor: text
}

.ui.multiple.dropdown > .label {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 1em;
    padding: .35714286em .78571429em;
    margin: .14285714rem .28571429rem .14285714rem 0;
    box-shadow: inset 0 0 0 1px rgba(34,36,38,.15)
}

.ui.multiple.dropdown .dropdown.icon {
    margin: "";
    padding: ""
}

.ui.multiple.dropdown > .text {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: .45238095em 0 .45238095em .64285714em;
    line-height: 1.21428571em
}

.ui.multiple.dropdown > .label ~ input.search {
    margin-left: .14285714em !important
}

.ui.multiple.dropdown > .label ~ .text {
    display: none
}

.ui.multiple.search.dropdown > .text {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: inherit;
    margin: .45238095em 0 .45238095em .64285714em;
    line-height: 1.21428571em
}

.ui.multiple.search.dropdown > .label ~ .text {
    display: none
}

.ui.multiple.search.dropdown > input.search {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: .45238095em 0 .45238095em .64285714em;
    width: 2.2em;
    line-height: 1.21428571em
}

.ui.inline.dropdown {
    cursor: pointer;
    display: inline-block;
    color: inherit
}

    .ui.inline.dropdown .dropdown.icon {
        margin: 0 .21428571em;
        vertical-align: baseline
    }

    .ui.inline.dropdown > .text {
        font-weight: 700
    }

    .ui.inline.dropdown .menu {
        cursor: auto;
        margin-top: .21428571em;
        border-radius: .28571429rem
    }

.ui.dropdown .menu .active.item {
    background: transparent;
    font-weight: 700;
    color: rgba(0,0,0,.95);
    box-shadow: none;
    z-index: 12
}

.ui.dropdown .menu > .item:hover {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.95);
    z-index: 13
}

.ui.loading.dropdown > i.icon {
    height: 1em !important
}

.ui.loading.selection.dropdown > i.icon {
    padding: 1.5em 1.28571429em !important
}

.ui.loading.dropdown > i.icon:before {
    border-radius: 500rem;
    border: .2em solid rgba(0,0,0,.1)
}

.ui.loading.dropdown > i.icon:after, .ui.loading.dropdown > i.icon:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em
}

.ui.loading.dropdown > i.icon:after {
    box-shadow: 0 0 0 1px transparent;
    -webkit-animation: dropdown-spin .6s linear;
    animation: dropdown-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border: .2em solid transparent;
    border-top-color: #767676
}

.ui.loading.dropdown.button > i.icon:after, .ui.loading.dropdown.button > i.icon:before {
    display: none
}

@-webkit-keyframes dropdown-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes dropdown-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.ui.default.dropdown:not(.button) > .text, .ui.dropdown:not(.button) > .default.text {
    color: hsla(0,0%,74.9%,.87)
}

.ui.default.dropdown:not(.button) > input:focus ~ .text, .ui.dropdown:not(.button) > input:focus ~ .default.text {
    color: hsla(0,0%,45.1%,.87)
}

.ui.loading.dropdown > .text {
    transition: none
}

.ui.dropdown .loading.menu {
    display: block;
    visibility: hidden;
    z-index: -1
}

.ui.dropdown > .loading.menu {
    left: 0 !important;
    right: auto !important
}

.ui.dropdown > .menu .loading.menu {
    left: 100% !important;
    right: auto !important
}

.ui.dropdown .menu .selected.item, .ui.dropdown.selected {
    background: rgba(0,0,0,.03);
    color: rgba(0,0,0,.95)
}

.ui.dropdown > .filtered.text {
    visibility: hidden
}

.ui.dropdown .filtered.item {
    display: none !important
}

.ui.dropdown.error, .ui.dropdown.error > .default.text, .ui.dropdown.error > .text {
    color: #9f3a38
}

.ui.selection.dropdown.error {
    background: #fff6f6;
    border-color: #e0b4b4
}

    .ui.dropdown.error > .menu, .ui.dropdown.error > .menu .menu, .ui.selection.dropdown.error:hover {
        border-color: #e0b4b4
    }

        .ui.dropdown.error > .menu > .item {
            color: #9f3a38
        }

.ui.multiple.selection.error.dropdown > .label {
    border-color: #e0b4b4
}

.ui.dropdown.error > .menu > .item:hover {
    background-color: #fff2f2
}

.ui.dropdown.error > .menu .active.item {
    background-color: #fdcfcf
}

.ui.dropdown > .clear.dropdown.icon {
    opacity: .8;
    transition: opacity .1s ease
}

    .ui.dropdown > .clear.dropdown.icon:hover {
        opacity: 1
    }

.ui.disabled.dropdown, .ui.dropdown .menu > .disabled.item {
    cursor: default;
    pointer-events: none;
    opacity: .45
}

.ui.dropdown .menu {
    left: 0
}

    .ui.dropdown .menu .right.menu, .ui.dropdown .right.menu > .menu {
        left: 100% !important;
        right: auto !important;
        border-radius: .28571429rem !important
    }

.ui.dropdown > .left.menu {
    left: auto !important;
    right: 0 !important
}

    .ui.dropdown .menu .left.menu, .ui.dropdown > .left.menu .menu {
        left: auto;
        right: 100%;
        margin: 0 -.5em 0 0 !important;
        border-radius: .28571429rem !important
    }

.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon {
    width: auto;
    float: left;
    margin: 0
}

    .ui.dropdown .item .left.dropdown.icon + .text, .ui.dropdown .left.menu .item .dropdown.icon + .text {
        margin-left: 1em;
        margin-right: 0
    }

.ui.upward.dropdown > .menu {
    top: auto;
    bottom: 100%;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.08);
    border-radius: .28571429rem .28571429rem 0 0
}

.ui.dropdown .upward.menu {
    top: auto !important;
    bottom: 0 !important
}

.ui.simple.upward.active.dropdown, .ui.simple.upward.dropdown:hover {
    border-radius: .28571429rem .28571429rem 0 0 !important
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
    border-radius: .28571429rem .28571429rem 0 0
}

.ui.upward.selection.dropdown .menu {
    border-top-width: 1px !important;
    border-bottom-width: 0 !important;
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,.08)
}

.ui.upward.selection.dropdown:hover {
    box-shadow: 0 0 2px 0 rgba(0,0,0,.05)
}

.ui.active.upward.selection.dropdown, .ui.upward.selection.dropdown.visible {
    border-radius: 0 0 .28571429rem .28571429rem !important
}

.ui.upward.selection.dropdown.visible {
    box-shadow: 0 0 3px 0 rgba(0,0,0,.08)
}

.ui.upward.active.selection.dropdown:hover {
    box-shadow: 0 0 3px 0 rgba(0,0,0,.05)
}

    .ui.upward.active.selection.dropdown:hover .menu {
        box-shadow: 0 -2px 3px 0 rgba(0,0,0,.08)
    }

.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    overflow-x: hidden
}

.ui.scrolling.dropdown .menu {
    overflow-x: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch
}

.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    overflow-y: auto;
    min-width: 100% !important;
    width: auto !important
}

.ui.dropdown .scrolling.menu {
    position: static;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    border: none;
    border-top: 1px solid rgba(34,36,38,.15)
}

    .ui.dropdown .scrolling.menu .item:first-child, .ui.dropdown .scrolling.menu > .item.item.item, .ui.scrolling.dropdown .menu .item.item.item, .ui.scrolling.dropdown .menu .item:first-child {
        border-top: none
    }

.ui.dropdown > .animating.menu .scrolling.menu, .ui.dropdown > .visible.menu .scrolling.menu {
    display: block
}

@media (-ms-high-contrast:none) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        min-width: calc(100% - 17px)
    }
}

@media only screen and (max-width:767px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 10.28571429rem
    }
}

@media only screen and (min-width:768px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 15.42857143rem
    }
}

@media only screen and (min-width:992px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 20.57142857rem
    }
}

@media only screen and (min-width:1920px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 20.57142857rem
    }
}

.ui.simple.dropdown .menu:after, .ui.simple.dropdown .menu:before {
    display: none
}

.ui.simple.dropdown .menu {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -9999px !important;
    opacity: 0;
    width: 0;
    height: 0;
    transition: opacity .1s ease
}

.ui.simple.active.dropdown, .ui.simple.dropdown:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

    .ui.simple.active.dropdown > .menu, .ui.simple.dropdown:hover > .menu {
        overflow: visible;
        width: auto;
        height: auto;
        top: 100% !important;
        opacity: 1
    }

        .ui.simple.dropdown:hover > .menu > .item:hover > .menu, .ui.simple.dropdown > .menu > .item:active > .menu {
            overflow: visible;
            width: auto;
            height: auto;
            top: 0 !important;
            left: 100% !important;
            opacity: 1
        }

.ui.simple.disabled.dropdown:hover .menu {
    display: none;
    height: 0;
    width: 0;
    overflow: hidden
}

.ui.simple.visible.dropdown > .menu {
    display: block
}

.ui.fluid.dropdown {
    display: block;
    width: 100%;
    min-width: 0
}

    .ui.fluid.dropdown > .dropdown.icon {
        float: right
    }

.ui.floating.dropdown .menu {
    left: 0;
    right: auto;
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15) !important;
    border-radius: .28571429rem !important
}

.ui.floating.dropdown > .menu {
    margin-top: .5em !important;
    border-radius: .28571429rem !important
}

.ui.pointing.dropdown > .menu {
    top: 100%;
    margin-top: .78571429rem;
    border-radius: .28571429rem
}

    .ui.pointing.dropdown > .menu:after {
        display: block;
        position: absolute;
        pointer-events: none;
        content: "";
        visibility: visible;
        transform: rotate(45deg);
        width: .5em;
        height: .5em;
        box-shadow: -1px -1px 0 0 rgba(34,36,38,.15);
        background: #fff;
        z-index: 2;
        top: -.25em;
        left: 50%;
        margin: 0 0 0 -.25em
    }

.ui.top.left.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
    margin: 1em 0 0
}

    .ui.top.left.pointing.dropdown > .menu:after {
        top: -.25em;
        left: 1em;
        right: auto;
        margin: 0;
        transform: rotate(45deg)
    }

.ui.top.right.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    right: 0;
    left: auto;
    margin: 1em 0 0
}

    .ui.top.pointing.dropdown > .left.menu:after, .ui.top.right.pointing.dropdown > .menu:after {
        top: -.25em;
        left: auto !important;
        right: 1em !important;
        margin: 0;
        transform: rotate(45deg)
    }

.ui.left.pointing.dropdown > .menu {
    top: 0;
    left: 100%;
    right: auto;
    margin: 0 0 0 1em
}

    .ui.left.pointing.dropdown > .menu:after {
        top: 1em;
        left: -.25em;
        margin: 0;
        transform: rotate(-45deg)
    }

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
    left: auto !important;
    right: 100% !important;
    margin: 0 1em 0 0
}

    .ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
        top: 1em;
        left: auto;
        right: -.25em;
        margin: 0;
        transform: rotate(135deg)
    }

.ui.right.pointing.dropdown > .menu {
    top: 0;
    left: auto;
    right: 100%;
    margin: 0 1em 0 0
}

    .ui.right.pointing.dropdown > .menu:after {
        top: 1em;
        left: auto;
        right: -.25em;
        margin: 0;
        transform: rotate(135deg)
    }

.ui.bottom.pointing.dropdown > .menu {
    top: auto;
    bottom: 100%;
    left: 0;
    right: auto;
    margin: 0 0 1em
}

    .ui.bottom.pointing.dropdown > .menu:after {
        top: auto;
        bottom: -.25em;
        right: auto;
        margin: 0;
        transform: rotate(-135deg)
    }

    .ui.bottom.pointing.dropdown > .menu .menu {
        top: auto !important;
        bottom: 0 !important
    }

.ui.bottom.left.pointing.dropdown > .menu {
    left: 0;
    right: auto
}

    .ui.bottom.left.pointing.dropdown > .menu:after {
        left: 1em;
        right: auto
    }

.ui.bottom.right.pointing.dropdown > .menu {
    right: 0;
    left: auto
}

    .ui.bottom.right.pointing.dropdown > .menu:after {
        left: auto;
        right: 1em
    }

.ui.pointing.upward.dropdown .menu, .ui.top.pointing.upward.dropdown .menu {
    top: auto !important;
    bottom: 100% !important;
    margin: 0 0 .78571429rem;
    border-radius: .28571429rem
}

    .ui.pointing.upward.dropdown .menu:after, .ui.top.pointing.upward.dropdown .menu:after {
        top: 100% !important;
        bottom: auto !important;
        box-shadow: 1px 1px 0 0 rgba(34,36,38,.15);
        margin: -.25em 0 0
    }

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
    top: auto !important;
    bottom: 0 !important;
    margin: 0 1em 0 0
}

    .ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
        top: auto !important;
        bottom: 0 !important;
        margin: 0 0 1em;
        box-shadow: -1px -1px 0 0 rgba(34,36,38,.15)
    }

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
    top: auto !important;
    bottom: 0 !important;
    margin: 0 0 0 1em
}

    .ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
        top: auto !important;
        bottom: 0 !important;
        margin: 0 0 1em;
        box-shadow: -1px -1px 0 0 rgba(34,36,38,.15)
    }

@font-face {
    font-family: Dropdown;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAVgAA8AAAAACFAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAchGgaq0dERUYAAAF0AAAAHAAAAB4AJwAPT1MvMgAAAZAAAABDAAAAVnW4TJdjbWFwAAAB1AAAAEsAAAFS8CcaqmN2dCAAAAIgAAAABAAAAAQAEQFEZ2FzcAAAAiQAAAAIAAAACP//AANnbHlmAAACLAAAAQoAAAGkrRHP9WhlYWQAAAM4AAAAMAAAADYPK8YyaGhlYQAAA2gAAAAdAAAAJANCAb1obXR4AAADiAAAACIAAAAiCBkAOGxvY2EAAAOsAAAAFAAAABQBnAIybWF4cAAAA8AAAAAfAAAAIAEVAF5uYW1lAAAD4AAAATAAAAKMFGlj5HBvc3QAAAUQAAAARgAAAHJoedjqd2ViZgAABVgAAAAGAAAABrO7W5UAAAABAAAAANXulPUAAAAA1r4hgAAAAADXu2Q1eNpjYGRgYOABYjEgZmJgBEIOIGYB8xgAA/YAN3jaY2BktGOcwMDKwMI4jTGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHFT/fLjFeOD/AQY9xjMMbkBhRpAcAN48DQYAeNpjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETAwMqn8+8H649f8/lHX9//9b7Pzf+fWgusCAkY0BzmUE6gHpQwGMDMMeAACbxg7SAAARAUQAAAAB//8AAnjadZBPSsNAGMXfS+yMqYgOhpSuSlKadmUhiVEhEMQzFF22m17BbbvzCh5BXCUn6EG8gjeQ4DepwYo4i+/ffL95j4EDA+CFC7jQuKyIeVHrI3wkleq9F7XrSInKteOeHdda8bOoaeepSc00NWPz/LRec9G8GabyGtEdF7h19z033GAMTK7zbM42xNEZpzYof0RtQ5CUHAQJ73OtVyutc+3b7Ou//b8XNlsPx3jgjUifABdhEohKJJL5iM5p39uqc7X1+sRQSqmGrUVhlsJ4lpmEUVwyT8SUYtg0P9DyNzPADDs+tjrGV6KRCRfsui3eHcL4/p8ZXvfMlcnEU+CLv7hDykOP+AKTPTxbAAB42mNgZGBgAGKuf5KP4vltvjLIMzGAwLV9ig0g+vruFFMQzdjACOJzMIClARh0CTJ42mNgZGBgPPD/AJD8wgAEjA0MjAyogAMAbOQEAQAAAAC7ABEAAAAAAKoAAAH0AAABgAAAAUAACAFAAAgAwAAXAAAAAAAAACoAKgAqADIAbACGAKAAugDSeNpjYGRgYOBkUGFgYgABEMkFhAwM/xn0QAIADdUBdAB42qWQvUoDQRSFv3GjaISUQaymSmGxJoGAsRC0iPYLsU50Y6IxrvlRtPCJJKUPIBb+PIHv4EN4djKuKAqCDHfmu+feOdwZoMCUAJNbAlYUMzaUlM14jjxbngOq7HnOia89z1Pk1vMCa9x7ztPkzfMyJbPj+ZGi6Xp+omxuPD+zaD7meaFg7mb8GrBqHmhwxoAxlm0uiRkpP9X5m26pKRoMxTGR1D49Dv/Yb/91o6l8qL6eu5n2hZQzn68utR9m3FU2cB4t9cdSLG2utI+44Eh/P9bqKO+oJ/WxmXssj77YkrjasZQD6SFddythk3Wtzrf+UF2p076Udla1VNzsERP3kkjVRKel7mp1udXYcHtZSlV7RfmJe1GiFWveluaeKD5/MuJcSk8Tpm/vvwPIbmJleNpjYGKAAFYG7ICTgYGRiZGZkYWRlZGNkZ2Rg5GTLT2nsiDDEEIZsZfmZRqZujmDaDcDAxcI7WIOpS2gtCWUdgQAZkcSmQAAAAFblbO6AAA=) format("woff");
    font-weight: 400;
    font-style: normal
}

.ui.dropdown > .dropdown.icon {
    font-family: Dropdown;
    line-height: 1;
    height: 1em;
    width: 1.23em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    width: auto
}

    .ui.dropdown > .dropdown.icon:before {
        content: "\F0D7"
    }

.ui.dropdown .menu .item .dropdown.icon:before {
    content: "\F0DA"
}

.ui.dropdown .item .left.dropdown.icon:before, .ui.dropdown .left.menu .item .dropdown.icon:before {
    content: "\F0D9"
}

.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
    content: "\F0DA"
}

.ui.dropdown > .clear.icon:before {
    content: "\F00D"
}
/*!
 * # Semantic UI 2.4.1 - Label
 */

.ui.label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 .14285714em;
    background-color: #e8e8e8;
    background-image: none;
    padding: .5833em .833em;
    color: rgba(0,0,0,.6);
    text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: .28571429rem;
    transition: background .1s ease
}

    .ui.label:first-child {
        margin-left: 0
    }

    .ui.label:last-child {
        margin-right: 0
    }

    .ui.label > a, a.ui.label {
        cursor: pointer
    }

    .ui.label > a {
        color: inherit;
        opacity: .5;
        transition: opacity .1s ease
    }

        .ui.label > a:hover {
            opacity: 1
        }

    .ui.label > img {
        width: auto !important;
        vertical-align: middle;
        height: 2.1666em !important
    }

    .ui.label > .icon {
        width: auto;
        margin: 0 .75em 0 0
    }

    .ui.label > .detail {
        display: inline-block;
        vertical-align: top;
        font-weight: 700;
        margin-left: 1em;
        opacity: .8
    }

        .ui.label > .detail .icon {
            margin: 0 .25em 0 0
        }

    .ui.label > .close.icon, .ui.label > .delete.icon {
        cursor: pointer;
        margin-right: 0;
        margin-left: .5em;
        font-size: .92857143em;
        opacity: .5;
        transition: background .1s ease
    }

        .ui.label > .delete.icon:hover {
            opacity: 1
        }

.ui.dropdown {
    box-sizing: border-box
}

    .ui.dropdown, .ui.dropdown input {
        font-size: 14px
    }

        .ui.dropdown .menu {
            box-sizing: content-box
        }

            .ui.dropdown .menu > .item {
                font-size: 14px
            }

.ui.selection.dropdown {
    min-height: 14px
}

    .ui.selection.dropdown .menu {
        min-width: 100%;
        width: 100%
    }

.ui.multiple.dropdown > .label {
    position: relative;
    padding-right: calc(.78571em + 15px)
}

    .ui.multiple.dropdown > .label i.icon.delete:before {
        content: "\D7";
        font-family: Arial,sans-serif
    }

    .ui.multiple.dropdown > .label i.icon.delete {
        box-sizing: border-box;
        position: absolute;
        right: 10px;
        display: inline-block;
        width: 18px;
        height: 24px;
        margin: -5px -10px
    }

        .ui.multiple.dropdown > .label i.icon.delete:after, .ui.multiple.dropdown > .label i.icon.delete:before {
            position: absolute;
            content: " ";
            height: 12px;
            width: 3px;
            top: 25%;
            left: 25%;
            transform: translate(-25%,-25%);
            background-color: #333
        }

        .ui.multiple.dropdown > .label i.icon.delete:before {
            transform: rotate(45deg)
        }

        .ui.multiple.dropdown > .label i.icon.delete:after {
            transform: rotate(-45deg)
        }

.cart-item > .custom-checkbox {
    display: flex;
    align-items: center;
    margin-right: .5rem
}

    .cart-item > .custom-checkbox > label {
        top: -10px
    }

.media-items-border {
    border-bottom: 1px solid #efefef
}

    .media-items-border:first-child {
        border-top: 1px solid #efefef
    }

    .media-items-border > img {
        max-width: 45px
    }

.printing-title-box {
    height: 34px;
    display: flex;
    align-items: center
}

.printing-preview {
    display: flex;
    padding: 2rem;
    justify-content: center;
    height: 350px
}

    .printing-preview.vertical {
        height: 550px
    }

    .printing-preview img {
        width: 487px
    }

    .printing-preview.vertical img {
        height: 487px;
        width: auto
    }

.printing-detail > div {
    padding: 1.5rem 1rem 1.5rem 1.5rem
}

.printing-detail-box {
    height: calc(350px - 3rem);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: .5rem
}

    .printing-detail-box.vertical {
        height: calc(550px - 3rem)
    }

.printing-detail-lists {
    display: flex;
    line-height: 16px;
    min-height: 50px;
    padding: 1rem;
    box-shadow: 0 2px 6px 0 #d5dbde;
    -webkit-box-shadow: 0 2px 6px 0 #d5dbde;
    border: 1px solid #ebf1f4;
    background-color: #fff;
    margin-bottom: .5rem
}

.printing-inner, .printing-inner > div {
    position: absolute
}

.printing-detail-lists .input-component {
    margin-bottom: 0
}

.printing-detail-lists .form-control {
    font-weight: 400;
    font-size: 13px;
    height: 15px
}

.printing-detail-lists .edit {
    position: relative;
    top: -5px;
    display: flex;
    width: 60px;
    margin-left: auto;
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}

.printing-input {
    flex: 1 1 100%
}

.edit .btn-icon-cancel, .edit .btn-icon-check {
    top: 0
}

.printing-inner > div:after {
    content: "";
    position: absolute;
    border: 1px dashed #fff;
    width: calc(100% + 20px);
    left: -10px;
    height: calc(100% + 8px);
    top: -4px;
    opacity: .4
}

.printing-center {
    width: 100%;
    text-align: center
}

@media screen and (max-width:478px) {
    .printing-inner, .printing-preview img {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }

    .card-secondary.printing {
        width: 50%
    }
}

.media-notification .media-text-circle.none-bg:before {
    background-color: transparent
}

.box-profile-img {
    background-color: #efefef
}

.box-profile-img, .box-profile-img-text {
    margin-left: 20px;
    margin-top: 15px;
    width: 160px;
    height: 180px
}

.box-profile-img-text {
    background-color: #3a6698;
    text-align: center;
    color: #fff;
    font-size: 60px
}

.left-box-profile {
    width: 300px;
    display: inline-block;
    float: left
}

.right-box-profile {
    width: calc(100% - 300px);
    display: inline-block
}

    .right-box-profile > .box-detail {
        width: 600px
    }

.modal-body .left-box-profile {
    width: 215px;
    display: inline-block;
    float: left
}

.modal-body .right-box-profile {
    margin-top: 15px;
    width: calc(100% - 215px);
    display: inline-block
}

.map-back {
    display: none
}

.locations {
    overflow-x: auto;
    max-height: 507px
}

    .locations > .store {
        background-color: #f8f9fa;
        padding: 1rem 1.5rem;
        margin-bottom: .5rem;
        border: 2px solid #f8f9fa;
        transition: .3s;
        cursor: pointer
    }

        .locations > .store.active, .locations > .store:hover {
            border-color: #005aaa
        }

.store label {
    color: #2c2d4e
}

.table-highlight.table-noborder thead > tr > th {
    background-color: #0172ce;
    color: #fff;
    font-weight: 400
}

    .table-highlight.table-noborder thead > tr > th img {
        max-height: 22px
    }

.table-highlight.table-noborder thead > tr {
    border-bottom: none
}

.table-highlight.table-noborder {
    border-left: none;
    border-right: none
}

    .table-highlight.table-noborder tbody > tr > td {
        line-height: 18px
    }

.media-catalog {
    background-color: #fff;
    border-radius: 4px;
    transition: .2s;
    cursor: pointer;
    border: 1px solid transparent;
    align-items: center
}

    .media-catalog .catalog-name {
        max-width: calc(100% - 126px);
        word-break: break-word;
        line-height: 16px
    }

div > .li-catalog:last-child .media-catalog {
    margin-bottom: 0 !important
}

.li-catalog {
    position: relative;
    clear: both
}

    .li-catalog .media-catalog.selected, .li-catalog:hover .media-catalog, .li-catalog:hover .media-catalog.selected {
        background-color: #0171cd;
        color: #fff
    }

        .li-catalog .media-catalog.selected .epro-icon-mycatalog:before, .li-catalog:hover .media-catalog .epro-icon-mycatalog:before {
            color: #fff
        }

.media-catalog .epro-icon-mycatalog:before {
    font-size: 26px;
    margin-right: 1rem;
    transition: .3s
}

.label-the1 {
    color: #838c93
}

.validate-special-text {
    bottom: -17px
}

.label-summary {
    right: .5rem;
    top: 6px;
    background: #fff;
    padding: 0 3px;
    color: #666 !important;
    line-height: 11px;
    font-size: 10px !important;
    border-radius: 2px;
    opacity: .8
}

.qty-warning {
    display: block !important;
    font-size: 10px;
    color: #ff495d
}

.input-component > span > select.empty {
    border-color: tomato
}

.button-role-items[data-v-b02bc252] {
    margin-right: -6px
}

.button-role-items > button[data-v-b02bc252] {
    width: calc(12.5% - 6px);
    margin-right: 6px;
    margin-bottom: 6px
}

@media screen and (max-width:767px) {
    .button-role-items > button[data-v-b02bc252] {
        width: calc(25% - 6px)
    }
}

@media screen and (max-width:992px) {
    .button-role-items > button[data-v-b02bc252] {
        width: calc(16.66667% - 6px)
    }
}

.pro-quantity > span {
    color: tomato
}

.upload-po-fail {
    color: tomato !important
}

.template-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem
}

.template-item {
    flex-direction: column;
    flex: 0 1 calc(20% - 2rem);
    max-width: calc(20% - 2rem);
    display: flex;
    padding: 1rem;
    transition: .3s;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid transparent;
    margin: 0 1rem 2rem
}

    .template-item:hover {
        box-shadow: 0 2px 2px 0 #cfd9de;
        -webkit-box-shadow: 0 2px 2px 0 #cfd9de;
        border: 1px solid #00a3e0
    }

.template-thumbnail img {
    width: 100%
}

.template-thumbnail {
    display: flex;
    justify-content: center;
    position: relative
}

    .template-thumbnail.vertical img {
        padding: 0 33%
    }

.card-back, .card-front {
    transition: .5s;
    width: 100%
}

.card-front {
    position: relative;
    z-index: 2
}

.card-back {
    display: block;
    position: absolute
}

.card-back, .card-flip.flip .card-front {
    z-index: 1;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg)
}

.card-flip.flip .card-back {
    z-index: 2;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(180deg)
}

@media screen and (max-width:1024px) {
    .template-item {
        flex: 0 1 calc(33.33% - 2rem);
        max-width: calc(33.33% - 2rem)
    }
}

@media (min-width:1025px) and (max-width:1400px) {
    .template-item {
        flex: 0 1 calc(25% - 2rem);
        max-width: calc(25% - 2rem)
    }
}

.chartjs-label .border {
    -webkit-justify-content: space-between
}

.select-month.select-dropdown > .dropdown > .btn, .select-month.select-dropdown > .dropdown > .dropdown-menu li a {
    font-size: 14px;
    color: #2c2d4e
}

    .select-month.select-dropdown > .dropdown > .btn > .b-icon {
        right: 0;
        font-size: 16px;
        top: 3px;
        color: #2c2d4e
    }

.select-month.select-dropdown > .dropdown > .dropdown-menu {
    width: 145px;
    left: unset !important
}

.chartjs-size {
    z-index: 2;
    max-width: 220px;
    height: 220px
}

.chartjs-label {
    margin: auto;
    text-align: center;
    padding-top: 20px
}

    .chartjs-label .border {
        border-radius: 6px;
        border-color: #eee !important;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between
    }

    .chartjs-label > [class*=col] {
        padding-right: 5px;
        padding-left: 5px
    }

.media-rounded.selected .b-icon {
    color: #01a0df;
    opacity: 1
}

.media-rounded .b-icon {
    color: #fff;
    opacity: 0;
    transition: .2s
}

.media.media-rounded {
    border-radius: 32px;
    height: 64px;
    padding: 0 18px;
    background-color: #fff;
    border: 2px solid #fff !important;
    cursor: pointer;
    transition: .2s;
    box-shadow: 0 1px 3px 0 #d5dbde;
    -webkit-box-shadow: 0 1px 3px 0 #d5dbde
}

    .media.media-rounded.selected, .media.media-rounded:hover {
        border-color: #01a0df !important;
        background-color: #f5fcff
    }

    .media.media-rounded > img {
        width: 40px;
        margin-top: auto;
        margin-bottom: auto
    }

.absolute-top-left {
    position: absolute;
    left: 30px;
    top: 20px
}

.btn-go-back.b-icon {
    font-size: 32px;
    color: #01a0df;
    cursor: pointer
}

.pos-l {
    left: 0
}

.pos-l, .pos-r {
    position: absolute
}

.pos-r {
    right: 0
}

.change-company {
    background: url(/_nuxt/img/group-2@3x.a95882e.png) no-repeat top #fff;
    background-size: cover
}

input.hidden {
    visibility: hidden
}

.select-block {
    border-radius: 0;
    margin-right: 10px;
    box-shadow: 0 1px 3px 0 #d5dbde;
    -webkit-box-shadow: 0 1px 3px 0 #d5dbde
}

.outer-scroll, .shadow-block {
    margin-top: 30px
}

.outer-scroll {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

.shadow-block {
    position: absolute;
    width: calc(100% - 48px);
    height: 390px;
    border: .5px solid #ebf1f4;
    box-shadow: 0 1px 3px 0 #d5dbde;
    -webkit-box-shadow: 0 1px 3px 0 #d5dbde
}

.select-company > div > label, .select-department > div > label {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 21px 25px;
    text-align: left;
    font-size: 15px;
    border-bottom: 1px solid #ebf1f4;
    background-image: #fff
}

    .select-company > div.expand > label, .select-company > div > label:hover {
        color: #fff;
        background-image: linear-gradient(90deg,#0171cd,#01a0df)
    }

.select-department > div > label {
    color: #55bebe
}

    .select-department > div > label > span {
        background-color: #55bebe;
        color: #fff;
        font-size: 12px;
        padding-top: 2px;
        padding-bottom: 2px;
        width: 62px;
        text-align: center;
        display: inline-block;
        margin-right: 16px
    }

.outer-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #dde0e1;
    border-radius: 10px
}

.outer-scroll::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #6ab0d3;
    max-height: 20px;
    border-radius: 10px
}

.outer-scroll::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
}

.expand-square {
    background-color: #ebf1f4;
    color: #aaa;
    padding: 2px 5px 0;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #ebf1f4;
    position: absolute;
    right: 45px
}

.select-company > div.expand > label .expand-square, .select-company > div > label:hover .expand-square {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.select-company > div.expand > label .expand-square {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.department-expand {
    height: 0;
    opacity: 0;
    transition: opacity .1s,height .5s;
    pointer-events: none;
    background-color: #f5fcff
}

.expand .department-expand {
    opacity: 1;
    pointer-events: all;
    transition: opacity .5s,height .5s
}

.department-expand > .department-item {
    height: 39px;
    line-height: 39px;
    text-align: left;
    background-color: #f5fcff;
    border-bottom: 1px solid #e6f8ff;
    font-size: 14px;
    color: #003f77;
    padding: 0 50px;
    cursor: pointer;
    transition: .1s
}

    .department-expand > .department-item.selected, .department-expand > .department-item:hover {
        background-color: #e6f8ff
    }

.no-department-card {
    border: 2px solid #7bcbea !important;
    border-radius: 3px
}

.admin-email {
    color: #22ade4 !important
}

#text-costcenter {
    display: flex;
    flex-flow: row wrap
}

.text-costcenter-left {
    width: 65%;
    text-align: left
}

.text-costcenter-right {
    width: 35%;
    text-align: right;
    color: tomato !important
}

#ratioChart, #totalChart {
    height: 480px
}

.mx-icon-double-left:after, .mx-icon-double-left:before, .mx-icon-double-right:after, .mx-icon-double-right:before, .mx-icon-left:before, .mx-icon-right:before {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-color: currentcolor;
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg) scale(.7);
    transform: rotate(-45deg) scale(.7)
}

.mx-icon-double-left:after {
    left: -4px
}

.mx-icon-double-right:before {
    left: 4px
}

.mx-icon-double-right:after, .mx-icon-double-right:before, .mx-icon-right:before {
    -webkit-transform: rotate(135deg) scale(.7);
    transform: rotate(135deg) scale(.7)
}

.mx-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    color: #73879c;
    white-space: nowrap
}

    .mx-btn:hover {
        border-color: #1284e7;
        color: #1284e7
    }

    .mx-btn.disabled, .mx-btn:disabled {
        color: #ccc;
        cursor: not-allowed
    }

.mx-btn-text {
    border: 0;
    padding: 0 4px;
    text-align: left;
    line-height: inherit
}

.mx-scrollbar {
    height: 100%
}

    .mx-scrollbar:hover .mx-scrollbar-track {
        opacity: 1
    }

.mx-scrollbar-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.mx-scrollbar-track {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: 6px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity .24s ease-out;
    transition: opacity .24s ease-out
}

    .mx-scrollbar-track .mx-scrollbar-thumb {
        position: absolute;
        width: 100%;
        height: 0;
        cursor: pointer;
        border-radius: inherit;
        background-color: rgba(144,147,153,.3);
        -webkit-transition: background-color .3s;
        transition: background-color .3s
    }

.mx-zoom-in-down-enter-active, .mx-zoom-in-down-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.mx-zoom-in-down-enter, .mx-zoom-in-down-enter-from, .mx-zoom-in-down-leave-to {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.mx-datepicker {
    position: relative;
    display: inline-block;
    width: 210px
}

    .mx-datepicker svg {
        width: 1em;
        height: 1em;
        vertical-align: -.15em;
        fill: currentColor;
        overflow: hidden
    }

.mx-datepicker-range {
    width: 320px
}

.mx-datepicker-inline {
    width: auto
}

.mx-input-wrapper {
    position: relative
}

    .mx-input-wrapper .mx-icon-clear {
        display: none
    }

    .mx-input-wrapper:hover .mx-icon-clear {
        display: block
    }

        .mx-input-wrapper:hover .mx-icon-clear + .mx-icon-calendar {
            display: none
        }

.mx-input {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 6px 30px 6px 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .mx-input:focus, .mx-input:hover {
        border-color: #409aff
    }

    .mx-input.disabled, .mx-input:disabled {
        color: #ccc;
        background-color: #f3f3f3;
        border-color: #ccc;
        cursor: not-allowed
    }

    .mx-input:focus {
        outline: none
    }

    .mx-input::-ms-clear {
        display: none
    }

.mx-icon-calendar, .mx-icon-clear {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
    color: rgba(0,0,0,.5);
    vertical-align: middle
}

.mx-icon-clear {
    cursor: pointer
}

    .mx-icon-clear:hover {
        color: rgba(0,0,0,.8)
    }

.mx-datepicker-main {
    font: 14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,sans-serif;
    color: #73879c;
    background-color: #fff;
    border: 1px solid #e8e8e8
}

.mx-datepicker-popup {
    position: absolute;
    margin-top: 1px;
    margin-bottom: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: 2001
}

.mx-datepicker-sidebar {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    padding: 6px;
    overflow: auto
}

    .mx-datepicker-sidebar + .mx-datepicker-content {
        margin-left: 100px;
        border-left: 1px solid #e8e8e8
    }

.mx-datepicker-body {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mx-btn-shortcut {
    display: block;
    padding: 0 6px;
    line-height: 24px
}

.mx-range-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:750px) {
    .mx-range-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.mx-datepicker-header {
    padding: 6px 8px;
    border-bottom: 1px solid #e8e8e8
}

.mx-datepicker-footer {
    padding: 6px 8px;
    text-align: right;
    border-top: 1px solid #e8e8e8
}

.mx-calendar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 248px;
    padding: 6px 12px
}

    .mx-calendar + .mx-calendar {
        border-left: 1px solid #e8e8e8
    }

.mx-calendar-header, .mx-time-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    line-height: 34px;
    text-align: center;
    overflow: hidden
}

.mx-btn-icon-double-left, .mx-btn-icon-left {
    float: left
}

.mx-btn-icon-double-right, .mx-btn-icon-right {
    float: right
}

.mx-calendar-header-label {
    font-size: 14px
}

.mx-calendar-decade-separator {
    margin: 0 2px
}

    .mx-calendar-decade-separator:after {
        content: "~"
    }

.mx-calendar-content {
    position: relative;
    height: 224px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .mx-calendar-content .cell {
        cursor: pointer
    }

        .mx-calendar-content .cell:hover {
            color: #73879c;
            background-color: #f3f9fe
        }

        .mx-calendar-content .cell.active {
            color: #fff;
            background-color: #1284e7
        }

        .mx-calendar-content .cell.hover-in-range, .mx-calendar-content .cell.in-range {
            color: #73879c;
            background-color: #dbedfb
        }

        .mx-calendar-content .cell.disabled {
            cursor: not-allowed;
            color: #ccc;
            background-color: #f3f3f3
        }

.mx-calendar-week-mode .mx-date-row {
    cursor: pointer
}

    .mx-calendar-week-mode .mx-date-row:hover {
        background-color: #f3f9fe
    }

    .mx-calendar-week-mode .mx-date-row.mx-active-week {
        background-color: #dbedfb
    }

    .mx-calendar-week-mode .mx-date-row .cell.active, .mx-calendar-week-mode .mx-date-row .cell:hover {
        color: inherit;
        background-color: transparent
    }

.mx-week-number {
    opacity: .5
}

.mx-table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

    .mx-table th {
        font-weight: 500
    }

    .mx-table td, .mx-table th {
        padding: 0;
        vertical-align: middle
    }

.mx-table-date td, .mx-table-date th {
    height: 32px;
    font-size: 12px
}

.mx-table-date .today {
    color: #2a90e9
}

.mx-table-date .cell.not-current-month {
    color: #ccc;
    background: none
}

.mx-time {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 224px;
    background: #fff
}

    .mx-time + .mx-time {
        border-left: 1px solid #e8e8e8
    }

.mx-calendar-time {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mx-time-header {
    border-bottom: 1px solid #e8e8e8
}

.mx-time-content {
    height: 224px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.mx-time-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mx-time-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    border-left: 1px solid #e8e8e8;
    text-align: center
}

    .mx-time-column:first-child {
        border-left: 0
    }

    .mx-time-column .mx-time-list {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .mx-time-column .mx-time-list:after {
            content: "";
            display: block;
            height: 192px
        }

    .mx-time-column .mx-time-item {
        cursor: pointer;
        font-size: 12px;
        height: 32px;
        line-height: 32px
    }

        .mx-time-column .mx-time-item:hover {
            color: #73879c;
            background-color: #f3f9fe
        }

        .mx-time-column .mx-time-item.active {
            color: #1284e7;
            background-color: transparent;
            font-weight: 700
        }

        .mx-time-column .mx-time-item.disabled {
            cursor: not-allowed;
            color: #ccc;
            background-color: #f3f3f3
        }

.mx-time-option {
    cursor: pointer;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px
}

    .mx-time-option:hover {
        color: #73879c;
        background-color: #f3f9fe
    }

    .mx-time-option.active {
        color: #1284e7;
        background-color: transparent;
        font-weight: 700
    }

    .mx-time-option.disabled {
        cursor: not-allowed;
        color: #ccc;
        background-color: #f3f3f3
    }

.mapping-table td {
    vertical-align: baseline
}

.new-standard {
    padding-left: 8px;
    font-size: 12px
}

    .new-standard > input {
        position: relative;
        top: 2px
    }

    .new-standard > label {
        margin-left: 4px
    }

.new-company {
    padding: 11px;
    display: inline-flex;
    width: 100%
}

    .new-company > input {
        position: relative;
        top: 4px
    }

    .new-company > .form-group {
        display: flex;
        margin-left: 12px
    }

        .new-company > .form-group > span {
            position: relative;
            bottom: 8px;
            margin-left: 8px
        }

.btn-select-account {
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
    background-image: linear-gradient(#54d2d2,#29b9d9);
    background-size: 1px 60px;
    cursor: pointer;
    border: none !important;
    transition: background .3s ease-out
}

    .btn-select-account:focus, .btn-select-account:hover {
        color: #fff;
        background-position: 10px;
        border: none !important
    }

.block-tax-padding {
    padding: 50px
}

.table-noborder tbody > .disbled > td {
    background-color: #efefef !important
}

#text-header {
    display: flex;
    flex-flow: row wrap
}

.text-header-left {
    width: 50%;
    text-align: left
}

.text-header-right {
    width: 50%;
    text-align: right
}

.radio-hilight.radio-right .custom-control .custom-control-label:after, .radio-hilight.radio-right .custom-control .custom-control-label:before {
    top: 15px;
    left: 5px
}

.radio-hilight .radio-icon {
    height: 32px;
    margin-left: 20px
}

select.empty {
    border-color: tomato
}

.vertical-center {
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column
}

.inner-block {
    width: 450px;
    margin: auto;
    background: #fff;
    box-shadow: 0 14px 80px rgba(34,35,58,.2);
    -webkit-box-shadow: 0 14px 80px rgba(34,35,58,.2);
    padding: 40px 55px 45px;
    border-radius: 15px;
    transition: all .3s
}

.vertical-center h3 {
    text-align: center;
    margin: 0;
    line-height: 1;
    padding-bottom: 20px
}

label {
    font-weight: 500
}

.forgot-password, .forgot-password a {
    text-align: right;
    font-size: 13px;
    padding-top: 10px;
    color: #7a7a7a;
    margin: 0
}

    .forgot-password a {
        color: #2554ff
    }

.NuxtLogo {
    -webkit-animation: appear 1s;
    animation: appear 1s;
    margin: auto
}

@-webkit-keyframes appear {
    0% {
        opacity: 0
    }
}

@keyframes appear {
    0% {
        opacity: 0
    }
}

.compare-product-component {
    background-color: #fff;
    padding-bottom: 3rem
}

    .compare-product-component > .compare > .compare-label > .blank {
        width: 100%
    }

    .compare-product-component > .compare > .compare-label {
        width: 300px;
        float: left;
        background-color: #fff
    }

        .compare-product-component > .compare > .compare-label > label {
            padding: 15px 0 15px 45px;
            font-weight: 500
        }

        .compare-product-component > .compare > .compare-body .item, .compare-product-component > .compare > .compare-label > .blank {
            height: 520px;
            border: 1px solid transparent;
            margin-bottom: 15px;
            text-align: center
        }

    .compare-product-component > .compare > .compare-body {
        width: calc(100% - 300px);
        display: flex;
        overflow-y: auto;
        position: relative
    }

        .compare-product-component > .compare > .compare-body > .compare-item {
            width: 25%;
            min-width: calc(25vw - 300px);
            display: inline-block
        }

            .compare-product-component > .compare > .compare-body > .compare-item > label {
                padding: 15px 0;
                text-align: center
            }

            .compare-product-component > .compare > .compare-body > .compare-item > label, .compare-product-component > .compare > .compare-label > label {
                margin-bottom: 0;
                border-bottom: 2px solid #d8e0e5;
                display: block;
                font-size: 12px
            }

                .compare-product-component > .compare > .compare-body > .compare-item > label:nth-child(2n), .compare-product-component > .compare > .compare-label > label:nth-child(2n) {
                    background-color: #ebf1f4
                }

            .compare-product-component > .compare > .compare-body > .compare-item.active > label {
                background-color: #f5fcff
            }

                .compare-product-component > .compare > .compare-body > .compare-item.active > label:nth-child(2n) {
                    background-color: #e6f8ff
                }

            .compare-product-component > .compare > .compare-body > .compare-item.active > .item {
                border-color: #8bd4f0
            }

.compare-item > .item {
    padding: 20px
}

    .compare-item > .item > img {
        width: 100%;
        padding: 0 25px;
        margin-bottom: 15px
    }

    .compare-item > .item > .product-name {
        text-align: left;
        line-height: 18px;
        height: 40px;
        font-size: 12px
    }

    .compare-item > .item > .product-sku {
        text-align: left;
        color: #aaa;
        border-bottom: 1px solid #ebf1f4;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 11px
    }

    .compare-item > .item > .active {
        height: 20px;
        font-size: 16px;
        font-weight: 500;
        color: #01a0df
    }

    .compare-item > .item .btn-on {
        font-size: 16px;
        padding: 6px 12px;
        border-radius: 4px;
        position: relative;
        top: -2px
    }

    .compare-item > .item .qty-component .form-control {
        height: 30px;
        width: 60px
    }

@media screen and (max-width:1280px) {
    .compare-product-component > .compare > .compare-body > .compare-item {
        min-width: 300px
    }

    .compare-product-component > .compare > .compare-body .item, .compare-product-component > .compare > .compare-label > .blank {
        height: 480px
    }
}

.list-item-component .media-body .title {
    height: 32px;
    line-height: 16px
}

.list-item-component > .media > img {
    width: 60px
}

.list-item-component .form-control {
    width: 46px !important;
    height: 30px !important;
    font-size: 11px !important;
    margin-left: 8px
}

.list-item-component .btn-on {
    margin-left: 8px;
    font-size: 12px;
    height: 30px;
    padding: 0 12px;
    border-radius: 4px;
    position: relative;
    top: -2px
}

.list-item-component .media {
    margin-bottom: 20px;
    line-height: 24px
}

    .list-item-component .media:last-child {
        margin-bottom: 0
    }

.list-item-component .media-body {
    font-size: 16px;
    margin-left: 15px
}

.catalog-item {
    background-color: #fff;
    display: flex;
    padding: 10px 15px
}

    .catalog-item > img {
        width: 70px;
        height: 70px;
        padding: 5px
    }

    .catalog-item .product-price {
        min-width: 100px
    }

    .catalog-item .product-detail {
        margin-left: 15px;
        max-width: 460px;
        width: 100%;
        display: flex;
        flex-direction: column
    }

    .catalog-item .product-name {
        line-height: 17px
    }

.list-other-seller-component .media-body .sold-by {
    height: 22px;
    margin-top: -4px;
    font-size: 10px
}

.list-other-seller-component .media-body .product-name {
    height: 28px;
    line-height: 16px;
    font-size: 11px
}

.list-other-seller-component .media-body .product-price {
    font-weight: 500;
    font-size: 12px;
    height: 20px
}

.list-other-seller-component > .media > img {
    width: 60px
}

.list-other-seller-component .media {
    margin-bottom: 20px;
    line-height: 24px
}

    .list-other-seller-component .media:last-child {
        margin-bottom: 0
    }

.list-other-seller-component .media-body {
    font-size: 14px;
    margin-left: 15px
}

.input-component > select.empty {
    border-color: tomato
}

.product-slider-component .load {
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 10
}

.product-item .banner {
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.product-wrapper {
    opacity: 0;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    z-index: 1;
    height: 100%
}

    .product-wrapper .product-item img {
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        height: 100%
    }

    .product-wrapper .product-slide {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        background-color: #fff
    }

.section-block .product-wrapper .product-slide .product-block {
    padding: 10px
}

    .section-block .product-wrapper .product-slide .product-block .price {
        bottom: 10px;
        width: calc(100% - 20px)
    }

    .section-block .product-wrapper .product-slide .product-block .add-cart {
        right: 10px
    }

.section-block .product-wrapper, .section-block .product-wrapper .product-slide {
    background-color: #ebf1f4
}

.product-wrapper .product-slide.shifting {
    transition: left .3s ease-out;
    pointer-events: none
}

.product-wrapper .product-item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: center;
    width: 100%;
    height: 100%;
    cursor: -webkit-grab;
    cursor: grab;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    z-index: 9;
    padding: 10px
}

.product-wrapper .product-slide:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.product-wrapper > a {
    position: absolute;
    top: calc(50% - 40px);
    padding: 6px 14px;
    border: .6px solid #b5b5b5;
    background-color: #fff;
    z-index: 10;
    font-size: 30px;
    color: #b5b5b5 !important;
    transition: .1s;
    pointer-events: all;
    opacity: 1
}

    .product-wrapper > a > .b-icon {
        position: relative;
        top: 2px
    }

    .product-wrapper > a:hover {
        color: #787878 !important
    }

    .product-wrapper > a.next, .product-wrapper > a.prev {
        cursor: pointer;
        pointer-events: none;
        opacity: 0
    }

    .product-wrapper > a.prev {
        left: 0;
        border-radius: 0 4px 4px 0
    }

    .product-wrapper > a.next, .product-wrapper > a.prev {
        box-shadow: 0 1px 2px 0 #aaa;
        -webkit-box-shadow: 0 1px 2px 0 #aaa
    }

    .product-wrapper > a.next {
        right: 0;
        border-radius: 4px 0 0 4px
    }

.product-slide.deactive > .product-item {
    pointer-events: none
}

.product-wrapper > a.active {
    pointer-events: all;
    opacity: 1
}

.breadcrumb, .breadcrumb-item {
    display: flex
}

.breadcrumb-department {
    background-color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    height: 110px
}

.department-header {
    width: 300px;
    font-size: 32px;
    font-weight: 500;
    height: 100%
}

.breadcrumb-department > .department-item, .department-header {
    text-align: center;
    border-right: 2px solid #f2f6f8;
    display: table-cell;
    vertical-align: middle
}

.breadcrumb-department > .department-item {
    width: 140px;
    height: 102px;
    cursor: pointer
}

    .breadcrumb-department > .department-item > .department-box > img {
        padding: 0 40px;
        width: 100%;
        margin-bottom: 5px
    }

    .breadcrumb-department > .department-item > .department-box:hover {
        opacity: 1
    }

    .breadcrumb-department > .department-item > .department-box {
        border: 2px solid transparent;
        padding: 14px 0;
        opacity: .6;
        transition: .3s
    }

    .breadcrumb-department > .department-item.active > .department-box {
        border-color: #54d2d2;
        opacity: 1
    }

.list-sub-category .sub-category-item {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ebf1f4;
    color: #313252;
    font-weight: 500;
    width: 8.33333%
}

    .list-sub-category .sub-category-item .sub-category-box {
        padding: 10px;
        font-size: 12px;
        width: 100%
    }

        .list-sub-category .sub-category-item .sub-category-box > img {
            padding: 0 20px;
            width: 100%
        }

@media screen and (max-width:1199px) {
    .sm-none {
        display: none !important
    }

    .list-sub-category .sub-category-item {
        width: 14.28571%
    }
}

@media screen and (max-width:767px) {
    .xs-none {
        display: none !important
    }

    .list-sub-category .sub-category-item {
        width: 33.33333%
    }
}

.countCart[data-v-f632e326] {
    justify-content: center;
    background-color: #fa615f;
    min-width: 18px;
    min-height: 18px;
    line-height: 18px;
    padding: 0 3px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    position: relative;
    right: 14px;
    top: -12px;
    z-index: 0
}

.chart-row {
    display: block
}

    .chart-row > .chart-column {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        float: left;
        padding-right: 15px;
        margin-bottom: 4px
    }

.column-hidden {
    display: none
}

.chart-sum {
    clear: both;
    text-align: right;
    border-top: 1px solid #ddd;
    padding-top: 3px
}

.pagination-page {
    cursor: pointer
}

    .pagination-page.active {
        color: red
    }

.product-pagination .page-item .page-link {
    font-size: 11px !important;
    height: 24px;
    line-height: 8px;
    padding: 5px;
    width: 30px;
    text-align: center;
    transition: .3s;
    color: #aaa !important;
    border: 1px solid #aaa !important
}

.product-pagination .page-item.disabled.bv-d-xs-down-none .page-link {
    opacity: 1
}

.page-link > .bi {
    line-height: 12px;
    transition: .3s;
    color: #3b3b3b
}

.product-pagination .page-link:hover > .bi {
    color: #01a0df !important
}

.product-pagination .page-item.disabled .page-link {
    opacity: .3
}

.product-pagination .page-item.active .page-link, .product-pagination .page-link:hover {
    border: 1px solid #01a0df !important;
    color: #01a0df !important;
    background-color: #e6f8ff !important
}

.product-pagination .pagination > li {
    margin-right: 4px
}

    .product-pagination .pagination > li:last-child {
        margin-right: 0
    }

.product-pagination {
    display: flex;
    margin-top: 1rem
}

    .product-pagination.right {
        justify-content: flex-end
    }

    .product-pagination.left {
        justify-content: flex-start
    }

    .product-pagination .pagination {
        margin-bottom: 0
    }

.product-img .b-aspect, .skeletion .product-img {
    width: 100%;
    height: 100%
}

.banner-brand {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 80px;
    margin-bottom: 15px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    display: flex
}

.skeleton.product-aside {
    min-width: 300px
}

.skeleton.product-container {
    min-width: calc(100% - 300px)
}

@font-face {
    font-family: epro-2;
    src: url(/_nuxt/fonts/epro-2.ec33662.eot);
    src: url(/_nuxt/fonts/epro-2.ec33662.eot) format("embedded-opentype"),url(/_nuxt/fonts/epro-2.9a3dc5e.ttf) format("truetype"),url(/_nuxt/fonts/epro-2.ea0334a.woff) format("woff"),url(/_nuxt/img/epro-2.e3eb189.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" epro-ic-"], [class^=epro-ic-] {
    font-family: epro-2,sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.epro-ic-hamburger:before {
    content: "\e900"
}

.epro-ic-close:before {
    content: "\e901"
}

.epro-ic-prev:before {
    content: "\e902"
}

.epro-ic-left:before {
    content: "\e903"
}

.epro-ic-down:before {
    content: "\e904"
}

.epro-ic-next:before {
    content: "\e905"
}

.epro-ic-right:before {
    content: "\e906"
}

.epro-ic-up:before {
    content: "\e907"
}

.epro-ic-search:before {
    content: "\e908"
}

.epro-ic-order_by_id:before {
    content: "\e909"
}

.epro-ic-star:before {
    content: "\e90a"
}

.epro-ic-box:before {
    content: "\e90b"
}

.epro-ic-truck:before {
    content: "\e90c"
}

.epro-ic-lang:before {
    content: "\e90d"
}

.epro-ic-bell .path1:before {
    content: "\e90e";
    color: #000
}

.epro-ic-bell .path2:before {
    content: "\e90f";
    margin-left: -1em;
    color: #fff
}

.epro-ic-fav:before {
    content: "\e910"
}

.epro-ic-account:before {
    content: "\e911"
}

.epro-ic-cart:before {
    content: "\e912"
}

.epro-ic-doc_repurchase:before {
    content: "\e913"
}

.navigation > .home-banner {
    width: 84.2%;
    padding-right: 7px
}

.mini-banner {
    flex: 0 0 15.8%
}

@media screen and (max-width:1024px) {
    .navigation > .home-banner {
        width: 100%
    }
}

.home-banner .swiper-button-next, .home-banner .swiper-button-prev {
    background-color: #fff;
    color: #ccc;
    border-radius: 4px;
    padding: 6px;
    width: 40px !important;
    height: 40px !important;
    opacity: .6;
    transition: .3s
}

    .home-banner .swiper-button-next:hover, .home-banner .swiper-button-prev:hover {
        opacity: .8
    }

    .home-banner .swiper-button-next:after, .home-banner .swiper-button-prev:after {
        font-size: 20px !important
    }

.home-banner .swiper-pagination {
    display: flex;
    justify-content: center
}

.home-banner .swiper-pagination-bullet {
    height: 3px;
    width: 30px;
    border-radius: unset !important
}

.home-banner .swiper-pagination-bullet, .home-banner .swiper-pagination-bullet-active {
    background-color: #fff !important
}

.tab-product-banner {
    padding: 1rem;
    background-color: #fff
}

.tab-product-categories {
    display: flex;
    padding: 0 30px;
    clear: both
}

.tab-product-categories-left {
    flex: 0 0 375px
}

.tab-product-categories-right {
    position: relative;
    display: block;
    width: calc(100% - 375px);
    background-color: #fff
}

.categories-banner {
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.tab-product-categories .nav-item {
    margin-right: 0
}

.tab-product-categories .title {
    font-size: 18px;
    height: 56px;
    display: flex;
    font-weight: 500;
    color: #313252;
    position: relative;
    align-items: center;
    margin-left: 2rem
}

.tab-product-categories .nav.nav-tabs .nav-item > .nav-link {
    line-height: 56px;
    font-size: 14px;
    height: 56px;
    color: #313252;
    position: relative;
    padding: 0;
    background-color: transparent;
    border: none;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

    .tab-product-categories .nav.nav-tabs .nav-item > .nav-link:before {
        content: "";
        border-bottom: 4px solid transparent;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 1px;
        transition: .1s
    }

    .tab-product-categories .nav.nav-tabs .nav-item > .nav-link.active:before, .tab-product-categories .nav.nav-tabs .nav-item > .nav-link:hover:before {
        border-color: #005aaa
    }

.tab-product-categories .tab-content {
    padding: 0;
    position: relative;
    margin-top: 1rem
}

.categories-banner > .categories-link {
    background-color: #fff;
    font-weight: 500;
    position: absolute;
    padding: 12px 40px;
    right: 5px;
    bottom: 5px;
    font-size: 12px;
    border-radius: 28px 4px 4px 4px;
    cursor: pointer
}

    .categories-banner > .categories-link .b-icon {
        margin-right: 6px
    }

a:hover {
    text-decoration: none
}

.nav-item.tabs-end {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #0171cd
}

.tab-product-categories .nav.nav-tabs {
    border: none;
    overflow-x: auto;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    background-color: #ebf1f4;
    scroll-behavior: smooth
}

    .tab-product-categories .nav.nav-tabs.active {
        scroll-behavior: unset
    }

    .tab-product-categories .nav.nav-tabs .nav-item {
        padding: 0 15px;
        font-size: 14px;
        white-space: nowrap;
        float: left;
        margin-bottom: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        cursor: -webkit-grab;
        cursor: grab
    }

    .tab-product-categories .nav.nav-tabs.active .nav-item, .tab-product-categories .nav.nav-tabs.active .nav-item a {
        cursor: grabbing;
        cursor: -webkit-grabbing
    }

        .tab-product-categories .nav.nav-tabs.active .nav-item a {
            pointer-events: none
        }

    .tab-product-categories .nav.nav-tabs::-webkit-scrollbar {
        display: none
    }

.tab-product-categories .nav.nav-tabs {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.categories-caret-next, .categories-caret-prev {
    pointer-events: none;
    cursor: pointer;
    transition: .3s;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 2px;
    display: flex;
    align-items: center;
    height: 54px;
    width: 70px;
    font-size: 16px;
    color: #918388
}

    .categories-caret-next:hover, .categories-caret-prev:hover {
        color: #2c2d4e
    }

.categories-caret-next {
    right: -2px;
    justify-content: end;
    -webkit-justify-content: end;
    background-image: linear-gradient(90deg,rgba(235,241,244,0),#ebf1f4,#ebf1f4)
}

.categories-caret-prev {
    left: -2px;
    justify-content: start;
    -webkit-justify-content: start;
    background-image: linear-gradient(270deg,rgba(235,241,244,0),#ebf1f4,#ebf1f4)
}

    .categories-caret-next.active, .categories-caret-prev.active {
        opacity: 1;
        pointer-events: all
    }

.product-selected {
    transition: .3s;
    height: 90px
}

    .product-selected.deactive {
        opacity: 0
    }

    .product-selected.active {
        opacity: 1
    }

.card-navigation > .card-header {
    height: 40px;
    padding: 14px 5px 0;
    margin: 0 15px;
    border-bottom: 2px solid #ebf1f4
}

.card-navigation > .card-body {
    padding-top: 10px;
    padding-bottom: 10px
}

.card-navigation .media-product-select {
    width: 190px
}

.media-product-select > .row > [class*=col-] {
    padding: 0;
    max-width: 40px;
    margin-right: 7px;
    margin-bottom: 7px
}

.media-product-select img {
    padding: 2px;
    border: 1px solid #d5d5d5;
    width: 100%;
    cursor: pointer
}

    .media-product-select img.active {
        border-color: #54d2d2;
        outline: 1px solid #54d2d2
    }

.product-selected-image {
    max-width: 85px;
    padding: 0
}

    .product-selected-image > img {
        width: 100% !important
    }

.product-selected-content {
    padding-left: 4px;
    padding-right: 0;
    min-width: 90px
}

    .product-selected-content > .title {
        font-size: 12px;
        line-height: 16px;
        color: #2c2d4e;
        min-height: 32px;
        margin-bottom: 3px
    }

.blog-body {
    background-color: #fff;
    padding: 15px 15px 0;
    margin: 0 10px
}

.blog-content {
    padding: 0 15px
}

    .blog-content > img {
        width: 100%
    }

    .blog-content > .blog-head {
        word-break: break-all;
        margin-top: 6px;
        font-size: 14px;
        min-height: 45px
    }

    .blog-content > .blog-link {
        background-color: #629ae8;
        color: #fff;
        padding: 3px 14px
    }

        .blog-content > .blog-link:hover {
            color: #fff
        }

.swiper-prevent-content-shift {
    --swiper-slidesPerView: 1;
    --swiper-spaceBetween: 16px;
    --swiper-SwiperSlide-width: calc((100% - (let(--swiper-slidesPerView) - 1)*let(--swiper-spaceBetween))/let(--swiper-slidesPerView));
    .swiper-slide

{
    width: let(--swiper-SwiperSlide-width);
    margin-left: let(--swiper-spaceBetween)
}

}

.alphabet[data-v-3cedff62] {
    display: flex;
    height: 60px;
    align-items: center;
    position: relative;
    top: 0;
    z-index: 2
}

.alphabet.fix[data-v-3cedff62] {
    position: fixed;
    padding-top: 0;
    top: 121px;
    background-color: #fff
}

.alphabet.fix > .right-alphabet[data-v-3cedff62] {
    max-width: calc(100vw - 357px)
}

.alphabet > .left-alphabet[data-v-3cedff62] {
    width: 100px;
    font-size: 18px;
    display: inline-block
}

.alphabet > .right-alphabet[data-v-3cedff62] {
    position: relative;
    width: calc(100% - 110px);
    padding: 0 20px;
    display: inline-block;
    align-items: center
}

.alphabet-item[data-v-3cedff62] {
    cursor: pointer;
    opacity: .4;
    transition: .3s;
    font-size: 18px
}

    .alphabet-item[data-v-3cedff62]:hover {
        opacity: 1
    }

.alphabet-item.active[data-v-3cedff62] {
    color: #0171cd;
    opacity: 1
}

.row-alphabet[data-v-3cedff62] {
    margin-top: 2rem
}

@media screen and (max-width:1024px) {
    .alphabet > .left-alphabet[data-v-3cedff62] {
        width: 60px;
        font-size: 14px
    }

    .alphabet > .right-alphabet[data-v-3cedff62] {
        width: calc(100% - 60px)
    }

    .outer-button-next[data-v-3cedff62], .outer-button-prev[data-v-3cedff62] {
        top: -4px
    }

    .alphabet-item[data-v-3cedff62] {
        font-size: 14px
    }

    .alphabet.fix > .right-alphabet[data-v-3cedff62] {
        max-width: calc(100vw - 257px)
    }
}

@media screen and (max-width:768px) {
    .alphabet.fix > .right-alphabet[data-v-3cedff62] {
        max-width: calc(100vw - 90px)
    }

    .switch-radio > span[data-v-3cedff62] {
        padding: .25rem .5rem;
        font-size: 14px !important
    }

    .switch-radio[data-v-3cedff62] {
        padding: 0 2rem
    }
}

.item-skeleton .product-img .b-aspect {
    width: 100%
}

@media screen and (max-width:767px) {
    .item-skeleton-2, .item-skeleton-3 {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .item-skeleton-4, .item-skeleton-5 {
        display: none
    }
}

@media screen and (max-width:1359px) {
    .item-skeleton-6, .item-skeleton-7 {
        display: none
    }
}

.bullet {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #a4c7e3
}

    .bullet.active {
        background-color: #1058a4
    }

.custom-carousel {
    position: relative
}

    .custom-carousel > [class*=slot-] {
        position: absolute;
        top: 0;
        width: 100%;
        transition: .5s
    }

        .custom-carousel > [class*=slot-].active {
            position: relative;
            right: 0
        }

    .custom-carousel > .slot-1 {
        right: 100%
    }

    .custom-carousel > .slot-2 {
        right: -100%
    }

.onboard-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    min-height: 90px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center
}

.modal-onboard .modal-header {
    border: none;
    padding: 0
}

.modal-onboard .modal-body {
    padding-top: 0
}

.slot-1 .slot-desc {
    max-width: 540px
}

.slot-2 .slot-desc {
    max-width: 460px
}

@media screen and (max-width:768px) {
    .slot-1 .slot-desc {
        max-width: 360px
    }

    .btn-onboarding .btn-group.group-action button {
        font-size: 13px !important
    }
}

@media screen and (max-width:1024px) {
    .slot-2 .slot-desc {
        max-width: 380px
    }
}

@media screen and (max-width:912px) {
    .btn-onboarding {
        flex-direction: column
    }

        .btn-onboarding .btn-group.group-action {
            margin-top: 1rem
        }
}

.swiper-block .swiper-images {
    background-color: #fff
}

.border-slide .swiper-slide {
    border: 1px solid #dedede
}

    .border-slide .swiper-slide > img {
        height: unset;
        width: 100%
    }

.swiper-block .swiper-container.banner > a {
    top: calc(.5rem + 1px)
}

.radio-hidden.custom-control.color {
    padding-left: 0
}

.btn-line {
    background-color: #fff
}

.btn-line-disable {
    background-color: #ebf1f4
}

.product-detail.badge-discount {
    background-color: #ff495d;
    color: #fff;
    width: 45px;
    text-align: center;
    position: absolute;
    right: 2rem;
    top: 1rem;
    border-radius: 4px;
    z-index: 2
}

.product-description > h2 {
    font-size: 18px;
    font-weight: 500;
    color: #2c2d4e
}

.product-long-descript {
    margin-left: 1rem;
    font-size: 13px;
    font-weight: 300;
    color: #2c2d4e
}

    .product-long-descript .text-style-1 {
        font-weight: 500
    }

.table-th-td {
    width: 219px;
    background-color: #ebf1f4
}

.table-tb-td, .table-th-td {
    min-height: 40px;
    border: 1px solid #d6e0e5;
    display: inline-flex
}

.table-tb-td {
    width: 220px;
    background-color: #fff
}

.th-text {
    font-weight: 500
}

.tb-text, .th-text {
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.08;
    letter-spacing: normal;
    color: #2c2d4e;
    padding-left: 15px
}

.tb-text {
    font-weight: 400
}

.limit-qty > span {
    color: tomato
}

.extend-width > tr > td {
    width: 125px !important
}

.buy-more-title {
    font-size: 14px;
    font-weight: 600;
    color: #f8485e
}

.buy-more-remark {
    font-size: 13px;
    color: #f8485e
}

.img-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    pointer-events: none;
    transition: .5s
}

    .img-overlay.active {
        background-color: rgba(0,0,0,.3)
    }

.image-zoom-component > img {
    float: left;
    width: 100%
}

.zoom-overlay {
    opacity: 0;
    margin-left: 15px;
    transition: opacity .3s;
    pointer-events: none;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    z-index: 100
}

.mini-cart {
    position: absolute;
    top: 60px;
    right: 0;
    width: 384px;
    max-height: 28.75rem;
    text-align: center;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 16%);
    border: 1px solid rgba(0,0,0,.08);
    background-color: #fff;
    z-index: 30;
}

    .mini-cart .cart-product {
        padding: 1rem;
        max-height: 21.125rem;
        overflow-y: auto;
    }

        .mini-cart .cart-product .cart-product-item {
            border-bottom: 1px solid rgba(0,0,0,.08);
            font-size: .875rem;
            line-height: 1.5;
        }

            .mini-cart .cart-product .cart-product-item .product-container {
                display: flex;
                padding:0 5px 0;
                width: 100%;
            }

                .mini-cart .cart-product .cart-product-item .product-container .product-image {
                    width: 80px;
                    height: auto;
                    padding: 0.25rem;
                    margin-right: 1rem;
                }

    .mini-cart .product-container .product-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

        .mini-cart .product-container .product-content .product-info-container {
            flex-direction: row;
            flex: 1;
            display: flex;
/*            flex-direction: column;
*/        }

            .mini-cart .product-container .product-content .product-info-container .product-description {
                display: flex;
                flex-direction: column;
                flex: 1;
                text-align: left;
                font-weight: 400;
                width: 65%;
            }
                .mini-cart .product-container .product-content .product-info-container .product-description .name {
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    margin: 0;
                    overflow: hidden;
                    color: #252525;
                }



            .mini-cart .product-container .product-content .product-info-container .product-price1 {
                width: 35%;
                text-align: right;
                margin: 0;
            }


    .mini-cart .cart-empty .icon-128 {
        width: 128px;
        height: 128px;
    }

    .mini-cart .cart-empty .desc {
        margin-top: 1.5rem;
    }

    .mini-cart .cart-product-empty .desc .header {
        font-size: 25px;
        color: rgba(0,0,0,.7);
    }

    .mini-cart .footer {
        padding: 1rem;
        background-color: #f8f8f8;
    }

        .mini-cart .footer .btn {
            width: 100%;
            padding: 10px 5px 10px 5px;
            margin: 0;
            cursor: pointer;
            font-weight: 600;
            line-height: 1.5;
            text-decoration: none;
            color: #252525;
            background-color: transparent;
            border: none;
            border-radius: 0.25rem;
        }

            .mini-cart .footer .btn.-primary {
                color: #252525;
                background-color: #fd0;
                border: 1px solid #fd0;
                font-weight: 500;
                font-size: larger;
            }


.button_serch {
    float: right;
    padding: 7px 7px;
    margin-top: 0px;
    margin-right: 0px;
    background: #ebf1f4;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
a.footer_id:link {
    font-size: 16px;
    color: black;
}

a.footer_id:visited {
    color: black;
}

a.footer_id:hover {
    color: black;
}

ul.footers {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width:600px) {
    .navbar-custom > .brand img {
        max-height: 60px;
        width: auto;
        position: absolute;
        top:0px;
        margin-left: 0
    }
}


@media screen and (max-width:992px) {
    .do-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}


