*/:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

[tabindex="-1"]:focus {
    outline: 0 !important;
}

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.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: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

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;
}

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

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

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

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

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

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block;
}

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

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

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

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table td,
.table th {
    padding: 0.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: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.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: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.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;
    outline: 0;
}

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

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

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

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

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

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

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(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #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 + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

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

textarea.form-control {
    height: auto;
}

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

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

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

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

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

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

.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

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

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

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%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: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block;
}

.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~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block;
}

.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 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block;
}

.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 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block;
}

.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~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block;
}

.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 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block;
}

.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 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn.focus,
.btn:focus {
    outline: 0;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

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

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

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

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.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 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.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 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.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 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #37d5f2;
    border-color: #37d5f2;
}

.btn-info:hover {
    color: #fff;
    background-color: #37d5f2;
    border-color: #37d5f2;
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #37d5f2;
    border-color: #37d5f2;
}

.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 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.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 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.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 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.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 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.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 0.2rem rgba(82, 88, 93, 0.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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.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 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.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 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(52, 58, 64, 0.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 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none;
}

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

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

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap;
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.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: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu[x-placement^="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: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

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

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

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

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

.dropdown-menu.show {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.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: 0.375rem;
    padding-left: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.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: 0.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: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + 0.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: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

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

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

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

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

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

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

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 {
    color: #6c757d;
}

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

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

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

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

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

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

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

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

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

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

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef;
}

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

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

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

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

.custom-range {
    width: 100%;
    height: calc(1rem + 0.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 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

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

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

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.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: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

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

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

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

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

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

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

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

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

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

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

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

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {

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

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

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

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

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

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

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

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

@media (max-width: 767.98px) {

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

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

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

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

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

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

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

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

@media (max-width: 991.98px) {

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

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

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

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

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

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

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

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

@media (max-width: 1199.98px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-nav .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, 0.9);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

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

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

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

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

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

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

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

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

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

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

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

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

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card .card-header {
    margin-bottom: -1px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

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

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

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

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .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: 0.6em;
    padding-left: 0.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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

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

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

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

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

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

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.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: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.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-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.list-group-item-primary {
    color: #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: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

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

.toast.showing {
    opacity: 1;
}

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

.toast.hide {
    display: none;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

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

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

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

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

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

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

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

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

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

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

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

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer> :not(:first-child) {
    margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

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

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

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.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: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.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 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

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

.bs-popover-auto[x-placement^="top"]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="top"]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"]>.arrow,
.bs-popover-right>.arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.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: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"]>.arrow,
.bs-popover-left>.arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.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: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

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

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

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

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

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

    50% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

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

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

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

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

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

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

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

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

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

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

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

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

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

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

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

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

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

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

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

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

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

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

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

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

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

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

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

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

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

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

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

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

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

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

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

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

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

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

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

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

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

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

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

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

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

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

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

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

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

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

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

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

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

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

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

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

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

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

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

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

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

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

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

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

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

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

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

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

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

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

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

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

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

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

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

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

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

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

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

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

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

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

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

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

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

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

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

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

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

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

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

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

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

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

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

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

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

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

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

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

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

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

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

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

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

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 8px !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: 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, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.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;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.ah-tab-wrapper {
    position: relative;
}

.ah-tab-wrapper *,
.ah-tab-wrapper :after,
.ah-tab-wrapper :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ah-tab {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: -0.3em;
}

.ah-tab::after,
.ah-tab::before {
    bottom: 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: opacity 0.3s;
}

.ah-tab::before {
    right: -100%;
    width: 30px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 70%, #fff 99%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 70%, #fff 99%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 70%, #fff 99%);
}

@media (min-width: 768px) {
    .ah-tab::before {
        width: 50px;
    }
}

.ah-tab::after {
    left: 100%;
    width: 80px;
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0, #fff 40%, #fff 99%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0, #fff 40%, #fff 99%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, #fff 40%, #fff 99%);
}

.ah-tab-overflow-left::before {
    opacity: 1;
    right: 0;
}

.ah-tab-overflow-right::after {
    opacity: 1;
    left: 0;
}

.ah-tab-overflow-wrapper {
    position: absolute;
    width: 43px;
    height: 100%;
    left: 100%;
    opacity: 0;
    top: 0;
    z-index: 1;
    text-align: center;
}

.ah-tab-overflow-wrapper[data-ah-tab-active="true"] {
    left: 0;
    opacity: 1;
    transition: opacity 0.3s;
}

.ah-tab-overflow-wrapper:hover {
    z-index: 2;
}

.ah-tab-overflow-menu {
    background: transparent url(../../img/theme/ah-tab-overflow-menu.svg) center center no-repeat;
    background-size: 18px;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 0.7;
}

.ah-tab-overflow-wrapper:hover .ah-tab-overflow-menu {
    opacity: 1;
}

.ah-tab-overflow-list {
    position: absolute;
    top: -10000%;
    left: 0;
    text-align: right;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.09);
    list-style: none;
    transition: opacity 0.3s;
    opacity: 0;
    max-width: 290px;
    z-index: 100000;
}

.ah-tab-overflow-list::after {
    content: " ";
    display: block;
    position: absolute;
    top: -14px;
    left: 14px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #fff;
}

.ah-tab-overflow-list::before {
    content: " ";
    display: block;
    position: absolute;
    top: -16px;
    left: 13px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #cdcdcd;
}

.ah-tab-overflow-wrapper:hover .ah-tab-overflow-list {
    top: 99%;
    padding: 10px 0;
    opacity: 1;
}

.ah-tab-overflow-list:hover {
    display: block;
}

.ah-tab-item {
    color: #5b5656;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 16px;
}

.ah-tab>.ah-tab-item {
    border-bottom: 3px solid transparent;
    padding: 15px;
}

.ah-tab>.ah-tab-item:hover {
    color: #000;
}

.ah-tab-item[data-ah-tab-active="true"] {
    color: #000;
}

.ah-tab>.ah-tab-item:hover {
    border-bottom: 3px solid #000;
}

.ah-tab>.ah-tab-item[data-ah-tab-active="true"] {
    border-bottom-color: #000;
}

.ah-tab-overflow-list>.ah-tab-item {
    border-right: 3px solid transparent;
    display: block;
    overflow: hidden;
    padding: 10px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ah-tab-overflow-list>.ah-tab-item:hover {
    border-right-color: #000;
}

.ah-tab-overflow-list>.ah-tab-item[data-ah-tab-active="true"] {
    border-right: 3px solid #000 !important;
    border-radius: 0 !important;
}

.ah-tab-overflow-list>.ah-tab-item {
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 4px 10px !important;
    font-size: 15px !important;
}

.ah-tab-content-wrapper {
    margin: 30px 0;
}

.ah-tab-content {
    display: none;
}

.ah-tab-content[data-ah-tab-active="true"] {
    display: block;
}

@font-face {
    font-family: "Material Design Icons";
    src: url("../fonts/materialdesignicons-webfont.eot?v=5.4.55");
    src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=5.4.55") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=5.4.55") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=5.4.55") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=5.4.55") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.mdi:before,
.mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mdi-18px.mdi-set,
.mdi-18px.mdi:before {
    font-size: 18px;
}

.mdi-24px.mdi-set,
.mdi-24px.mdi:before {
    font-size: 24px;
}

.mdi-36px.mdi-set,
.mdi-36px.mdi:before {
    font-size: 36px;
}

.mdi-48px.mdi-set,
.mdi-48px.mdi:before {
    font-size: 48px;
}

.mdi-dark:before {
    color: rgba(0, 0, 0, 0.54);
}

.mdi-dark.mdi-inactive:before {
    color: rgba(0, 0, 0, 0.26);
}

.mdi-light:before {
    color: #fff;
}

.mdi-light.mdi-inactive:before {
    color: rgba(255, 255, 255, 0.3);
}

.mdi-rotate-45:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mdi-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mdi-rotate-135:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mdi-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mdi-rotate-225:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.mdi-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.mdi-rotate-315:before {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

.mdi-flip-h:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.mdi-flip-v:before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.mdi-spin:before {
    -webkit-animation: mdi-spin 2s infinite linear;
    animation: mdi-spin 2s infinite linear;
}

@-webkit-keyframes mdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes mdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* mdi-font-end */

/* owl-carousel */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Black.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Black.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum).eot");
    src: url("../fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"),
        url("../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2") format("woff2"),
        url("../fonts/iransans/woff/IRANSansWeb(FaNum).woff") format("woff"),
        url("../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
    font-display: swap;
}

body {
    margin: 0;
    font-family: IRANSans !important;
    font-weight: 300;
    text-align: right !important;
    font-size: 14px;
    direction: rtl !important;
    overflow-x: hidden !important;
    line-height: 1.5;
    background-color: #f5f5f5;
    color: #212529
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

.fullPageContent {
    overflow-x: hidden;
    width: 100%
}

.main-wrapper {
    overflow-x: hidden
}

.table-vertical-middle {
    vertical-align: middle
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.profile-main .alert {
    width: 100%;
    flex-shrink: 0
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.main-home {
    max-width: 1336px;
    margin: .5rem auto;
    overflow-x: hidden
}

.main-home .home-wide-banner img {
    max-width: 100%;
    margin: .15rem auto
}

.main-home a {
    text-decoration: none;
    color: #2a2a2a
}

.home-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 97%;
    max-width: 1336px;
    margin: .5rem auto
}

.home-top__slider {
    border-radius: 5px;
    overflow: hidden;
    border: solid .5px #e1e1e1;
    width: 67.5%
}

.home-top__slider .owl-carousel {
    position: relative
}

.brand__sugestions--container .owl-carousel .owl-stage {
    padding-right: 0 !important
}

.brand__sugestions--container .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.brand__sugestions--container .owl-prev {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.home-top__slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.home-top__slider--banner img {
    width: 902px
}

.home-top__side {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.home-top__side--banner {
    overflow: hidden;
    border-radius: 5px;
    border: solid .5px #e1e1e1
}

.home-top__side--banner img {
    max-width: 100%;
    height: auto
}

.categories {
    margin: .5rem auto;
    width: 97%;
    max-width: 1336px
}

.categories__slider {
    background-color: #fff;
    padding: .5rem;
    border-radius: 5px
}

.categories__slider .owl-stage {
    padding-right: 0 !important
}

.categories__slider-card {
    text-align: center
}

.categories__slider-card--title {
    font-weight: 300;
    font-size: .75rem;
    color: #2a2a2a
}

.categories__slider-card--img img {
    margin: 0 auto;
    width: 95px;
    height: 95px
}

.spec-cat__menu a {
    text-decoration: none
}

.spec-cat__menu--parent {
    background-color: #2ab88d;
    padding: 0 .5rem
}

.spec-cat__menu--parent h2 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #fff;
    padding: .4rem;
    letter-spacing: -.089em;
    display: inline-block
}

.spec-cat__menu--child h2 {
    padding: .7rem .9rem .25rem 0;
    font-size: .9rem;
    font-weight: 400;
    color: #2a2a2a
}

@media (max-width: 810px) {
    .spec-cat__menu--child h2 {
        padding: 0
    }

    .spec-cat__menu--child {
        padding: .5rem 0
    }
}

.spec-cat__menu--child h2:hover {
    color: #2ab88d;
    margin: .5rem auto;
    width: 97%
}

.spec-cat {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 5px;
    border: solid .5px #e1e1e1;
    overflow: hidden;
    height: 582px;
    max-width: 1336px;
    margin: .5rem auto;
    width: 97%
}

.spec-cat__menu {
    width: 172px
}

.spec-cat__products {
    width: 776px
}

.spec-cat__image-slider {
    width: 386px;
    border: solid .5px #e1e1e1
}

.spec-cat__image-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.spec-cat__products {
    display: flex
}

.spec-cat__products--card,
.latest-product__carousel--card {
    width: 194px !important;
    height: 290px;
    border: 1px solid #eee;
    flex-shrink: 0
}

.spec-cat__products--card img,
.latest-product__carousel--card img {
    max-width: 132px;
    margin: 0 auto
}

.spec-cat__products--card .img-container,
.latest-product__carousel--card .img-container {
    display: block;
    text-align: center;
    margin: .3rem 0 4rem
}

.home-wide-banner,
.home-big-banner,
.home-medium-banner {
    display: flex;
    justify-content: space-between;
    margin: .5rem auto;
    max-width: 1336px;
    width: 97%
}

@media (max-width: 811px) {

    .home-wide-banner,
    .home-big-banner,
    .home-medium-banner {
        justify-content: center
    }
}

.home-big-banner div {
    overflow: hidden;
    border-radius: 5px;
    max-width: 664px;
    width: 49%
}

.home-wide-banner div {
    border-radius: 5px;
    overflow: hidden;
    width: 663px;
    max-width: 49%
}

.home-medium-banner div {
    border-radius: 5px;
    overflow: hidden
}

.home-big-banner div img,
.home-wide-banner div img,
.home-medium-banner div img {
    max-width: 100%
}

.spec-cat__products--card-title,
.latest-product__carousel--card-title {
    font-size: 1rem;
    padding: .7rem .7rem 0;
    margin: .5rem 0;
    font-weight: 300;
    letter-spacing: -.051em;
    line-height: 8px
}

.spec-cat__products--card-stock,
.latest-product__carousel--card-stock {
    line-height: 1.1;
    text-align: center;
    display: block;
    color: #209471 !important;
    font-size: .9rem;
    line-height: 14px;
    padding-top: .2rem
}

.spec-cat__products--card-price,
.latest-produc_carousel--card-price {
    font-size: 1.1rem;
    margin-top: 1rem;
    letter-spacing: -.031em
}

s.discounted-product-previous-price {
    margin-left: 1rem;
    color: red;
    font-weight: 300
}

.spec-cat-simple,
.lately-added-products {
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    border: solid .5px #e1e1e1;
    margin: .5rem auto;
    overflow: hidden;
    width: 97%;
    max-width: 1336px
}

.spec-cat-simple__carousel,
.spec-cat-simple__carousel-secondary {
    display: flex;
    overflow-x: auto;
    max-width: 1164px;
    overflow-y: hidden;
}

.spec-cat-simple__carousel::-webkit-scrollbar,
.spec-cat-simple__carousel-secondary::-webkit-scrollbar {
    display: none
}

.spec-cat-simple__carousel,
.spec-cat-simple__carousel-secondary {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.spec-cat-simple__side-banner,
.spec-cat-simple__side-banner img {
    width: 172px;
    height: 290px
}

@media (min-width: 811px) {
    .spec-cat-simple.mobile-spec-cat-simple-secondary {
        display: none
    }
}

@media (max-width: 810px) {
    .spec-cat-simple.desktop-spec-cat-simple-secondary {
        display: none
    }
}

.home-brands {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    height: 5rem;
    border-radius: 5px;
    border: solid .5px #e1e1e1;
    overflow-x: auto;
    overflow-y: hidden;
    width: 97%;
    max-width: 1336px;
    margin: .5rem auto
}

.home-brands__item {
    margin: auto
}

.home-brands__item--more {
    background-color: #ccc;
    height: 80%;
    padding: 0 2rem;
    border-radius: 5px;
    flex-shrink: 0
}

.home-brands__item--more p {
    font-size: 14px;
    font-weight: 300;
    color: #535353;
    line-height: 62.4px;
    display: inline-block;
    vertical-align: middle
}

.home-brands center a,
.home-brands center span {
    color: #2a8d6f
}

.home-brands__carousel {
    display: flex;
    flex-direction: row;
    position: relative;
    border-bottom: solid .5px #e1e1e1
}

.home-brands__carousel .owl-stage {
    padding-right: 0 !important
}

.home-brands .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    height: 100%;
    margin: 0;
    width: 100%;
    right: 0
}

.home-brands .owl-nav .owl-prev,
.latest-products .owl-nav .owl-prev {
    right: 0
}

.home-brands .owl-nav .owl-next,
.latest-products .owl-nav .owl-next {
    left: 0
}

@media (max-width: 810px) {
    .spec-cat__products {
        width: 100%
    }

    .home-top__slider--banner img {
        max-width: 100%;
        height: auto
    }

    .home-top {
        flex-direction: column
    }

    .home-top__slider {
        margin: 0 0 .5rem
    }

    .home-top__side--banner {
        margin: 0 .5rem .5rem
    }

    .home-top__slider {
        width: 100%
    }

    .desktop-specs {
        display: none
    }

    .home-wide-banner {
        flex-direction: column
    }

    .home-wide-banner div {
        margin: .2rem
    }

    .catSpecCarouselMobile {
        overflow-x: auto;
        display: flex;
        overflow-y: hidden;
    }

    .spec-cat {
        height: auto
    }

    .spec-cat-simple {
        display: block
    }

    .home-big-banner {
        flex-direction: column
    }

    .home-big-banner div {
        margin: .2rem
    }

    .home-wide-banner,
    .home-big-banner,
    .home-medium-banner {
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap
    }

    .home-medium-banner div {
        width: 49%;
        flex-shrink: 0;
        margin: .1rem;
        text-align: center
    }

    .m__spec-cat--slider {
        width: 194px;
        height: 290px;
        overflow: hidden;
        display: flex;
        flex-direction: row
    }

    .m__spec-cat--slider .owl-theme .owl-dots {
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%)
    }

    .m__spec-cat--slider .owl-theme .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    .m__spec-cat--slider .owl-theme .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }
}

.m__spec-cat--slider img {
    max-width: 100%;
    height: auto !important
}

@media (max-width: 810px) {
    .m__spec-cat--slider img {
        max-width: 100%;
        height: auto !important
    }
}

.mobile-specs .spec-cat__menu--parent {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-specs .spec-cat__menu--parent h2 {
    margin: .2rem
}

.mobile-specs__btn {
    margin-top: .7rem;
    float: right
}

.mobile-spec-menu {
    display: none
}

.mobile-spec-menu-close {
    width: 100vh;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999999
}

.mobile-spec-menu:target {
    display: block;
    position: absolute;
    padding-right: 0;
    background-color: #fff;
    z-index: 10000000000000;
    width: 13rem;
    height: min-content;
    border-radius: 0px;
    -webkit-box-shadow: 0 2px 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 4px 8px rgba(0, 0, 0, 0.03)
}

.mobile-specs-container {
    position: relative
}

@media (min-width: 811px) {
    .mobile-specs {
        display: none
    }
}

.menu-dropdown {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.menu-dropdown-parent {
    list-style-type: none;
    margin: 0 .6rem;
    padding-top: 5px
}

.menu-dropdown-parent>a {
    font-weight: 200;
    line-height: 29px
}

.menu-dropdown-child-container>li {
    margin: 5px 10px;
    width: 18%
}

.menu-dropdown-child-container>li>a {
    border-bottom: 1px solid #e9e9e9;
    width: 70%;
    display: inline-block;
    height: 30px
}

ul.menu-dropdown>.menu-dropdown-parent>a:hover {
    color: #6cccb0;
    text-decoration: none
}

.menu-dropdown {
    height: 40px;
    margin: 10px 0
}

.menu-dropdown-child-container {
    display: none;
    z-index: 100000;
    position: absolute;
    padding: 1.15rem 1.5rem 3.5rem 0;
    margin: 6px 0 0;
    right: 0;
    width: 100%;
    flex-wrap: wrap;
    text-align: right;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 33px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 0 10px 33px 0 rgba(31, 45, 61, 0.1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.menu-dropdown-child-container li {
    display: block;
    float: right;
    font-size: 12px;
    margin: 10px 0 8px
}

.menu-dropdown-parent:hover .menu-dropdown-child-container {
    display: block
}

nav a {
    text-decoration: none;
    color: #5b5656;
    font-size: 12px
}

.menu-dropdown-grandChild-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    color: #4a5f73
}

.menu-dropdown-grandchild-container>li {
    margin: 10px 0
}

.menu-dropdown-grandChild-container li a {
    color: #78838e
}

.menu-dropdown-child-container li>a:hover {
    color: #6cccb0;
    text-decoration: none
}

.desktop-menu {
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 50
}

.desktop-menu nav {
    margin-right: 1.5rem
}

@media (min-width: 811px) and (max-width: 1230px) {
    nav a {
        font-size: 10px
    }

    .desktop-menu nav {
        margin-right: .5rem
    }

    .product-title-container {
        width: auto !important;
        min-width: auto !important
    }

    .product-short-desc {
        width: auto !important;
        min-width: auto !important
    }
}

@media (min-width: 811px) {

    .m-menu,
    .mobile-hamburger {
        display: none
    }
}

@media (max-width: 810px) {
    .desktop-menu {
        display: none
    }
}

.m-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000000000000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    border-left: 1px solid #8a8989
}

ul.m-menu__parent {
    padding: 2rem 2rem 0 0 !important
}

.m-menu ul,
.m-menu ul a,
.m-menu li {
    text-decoration: none;
    list-style-type: none;
    padding: 0
}

.m-menu__parent li a {
    font-size: 1rem
}

.m-menu__parent>li>a {
    width: 100%;
    display: block;
    padding-left: 1rem
}

.m-menu__first-child li a {
    font-size: .9rem
}

ul.m-menu__second-child {
    border-right: 1px solid #1fbb8c;
    margin-right: 1.2rem;
    margin-top: .3rem
}

.m-menu__second-child li a {
    font-size: .8rem
}

.m-menu__parent li {
    margin: .2rem;
    padding: .3rem
}

.menu-close {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999999
}

.m-menu__action {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: .4s
}

.m-menu-active {
    color: #177d5e
}

.m-menu__hidden-child {
    padding: 0 18px;
    display: none;
    background-color: #fff;
    overflow: hidden
}

.hidden-v {
    visibility: hidden
}

.p-relative {
    position: relative
}

.checked-radio-icon {
    display: none;
    width: 24px;
    height: 24px
}

input.variant-selector:checked~.color-circle-view {
    border: 2px solid #fff;
    box-shadow: 0 0 0 3px #767676
}

input.variant-selector:checked~.color-circle-view .checked-radio-icon {
    display: block
}

.product-single-mobile {
    display: none
}

.product-category-mobile {
    display: none
}

.product-specification-comment-longDescription {
    background-color: #fff;
    width: 100%;
    padding: 0 3.9% 1% 1.6%;
    -webkit-transition: all .1s;
    transition: all .1s;
    border-radius: 5px;
    border: solid .5px #e1e1e1;
    height: auto;
    float: right;
    direction: rtl
}

.product-single-extras {
    width: 97%;
    margin: .5rem auto
}

.product-category-extras {
    width: 100%
}

.similar-products-slider {
    background-color: #fff;
    margin: .5rem 0;
    padding: 0 3.9% 1% 1.6%;
    border-radius: 5px;
    border: solid .5px #e1e1e1;
    height: auto;
    float: right;
    width: 100%
}

.product-main-container {
    position: relative;
    margin: 0 .5rem .5rem;
    padding: 0 3.9% 1% 1.6%;
    border-radius: 5px;
    border: solid .5px #e1e1e1;
    background-color: #fff;
    display: flex;
    flex-direction: row
}

.product-right-column {
    display: flex;
    flex-direction: column;
    width: 27%;
    margin-top: 3%
}

.product-center-column {
    width: 46%;
    text-align: center;
    position: relative
}

h1.product-name {
    font-size: 18px
}

.product-thumbnails::-webkit-scrollbar {
    display: none
}

.product-thumbnails {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.product-info-tabs,
.product-info-tabs div,
.product-specification {
    height: auto;
    width: 100%;
    direction: rtl;
    margin: .5rem auto;
}

.product-info-tabs.ah-tab-wrapper a {
    color: #6f7479
}

.product-info-tabs.ah-tab-wrapper a[data-ah-tab-active="true"] {
    color: #2125299c
}

.specification-table {
    color: #5b5656
}

.product-info-tabs.ah-tab-wrapper a:hover {
    color: #2125299c;
    border-bottom-color: #2125299c
}

.ah-tab>.ah-tab-item[data-ah-tab-active="true"] {
    border-bottom-color: #2125299c
}

.specification-table td {
    padding: .7rem
}

.specification-table tr {
    border-bottom: 8px solid #fff
}

.specification-table td:nth-child(odd) {
    background-color: #eee;
    border-left: 8px solid #fff;
    width: 11rem
}

.specification-table td:nth-child(even) {
    background-color: #eeeeee75;
    width: 40rem
}

.specification-table td:nth-child(even):hover {
    background-color: #eee
}

.product-main-image {
    margin: 0 auto
}

.float-rt {
    float: right
}

.float-lt {
    float: left
}

.product-card-information h2 {
    margin: 0 .5rem;
    text-align: center;
    line-height: .6
}

.product-card-container {
    width: 25%;
    height: auto
}

.product-card-container a {
    text-decoration: none;
    color: #5b5656
}

.dropdown-filter-btn-container {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: .25rem
}

.filter-tab {
    margin-bottom: .5rem;
    border-radius: 10px;
    border: 1px solid #f3f3f3;
    border-bottom-color: #f3f3f3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    border: 1px solid #f3f3f3
}

.filter-tab p {
    margin: 0
}

.filter-tab>.filter-tab-header>p>button>i {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 25px;
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: #2ab88d
}

.price-filter-container {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    vertical-align: baseline;
    justify-content: start;
    align-content: center;
    margin-bottom: .5rem
}

.price-filter-bar {
    width: 85%;
    text-align: center;
    margin: 2rem auto;
    margin-bottom: 1rem
}

.noUi-horizontal {
    height: .1875rem
}

.noUi-target {
    border: 0;
    border-radius: 0;
    background-color: #e7e7e7;
    box-shadow: none
}

.noUi-connect {
    background: #2ab88d
}

.noUi-handle::after,
.noUi-handle::before {
    display: none
}

.noUi-horizontal .noUi-handle::before {
    display: none
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -.375rem;
    left: auto
}

.noUi-horizontal .noUi-handle {
    background-color: #2ab88d;
    top: -6px;
    left: -.375rem;
    width: 1rem;
    height: 1rem;
    border: none;
    border-radius: 50%;
    box-shadow: none
}

.price-filter-amount {
    text-align: center;
    margin-bottom: 1rem
}

.filter-submit-color {
    margin-top: 1rem
}

.custom-control-label::after {
    right: 0;
    left: auto;
    right: 0;
    left: auto;
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-control-label::before {
    right: 0;
    left: auto;
    right: 0;
    left: auto
}

.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
}

.custom-control-label {
    padding-right: 30px;
    padding-top: 2px;
    cursor: pointer
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #2ab88d;
    background-color: #2ab88d
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 5px
}

.card-body {
    font-size: .77rem
}

.with-bobles h2:after,
.with-bobles h2:before {
    content: ""
}

.with-bobles {
    position: relative
}

.with-bobles h2:before {
    background: url(../img/theme/title-circles.png) left no-repeat;
    display: block;
    position: absolute;
    right: -20px;
    height: 14px;
    width: 32px;
    margin-right: 13px;
    height: 14px;
    width: 32px
}

.category a {
    text-decoration: none;
    color: #5b5656
}

.category ul,
.category li {
    list-style-type: none;
    line-height: 2
}

.category ul {
    border-right: 1px solid #1fbb8c;
    margin-top: 1rem;
    margin-right: 1rem
}

.category li a {
    padding: .5rem;
    padding-top: 0
}

.filter-product-body {
    padding: 1.25rem
}

.filter-product-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.filter-product-control li {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0
}

.filter-product-control label {
    padding-right: 2rem;
    font-size: 12px
}

.filter-product-control label:after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
    right: 0;
    left: auto
}

.filter-product-control label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: .25rem;
    right: 0;
    left: auto
}

.dropdown-filter-btn {
    font-size: 1rem;
    line-height: 1.5;
    border: 0;
    text-align: right;
    width: 100%;
    display: block
}

.filter-title {
    font-weight: 700;
    font-size: 18px;
    color: #6f7479;
    margin: 1rem 0
}

.filter-title h2 {
    font-size: 16px
}

.filter-title>h2 {
    padding-right: 2rem
}

.dropdown-filter-btn>i {
    float: left
}

.dropdown-filter-btn>h2 {
    margin: 0
}

.product-title-container {
    background-color: #f3fdfa;
    border-right: 5px solid #5fc2a5;
    border-radius: 6px;
    padding: .8rem .7rem .5rem .5rem
}

.filter-product .card .card-header button i {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 25px;
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.filter-submit-btn {
    box-shadow: 0 2px 6px #82d3f8;
    background-color: #3abaf4;
    border-color: #3abaf4;
    color: #fff;
    outline: 0;
    border: 0;
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    border-radius: 10px;
    display: block;
    width: 100%
}

.product-card-category {
    display: block;
    margin: .5rem;
    color: #8c8c8cbf;
    font-size: .75rem;
    font-weight: 600
}

.product-card-name {
    height: 2rem;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.product-card-name::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    background-image: linear-gradient(right, rgba(52, 73, 94, 0), #fff);
    background-image: -webkit-linear-gradient(right, rgba(52, 73, 94, 0), #fff)
}

.product-card-name>a {
    text-decoration: none;
    color: #5b5656;
    font-size: .8rem;
    padding-bottom: 38px
}

.similar-products-slider>div>div>div>a {
    float: left;
    color: #6cccb0
}

.product-card {
    border: none;
    border-radius: 5px;
    margin: .5rem;
    padding: .5rem;
    text-align: center;
    flex-shrink: 0
}

.product-card__variety-info {
    border-bottom: 1px solid #6cccb0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: .5rem;
    padding: .25rem;
    width: 100%;
    left: 0;
    background-color: #ffffffb3
}

@media (max-width: 811px) {
    .product-card__variety-info {
        padding: 0 .1rem
    }
}

.product-card__variety-info span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: .8rem;
    color: #6cccb0
}

.product-card__variety-info div {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-right: auto
}

.product-card__variety-info div div {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: .17rem;
    border: .1px solid #e3e3e3
}

.product-card-price-text {
    font-size: 18px
}

.product-card:hover {
    -webkit-box-shadow: 0 0 10px 0 #0000001a;
    box-shadow: 0 0 10px 0 #0000001a
}

.product-card img {
    max-width: 100%;
    margin: 0 auto
}

.product-card-information {
    text-align: center;
    margin-top: .5rem
}

.product-card-price {
    font-size: 17px;
    color: #48ac8e;
    font-weight: 700
}

.no-after-title-wide::after {
    display: none
}

.description-product {
    line-height: 30px;
    color: #666;
    text-align: justify;
    font-size: 14px !important
}

.longDescription {
    width: 100%;
    height: auto;
    float: right
}

.title-breadcrumb-special {
    padding: 0 .5rem;
    direction: rtl
}

.breadcrumb-ol {
    display: flex;
    width: 100%;
    float: right;
    list-style: none;
    padding: 0;
    margin: .5rem 0
}

.breadcrumb-li>a {
    color: #6f7479;
    text-decoration: none;
    font-size: 12px;
    padding: 0 .5rem
}

.product-left-column {
    display: flex;
    flex-direction: column;
    width: 27%;
    justify-content: flex-start;
    margin-top: 3%
}

.product-left-column form {
    margin-top: 10%
}

a.product-main-image>img {
    max-width: 497px;
    max-height: 787px;
    margin: 0 auto
}

small {
    color: #6f6f6f;
    line-height: 1.692
}

.color-circle-view {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: .5px solid #d3d3d3;
    float: right;
    margin: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.category-main-container {
    display: flex;
    flex-direction: row;
    margin: 0 2rem
}

.category-jump-to-othercat {
    display: flex;
    overflow-x: auto
}

.category-jump-to-othercat::-webkit-scrollbar {
    display: none
}

.category-jump-to-othercat {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.category-jump-to-othercat a {
    padding: .2rem .5rem;
    color: #202326;
    background-color: #fff;
    margin: 0 .15rem;
    border: 1px solid #e3e3e3;
    border-radius: 25px;
    flex-shrink: 0
}

.category-jump-to-othercat a:hover {
    background-color: #6accaf;
    color: #fff
}

.category-jump-to-othercat .selected {
    background-color: #6accaf;
    color: #fff;
    pointer-events: none;
    cursor: default
}

.sticky-sidebar {
    width: 20%;
    display: flex;
    flex-direction: column;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: min-content
}

.sticky-sidebar-profile {
    display: flex;
    flex-direction: column;
    top: 0;
    height: min-content
}

.sidebar__category {
    margin: 1rem 0;
    margin-top: .5rem;
    padding: 1rem;
    border-radius: 5px;
    background-color: #fff;
    border: solid .5px #e1e1e1;
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    -webkit-transition: all .1s;
    transition: all .1s
}

.sidebar__filter {
    border-radius: 5px;
    -webkit-transition: all .1s;
    transition: all .1s;
    z-index: 1.0E+21
}

.category-main-contnent {
    width: 79%;
    margin: 0 1% 0 0;
    display: flex;
    flex-direction: column
}

.product-list-container {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: solid .5px #e1e1e1;
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    border-radius: 5px
}

.category-main-container .readmore-section {
    border-top: 1px solid #e3e3e3;
    padding: 2rem 0 0
}

.readmore-section {
    height: 12.5rem;
    overflow: hidden
}

.product-list-page-description input {
    z-index: -1;
    opacity: 0;
    position: absolute
}

.product-list-page-description input:checked~.readmore-section {
    height: auto;
    min-height: 12.5rem
}

.product-list-page-description label {
    cursor: pointer;
    padding: 1rem;
    text-align: center;
    display: block;
    background-color: #e3e3e3;
    border-radius: 15px;
    margin: 2rem 1rem
}

.product-list-page-description label:before {
    content: "بیشتر بدانید"
}

.product-list-page-description input:checked~label:before {
    content: "بستن"
}

.readmore-section h2 {
    font-size: 1.5rem
}

.readmore-section h3 {
    font-size: 1.35rem
}

.readmore-section h4 {
    font-size: 1.2rem
}

.readmore-section h5 {
    font-size: 1.1rem
}

.categoryName-sorting {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #b8babd82;
    padding: 1rem
}

.categoryName {
    padding: 1rem
}

.categoryName h1 {
    font-size: 1.7rem;
    color: #5b5656;
    text-align: center
}

.video {
    display: flex;
    justify-content: center;
    width: 100%
}

.sorting {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: min-content;
    margin: auto 1.5rem;
    width: 30%
}

.sorting>a {
    margin: auto;
    font-size: 12px;
    text-decoration: none;
    color: #5c5757 !important
}

.sorting>a:hover {
    color: #2ab88d
}

.sorting__btn--selected {
    padding: .5rem;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    color: #fff !important;
    border: 0;
    outline: 0;
    background-color: #6cccb0
}

.product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.pagination a {
    color: #212121;
    padding: .5rem .75rem;
    border-radius: 5px
}

.pagination a:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-radius: 5px
}

.page-link {
    padding: .5rem .75rem
}

.page-item.active .page-link {
    color: #fff;
    background-color: #2ab88d;
    border-radius: 5px
}

.page-counter {
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative
}

.page-counter::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 5rem;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 60%);
    pointer-events: none
}

.page-counter::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 5rem;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 60%);
    pointer-events: none
}

.page-counter__scroll {
    overflow-x: auto
}

.page-counter__scroll nav ul {
    padding-right: 2rem;
    margin-top: 1rem
}

@media (min-width: 811px) {
    .m-sidebar__filter {
        display: none
    }

    .m-filter-icon {
        display: none
    }
}

@media (max-width: 810px) {
    .d-sidebar__filter {
        display: none
    }

    .category-main-container {
        display: flex;
        flex-direction: column;
        margin: 0
    }

    .m-sticky-sidebar {
        display: none
    }

    .m-category-main-contnent {
        width: 96%;
        margin: 0 .5rem
    }

    .categoryName-sorting {
        display: flex;
        flex-direction: row
    }

    .sorting {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        height: min-content;
        margin: .5rem auto;
        width: 90%
    }

    .product-card-container {
        width: 50%;
        height: auto
    }

    .product-card {
        box-shadow: 0 0 4px 0 #0000001a;
        max-width: 100%
    }

    .product-list-container .product-card {
        width: auto
    }

    .m-sidebar__category {
        display: none
    }

    .name-filterbtn {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .name-filterbtn div {
        font-size: 1rem
    }

    .m-sidebar__filter {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1000000000000;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: .5s
    }

    .m-filter-content {
        position: relative;
        top: 2rem;
        width: 100%;
        text-align: center;
        margin-top: 1rem
    }

    .m-sidebar__filter .close-btn {
        position: absolute;
        right: 10px;
        font-size: 40px;
        color: #999494
    }

    .m-sidebar__filter .close-btn a {
        text-decoration: none;
        color: #5b5656
    }

    .m-filter-content .filter-tab {
        margin: 0;
        padding: .5rem
    }

    .card-body {
        font-size: .9rem;
        text-align: right;
        line-height: 27px;
        padding: .2rem 2rem 1.2rem 0
    }

    .price-filter-container {
        margin-bottom: 1.2rem
    }

    .filter-submit-btn-container {
        height: 3.5rem
    }

    .fixbtn {
        position: fixed;
        bottom: 0;
        width: 100%
    }

    .filter-submit-color .filter-submit-btn {
        padding: 1rem 0;
        border-radius: 0
    }
}

.ah-tab-item {
    transform: translateX(0) !important
}

.ah-tab-overflow-wrapper {
    display: none
}

.search-page-container {
    margin: 1rem .5rem;
    background-color: #fff;
    padding: 1rem;
    border: solid .5px #e1e1e1
}

.d-Five-page-card {
    width: 20% !important
}

.search-page-product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

div.search-resault {
    position: absolute;
    width: 100%;
    z-index: 1000000;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(150, 105, 105, 0.3);
    border-radius: 0 0 15px 15px
}

@media (max-width: 810px) {
    div.search-resault {
        max-height: 25rem;
        overflow: auto;
        top: 3rem
    }

    .m-search-resaultCls {
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 100000;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%
    }

    .search-resault__brands,
    .search-resault__categories,
    .search-resault__tags {
        height: 3rem;
        overflow: auto;
        white-space: nowrap
    }

    .search-resault__container-div>div {
        padding-right: 1rem
    }

    .search-resault__container-div {
        position: relative
    }

    .search-resault__brands::after,
    .search-resault__categories::after,
    .search-resault__tags::after {
        content: "";
        display: inline;
        position: absolute;
        right: 0;
        width: 3rem;
        height: 100%;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 60%);
        pointer-events: none
    }

    .search-resault__brands::before,
    .search-resault__categories::before,
    .search-resault__tags::before {
        content: "";
        display: inline;
        position: absolute;
        left: 0;
        width: 3rem;
        height: 100%;
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 60%);
        pointer-events: none
    }
}

div.search-resault ul {
    list-style-type: none;
    padding: 0 2rem .5rem;
    margin: 0;
    border-bottom: 1px solid #e1e1e1
}

.search-resault__brands li,
.search-resault__categories li,
.search-resault__tags li {
    display: inline-block;
    background-color: #a3a3a3;
    margin: .3rem;
    border-radius: 5rem;
    padding: 0 .5rem
}

.search-resault__brands>div,
.search-resault__categories>div,
.search-resault__tags>div {
    margin-bottom: .5rem
}

.search-resault__brands li>a,
.search-resault__categories li>a,
.search-resault__tags li>a {
    text-decoration: none;
    color: #fff
}

.search-resault__products li>a {
    text-decoration: none;
    color: #5b5656
}

.search-resault__products img {
    max-width: 2rem
}

.tag-page-container {
    margin: 1rem .5rem;
    background-color: #fff;
    padding: 1rem;
    border: solid .5px #e1e1e1
}

.d-Five-page-card {
    width: 20% !important
}

.tag-page-product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.all-brands-page-container {
    margin: 1.5rem 1rem;
    background-color: #fff;
    border: solid .5px #e1e1e1;
    padding: 1rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.brands-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .8rem
}

.brands-card-container {
    width: 16.66%
}

.all-brand-thumb {
    display: block;
    max-width: 110px;
    height: 40px;
    margin: 1rem auto
}

.brands-card {
    padding: .5rem;
    margin: .5rem;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #0000001a
}

.all-brands-title {
    border-bottom: 1px solid #cac2c2
}

.all-brands-title h1 {
    color: #474747;
    font-size: 1.5rem
}

.brand-name {
    text-align: center
}

.brand-name a {
    color: #474747;
    font-size: .9rem
}

@media (max-width: 810px) {
    .brands-card {
        height: 9rem
    }

    .brands-card-container {
        width: 50%
    }
}

.brand-main {
    display: flex;
    flex-direction: column
}

.brand__sugestions--container {
    display: flex;
    background-color: #f5f5f5;
    padding: 1rem;
    position: relative
}

.brand__sugestions--container h2 {
    font-size: 14px;
    font-weight: 300;
    color: #757575
}

.brand__sugestion--items::-webkit-scrollbar {
    display: none
}

.brand__sugestions--cards {
    height: 12rem;
    flex-shrink: 0;
    text-align: center;
    border-radius: 14px;
    background-color: #fff;
    padding-top: 1rem
}

.brand__sugestions--cards img {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    display: block
}

.brand__sugestions--cards a {
    text-decoration: none;
    color: #757575
}

.brand__sugestions--cards a span {
    font-size: .8rem;
    margin-top: 1rem;
    display: block
}

.brand-product-container {
    background-color: #fff;
    margin: 1rem 1.5rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    border: solid .5px #e1e1e1
}

.brand-single-topbar {
    margin: 1rem;
    display: flex;
    border-bottom: 1px solid #cac2c2
}

.brand-single-topbar .brand-logo {
    margin: 0 .5rem .5rem
}

.brand-single-title {
    margin: .3rem .5rem 0 0
}

.brand-single-title h1 {
    line-height: 2rem;
    font-size: 1.7rem;
    color: #5b5656
}

.brand-product-list {
    display: flex;
    flex-wrap: wrap
}

.brand-main #accordion {
    margin: .7rem 1.5rem
}

.brand-main .btn {
    width: 100%;
    height: 5rem;
    padding: .75rem 1.25rem
}

.brand-main #headingOne>h5:first-child {
    margin: 0
}

.brand-main #headingOne {
    padding: 0
}

.brand-main #headingOne>h5:first-child button {
    text-align: right
}

.product-list-page-description {
    background-color: #fff;
    border-radius: 5px;
    margin: 1rem 1.5rem;
    padding: 0 2rem;
    border: solid .5px #e1e1e1;
    font-family: iransans
}

.category-discription {
    margin: 1rem 0 !important
}

.category-discription span,
.category-discription p,
.category-discription h1,
.category-discription h2,
.category-discription h3,
.category-discription h4,
.category-discription h5,
.category-discription h6,
.category-discription strong,
.category-discription ul,
.category-discription ol,
.category-discription li,
.category-discription td,
.category-discription tr {
    font-family: IRANSans !important
}

.product-list-page-description p {
    text-align: justify;
    font-size: 1rem;
    color: #454545
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    font-size: 4rem !important;
    color: #393e46 !important
}

.product-carousel .owl-nav button {
    line-height: 37px !important;
    text-align: center
}

.product-carousel .owl-nav button.owl-next {
    left: -15px;
    cursor: pointer
}

.product-carousel .owl-nav button.owl-prev {
    right: -15px;
    cursor: pointer
}

.product-carousel .owl-nav button.owl-next,
.product-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #6a6a6a
}

.product-carousel .owl-nav button {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 37px !important;
    text-align: center;
    outline: 0;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: .3s;
    transition: .3s
}

.product-carousel .owl-nav button.disabled {
    opacity: 0 !important
}

.categories__slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.categories__slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

@media (max-width: 810px) {
    .search-page-container {
        margin: .25rem;
        margin-top: 1rem;
        background-color: #fff;
        padding: .25rem;
        border: solid .5px #e1e1e1
    }

    .d-Five-page-card {
        width: 50% !important
    }

    .search-page-product-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }
}

@media (max-width: 810px) {
    .tag-page-container {
        margin: .25rem;
        margin-top: 1rem;
        background-color: #fff;
        padding: .25rem;
        border: solid .5px #e1e1e1
    }

    .d-Five-page-card {
        width: 50% !important
    }

    .tag-page-product-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }
}

.footer-container {
    background-color: #eceff1;
    padding: 3rem 7rem .2rem;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e1e1e1
}

.footer__yaragh-info {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2rem
}

.footer__yaragh-info--dis {
    width: 65%;
    color: #666;
    text-align: justify
}

.footer__yaragh-info--time {
    text-align: center;
    font-size: 1.05rem;
    padding-bottom: 2rem;
    color: #424040;
    font-weight: 800
}

.footer__dis-symbol {
    display: flex
}

.footer-certificates {
    width: 35%;
    display: flex;
    justify-content: center
}

.footer-partials {
    display: flex;
    justify-content: space-between
}

.footer__yaragh--social-media {
    width: 20%
}

.noneHome-footer .footer-partials {
    display: flex;
    justify-content: space-around
}

.noneHome-footer .footer-certificates,
.noneHome-footer .footer__yaragh--services,
.noneHome-footer .footer__yaragh--contact-us,
.noneHome-footer .footer__yaragh--social-media {
    width: auto
}

.noneHome-footer .footer__yaragh--social-media {
    text-align: center;
    margin: auto
}

.footer__yaragh--services ul,
.footer__yaragh--contact-us ul,
.footer__yaragh--social-media ul,
.footer__yaragh--suggestions ul {
    list-style-type: none
}

.footer__yaragh--services ul li,
.footer__yaragh--contact-us ul li,
.footer__yaragh--social-media ul li,
.footer__yaragh--suggestions ul li {
    font-size: .9rem
}

.footer__yaragh--services p,
.footer__yaragh--contact-us p,
.footer__yaragh--social-media p,
.footer__yaragh--suggestions p {
    font-size: 1rem;
    color: #424040;
    font-weight: 500
}

.copyright {
    text-align: center;
    margin-top: 2rem;
    color: #6f6f6f
}

@media (max-width: 810px) {
    .copyright {
        margin-bottom: 3rem
    }
}

.footer__yaragh--social-media>div {
    display: flex
}

.footer-partials a {
    text-decoration: none;
    color: #4a5f73
}

.footer__yaragh--services a:hover,
.footer__yaragh--contact-us a:hover {
    color: #48ac8e
}

.footer__dis-symbol {
    padding-bottom: 2rem
}

.footer__yaragh--social-media a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 1rem;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1)
}

.footer__yaragh--social-media div>a:hover {
    transition: .2s ease-in-out;
    background-color: #48ac8e
}

@media (max-width: 810px) {
    .footer-container {
        display: flex;
        flex-direction: column;
        padding: 1rem
    }

    .footer__yaragh-info--time {
        font-size: .9rem;
        order: 0
    }

    .footer__dis-symbol {
        display: flex;
        flex-direction: column;
        order: 2
    }

    .footer__yaragh-info--dis,
    .footer-certificates {
        width: 100%;
        padding: .5rem
    }

    .footer-partials {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        order: 1;
        margin-bottom: 1rem
    }

    .footer__yaragh--services,
    .footer__yaragh--contact-us,
    .footer__yaragh--social-media,
    .footer__yaragh--suggestions {
        width: auto;
        padding: .5rem;
        text-align: center
    }

    .footer__yaragh--services ul,
    .footer__yaragh--contact-us ul,
    .footer__yaragh--suggestions ul {
        padding: 0
    }

    .footer__yaragh--social-media>div {
        justify-content: center
    }

    .copyright {
        order: 3
    }
}

.user-header {
    padding: .5rem;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03)
}

.registration,
.logIn-page {
    background-color: #fff;
    border: solid .5px #e1e1e1;
    border-radius: 20px;
    width: 29rem;
    padding: 1rem;
    margin: 2rem auto
}

.registration-container,
.login-page-container,
.phone-verify-container,
.reset-password-phone-verify-container,
.reset-password-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.floating-group {
    position: relative;
    margin-bottom: 25px;
    transition: margin 0.1s ease;
}

/* when has error */
.floating-group.error-state {
    margin-bottom: 40px;
}

.floating-input {
    position: relative;
}

.floating-input input {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    transition: all 0.2s ease;
}

.floating-input label {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #888;
    font-size: 14px;
    padding: 0 4px;
    pointer-events: none;
    transition: all 0.25s ease;
}

/* When input is focused or filled */
.floating-input input:focus+label,
.floating-input input:not(:placeholder-shown)+label {
    top: -8px;
    right: 8px;
    font-size: 12px;
    color: #555;
}

.floating-input input:focus+label,
.floating-input input.has-value+label {
    top: -8px;
    right: 8px;
    font-size: 12px;
    color: #555;
}

.floating-input input.error+label::before {
    background: #fff;
}


@media (max-width: 810px) {

    .registration,
    .logIn-page {
        width: 27rem;
        border-radius: 0;
    }
}

.registration__title,
.login-page__title,
.reset-password__title,
.registration__information--title {
    margin: 1rem 0;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.registration__title h1,
.login-page__title h1,
.reset-password__title h1 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.login-page__information,
.phone-verify-page__information,
.reset-password__information {
    margin-bottom: 1rem;
    position: relative;
}

.registration-header,
.login-page-header,
.phone-verify-header,
.reset-password-header {
    display: flex;
    justify-content: center;
    width: 90%;
}

.registration__information--title span {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.registration__accept-terms {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.registration__accept-terms p {
    font-size: 13px;
}

span.registration__information--code {
    display: block;
    text-align: center;
    width: 80%;
    margin: 1rem auto
}

.numbers-verify {
    margin: 0 auto
}

.lines-number-input {
    direction: ltr;
    text-align: center
}

.line-number {
    width: 10rem;
    height: 2rem;
    text-align: center
}

input.line-number::-webkit-outer-spin-button,
input.line-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input.line-number[type="number"] {
    -moz-appearance: textfield
}

.lines-phone-number-input input::-webkit-outer-spin-button,
.lines-phone-number-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.lines-phone-number-input input[type="number"] {
    -moz-appearance: textfield
}

.registration__information--title small {
    color: #6f6f6f;
    font-size: 70%
}

.registration__information--input {
    position: relative;
    width: 100%;
    margin: .5rem auto
}

.registration__information--input input {
    width: 100%;
    height: 40px;
    margin: auto;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    outline: none;
    padding: 0 .5rem
}

.registration__information--input svg {
    position: absolute;
    left: .7rem;
    top: 50%;
    transform: translateY(-50%);
}

.registration__information--hint {
    margin-top: -.5rem;
    display: flex;
    justify-content: flex-start;
}

#registerForm,
#loginForm,
#verifyCodeForm,
#resetPasswordForm {
    width: 90%;
}

.registration__btn,
.login-page__btn,
.phone-verify__btn,
.reset-password__btn {
    text-align: center;
    font-size: 17px;
    margin: 1.5rem 0 1rem
}

.registration__btn button,
.login-page__btn button,
.phone-verify__btn button,
.reset-password__btn button {
    text-align: center;
    color: #fff;
    border-radius: 10px;
    height: 3rem;
    width: 100%;
    background-color: #6cccb0;
    border: none
}

.registration__information .custom-control {
    width: 80%;
    margin: 0 auto -.5rem;
    text-align: center;
    padding-left: 0
}

.registration__information .custom-control-label {
    padding: .1rem 1.5rem
}

.registration__signIn-check,
.registration__pass-recover,
.registration__new-user {
    text-align: center;
    margin-bottom: 1rem
}

.registration__signIn-check span,
.registration__pass-recover span,
.registration__new-user span {
    font-size: .9rem
}

.registration__signIn-check a,
.registration__pass-recover a,
.registration__new-user a {
    text-decoration: none
}

.registration__information p {
    margin-bottom: .5rem
}

.phone-verify,
.reset-password-phone-verify,
.reset-password {
    background-color: #fff;
    border: solid .5px #e1e1e1;
    border-radius: 20px;
    width: 29rem;
    padding: 1rem;
    margin: 2rem auto
}

#countdown-text {
    font-size: 14px;
}

@media (max-width: 810px) {
    .phone-verify {
        width: 27rem;
        border-radius: 0;
    }

    .reset-password-phone-verify {
        width: 27rem;
        border-radius: 0;
    }
}

.phone-verify__send {
    text-align: center;
    margin: 1rem auto
}

.resend-sms {
    text-align: center
}

.lines-phone-number-input {
    text-align: center
}

.lines-phone-number-input input {
    width: 17rem;
    height: 2.8rem;
    border: 1px solid #9f9f9f;
    text-align: center;
    margin: .5rem auto;
    font-size: 20px;
    border-radius: 10px
}

.complete-order__container {
    background-color: #fff;
    border: solid .5px #e1e1e1;
    border-radius: 20px;
    width: 29rem;
    padding: 1rem;
    margin: 2rem auto
}

.successful-payment {
    background-color: #fff;
    max-width: 80%;
    margin: 10rem auto 2rem;
    padding: 3rem 0;
    border-radius: 10px;
    text-align: center
}

.unsuccessful-payment {
    background-color: #fff;
    max-width: 80%;
    margin: 10rem auto 2rem;
    padding: 3rem 0;
    border-radius: 10px;
    text-align: center
}

@media (max-width: 810px) {
    .complete-order__container {
        width: 23rem
    }
}

@media (max-width:767px) {
    .successful-payment {
        max-width: 100% !important
    }

    .unsuccessful-payment {
        max-width: 100%
    }
}

.successful-payment__icon {
    background-color: #cfe7ab;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    text-align: center;
    margin: auto
}

.unsuccessful-payment__icon {
    background-color: #ffdade;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    text-align: center;
    margin: auto
}

.mdi__seccess-green {
    color: #9caf7e
}

.mdi__unsuccess-red {
    color: #ff3254
}

.successful-payment__message {
    text-align: center;
    margin: 2rem auto;
    color: #737373
}

.unsuccessful-payment__message {
    text-align: center;
    margin: 2rem auto;
    color: #737373
}

.successful-payment__message--1 {
    font-size: 1.313rem
}

.unsuccessful-payment__message--1 {
    font-size: 1.313rem
}

.successful-payment__message--1 span {
    padding: .2rem;
    background-color: #f3fefb;
    color: #2ab;
    font-family: "Times New Roman", Times, serif
}

.unsuccessful-payment__message--1 span {
    padding: .2rem;
    background-color: #f3fefb;
    color: #2ab;
    font-family: "Times New Roman", Times, serif
}

.successful-payment__message--2 {
    font-size: 1.071rem
}

.unsuccessful-payment__message--2 {
    font-size: 1.071rem
}

.unsuccessful-payment__message--small {
    background-color: #ffdade;
    padding: .4rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

.back-to-order-btn {
    background-color: #2ab88d;
    color: #fff;
    border: none;
    padding: 1rem;
    border-radius: 10px;
    text-decoration: none;
    margin: auto
}

.cart-index-main {
    overflow-x: hidden
}

.fix-chat-support-multiply {
    border-radius: 50%;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 1.5rem;
    z-index: 999999999
}

.fix-phone-support,
.fix-chat-support,
.fix-chat-support2 {
    border-radius: 50%;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 1.5rem;
    z-index: 999999999
}

.chat-icon {
    text-align: center;
    margin-top: .7rem
}

.fix-phone-support {
    background-color: #9f9f9f;
    left: 1.5rem
}

.fix-chat-support,
.fix-chat-support2 {
    background: #29b88c;
    left: 1.5rem;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2), 0 1px 10px rgba(0, 0, 0, .15);
    display: none
}

.messagers-support--mobile a>div>svg {
    margin-top: .4rem
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes slide-up {
    from {
        bottom: 0
    }

    to {
        bottom: var(--offset)
    }
}

.fix-phone-support {
    position: fixed;
    --offset: 5.3rem;
    left: 1.5rem;
    border-radius: 50%;
    z-index: 999999999;
    background-color: #19b68a;
    padding: .15rem;
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
    animation: slide-up .7s forwards 1
}

.tel-support--phone {
    position: fixed;
    --offset: 12.7rem;
    left: 1.5rem;
    border-radius: 50%;
    z-index: 999999999;
    background-color: #19b68a;
    padding: .15rem;
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
    animation: slide-up .7s forwards 1
}

.eitaa-support--phone {
    position: fixed;
    --offset: 16.4rem;
    left: 1.5rem;
    border-radius: 50%;
    z-index: 999999999;
    background-color: #19b68a;
    padding: .15rem;
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
    animation: slide-up .7s forwards 1
}

.wa-support--phone {
    position: fixed;
    --offset: 9rem;
    left: 1.5rem;
    border-radius: 50%;
    z-index: 999999999;
    background-color: #19b68a;
    padding: .15rem;
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
    animation: slide-up .7s forwards 1
}

.wa-support--desktop {
    position: fixed;
    left: 1.5rem;
    border-radius: 15rem;
    z-index: 999999999;
    --offset: 4.6rem;
    background-color: #19b68a;
    padding: .3rem .5rem;
    text-align: center;
    width: 8rem;
    animation: slide-up .7s forwards 1
}

.tel-support--desktop {
    position: fixed;
    left: 1.5rem;
    border-radius: 15rem;
    z-index: 999999999;
    --offset: 8.1rem;
    background-color: #19b68a;
    padding: .3rem .5rem;
    text-align: center;
    width: 8rem;
    animation: slide-up .7s forwards 1
}

.fix-desktop-support {
    position: fixed;
    left: 1.5rem;
    border-radius: 15rem;
    z-index: 999999999;
    --offset: 1.5rem;
    background-color: #19b68a;
    padding: unset;
    text-align: center;
    width: 8rem;
    height: 2.8rem;
    animation: slide-up .7s forwards 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eitaa-support--desktop {
    position: fixed;
    left: 1.5rem;
    border-radius: 15rem;
    z-index: 999999999;
    --offset: 11.7rem;
    background-color: #19b68a;
    padding: .3rem .5rem;
    text-align: center;
    width: 8rem;
    transition: all .5s;
    animation: slide-up .7s forwards 1
}

.show {
    display: block
}

.hide {
    display: none
}

.text-support--desktop {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    border-radius: 15rem;
    z-index: 9999999999;
    background-color: #19b68a;
    padding: .5rem;
    text-align: center;
    width: 13rem;
    color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2), 0 1px 10px rgba(0, 0, 0, .15);
    animation: fadeInUp .4s both;
    font-size: 17px
}

.text-support--desktop:hover {
    scale: 1.05
}

.messagers-support--desktop {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center
}

@media (max-width: 810px) {
    .fix-chat-support {
        display: block;
    }

    .fix-chat-support2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .show {
        display: block
    }

    .hide {
        display: none
    }

    .text-support--desktop {
        display: none
    }
}

div.yaragh-services {
    margin-top: auto
}

.yaragh-services table {
    margin: 0 auto
}

.yaragh-services-border {
    padding: 0 !important
}

td.yaragh-services-border>div {
    height: 4rem;
    width: 1px;
    background-color: #cbcbcba6
}

tr.yaragh-services>td {
    padding: 1rem;
    text-align: center;
    font-size: 11px
}

.product-single__main-content {
    display: flex;
    width: 97%;
    background-color: #fff;
    border-radius: 5px;
    border: solid .5px #e1e1e1;
    margin: auto
}

.product-single__main-content--img-services {
    max-width: 38.44rem;
    border-left: 1px solid #d3d3d3;
    display: flex;
    flex-direction: column;
    width: 55%
}

@media (max-width: 600px) {
    .product-single__main-content--img-services {
        height: 580px
    }
}

.product-single__main-content--img {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: 100%
}

.product-single__main-content--detail {
    padding: 3rem 1.5rem;
    display: flex;
    flex-direction: column
}

.product-title-container {
    background-color: #f3fdfa;
    border-right: 5px solid #5fc2a5;
    border-radius: 6px;
    padding: .8rem .7rem .5rem .5rem;
    width: min-content;
    white-space: nowrap
}

@media (min-width: 811px) {
    .product-title-container {
        min-width: 25rem
    }
}

h1.product-name {
    font-size: 18px
}

.product-english-name-container {
    padding-bottom: .5rem !important;
    align-items: center;
    display: flex;
    margin-bottom: 0;
    margin-top: 16px;
    justify-content: space-between;
    margin-left: 1rem;
    direction: ltr
}

.product-english-name-border {
    background: #dadce0;
    height: 1px;
    width: 100%
}

div.product-english-name {
    flex-shrink: 0;
    align-items: center;
    color: #70757a;
    display: flex;
    font-size: 12px;
    font-style: normal;
    margin: 0;
    margin-left: 0;
    margin-left: 0;
    padding: 0;
    padding-left: 0;
    white-space: nowrap;
    padding-left: 4px
}

span.product-english-name {
    font-family: "Times New Roman", Times, serif;
    align-items: center;
    color: #70757a;
    display: flex;
    font-size: 12px;
    font-style: normal;
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.product-single__main-content--info {
    margin-top: 2rem;
    font-size: 12px;
    color: #a3a3a3;
    display: flex;
    flex-direction: column
}

.category-tag {
    margin-top: .25rem;
    display: inline-block
}

.category-tag a {
    font-size: .77rem
}

.producu-short-desc {
    margin-top: 20px
}

.product-short-desc {
    margin: 2rem 1rem 1rem 2rem;
    color: #5b5656;
    border-top: 2px dashed #d3d3d3;
    border-bottom: 2px dashed #d3d3d3;
    padding: 1rem 0;
    width: 23rem
}

.product-short-desc p {
    font-size: .9rem;
    margin: 0
}

.select-options.custom-select.custom-select-lg {
    font-size: 1rem;
    width: 17rem;
    margin-left: 1rem
}

.product-single__main-content--detail .brand-logo {
    margin-top: 1rem
}

.required-products {
    display: flex;
    margin: .75rem 0;
    width: 100%;
    border-radius: 7px;
    background-color: #f5f5f5;
    border: .5px solid #e1e1e1;
    position: relative;
    overflow-y: hidden;
    padding-right: 34px
}

.required-products div:nth-child(2) {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto
}

.required-products div:nth-child(2)::-webkit-scrollbar {
    display: none
}

.product-count {
    display: flex;
    align-items: center;
}

.required-products div:nth-child(2) {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.required-products__each {
    display: flex;
    flex-direction: column;
    margin: .25rem .1rem;
    flex-shrink: 0
}

.required-products__each label {
    position: relative;
    display: block;
    margin: 0
}

.required-products__each input {
    opacity: 0;
    z-index: -1;
    position: absolute
}

.required-products__each span:not(.required-products__each--mobile-view) {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

@keyframes textAppears {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.required-products__each label:hover>span {
    color: #212529;
    display: block;
    animation-name: textAppears;
    animation-duration: .3s
}

.required-products__each img {
    border-radius: 7px;
    cursor: pointer
}

.required-products__desktop-preview--icon {
    display: none
}

@media (min-width: 811px) {
    .required-products__preview {
        height: 5rem;
        width: 22rem;
        align-items: center;
        text-align: center;
        position: absolute;
        z-index: 1.0E+17;
        top: 121px;
        left: 0;
        border-radius: 10px;
        border: 1px solid #e3e3e3;
        background-color: #fff;
        overflow: hidden;
        justify-content: flex-start;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06)
    }

    .required-products__preview--icon {
        width: 3rem;
        border-left: 1px solid #e3e3e3;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        background-color: #57d8ac
    }

    .required-products__preview--title {
        font-size: 1.1rem;
        color: #212529;
        padding: .7rem
    }

    .required-products__preview--price {
        font-size: 1rem;
        color: #1c8263
    }

    a.required-products__each--mobile-view {
        display: none
    }

    .required-products__each label:hover .required-products__desktop-preview--icon {
        background-color: #57d8acd6;
        width: 100%;
        height: 20px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px
    }
}

.required-products__each--container {
    background-color: #fff;
    border-radius: 8px;
    width: 6rem;
    border: 1px solid #e3e3e3
}

@media (max-width: 811px) {
    span.required-products__each--mobile-view {
        display: block;
        border-top: 1px solid #e3e3e3
    }

    div.required-products__banner {
        width: 146px
    }

    a.required-products__each--desktop-view {
        display: none
    }
}

.white-background {
    background-color: #ffffff8f;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 7px
}

.required-products__banner {
    position: absolute;
    background-color: #57d8ac;
    color: #fff;
    padding: .5rem;
    transform: rotate(-90deg);
    transform-origin: top right;
    width: 122px;
    top: 0;
    right: 34px
}

.rotatedText {
    transform: rotate(-90deg);
    transform-origin: bottom right;
    position: absolute;
    top: -32px;
    right: -2rem;
    height: 2rem;
    width: 156.5px;
    text-align: center;
    color: #fff
}

/* Required Products Modal - Redesigned */
.rp-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000000000;
    background-color: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    animation: rpFadeIn 0.2s ease;
}
.rp-modal {
    position: fixed;
    z-index: 10000000001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(580px, 94vw);
    max-height: 85vh;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: rpSlideUp 0.25s ease;
    font-family: inherit;
    direction: rtl;
}
.rp-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}
.rp-modal__title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
}
.rp-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    background: #f5f5f5;
    border-radius: 8px;
    cursor: pointer;
    color: #666;
    transition: all 0.15s;
}
.rp-modal__close:hover {
    background: #e8e8e8;
    color: #333;
}
.rp-modal__body {
    overflow-y: auto;
    padding: 8px 0;
    flex: 1;
}
.rp-modal__item {
    padding: 16px 20px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.rp-modal__item:last-child {
    border-bottom: none;
}
.rp-modal__badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.rp-modal__badge--main {
    background: #fff3e0;
    color: #e65100;
}
.rp-modal__badge--required {
    background: #e8f5e9;
    color: #2e7d32;
}
.rp-modal__item-content {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.rp-modal__item-img {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fafafa;
}
.rp-modal__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rp-modal__item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}
.rp-modal__item-name {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rp-modal__select {
    width: 100%;
    padding: 8px 12px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    font-family: inherit;
    color: #333;
    background: #fafafa;
    cursor: pointer;
    transition: border-color 0.15s;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 12px center;
}
.rp-modal__select:focus {
    outline: none;
    border-color: #2ab88d;
    background-color: #fff;
}
.rp-modal__colors {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    padding: 2px 0;
}
.rp-modal__item-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-width: 100px;
    gap: 2px;
}
.rp-modal__price--final {
    font-size: 14px;
    font-weight: 700;
    color: #2ab88d;
    white-space: nowrap;
}
.rp-modal__price--original {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    white-space: nowrap;
}
.rp-modal__footer {
    padding: 14px 20px;
    border-top: 1px solid #eee;
    background: #fafafa;
}
.rp-modal__submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border: none;
    border-radius: 10px;
    background: #2ab88d;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.15s;
}
.rp-modal__submit:hover {
    background: #24a57e;
}
.rp-modal__submit:active {
    transform: scale(0.98);
}
.rp-modal__submit svg {
    stroke: #fff;
}
.rp-modal input[type="text"][hidden] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
/* Color circles inside modal */
.rp-modal__colors input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.rp-modal__colors label {
    margin: 0;
    cursor: pointer;
}
.rp-modal__colors .color-circle-view {
    width: 28px;
    height: 28px;
    transition: box-shadow 0.15s;
}
.rp-modal__colors input:checked ~ div.color-circle-view .checked-radio-icon {
    display: block;
}
.rp-modal__colors input:checked ~ div.color-circle-view {
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #2ab88d;
}
.rp-modal.rp-modal--loading {
    animation: none;
    opacity: 0;
}
.rp-modal__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.rp-modal__item-header .rp-modal__badge {
    margin-bottom: 0;
}
.rp-modal__item-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.rp-modal__remove-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: #fff;
    color: #999;
    cursor: pointer;
    transition: all 0.15s;
    padding: 0;
    flex-shrink: 0;
}
.rp-modal__remove-btn:hover {
    border-color: #dc3545;
    color: #dc3545;
    background: #fff5f5;
}
.rp-modal__item-price--bottom {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-top: 10px;
    justify-content: flex-end;
}
.rp-modal__item--main .rp-modal__select {
    pointer-events: none;
    appearance: none;
    background-image: none;
    opacity: 0.85;
}
.rp-modal__item--main .rp-modal__colors {
    pointer-events: none;
}
.rp-modal__item--out-of-stock {
    background: #fff5f5;
    border-right: 3px solid #dc3545;
}
.rp-modal__item--out-of-stock .rp-modal__select,
.rp-modal__item--out-of-stock .rp-modal__colors {
    opacity: 0.45;
    pointer-events: none;
}
.rp-modal__stock-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 6px;
    white-space: nowrap;
}
.rp-modal__stock-badge--unavailable {
    background: #fde8e8;
    color: #dc3545;
}
.rp-modal__stock-badge--low {
    color: #da1e28;
    font-size: 11px;
}
.rp-modal__footer-warning {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    margin-bottom: 10px;
    background: #fde8e8;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #dc3545;
}
@keyframes rpFadeIn {
    from { opacity: 0 }
    to { opacity: 1 }
}
@keyframes rpSlideUp {
    from { opacity: 0; transform: translate(-50%, -46%) }
    to { opacity: 1; transform: translate(-50%, -50%) }
}
@media (max-width: 810px) {
    .rp-modal {
        width: 96vw;
        max-height: 90vh;
    }
    .rp-modal__item-content {
        flex-wrap: wrap;
    }
    .rp-modal__item-price {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: flex-end;
        gap: 10px;
        margin-top: 4px;
    }
}

.required-products__each label>.required-products__each--select::after {
    content: url(../img/plus-circle-outline-42.png);
    display: block
}

.required-products__each label>input:checked~.required-products__each--select::after {
    content: url(../img/check-circle-42.png);
    display: block
}

.required-products__each label>input:checked~.required-products__each--plus {
    display: none
}

.required-products__each label input:checked~span {
    display: block
}

.required-product__modal {
    background-color: #fff;
    position: fixed;
    z-index: 10000000001;
    width: 50rem;
    min-height: 15rem;
    max-height: 32rem;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    font-size: 1rem;
    color: #212529;
    overflow-x: hidden;
    overflow-y: auto
}

.required-products__modal--container {
    position: fixed;
    width: 50rem;
    min-height: 15rem;
    max-height: 32rem;
    transform: translate(-50%, -50%);
    z-index: 10000000001;
    border-radius: 15px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    background-color: #fff
}

.required-product__modal {
    font-size: 1rem;
    color: #212529;
    overflow-y: auto;
    max-height: 29rem
}

.required-products__modal--container .addToCart-button {
    border-radius: 0
}

.required-product__modal>div {
    display: flex;
    align-items: center;
    padding: .5rem;
    border-bottom: .5px solid #e3e3e3;
    position: relative;
    height: 13rem
}

.required-product__modal input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.required-product__modal>div:first-child {
    border-right: 2rem solid #ffa600
}

.required-product__modal>div:not(:first-child) {
    padding: 1rem;
    border-right: 2rem solid #08bd54
}

.required-product__modal--img {
    border-radius: 10px;
    overflow: hidden;
    height: 111px;
    width: 70px;
    margin: 1rem
}

.required-product__modal>div>div:nth-child(3) {
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
    height: 140px
}

.required-product__modal--title {
    margin: .5rem 0
}

.required-product__modal--colors {
    display: flex;
    padding: .5rem
}

.required-products__modal--price {
    margin: 0 auto 0 2.5rem;
    font-size: 1.2rem;
    color: #289b78
}

.required-product__modal label {
    margin: 0
}

.required-product__modal button {
    border-radius: 0;
    height: 3.5rem
}

.required-product__modal--colors input:checked~div.color-circle-view .checked-radio-icon {
    display: block
}

@media (max-width: 810px) {
    .required-product__modal {
        width: 98%
    }

    .required-product__modal>div {
        flex-direction: column;
        align-items: center;
        height: 24rem
    }

    .required-products__modal--price {
        margin: auto 0;
        font-size: 1.5rem
    }

    .rotatedText {
        width: 335.5px
    }

    .required-products__each label input:not(:checked)~span {
        display: none
    }
}

.title-wide p {
    color: #6f7479;
    line-height: 33px;
    font-size: 20px;
    height: 33px;
    position: relative;
    display: inline-block;
    padding-right: 40px;
    padding-left: 10px
}

.text-sm-title p {
    font-size: 1rem;
    font-weight: 400
}

.title-wide p:after,
.title-wide p:before {
    content: ""
}

.title-wide p:before {
    background: url(../img/theme/title-circles.png) left no-repeat;
    display: block;
    position: absolute;
    right: -20px;
    top: 11px;
    height: 14px;
    width: 32px;
    margin-right: 13px;
    height: 14px;
    width: 32px
}

.similar-products-slider--title {
    padding-top: 1.5rem
}

.brand-logo img {
    border: 1px solid #c4c3c3;
    border-radius: 8px
}

.form-color {
    margin: 2rem 0 0;
    height: 8rem
}

.form-color form {
    display: flex;
    flex-direction: column
}

.form-color label {
    display: block;
    margin-bottom: 6px;
    height: 38px;
    float: right
}

.color-name-container {
    height: 2rem;
    background-color: #f3fdfa;
    border-radius: 5px;
    margin: 1rem 0;
    border-right: 5px solid #5fc2a5;
    font-size: 1.2rem;
    width: 11rem;
    text-align: right;
    padding-right: .5rem
}

.form-color input {
    visibility: hidden
}

.color-name-view {
    margin-bottom: 1rem;
    color: #6f6f6f
}

.color-circle-view-container {
    visibility: visible;
    height: 2rem
}

.guarantee-container {
    margin: 0 1rem 2rem 0;
    border: .5px dashed #2ab88d;
    width: 11rem;
    border-radius: 15px;
    padding: 1rem;
    text-align: center;
    font-size: 15px;
    color: #625f5f
}

.pruduct-price-addToCart-container {
    text-align: center;
    width: 22rem;
    margin-top: 2rem
}

.product-price {
    color: #2ab88d;
    font-size: 1.9rem
}

.product-price .price {
    display: flex;
    justify-content: center;
    align-items: center
}

.product-unavailable {
    font-size: 1rem;
    color: #212529;
    background-color: #e3e3e3;
    letter-spacing: -.04rem;
    margin: 2rem 0;
    padding: 1rem;
    border-radius: 10px
}

.product-unavailable-button {
    display: inline-block;
    width: 100%;
    background-color: #7a7a7a !important;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    color: #fff;
    border: 0;
    outline: 0;
    overflow: inherit
}

span.product-unavailable-button span {
    font-size: 1rem
}

.addToCart-button i {
    position: absolute;
    right: 10px;
    font-size: 23px
}

.addToCart {
    margin-top: 10px;
    direction: rtl;
    font-weight: 400;
    height: auto
}

.installation {
    font-size: 1rem;
    border: 2px solid #ff83006b;
    border-radius: 6px;
    margin: 0 .5rem;
    padding: .3rem;
    background-color: #ff8300a6;
    color: #fff
}

.addToCart span {
    font-size: 20px
}

.product__main-img {
    max-width: 100%;
    width: calc(100% - 102px)
}

@media (max-width: 600px) {
    .product__main-img {
        width: 100%
    }

    .tooltip-wrap:hover .tooltip-content {
        width: 16rem;
        border: 1px solid #a67415;
        padding: .5rem 1rem;
        background-color: #f0e8d9;
        border-radius: 8px;
        color: #6f6f6f;
        transform: translateX(18%)
    }
}

.product-thumbnails {
    margin: .5rem;
    display: flex;
    flex-direction: column;
    height: 50rem;
    overflow: auto;
    flex-shrink: 0
}

.product-thumbnails div {
    width: 85px;
    height: 127px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    margin: .2rem;
    overflow: hidden;
    padding: .4rem;
    flex-shrink: 0
}

.product-thumbnails div:last-child a {
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f4f4f4;
    border-radius: 10px
}

.product-thumbnails div:last-child a .mdi.mdi-dark::before {
    color: rgba(0, 0, 0, 0.4)
}

.product-thumbnails div img {
    max-width: 100%;
    border-radius: 10px
}

.form-attribute {
    height: 4.75rem
}

.product-title-mobile {
    display: none
}

.mobile-form {
    display: none
}

.product-single-comment,
.product-category-comment {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    max-width: 100%;
    background-color: #fff;
    border: .5px solid #e1e1e1;
    border-radius: 5px;
    padding: 1rem 0
}

.comment-reply-parent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.product-single-comment__box,
.product-category-comment__box {
    padding: 1rem;
    width: 20rem;
    height: 20rem;
    border: .5px solid #e1e1e1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin: 0 8.5px;
    background-color: #fff;
    flex-shrink: 0
}

.comment-reply {
    display: flex;
    position: absolute
}

.comment-reply.closed-reply {
    position: relative;
    width: 21rem;
    transition: .5s
}

.comment-head {
    position: relative
}

.comment-reply.closed-reply .product-single-comment__box.reply {
    position: absolute;
    top: 8.4rem;
    right: -.55rem;
    z-index: 100
}

.comment-reply.closed-reply .product-single-comment__box.with-reply {
    position: absolute;
    z-index: 11
}

.new-reply-container {
    position: relative;
    display: flex;
    padding: 6px 0
}

.product-single-comment__box.with-reply {
    z-index: 3;
    transition: all .3s cubic-bezier(0.25, 0.8, 0.25, 1)
}

.product-single-comment__box.reply,
.product-single-comment__box.new-reply,
.product-category-comment__box.reply,
.product-category-comment__box.new-reply {
    height: fit-content;
    margin-top: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #e8fdf7
}

.product-single-comment__box.new-reply,
.product-category-comment__box.new-reply {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.product-single-comment__box--rate,
.product-category-comment__box--rate {
    text-align: center
}

.product-single-comment__box--img,
.product-category-comment__box--img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px
}

.product-single-comment__box--img img,
.product-category-comment__box--img img {
    border: .5px solid #e1e1e1;
    border-radius: 7px
}

.product-single-comment__box p,
.product-category-comment__box p {
    margin: .5rem 0;
    text-align: right;
    width: 100%;
    height: 4rem;
    overflow-y: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto
}

.product-single-comment__box--btn,
.product-category-comment__box--btn {
    color: #2ab88d;
    border: none;
    background-color: transparent
}

.comment-name-input {
    width: 10rem;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding: .5rem
}

.comment-textarea {
    margin-top: 1rem;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    padding: .5rem;
    max-height: 212px
}

.product-single-comment__box--rate label {
    position: relative;
    padding: 1px;
    display: block
}

.product-category-comment__box--rate label {
    position: relative;
    padding: 1px;
    display: block
}

.product-single-comment__box--rate input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.product-category-comment__box--rate input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.product-single-comment__box--rate label:before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    height: 24px;
    width: 24px
}

.product-category-comment__box--rate label:before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    height: 24px;
    width: 24px
}

.comment-reply.closed-reply .product-category-comment__box.reply {
    position: absolute;
    top: 8.4rem;
    right: -.55rem;
    z-index: 100;
    margin: 0 17px
}

.comment-reply.closed-reply .product-caetgory-comment__box.with-reply {
    position: absolute;
    z-index: 11
}

.product-category-comment__box.with-reply {
    z-index: 3;
    transition: all .3s cubic-bezier(0.25, 0.8, 0.25, 1)
}

input.review-input#rating-stars01:checked~span label[for="rating-stars01"]::before {
    content: url(../img/star.png)
}

input.review-input#rating-stars02:checked~span label[for="rating-stars01"]::before,
input.review-input#rating-stars02:checked~span label[for="rating-stars02"]::before {
    content: url(../img/star.png)
}

input.review-input#rating-stars03:checked~span label[for="rating-stars01"]::before,
input.review-input#rating-stars03:checked~span label[for="rating-stars02"]::before,
input.review-input#rating-stars03:checked~span label[for="rating-stars03"]::before {
    content: url(../img/star.png)
}

input.review-input#rating-stars04:checked~span label[for="rating-stars01"]::before,
input.review-input#rating-stars04:checked~span label[for="rating-stars02"]::before,
input.review-input#rating-stars04:checked~span label[for="rating-stars03"]::before,
input.review-input#rating-stars04:checked~span label[for="rating-stars04"]::before {
    content: url(../img/star.png)
}

input.review-input#rating-stars05:checked~span label[for="rating-stars01"]::before,
input.review-input#rating-stars05:checked~span label[for="rating-stars02"]::before,
input.review-input#rating-stars05:checked~span label[for="rating-stars03"]::before,
input.review-input#rating-stars05:checked~span label[for="rating-stars04"]::before,
input.review-input#rating-stars05:checked~span label[for="rating-stars05"]::before {
    content: url(../img/star.png)
}

@media (max-width: 810px) {
    .title-breadcrumb-special {
        height: 2.5rem
    }

    .breadcrumb-ol {
        display: flex;
        width: 100%;
        height: 2rem;
        float: right;
        list-style: none;
        overflow-x: auto;
        flex-wrap: nowrap;
        flex-direction: row;
        margin: .25rem;
        margin: 1rem .25rem 0 .25rem;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .breadcrumb-ol::-webkit-scrollbar {
        display: none
    }

    .breadcrumb-li {
        flex-wrap: nowrap;
        display: flex;
        width: auto;
        white-space: nowrap
    }

    .breadcrumb-li a {
        padding: 0 .5rem
    }

    .addToCart {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 999999999;
        width: 100%;
        padding: .75rem;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5)
    }

    .product-mobile-bottomSupport {
        bottom: 4.8rem
    }

    .product-attributes-form {
        order: -1
    }

    .product-single__main-content {
        flex-direction: column
    }

    .product-single__main-content--img {
        display: block
    }

    .product-single__main-content--img-services {
        width: 100%;
        border: none
    }

    .product-thumbnails {
        flex-direction: row;
        height: auto
    }

    .product__main-img img {
        width: 100%
    }

    .product__main-img {
        display: flex;
        overflow: auto;
        scroll-behavior: smooth
    }

    .product__main-img .product__main-img--each {
        flex-shrink: 0;
        width: 100%;
        position: relative
    }

    .product__main-img::-webkit-scrollbar,
    .similar-products__mobile--scroll::-webkit-scrollbar {
        display: none
    }

    .product__main-img,
    .similar-products__mobile--scroll {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .similar-products__mobile--scroll {
        display: flex;
        overflow-x: auto
    }

    .product-title-desktop {
        display: none
    }

    .product-title-mobile {
        display: block;
        width: 100%
    }

    .product-title-container {
        background-color: #f3fdfa;
        border-right: 5px solid #5fc2a5;
        border-radius: 6px;
        padding: .8rem .7rem .5rem .5rem;
        width: 100%;
        white-space: normal
    }

    .product-short-desc {
        margin: 1rem 0;
        width: 100%
    }

    .yaragh-services {
        display: none
    }

    .desktop-form {
        display: none
    }

    .mobile-form {
        display: block
    }

    .form-attribute {
        height: 8.75rem
    }

    .form-attribute select {
        margin: .5rem 0
    }

    .pruduct-price-addToCart-container {
        width: auto
    }
}

.header-main {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    z-index: 999999999
}

.desktop-header {
    display: flex;
    height: 5rem;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 51;
    position: relative;
    top: 0;
    padding: 0 2rem;
    width: 100%
}

.yaragh-logo {
    width: 227px
}

.yaragh-logo img {
    width: 100%
}

div.searchBox {
    position: relative;
    margin: auto 0
}

form.searchBox {
    position: relative
}

form.searchBox input {
    width: 100%;
    height: 2.5rem;
    padding: 10px 10px 9px;
    line-height: 1.833;
    font-family: IRANSans;
    font-weight: 300;
    font-size: 14px;
    border-radius: 7px;
    background-color: #f4f1f1;
    border: none;
    color: #474747;
    outline: none
}

form.searchBox .mdi-36px.mdi-set,
form.searchBox .mdi-36px.mdi::before {
    font-size: 30px
}

form.searchBox button {
    background-color: #6cccb0;
    width: 50px;
    height: 2.5rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 7px 0 0 7px;
    background: #6cccb0;
    border: 0;
    cursor: pointer;
    outline: none
}

@media (min-width: 811px) {
    div.searchBox {
        width: 40%
    }
}

.yaragh-support-icon {
    width: 1.75rem;
    height: auto;
    margin: auto auto auto .5rem
}

.yaragh-support-icon img {
    max-width: 100%;
    height: auto
}

.yaragh-support {
    width: 12%;
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

.yaragh-support-contact a {
    color: #007bff;
    text-decoration: none;
    font-size: 1.1rem
}

.yaragh-support-contact {
    margin: 1rem 0;
    color: #757575
}

.yaragh-support-contact p,
.yaragh-support-contact h1 {
    margin: 0 !important;
    text-align: center;
    font-size: 1rem;
    font-weight: 300
}

@media (min-width: 811px) {
    .logIn-container {
        margin: auto 0;
        margin-left: 2.5rem
    }
}

.logIn-dropdown-parent .mdi-36px.mdi-set,
.logIn-dropdown-parent .mdi-36px.mdi::before {
    font-size: 25px
}

a.logIn-dropdown-item {
    position: relative
}

.logIn-dropdown-item {
    display: flex;
    color: #757575;
    padding: 10px 5px 10px 15px;
    font-size: 13px;
    align-items: center;
}

.logIn-dropdown-child-container>li:nth-of-type(1)>a>svg {
    margin-left: 4px;
    padding-top: 4px;
}

.logIn-dropdown-menu {
    top: 50px;
    direction: rtl;
    min-width: 12rem;
    padding: .35rem 0;
    margin: .125rem 0 0;
    color: #8492a6;
    text-align: right;
    background-color: #fff;
    border: 0;
    border-radius: 25px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    display: block !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.logIn-dropdown-parent {
    list-style-type: none
}

.logIn .logIn-dropdown {
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 0;
    margin: 0
}

.logIn-dropdown-child-container {
    display: none
}

.logIn-dropdown-parent:hover .logIn-dropdown-child-container {
    list-style-type: none;
    display: block;
    position: absolute;
    padding-right: 0;
    background-color: #fff;
    z-index: 10;
    width: 10rem;
    right: -4rem;
    border-radius: 7px;
    -webkit-box-shadow: 0 2px 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 4px 8px rgba(0, 0, 0, 0.03)
}

.horizontalShortBorder {
    height: 40px;
    width: 1px;
    background-color: #e0e0e2;
    margin: auto 7px
}

.cart-counter {
    background-color: #f7858d;
    color: #fff;
    display: inline;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    font-size: 13px
}

.fix-header-clear {
    height: 9rem
}

.fix-header-clear.shipping {
    height: 6rem
}

.headerCls {
    transform: translateY(-100%);
    transition: transform 0.3s, -webkit-transform .3s
}

.m-headerCls {
    transform: translateY(-3rem);
    transition: transform 0.3s, -webkit-transform .3s
}

.headerOpn {
    transform: translateY(0);
    transition: transform 0.3s, -webkit-transform .3s
}

.m-top-phone-banner {
    display: none
}

.searchBox.m-searchBox {
    display: none
}

.nav__btn {
    display: none
}

@media (max-width: 810px) {
    .desktop-header {
        height: 3rem
    }

    .yaragh-logo {
        width: 151px;
        transform: translateX(-10%)
    }

    .m-top-phone-banner {
        width: 100%;
        height: 3rem;
        background-color: #2ab88d;
        color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        font-size: 1rem;
        align-items: center;
        position: relative;
        z-index: 52
    }

    form.searchBox.m-searchBox input {
        font-size: 12px
    }

    .m-top-phone-banner a {
        text-decoration: none;
        color: #fff
    }

    .yaragh-support {
        display: none
    }

    .searchBox {
        display: none
    }

    div.searchBox.m-searchBox {
        display: flex;
        justify-content: space-around;
        background-color: #fff;
        padding: .25rem .5rem 0;
        height: 3rem;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03)
    }

    form.searchBox.m-searchBox {
        display: block;
        width: 95%
    }

    .header-main {
        box-shadow: none
    }

    .nav__btn {
        display: block
    }
}

.cart-index {
    display: flex;
    flex-direction: row;
    margin: 2rem;
    justify-content: space-between
}

.cart-list__container {
    min-width: 75%;
    margin: 0 1rem;
}

.cart-list__title {
    margin: 0 1rem .5rem 0;
}

.cart-list__title span {
    font-size: 18px;
    font-weight: 400;
}

.cart-list,
.cart-sidebar__price {
    background-color: #fff;
    border: .5px solid #e1e1e1;
    border-radius: 15px;
    padding: 2rem;
    min-height: 17rem
}

.cart-sidebar {
    width: 24%
}

.cart-sidebar__price--value {
    text-align: center
}

span.cart-sidebar__price--value {
    display: block;
    margin: 1rem 0;
    font-size: 1.429rem;
    font-weight: 400;
    color: #277b5f
}

.submit-your-cart-info {
    font-size: .786rem;
    color: #a0a0a0
}

.cart-list__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
    border: 1.5px dashed #d5d5d5;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.cart-list__item--remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f5f5f5;
    text-align: center
}

.product-inf-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cart-list__item--remove button svg {
    fill: #999;
    transition: 0.3s;
}

.cart-list__item--remove button:hover svg {
    fill: #e74c3c; /* red on hover */
}

.cart-list__item--img > div {
    width: 160px;
    border-radius: 15px;
    overflow: hidden
}

.cart-list__item--img > div > img {
    width: 100%;
    height: 100%;
}

.cart-list__item--product-info--title p {
    color: #333;
    font-weight: 600;
    font-size: 21px;
}

.cart-list__item--product-info--attribute > div {
    border: 1px solid #c4c4c4;
    padding: .25rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-list__item--product-info--attribute > div > span {
    font-size: 13px;
}

.cart-list__item--color {
    padding: .25rem;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-guarantee-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5rem 0;
}

.cart-list__item--product-info--amount svg {
    width: 25px;
    height: 25px;
}

.cart-list__item--product-info--amount svg use symbol path {
    fill: #0269d7;
}

.cart-guarantee-container p {
    margin: 0 .5rem 0 0;
}

.cart-delivery-method, .cart-fast-delivery {
    display: flex;
    align-items: center;
    margin: .5rem 0;
}

.cart-delivery-method p, .cart-fast-delivery p {
    margin: 0 .5rem 0 0;
}

.cart-fast-delivery > svg {
    margin-left: .5rem;
}

.cart-list__item--color-name {
    position: relative;
    padding-left: 12px
}

.cart-list__item--color-view {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    display: inline-block
}

.cart-list__item--product-info--amount {
    margin-top: 1rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.product-price-discount {
    display: flex;
    justify-content: space-between;
    margin: .5rem 0;
}

.product-final-price-cart {
    margin-right: 5px;
    font-size: 23px;
    font-weight: 500;
}

.cart-sidebar-title {
  display: flex;
  justify-content: center;
  align-items: center;
}


.cart-sidebar-title > span {
  font-size: 16px;
  font-weight: 400;
}


.product-old-price-cart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-old-price-cart > span {
    color: #9da7a8;
    text-decoration-line: line-through;
    font-size: 15px;
}

.product-final-price-cart > span {
    font-size: 13px;
    font-weight: 400;
}

.product-unit-price {
    display: flex;
    align-items: center;
}

.product-unit-price > p {
    font-size: 16px;
}

.product-unit-price > p > span {
    font-size: 13px;
    font-weight: 500;
}

.product-units-color-count__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.product-unit-color-container {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
    margin: .5rem 0;
}

.product-unit-color-container > div {
    width: 70%;
    margin: .1rem 0;
}

@media (min-width: 811px) {
    .cart-list__item {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
    }
    .cart-list__item--product-info {
        width: 100%;
        margin-right: 3rem;
    }
    .cart-list__item--price.mobile {
        margin-top: 0.5rem;
        width: 100%;
    }

    .cart-list__item--price {
        min-width: 436px;
        height: fit-content;
        text-align: left;
        border: 1px solid #eaeaea;
        padding: 1rem;
        border-radius: 8px;
        margin-top: auto;
    }
}

.cart-list__item--price.mobile {
    display: none
}

.cart-list__item--remove.mobile {
    display: none
}

.product-unit-color-title.mobile {
    display: none
}

@media (max-width: 810px) {
    .cart-index {
        flex-direction: column;
        margin: 2rem 0
    }

    .cart-list__container {
        margin: 0;
        width: 100%;
    }

    .cart-list {
        width: 100%;
        padding: 0;
        border-radius: 4px;
    }

    .product-inf-container {
        flex-direction: column;
    }

    .cart-list__title {
        margin: 1rem;
    }

    .cart-list__item {
        justify-content: start;
        border: 0;
        border-bottom: 1.5px dashed #d5d5d5;
        border-radius: 0;
    }

    .cart-list__item:last-of-type {
        border: 0;
    }

    .cart-sidebar {
        width: 100%;
        margin: .5rem 0;
        padding: 0
    }

    .cart-list__item--product-info {
        width: 100%;
    }

    .product-unit-color-container > div {
        width: 80%;
    }

    .product-unit-color-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product-unit-price p {
        font-size: 13px !important;
    }

    .product-unit-price > p > span {
        font-weight: 300;
    }

    .product-final-price-cart {
        font-size: 19px;
    }

    .product-unit-color-title label {
        font-size: 14px !important;
    }

    .cart-sidebar__price {
        padding: 1rem
    }

    .cart-list>span:nth-child(1) {
        display: block;
        padding: 1rem
    }

    .cart-list__item--remove.desktop {
        display: none
    }

    .cart-list__item--product-info--amount .desktop {
        display: none;
    }

    .cart-list__item--remove.mobile {
        display: block
    }

    .cart-list__item--img { 
        display: flex;
        justify-content: space-between;
    }

    .cart-list__item--img > div {
        width: 120px;
    }
    
    .product-unit-color-title.mobile {
        width: 100%;
        padding-right: 1rem;
        display: flex;
        align-items: flex-start;
    }

    .cart-list__item--img {
        margin: .5rem
    }

    .cart-list__item--product-info--title p {
        font-size: 15px;
        font-weight: 500;
    }

    .cart-list__item--product-info--amount p {
        font-size: 13px;
    }

    .option-box .option-input + label {
        font-size: 13px;
    }

    /* .cart-list__item--price>strong {
        font-size: 17px
    }


    .cart-list__item--price.desktop {
        display: none
    }

    .cart-list__item--price.mobile {
        display: block
    } */
}

.desktop-header.shipping {
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    z-index: 99999999999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03)
}

.shipping-main {
    display: flex;
    justify-content: space-between
}

.shipping-details {
    width: 75%;
    background-color: #fff
}

.shipping-sidebar__price {
    background-color: #fff;
    min-height: 15rem;
    position: relative;
    top: -12rem;
    width: 90%;
    height: 46rem;
    animation-name: receiptToggleIn;
    animation-duration: 1.5s
}

.shipping-sidebar {
    position: relative;
    width: 24%
}

@keyframes receiptToggleIn {
    0% {
        top: -45rem
    }

    100% {
        top: -12rem
    }
}

.shipping-sidebar>div:first-child {
    height: 8rem;
    width: 100%;
    margin-bottom: 0;
    background-color: #f4f4f4;
    z-index: 999;
    position: absolute;
    box-shadow: -7px 5px 8px rgba(0, 0, 0, 0.09)
}

.shipping-sidebar>div:nth-child(2) {
    position: sticky;
    top: 12rem
}

.zigzag {
    background: #fff;
    position: relative;
    z-index: 1;
    margin: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 -1px 17px -3px #767676
}

.zigzag::before,
.zigzag::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0
}

.zigzag::before {
    height: 12px;
    top: 100.5%;
    background: linear-gradient(-135deg, #e3e3e3 8px, transparent 0) 0 8px, linear-gradient(135deg, #e3e3e3 8px, transparent 0) 0 8px;
    background-position-x: 0px, 0;
    background-position-y: 8px, 8px;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 16px 16px
}

.zigzag::after {
    height: 12px;
    top: 100%;
    background: linear-gradient(-135deg, #fff 8px, transparent 0) 0 8px, linear-gradient(135deg, #fff 8px, transparent 0) 0 8px;
    background-position-x: 0px, 0;
    background-position-y: 8px, 8px;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 16px 16px
}

.shipping-sidebar__price>div:first-child {
    position: absolute;
    bottom: 30rem;
    left: 50%;
    transform: translateX(-50%);
    filter: grayscale(100%)
}

.shipping-sidebar__price>div:nth-child(2) {
    width: 96%;
    height: 29rem;
    position: absolute;
    bottom: 0;
    padding: 0 1rem;
    margin: 2rem auto 0;
    left: 50%;
    transform: translatex(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.shipping-sidebar__price>div>div:first-child {
    border-top: 2px dashed #c6bbbb;
    border-bottom: 2px dashed #c6bbbb;
    padding: 1rem 0;
    height: 18rem;
    margin-bottom: 1rem
}

.addToCart-button {
    width: 190px;
    position: relative;
    background-color: #57d8ac;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    color: #fff;
    border: 0;
    outline: 0;
    overflow: inherit;
    cursor: pointer
}

.shipping-sidebar__price>div strong {
    font-size: 1.1rem
}

.shipping-sidebar__price>div table {
    margin-top: .5rem
}

.shipping-sidebar__price>div table td {
    padding: .5rem 0;
    text-align: right
}

.shipping-sidebar__price>div table tr td:nth-child(2) {
    padding-left: .7rem;
    text-align: left
}

.shipping-sidebar__price>div table tr td:first-child {
    width: 50%;
    color: #96a1a6;
    padding-right: .7rem
}

.shipping-details {
    width: 75%;
    padding: 5rem 1rem
}

.shipping-main input {
    opacity: 0;
    z-index: -1
}

.shipping-main .form-check {
    padding: 0 1.5rem;
    margin: 1rem 2rem
}

.shipping-main .form-check label::after {
    content: url(../img/checkbox-blank-circle-outline.png);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.shipping-main .form-check input:checked~label::after {
    content: url(../img/check-circle.png);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.shipping-main .form-check .form-check-img {
    display: inline-block
}

.shipping-detailes__adresses--selected::after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #00bfd6 48px, #ff7e7e 0) repeat-x;
    background-size: auto;
    background-size: auto;
    background-size: 96px 3px
}

.shipping-detailes__adresses--selected::before {
    width: 5px;
    top: 0;
    bottom: 0;
    right: 25px;
    position: absolute;
    background-color: #2ab88d;
    content: ""
}

.shipping-detailes__adresses--selected-badge {
    width: 41px;
    height: 41px;
    background-color: #f3feff;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #2ab88d;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    color: #2ab88d
}

.shipping-details--cards {
    padding: .5rem 1rem 1rem;
    border: 1px solid #e1e1e1;
    margin: 1rem;
    border-radius: 15px
}

.shipping-main .form-check-label-first-span {
    font-size: .95rem
}

.shipping-main .form-check-label-second-span {
    color: #757070
}

.shipping-details>strong {
    padding: 1rem 2.7rem 1rem 1rem
}

.shipping-details--cards>strong {
    padding-right: 1rem !important
}

.shipping-details>strong,
.shipping-details--cards>strong {
    display: block;
    font-size: 1.3rem;
    margin: 1rem 0 .5rem;
    color: #69727b;
    padding: 1rem 2.7rem 1rem 1rem
}

.shipping-details__adresses,
.shipping-details__method,
.shipping-details__payment-method {
    width: 97%;
    margin: auto
}

.shipping-detailes__adresses--head {
    display: flex;
    justify-content: space-between
}

.shipping-detailes__adresses--head a {
    color: #666 !important;
    background-color: #edf0f5;
    border-radius: 10px;
    padding: .5rem;
    margin: .5rem;
    cursor: pointer;
    position: relative;
    top: 5rem
}

.shipping-detailes__adresses--selected {
    padding: 1rem 4rem 1rem 1rem;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08)
}

.shipping-detailes__adresses--title {
    font-size: 1.5rem;
    color: #6d6d6d
}

.checkout-contact-content.hidden {
    display: none
}

.checkout-address {
    margin-bottom: 20px;
    position: relative;
    display: none;
    z-index: 1
}

.checkout-address.show {
    display: block
}

.shipping-detailes__adresses--items {
    padding: 1rem
}

.shipping-detailes__adresses--items-cls {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f5f5f5;
    text-align: center;
    border: none
}

.shipping-detailes__adresses--items strong {
    margin: 1rem
}

.shipping-detailes__adresses--items-new {
    padding: 1rem
}

.shipping-detailes__adresses--items-head {
    display: flex;
    justify-content: space-between
}

.shipping-detailes__adresses--items-new input {
    border: 4px dashed #b8b8b8;
    border-radius: 15px;
    background: #fff;
    letter-spacing: -.3px;
    color: #a0a0a0;
    min-height: 72px;
    height: 100%;
    font-size: 1rem;
    line-height: 2;
    z-index: 1;
    opacity: 1;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0
}

.shipping-detailes__adresses--list-item {
    margin: 1rem;
    padding: 1rem;
    border-radius: 15px;
    border: .5px solid #e1e1e1
}

.shipping-detailes__adresses--list-item div {
    margin: 1rem
}

.shipping-detailes__adresses--list-head {
    display: flex;
    justify-content: space-between
}

.shipping-detailes__adresses--list-head input {
    color: #666 !important;
    background-color: #edf0f5;
    border-radius: 15px;
    padding: .5rem;
    margin: .5rem;
    cursor: pointer;
    border: none;
    width: 6rem
}

.shipping-detailes__adresses--list {
    display: flex;
    flex-wrap: wrap
}

.modal {
    z-index: 1000001
}

.modal-content {
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-radius: 25px
}

.modal-header {
    border: 0;
    position: relative
}

.form-ui form {
    padding: 20px;
    margin: 0 auto
}

.form-ui .form-row-title:first-child {
    margin-top: 0
}

.form-ui .form-row-title h4 {
    font-size: 13px
}

.input-ui {
    border-radius: 5px;
    border: .5px solid #e1e1e1;
    min-height: 2rem;
    min-width: 10rem;
    width: 100%
}

textarea.input-ui {
    resize: both;
    min-width: 22rem;
    min-height: 6rem;
    text-align: right
}

.btnForModalAdress button {
    width: 8rem;
    height: 2rem
}

@media (max-width: 810px) {
    .shipping-main {
        flex-direction: column
    }

    .shipping-detailes__adresses--head a {
        position: static
    }

    .shipping-details {
        width: 100% !important;
        padding: 5rem 1rem 1rem
    }

    .shipping-details--cards {
        margin: 1rem .25rem
    }

    .shipping-sidebar>div:first-child {
        display: none
    }

    .shipping-sidebar {
        width: 100%
    }

    .shipping-sidebar>div:nth-child(2) {
        position: static
    }

    .shipping-sidebar__price.zigzag {
        position: static;
        border-radius: 15px;
        border: 1px solid #e1e1e1;
        box-shadow: none;
        height: auto;
        width: auto
    }

    .zigzag::after {
        display: none
    }

    .zigzag::before {
        display: none
    }

    .shipping-sidebar__price>div:nth-child(2) {
        position: static;
        transform: translate(0)
    }

    .shipping-sidebar__price>div:nth-child(2)>div:first-child {
        border: none
    }

    .shipping-sidebar__price>div:first-child {
        display: none
    }

    .shipping-detailes__adresses--list-item {
        margin: 1rem 0;
        width: 100%
    }

    textarea.input-ui {
        min-width: 18rem !important
    }

    .input-ui {
        width: 18rem
    }

    .form-control {
        width: 18rem
    }

    .form-row {
        margin-right: 0;
        margin-left: 0
    }
}



/* ============================================
   Profile Dashboard — User Info Card
============================================ */

.profile-dashboard__user-info-card {
    overflow: hidden;
    border-radius: 20px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
}

/* ============================================
   Card Header
============================================ */

.profile-dashboard__user-info-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: #2ab88d;
    border-bottom: none;
}

.profile-dashboard__user-info-card__title-parent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
}

.card-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.card-header-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(10deg);
}

.card-header-icon svg {
    filter: brightness(0) invert(1);
}

.profile-dashboard__user-info-card__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ============================================
   Card Body
============================================ */

.profile-dashboard__user-info-card__body {
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 2.5rem;
    border-radius: 0;
}

/* ============================================
   Field Styling
============================================ */

.profile-dashboard__user-info-card__field {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 1rem;
    background-color: #eaeaea;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.profile-dashboard__user-info-card__label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.field-icon {
    width: 18px;
    height: 18px;
    color: #30574d;
}

.profile-dashboard__user-info-card__value {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    direction: ltr;
    text-align: right;
}

/* ============================================
   Value Modifiers
============================================ */

.profile-dashboard__user-info-card__value--active {
    color: #10b981;
    font-weight: 700;
}

.profile-dashboard__user-info-card__value--inactive {
    color: #ef4444;
    font-weight: 700;
}

/* ============================================
   Card Footer
============================================ */

.profile-dashboard__user-info-card__footer {
    padding: 1.3rem 2rem;
    text-align: left;
}

.profile-dashboard__user-info-card__edit {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    justify-content: flex-end;
}

.profile-dashboard__user-info-card__edit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    background: #2ab88d;
    padding: 0.9rem 1.5rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.edit-button-icon {
    width: 18px;
    height: 18px;
    color: #ffffff;
}

/* ============================================
   Responsive Design
============================================ */

@media (max-width: 1024px) {
    .profile-dashboard__user-info-card__body {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .profile-dashboard__user-info-card {
        padding: 0;
        border-radius: 2px;
    }
    
    .profile-dashboard__user-info-card__header {
        padding: .6rem 1rem;
    }
    
    .profile-dashboard__user-info-card__title {
        font-size: 1.2rem;
    }
    
    .profile-dashboard__user-info-card__body {
        grid-template-columns: 1fr;
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .profile-dashboard__user-info-card__field {
        padding: 1rem;
    }
    
    .profile-dashboard__user-info-card__footer {
        padding: 1.5rem;
    }
    
    .profile-dashboard__user-info-card__edit {
        justify-content: center;
    }
}

/* ========================================
   Sidebar Navigation Styles
======================================== */
.profile-sidebar__nav {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

/* Sidebar Title */
.profile-sidebar__nav-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 700;
    font-size: 1.125rem;
    color: #111827;
}

.nav-title-icon {
    width: 20px;
    height: 20px;
    color: #2fab7b;
}

/* Navigation Options Container */
.profile-sidebar__nav--options {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

/* Navigation Items */
.nav-item {
    text-decoration: none;
    display: block;
    border-radius: 8px;
    transition: all 0.2s ease;
    position: relative;
}

.nav-item-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
}

/* Icon Container */
.nav-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.nav-item-icon svg {
    width: 24px !important;
    height: 24px !important;
    color: #6b7280 !important;
    transition: color 0.2s ease;
}

/* Label */
.nav-item-label {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #4b5563;
    transition: all 0.2s ease;
}

/* Default State - Gray */
.nav-item {
    background: transparent;
}

/* Hover State - Light Green Background */
.nav-item:hover {
    background: rgb(249 250 251)
}

/* Active State - Green Background with Icon */
.nav-item.active {
    background: rgba(47, 171, 123, 0.12);
    position: relative;
}

.nav-item.active .nav-item-icon svg {
    color: #2fab7b !important;
}

.nav-item.active .nav-item-label {
    color: #2fab7b;
    font-weight: 700;
}

/* Special Handling for Installments Icon */
.nav-item-icon svg[viewBox="0 0 64 80"] {
    width: 28px !important;
    height: 28px !important;
}

/* ========================================
   Responsive Design
======================================== */
@media (max-width: 1200px) {
    .profile-sidebar__nav {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .profile-sidebar__nav-title {
        font-size: 1rem;
        padding: 1rem 0.875rem;
    }
    
    .nav-item-content {
        padding: 0.625rem 0.875rem;
    }
    
    .nav-item-label {
        font-size: 0.875rem;
    }
    
    .nav-item-icon svg {
        width: 22px !important;
        height: 22px !important;
    }
}

/* ============================================
   Profile Content Layout
============================================ */

.profile-content__cart-container {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 1.5rem;
    max-width: 1400px;
}

.profile-sidebar {
    width: 22%;
    display: flex;
    flex-direction: column;
    margin: .5rem 0;
}

.profile-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #ffffff;
}

/* ============================================
   Responsive Design
============================================ */

@media (max-width: 768px) {
    .profile-content__cart-container {
        flex-direction: column;
    }
    
    .profile-sidebar {
        width: 100%;
    }
    
    .profile-sidebar__nav--options a:hover {
        transform: translateX(0);
    }
}

.profile-dashboard__user-info-header {
    border-radius: 16px;
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 1rem auto;
    gap: 2rem;

}

.profile-dashboard__user-info-header > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin: 0;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    gap: 1rem;
}

.user-info-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.profile-dashboard__user-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.profile-dashboard__user-icon {
    width: 24px;
    height: 24px;
    color: #27b186;
}

.profile-dashboard__user-phone {
    color: #718096;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.profile-dashboard__phone-icon {
    width: 16px;
    height: 16px;
    color: #a0aec0;
}

.wallet-section {
    background-color: #23a07b;
    padding: .5rem 1.5rem;
    border-radius: 12px;
}

.wallet-section p {
    color: #fff;
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.wallet-icon {
    width: 18px;
    height: 18px;
    color: #fff;
}

.wallet-section span {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.profile-sidebar__user-info--options {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.profile-sidebar__user-info--options a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4a5568;
    padding: 0 1rem;
    border-radius: 12px;
    text-decoration: none;
    background: #f7fafc;
    border: 2px solid transparent;
}

.profile-sidebar__user-info--options a > div:first-child {
    margin-bottom: 0.5rem;
}

.profile-sidebar__user-info--options a > div:first-child svg {
    width: 32px !important;
    height: 32px !important;
    color: #27b186 !important;
    transition: all 0.3s ease;
}

.profile-sidebar__user-info--options a > div:last-child {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .profile-dashboard__user-info-header {
        border-radius: 0;
    }
    
    .profile-dashboard__user-info-header > div {
        gap: 1.5rem;
        flex-wrap: wrap;
        padding: 1.5rem;
        border-radius: 0;
    }
    
    .wallet-section {
        text-align: center;
        background: transparent;
        width: 40%;
        padding: .5rem;
        border-right: 1px solid #cecece;
        border-radius: 0;
    }

    .wallet-section p {
        color: #000;
        margin: 0;
    }

    .wallet-section span {
        color: #000;
        font-weight: 500;
        text-shadow: none;
    }

    .wallet-icon {
        display: none;
    }

    .wallet-section > div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 1rem;
        padding-right: 0px;
    }
    
    .profile-sidebar__user-info--options {
        width: 100%;
        justify-content: space-around;
    }

    .user-info-section {
        margin-left: auto;
    }

    .profile-dashboard__user-name {
        font-size: 1.1rem;
    }
}

/* Orders Page Styles - Using Color Palette */

.profile-main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
}

.profile-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.profile-content__title--order-code,
.profile-content__title--order-status {
    display: flex;
    text-align: center;
    align-items: center
}

.profile-content__title--order-code {
    flex-direction: column
}

.profile-content__title--order-code strong,
.profile-content__title--order-status strong {
    color: #5e5d5d;
    font-size: 1.2rem
}

.profile-content__title--order-code small {
    font-size: .7rem;
    color: #8e8e8e
}

.profile-content__title--order-status span {
    font-size: 1rem;
    color: #8e8e8e
}

.profile-content__ordered-product>strong {
    font-size: 1.3rem;
    color: #555252
}

/* ===============================
   Profile Account Form Section
================================= */

.profile-account-form__section {
    width: 100%;
    margin: 0 auto;
}

/* ===============================
   Form Card Container
================================= */

.profile-account-form__card {
    background: linear-gradient(to bottom, #ffffff, #fafbfc);
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
}

/* ===============================
   Form Header
================================= */

.profile-account-form__header {
    background: #2fab7b;
    padding: 1rem 1.7rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 3px solid #2fab7b;
}

.profile-account-form__header-icon {
    width: 24px;
    height: 24px;
    color: #ffffff;
}

.profile-account-form__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

/* ===============================
   Form Grid Layout
================================= */

.profile-account-form__card form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 3rem;
    padding: 2.5rem;
}

/* ===============================
   Form Field Container
================================= */

.profile-account-form__field {
    position: relative;
    width: 100%;
}

/* ===============================
   Field Icon
================================= */

.profile-account-form__field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #9ca3af;
    pointer-events: none;
    z-index: 1;
}

.profile-account-form__field:focus-within .profile-account-form__field-icon {
    color: #30574d;
}

/* ===============================
   Input Styling
================================= */

.profile-account-form__input {
    width: 100%;
    padding: .9rem 1rem 0.9rem 1rem;
    border-radius: 12px;
    border: 2px solid #d1d5db;
    background: #ffffff;
    outline: none;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.profile-account-form__input:focus {
    border-color: #30574d;
    background: #fafffe;
}

.profile-account-form__input:hover:not(:focus) {
    border-color: #9ca3af;
}

/* ===============================
   Floating Label
================================= */

.profile-account-form__label {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 0.4rem;
    font-size: 0.95rem;
    color: #6b7280;
    pointer-events: none;
    transition: all 0.2s ease;
}

/* Float condition */
.profile-account-form__input:focus + .profile-account-form__label,
.profile-account-form__input:not(:placeholder-shown) + .profile-account-form__label {
    top: -8px;
    font-size: 0.8rem;
    color: #30574d;
    font-weight: 600;
}

/* ===============================
   Phone Field Special Layout
================================= */

.profile-account-form__field--phone {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.profile-account-form__field-wrapper {
    position: relative;
    flex: 1;
}

.profile-account-form__field--phone .profile-account-form__input {
    width: 100%;
}

.profile-account-form__field--phone .profile-account-form__label {
    right: 14px;
}

/* ===============================
   Secondary Action Button
================================= */

.profile-account-form__secondary-action-btn {
    flex-shrink: 0;
    padding: 0.9rem 1.2rem;
    border-radius: 12px;
    border: 2px solid #0c8bde;
    background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
    color: #0369a1;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}

.profile-account-form__secondary-action-btn:hover {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-color: #0284c7;
}

.profile-account-form__secondary-action-btn .btn-icon {
    width: 18px;
    height: 18px;
}

/* ===============================
   Form Actions Footer
================================= */

.profile-account-form__actions {
    grid-column: 1 / 3;
    display: flex;
    gap: 1rem;
}

/* ===============================
   Primary and Cancel Buttons
================================= */

.profile-account-form__primary-btn,
.profile-account-form__cancel-btn {
    padding: .8rem 1.3rem;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 700;
    transition: all 0.2s ease;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    justify-content: center;
}

.profile-account-form__primary-btn .btn-icon,
.profile-account-form__cancel-btn .btn-icon {
    width: 20px;
    height: 20px;
}

.profile-account-form__primary-btn {
    background-color: #2fab7b;
    color: #ffffff;
    border: 2px solid #2fab7b;
}

.profile-account-form__cancel-btn {
    background: #f3f4f6;
    color: #374151;
    text-decoration: none;
    border: 2px solid #e5e7eb;
}

.profile-account-form__cancel-btn:hover {
    background: #e5e7eb;
    border-color: #d1d5db;
}

/* ===============================
   Responsive Design
================================= */

@media (max-width: 1024px) {
    .profile-account-form__section {
        width: 85%;
    }
    
    .profile-account-form__card form {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .profile-account-form__section {
        width: 95%;
    }
    
    .profile-account-form__header {
        padding: 1rem;
    }
    
    .profile-account-form__title {
        font-size: 1.2rem;
    }
    
    .profile-account-form__card form {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 1.5rem;
    }
    
    .profile-account-form__field--phone {
        flex-direction: column;
        align-items: stretch;
    }
    
    .profile-account-form__secondary-action-btn {
        width: 100%;
        justify-content: center;
    }
    
    .profile-account-form__actions {
        grid-column: 1;
        flex-direction: column;
    }
}


.registration__information--news {
    margin-top: 1rem
}

.addToCart-button.profile-edit {
    width: 11rem
}

.profile-edit-cancel-btn {
    padding: 10px;
    border-radius: 10px;
    border: none;
    background-color: #e84f4f;
    color: #fff
}

.registration__information--edit-num-btn input:hover {
    background-color: #2f9bdd;
    color: #fff !important
}

.profile-content.profile-adresses {
    flex-direction: column;
    justify-content: start
}

.profile-content.profile-adresses>strong {
    font-size: 1.3rem;
    margin: .5rem .5rem 0
}

/* ========================================
   Main Container & Layout
======================================== */
.addr-page-wrapper, .profile-page-wrapper, .order-page-wrapper, .order-details-page-wrapper, .profile-edit-page-wrapper {
    padding: 2rem 1rem;
    background: #f3f4f6;
}

.addr-layout-grid, .profile-layout-grid, .order-layout-grid, .order-details-layout-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
}

.order-details-page-wrapper {
    margin: 2rem 0;
}

.addr-main-section {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.profile-main-section {
    border-radius: 20px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

/* ========================================
   Alert Notifications
======================================== */
.addr-alerts-wrap {
    margin-bottom: 1.5rem;
}

.addr-alert {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.addr-alert__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.addr-alert--error {
    background: #fee2e2;
    color: #dc2626;
    border: 1px solid #fca5a5;
}

.addr-alert--success {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
}

/* ========================================
   Top Bar Header
======================================== */
.addr-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.addr-topbar__info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.addr-topbar__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.addr-topbar__count {
    font-size: 0.75rem;
    background: #f3f4f6;
    color: #6b7280;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    font-weight: 400;
}

/* ========================================
   Button Styles
======================================== */
.addr-btn {
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.2s ease;
}

.addr-btn--primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #2fab7b;
    color: white;
    padding: 0.625rem 1.25rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 1px 2px rgba(47, 171, 123, 0.2);
}

.addr-btn__icon {
    width: 20px;
    height: 20px;
}

.addr-btn--delete {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.375rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.addr-btn--delete svg {
    width: 16px;
    height: 16px;
    display: block;
}

.addr-btn--delete:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* ========================================
   Cards Grid Layout
======================================== */
.addr-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 1.5rem;
}

/* ========================================
   Address Card Component
======================================== */
.addr-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.addr-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Card Top Section */
.addr-card__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #2fab7b;
}

.addr-card__badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.addr-card__badge-icon {
    width: 18px;
    height: 18px;
    color: white;
    opacity: 0.8;
}

.addr-card__name {
    font-size: 0.875rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

/* Card Body Section */
.addr-card__body {
    padding: 1rem;
}

.addr-card__description {
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0 0 1rem 0;
    padding: 0.75rem;
    background: #f9fafb;
    border-radius: 8px;
    border-right: 4px solid rgba(47, 171, 123, 0.5);
    min-height: 60px;
    border: 1px solid #f3f4f6;
}

/* Card Info List */
.addr-card__info-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e5e7eb;
    font-size: 0.75rem;
}

.addr-info-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.addr-info-row:nth-child(2) {
    border-right: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
}

.addr-info-row__content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
}

.addr-info-row__label {
    font-size: 0.75rem;
    color: #9ca3af;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.addr-info-row__value {
    font-size: 0.875rem;
    color: #111827;
    font-weight: 700;
    word-break: break-word;
}

.addr-info-row__value.phone-number {
    font-family: monospace;
}

/* ========================================
   Hidden Cards & Show More
======================================== */
.addr-card--hidden {
    display: none;
}

.addr-card--hidden.addr-card--visible {
    display: block;
    animation: fadeInCard 0.3s ease;
}

@keyframes fadeInCard {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.addr-show-more-wrap {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: center;
}

.addr-btn--show-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffffff;
    color: #2fab7b;
    border: 2px solid #2fab7b;
    padding: 0.625rem 1.25rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.addr-btn--show-more:hover {
    background: #2fab7b;
    color: white;
}

.addr-show-more__icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.addr-btn--expanded .addr-show-more__icon {
    transform: rotate(180deg);
}

/* ========================================
   End of List Message
======================================== */
.addr-footer {
    padding: 1.5rem;
    border-top: 1px solid #e5e7eb;
    text-align: center;
    margin-top: 1.5rem;
}

.addr-footer__text {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* ========================================
   Responsive Design - Tablet
======================================== */
@media (max-width: 1200px) {
    .addr-layout-grid, .profile-layout-grid, .order-layout-grid, .order-details-layout-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        width: 100%;
    }
    
    .addr-sidebar-section, .profile-sidebar-section, .order-sidebar-section, .order-details-sidebar-section {
        order: 0;
    }
}

@media (max-width: 768px) {
    .addr-cards-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* ========================================
   Responsive Design - Mobile
======================================== */
@media (max-width: 640px) {
    .addr-page-wrapper {
        padding: 0;
        background: #f3f4f6;
    }
    
    .addr-main-section {
        padding: 1rem;
        border-radius: 0;
        box-shadow: none;
        border: none;
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
    }
    
    .addr-topbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .addr-topbar__title {
        font-size: 1.5rem;
    }
    
    .addr-btn--primary {
        width: 100%;
        justify-content: center;
        padding: 0.75rem 1rem;
    }
    
    .addr-cards-grid {
        gap: 1rem;
    }
    
    .addr-card {
        border-radius: 12px;
    }
    
    .addr-card__top {
        padding: 0.625rem 0.75rem;
    }
    
    .addr-card__body {
        padding: 0.75rem;
    }
    
    .addr-card__description {
        font-size: 0.8125rem;
        padding: 0.625rem;
        min-height: 50px;
    }
    
    .addr-card__info-list {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .addr-info-row {
        align-items: flex-start;
        text-align: right;
        padding: 0.5rem 0;
    }
    
    .addr-info-row:nth-child(2) {
        border-right: none;
        border-left: none;
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
        padding: 0.75rem 0;
    }
    
    .addr-info-row:last-child {
        padding-bottom: 0;
    }
    
    .addr-info-row__content {
        align-items: flex-start;
    }
    
    .addr-show-more-wrap {
        margin-top: 1rem;
        padding-top: 1rem;
    }


    .addr-page-wrapper, .order-page-wrapper, .profile-page-wrapper, .profile-edit-page-wrapper, .order-details-page-wrapper {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .addr-card__name {
        font-size: 0.8125rem;
    }
    
    .addr-btn--primary {
        font-size: 0.9375rem;
        padding: 0.65rem .75rem;
        margin: .5rem 0;
    }
    
    .addr-card__description {
        font-size: 0.8125rem;
    }
}

/* .profile-content__adresses-cart {
    height: 15rem;
    border-radius: 0 0 25px 25px;
    background-color: #fff;
    width: 45%;
    position: relative;
    margin: 1rem;
    padding: 1rem
}

.profile-content__adresses-cart::before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #00bfd6 48px, #ff7e7e 0) repeat-x;
    background-size: auto;
    background-size: 96px 3px
}

.profile-content__adresses {
    display: flex;
    flex-wrap: wrap
}

.profile-content__adresses-cart strong {
    font-size: 1.2rem;
    color: #5e5d5d
}

.profile-content__adresses-cart:last-child {
    padding-top: 2rem
}

.profile-content__adresses-cart:last-child>button {
    width: 100%;
    height: 100%;
    border: 2px dashed #8c8888;
    background-color: #fff;
    border-radius: 15px
}

.profile-content__adresses-cart--adress {
    padding: .5rem;
    border-right: 2px solid #2ab88d;
    border-radius: 5px;
    margin: .5rem;
    max-width: 100%
}

.profile-content__adresses-cart--details div {
    padding: .5rem
}

.profile-content__adresses-cart--details div span:first-child {
    font-size: 1rem
}

.profile-content__adresses-cart--details div span:last-child {
    font-size: 14px;
    color: #979595
}

.profile-content__adresses-cart--head {
    display: flex;
    justify-content: space-between
}

.profile-content__adresses-cart--head-btn button {
    border: none;
    border-radius: 10px;
    padding: .5rem 1rem;
    background-color: #edf0f5;
    color: #666 !important;
    margin: 0 .5rem
} */


@media (max-width: 1010px) {
    .profile-installment {
        flex-direction: column;
        width: 100%
    }

    .profile-sidebar,
    .profile-content {
        width: 96%;
        flex-direction: column;
        margin: .5rem auto
    }

    .profile-content__user-info {
        width: 100%;
        margin: 0
    }

    .profile-content__user-last-seen {
        display: none
    }

    .desktop-ghests {
        width: 100%
    }
}


@media (max-width: 810px) {
    .profile-main {
        flex-direction: column;
        width: 100%
    }

    .profile-sidebar,
    .profile-content {
        width: 100%;
        flex-direction: column;
        margin: .5rem auto;
        border-radius: 0;
    }

    .profile-content__user-info {
        width: 100%;
        margin: 0
    }

    .profile-content__user-last-seen {
        display: none
    }

    /* .profile-content__cart-history{display:none}
.mobile-profile-content__cart-history{display:flex;flex-direction:column;background-color:#fff;border-radius:15px;border:.5px solid #e3e3e3;width:100%;overflow:hidden;margin-top:.5rem}
.m-cart-history__head{height:2rem;font-size:1.2rem;background-color:#4b9981;color:#fff;width:100%;border-bottom:.5px solid #e1e1e1;display:flex;justify-content:center;align-items:center}
.m-cart-history__each{padding:1rem}
.m-cart-history__each:nth-child(2n + 1){background-color:#f9f5f5}
.m-cart-history__each:not(:last-child){border-bottom:.5px solid #e3e3e3}
.m-cart-history__each table{border-collapse:collapse;width:96%;margin:0 auto}
.m-cart-history__each table small{display:block;color:#a1a3a8;line-height:2rem}
.m-cart-history__each table td{padding:.5rem;border:.5px solid #e3e3e3;text-align:center;width:30%}
.m-cart-history__each table tr{vertical-align:top}
.m-cart-history__each table tr:nth-child(2) td{width:30%}
.m-cart-history__each table tr:first-child td{border-top:none}
.m-cart-history__each table tr:last-child td{border-bottom:none}
.m-cart-history__each table tr td:first-child{border-right:none}
.m-cart-history__each table tr td:last-child{border-left:none}
.profile-content__cart-history--payment-status{padding:2px 4px;display:block}
.profile-content__cart-history--payment-status.more-status{background-color:#38581d!important}
.profile-content__adresses-cart{width:100%}
.profile-content__cart-history--container.order-index>strong{display:none} */
    .profile-content__info-edit {
        width: 100%
    }

    .profile-main.profile-edit .prodile-content {
        width: 96%;
        margin: auto;
        padding: 0
    }

    .profile-content__info-edit form {
        flex-direction: column
    }

    .profile-content__info-edit form>.registration__information {
        width: 100%
    }
}

.corporations {
    width: 78%;
    background-color: #fff;
    margin: 3rem auto;
    border-radius: 20px;
    padding: 1.5rem;
    font-size: 1rem
}

.corporations>strong {
    font-size: 1.6rem;
    color: #3c3737;
    margin: 1rem 0 2rem 0;
    display: block
}

.corporations__items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
}

.corporations__items::-webkit-scrollbar {
    display: none
}

.corporations__items {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.corporations__items--each--img {
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
    height: 200px;
    width: 200px;
    margin: auto
}

.corporations__items--each {
    padding: 1rem;
    text-align: center;
    width: 18rem;
    flex-shrink: 0
}

.corporations__items--each:nth-child(2n + 1) {
    background-color: #f4f1f1
}

.corporations__items--each--img img {
    max-width: 100%
}

.corporations__items--each--info {
    padding: 1rem
}

.corporations__items--each--info strong {
    font-size: 1rem;
    color: #5b5656
}

.corporations__items--each--info p {
    margin: 1rem
}

.corporations--banner {
    width: 1200px;
    border-radius: 15px;
    overflow: hidden;
    margin: 1rem auto;
    border: 1px solid #e3e3e3
}

.corporations--banner img {
    max-width: 100%
}

.corporations__q {
    padding: .35rem;
    background-color: #c0d5ce;
    border-radius: 15px;
    font-size: .9rem;
    margin: auto;
    display: block;
    text-align: center;
    margin: 2rem auto;
    max-width: 1200px
}

@media (max-width: 810px) {
    .corporations {
        text-align: center;
        font-size: 14px;
        width: 100%;
        border-radius: 0;
    }

    .corporations__items--each {
        width: 15rem
    }

    .corporations__items--each--img {
        margin: auto
    }

    .corporations__items--each--info p {
        margin: 1rem 0
    }

    .corporations--banner {
        width: auto
    }
}

.slider-js {
    max-width: 100rem;
    height: 50rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 1s
}

.slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slider__btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    font-family: inherit;
    color: #333;
    border-radius: 50%;
    height: 5.5rem;
    width: 5.5rem;
    font-size: 3.25rem;
    cursor: pointer
}

.slider__btn--left {
    left: 6%;
    transform: translate(-50%, -50%)
}

.slider__btn--right {
    right: 6%;
    transform: translate(50%, -50%)
}

.dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex
}

.dots__dot {
    border: none;
    background-color: #b9b9b9;
    opacity: .7;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    margin-right: 1.75rem;
    cursor: pointer;
    transition: all .5s
}

.dots__dot:last-child {
    margin: 0
}

.dots__dot--active {
    background-color: #fff;
    opacity: 1
}

.home__top-banner {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1rem
}

.home__top-banner img {
    max-width: 100%;
    margin: 0;
}

.dashboard-nav {
    width: 100%;
    background-color: #1e1e1e;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem
}

.custom-margin-top {
    margin-top: 5rem !important
}

@media (max-width: 900px) {
    .dashboard-nav {
        display: none
    }
}

.dashboard-nav__links {
    width: 30%
}

.dashboard-nav__links a {
    color: #fff;
    margin: 0 .8rem
}

.dashboard-nav form {
    width: 30%;
    display: flex;
    justify-content: center
}

.dashboard-nav__input {
    margin: 0 .1rem;
    padding: .4rem 1rem;
    border-radius: 7px;
    border: none;
    height: 2rem
}

.dashboard-nav__input.num-input[type="number"] {
    -moz-appearance: textfield
}

.dashboard-nav__input.num-input::-webkit-outer-spin-button,
.dashboard-nav__input.num-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.dashboard-nav__icon {
    text-align: left;
    padding: 0 1rem;
    width: 30%
}

.shipping__main {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 75%
}

.shipping__main--input-holder {
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e1e1e1;
    max-width: 85%;
    min-height: 12rem;
    margin: 1.5rem;
    border-radius: 10px;
    position: relative;
    padding: 1rem 0 1rem 1rem;
    box-sizing: unset;
    overflow: visible
}

.shipping__main--input-holder::before {
    content: "";
    background-color: #2ab88d;
    position: absolute;
    width: 3rem;
    right: 0;
    top: 0;
    height: 100%;
    display: block
}

.shipping__main--input-holder h2 {
    color: #fff;
    z-index: 1;
    font-weight: 400;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 3rem
}

.shipping__address--container {
    border-radius: 10px;
    width: fit-content;
    max-width: 84%;
    min-width: 80%;
    margin-right: 1rem;
    max-height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    overflow: auto
}

.shipping__address--container>div {
    background-color: #e3e3e3;
    height: 100%;
    margin: 0 .4rem;
    min-width: 40%;
    border-radius: 10px;
    max-height: 100%;
    width: 19.5rem;
    overflow: hidden;
    flex-shrink: 0;
    padding: .7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.shipping-detailes__adresses--details>div {
    margin: .2rem 0
}

.send-to-adress-btn {
    display: block;
    background-color: #2ab88d;
    padding: .6rem;
    border-radius: 15px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: .5rem 0
}

.shipping-cart__go-back-btn {
    display: block;
    background-color: #e3e3e3;
    padding: 10px;
    border-radius: 10px;
    color: #212529;
    width: 20rem;
    text-align: center;
    margin: .7rem 2rem;
    font-size: 16px;
    font-weight: 400
}

.shipping-cart__go-back-btn.cart {
    margin: .7rem 0
}

@media (max-width: 600px) {
    .shipping-cart__go-back-btn.cart {
        margin: .7rem auto
    }
}

.wholesale-detail {
    padding: 1rem 0 1rem 1rem;
    text-align: right;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    font-size: .8rem;
    background-color: #e1e1e1;
    color: #717171;
    margin: .3rem 0 .6rem
}

.wholesale-detail span:first-child {
    padding: .5rem;
    border-left: 1px solid #717171;
    margin-left: .5rem
}

.shipping__address--new {
    background-color: #e3e3e3;
    max-height: 100%;
    border-radius: 10px;
    width: 5%;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    cursor: pointer
}

.shipping__address--new>label {
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.shipping__address--new span {
    color: #2ab88d;
    font-weight: 400;
    font-size: 19px;
    writing-mode: vertical-lr
}

.shipping__main--input-holder:nth-child(2)>div,
.shipping__main--input-holder:nth-child(3)>div,
.shipping__main--input-holder:nth-child(4)>div,
.shipping__main--input-holder:nth-child(5)>div {
    display: flex;
    justify-content: start;
    width: 100%;
    flex-wrap: wrap
}

.shipping__main--input-holder:nth-child(3) input,
.shipping__main--input-holder:nth-child(4) input,
.shipping__main--input-holder:nth-child(5) input {
    display: none
}

.shipping__main--input-holder:nth-child(3) label,
.shipping__main--input-holder:nth-child(5) label,
.shipping__main--input-holder:nth-child(4) label {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 1rem;
    margin: 1rem;
    height: 10rem;
    position: relative;
    aspect-ratio: 1/1;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around
}

.shipping__main--input-holder:nth-child(3) label small {
    color: #7b7b7b
}

.shipping__main--input-holder:nth-child(3) label div,
.shipping__main--input-holder:nth-child(4) label div,
.shipping__main--input-holder:nth-child(5) label div {
    width: 60%
}

.shipping__main--input-holder:nth-child(3) label img,
.shipping__main--input-holder:nth-child(4) label img,
.shipping__main--input-holder:nth-child(5) label img {
    max-width: 100%
}

.shipping__main--input-holder:nth-child(3) label::before,
.shipping__main--input-holder:nth-child(4) label::before,
.shipping__main--input-holder:nth-child(5) label::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    cursor: pointer
}

.shipping__main--input-holder:nth-child(3) input:checked+label::after,
.shipping__main--input-holder:nth-child(4) input:checked+label::after,
.shipping__main--input-holder:nth-child(5) input:checked+label::after {
    content: url("../img/shipping/checkfinal.png");
    color: #2ab88d;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%)
}

.shipping__main--input-holder:nth-child(3) label:hover,
.shipping__main--input-holder:nth-child(4) label:hover,
.shipping__main--input-holder:nth-child(5) label:hover {
    background-color: #f6f4f4
}

.shipping__main--input-holder:nth-child(3) input:checked+label,
.shipping__main--input-holder:nth-child(4) input:checked+label,
.shipping__main--input-holder:nth-child(5) input:checked+label {
    background-color: #e1e1e1
}

.dropdown-toggle {
    display: none
}

.footer-container_ {
    background-color: #eceff1;
    border-top: 1px solid #e1e1e1;
    display: flex;
    padding: 1rem
}

.footer__info {
    width: 40%;
    padding: .8rem
}

.footer__info p {
    font-size: .95rem;
    text-align: justify;
    color: #606060;
    border-bottom: 1px solid #b5aeae;
    padding-bottom: 1rem;
    line-height: 2
}

.footer__info table td {
    padding: .35rem
}

.footer__info table td:first-child {
    color: #606060;
    width: 6rem
}

.footer__info table td:nth-child(2) {
    color: #283c57;
    font-weight: 700
}

.footer__links {
    width: 30%
}

.footer__links>div:nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 2.5rem;
    padding: 0 3rem
}

.footer__links--social-media {
    width: 9rem;
    margin: 1rem 3rem 1rem 1rem;
    display: flex;
    justify-content: space-between;
    border-radius: 25px
}

.footer__links>div:nth-child(2) span {
    color: #283c57;
    font-weight: 700;
    display: block;
    margin-bottom: .5rem
}

.footer__links>div:nth-child(2) li a {
    color: #283c57
}

.footer__links>div:nth-child(2) li {
    list-style: none;
    padding: .65rem;
    border-bottom: 1px solid #c9cfd7
}

.footer__links>div:nth-child(2) li::before {
    margin-left: .4rem
}

.footer__links>div:nth-child(2) li:hover {
    background-color: #708cb391
}

.footer__links>div:nth-child(2) li:hover a,
.footer__links>div:nth-child(2) li:hover svg>use {
    fill: #fff
}

.footer__links--social-media a:hover>svg {
    fill: #5683bf;
}

.footer__certificates {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    width: 30%
}

.footer__certificates div {
    background-color: #fff;
    border: 1px solid #c9cfd7;
    padding: 1rem;
    border-radius: 10px;
    width: 10rem;
    overflow: hidden;
    height: 10.5rem;
}

.footer__certificates div a {
    display: block;
    margin: auto;
    width: 100%
}

.footer__certificates div a img {
    max-width: 100%
}

@media (max-width: 700px) {
    .footer-container_ {
        flex-direction: column
    }

    .footer__info {
        width: 100%
    }

    .footer__links {
        width: 100%
    }

    .footer__links--social-media {
        margin: 2rem auto
    }

    .footer__certificates {
        width: 100%
    }

    .product-single-comment {
        flex-direction: column
    }

    .product-category-comment {
        flex-direction: column
    }
}

body {
    margin: 0;
    font-family: IRANSans, tahoma;
    font-weight: 300;
    text-align: right !important;
    font-size: 14px;
    direction: rtl !important;
    overflow-x: hidden !important;
    line-height: 1.5;
    background-color: #f5f5f5;
    color: #212529
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

.product-single_main-content {
    background-color: #fff;
    width: 97%;
    margin: .5rem auto;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    display: flex
}

.product-single__img_ {
    display: flex;
    gap: .5rem
}

.product-single__thumbnails_ {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: .3rem;
    padding: 1rem .5rem;
    align-items: center;
    max-height: 47rem;
}

.product-single__thumbnails_>a {
    display: block;
    width: 70px;
    height: 111px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.product-single__thumbnails_>a>img {
    max-width: 100%
}

.product-single__img--main {
    width: 497px;
    position: relative
}

.product-single__details_ {
    padding: 3rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: flex-start
}

.product-user__inf {
    display: flex;
    align-items: center;
    width: 100%;
}

.product-user__inf #userComments,
.product-user__inf #productReview,
.product-user__inf #technicalSpecifications {
    background-color: #f2f2f2;
    border-radius: 16px;
    padding: 4px 8px 4px 4px;
}

.product-user__inf>div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}

.product-user__inf>div p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #5e6269;
}

.user-rating-star>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    margin-left: 4px;
}

.user-rating-star>div>img {
    width: 100%;
    height: 100%;
}

.user-rating-star>p>span {
    font-size: 13px;
    color: #c0c2c5;
}

.product-single__details--title {
    background-color: #f3fdfa;
    border-right: 5px solid #2ab88d;
    border-radius: 6px;
    padding: 1rem;
    width: 25rem;
    margin-bottom: 0;
}

.product-single__details--title h1 {
    font-size: 1.125rem;
    font-weight: 500
}

.product-single__brand-logo {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
    margin: 1rem 0
}


.product-detail-inf {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: .5rem;
    border: 1px solid #E4D3D8;
    border-radius: 8px;
}

.product-detail-inf > div {
display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem .5rem;
  border-bottom: 1px dashed #E4D3D8;
}

.product-detail-inf > div:last-child {
    border: 0;
}

.product-detail-inf p {
    font-size: 13px;
    font-weight: bold;
    margin: 0 .5rem 0 0;
}

.product-logo-brand {
    display: flex;
    align-items: center;
    padding: 1rem;
}

.product-logo-brand p {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

#userComments {
    cursor: pointer;
}

#technicalSpecifications {
    cursor: pointer;
}

#productReview {
    cursor: pointer;
}

.product-single__details--short-disc {
    width: 100%;
    border-top: 1px dashed #939393;
    padding: 1rem 0;
    line-height: 2
}

.product-single__details--short-disc p {
    margin-bottom: 0;
}

.product-single__details_ a {
    color: #007bff
}

.product-single__form_ {
    display: flex;
    flex-direction: column
}

.product-single__form_>div {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    margin: .5rem;
    background-color: #fff;
    border-radius: 10px;
    align-self: center;
    gap: .5rem;
    border: 1px solid #e0e0e2;
    width: 86%;
}

.product-single__form--inputs {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    align-self: center;
    gap: .75rem;
    width: 100%;
}

.product-single__form--inputs>span:first-child {
    padding: .75rem .5rem .5rem;
    border-radius: 10px;
    font-size: 1rem;
    color: #65676a;
    letter-spacing: -.038rem;
    text-align: center
}

.product-single__form--logo {
    width: 3rem;
    margin: auto
}

.product-single__form--logo img {
    width: 100%
}

#parentWrapper>select {
    appearance: none;
    padding-bottom: 1rem;
    border: 0;
    border-bottom: 1px solid #e0e0e2;
    background-color: transparent;
    width: 100%;
    font-family: IRANSans;
    background-color: 1px solid #f7f7f8;
    border-radius: 8px 8px 0 0;
}

#childWrapper>select {
    appearance: none;
    padding: 1rem;
    border: 0;
    background-color: transparent;
    width: 100%;
    font-family: IRANSans;
    background-color: 1px solid #f7f7f8;
    border-radius: 0;
}

.product-single__form--color {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.product-single__form--color>div.form-card__swatches {
    display: flex;
    gap: 1rem;
    margin: 0;
    overflow: hidden;
    flex-wrap: wrap;
    padding: 0.5rem 0 0;
    justify-content: center;
}

.product-single__form--color input {
    visibility: hidden;
    position: absolute;
    z-index: -1
}

.product-single__form--color label {
    border-radius: 50%;
    border: 2px solid transparent;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    cursor: pointer;
    box-shadow: none;
    transition: transform 0.15s ease;
}

.product-single__form--color label:hover {
    transform: scale(1.1);
}

.product-single__form--color label svg {
    display: none
}

.product-single__form--color input:checked~label {
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #59D5A9;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-single__form--color input:checked~label svg {
    display: inline-block
}

.product-single__form--guarantee {
    display: flex;
    gap: 0.625rem;
    flex-direction: column;
    width: 100%;
}

/* ===== Card-based form redesign ===== */

.form-card {
    padding: 1.25rem;
}

.form-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.form-card__label {
    font-size: 14px;
    font-weight: 500;
    color: #4b5563;
}

.form-card__badge {
    font-size: 12px;
    font-weight: 500;
    color: #23a07b;
    padding: 2px 10px;
    border-radius: 99px;
}

.form-card-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #F9FAFB;
    border-radius: 12px;
    border: 1px solid #f0f0f1;
    cursor: pointer;
    transition: border-color 0.2s ease;
    position: relative;
}

.form-card-option:hover {
    border-color: rgba(89, 213, 169, 0.5);
}

.form-card-option__info {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.form-card-option__icon {
    padding: 0.5rem;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    flex-shrink: 0;
}

.form-card-option:hover .form-card-option__icon {
    color: #59D5A9;
}

.form-card-option__icon svg {
    fill: currentColor;
}

.form-card-option__title {
    font-size: 14px;
    font-weight: 700;
    color: #374151;
    margin: 0;
    line-height: 1.4;
}

.form-card-option__desc {
    font-size: 12px;
    color: #9ca3af;
    margin: 2px 0 0;
    line-height: 1.4;
}

.form-card-option__desc a {
    color: #59D5A9;
    text-decoration: none;
}

.form-card-option__check {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.form-card-option__check input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 4px;
    border: 2px solid #d1d5db;
    background: #fff;
    cursor: pointer;
    accent-color: #59D5A9;
    -webkit-appearance: auto;
    appearance: auto;
}

/* ===== End card-based form redesign ===== */

.product-count-pice {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    padding: 0.5rem 0;
    margin-bottom: 0;
    justify-content: space-between;
    align-items: center;
}

.in-cart-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    width: 100%;
    gap: 1rem;
}

.product-count__inputs {
    display: flex;
    align-items: center;
    position: relative;
    border: 2px dashed #cdcece;
    border-radius: 8px;
    padding: 7px 0;
    gap: 12px;
    width: fit-content;
    background: #fff;
}

.max-label {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  color: #168664;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  padding: 0 10px;
}


.product-count__inputs input {
    width: 2rem;
    text-align: center;
    border: none;
    font-size: 1rem;
    color: #2ab88d;
    font-family: IRANSans
}

.product-count__inputs input.quantity-input {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    color: #2c3e50;
    pointer-events: none;
}

.product-count__inputs button {
    width: 38px;
    height: 29px;
    border-right: 1px solid #cecece;
    border-radius: 4px;
    background: #fff;
    color: #2c503a;
    font-size: 24px;
    outline: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

.product-count__inputs button:nth-of-type(1) {
    border-right: 0;
    border-left: 1px solid #cecece;
}

.product-count__inputs button > svg > use{
    fill: #000 !important;
}

.product-single__add-to-cart>button {
    padding: .7rem;
    border-radius: 10px;
    border: none;
    background-color: #2ab88d;
    color: #fff;
    font-family: inherit;
    font-size: 1rem;
    width: 100%;
}

.product-count-pice .addToCart-button {
    flex: .8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 46px;
    padding: 12px;
    border-radius: 12px;
    border: none;
    background-color: #59D5A9;
    color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.2s ease;
}

.product-count-pice .addToCart-button:hover {
    background-color: #4bc49a;
}

.product-count-pice .addToCart-button:active {
    transform: scale(0.97);
}

.product-count-pice .addToCart-button svg {
    fill: #fff;
}

.product-price__label {
    display: none;
}

.product-price_ {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

#finalPrice {
    color: #002;
    font-weight: 500;
    font-size: 22px;
    display: flex;
    align-items: center;
}

#finalPrice > p {
    margin: 0;
}

#finalPrice > span {
    font-size: 13px;
}

#finalPrice > p > sup {
    border-radius: 7px;
    padding: 10px 5px;
    font-size: 13px;
    color: #fff;
    background-color: #da1e28;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 80px;
}

.product-price_>div>span {
    font-size: 13px;
    font-weight: 500;
    margin-right: 5px;
}

#priceContent {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}

#realPrice {
    color: #c0c2c5;
    font-size: 17px;
    text-decoration-line: line-through;
    font-weight: 500;
}

.product-price__container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

#offPrice {
    color: #fff;
    padding: 3px;
    font-weight: 500;
    background-color: #da1e28;
    border-radius: 8px;
    width: fit-content;
}

#offPrice>p {
    font-size: 14px;
    display: inline;
    margin: 0;
}

#offPrice>span {
    font-size: 12px;
    margin: 0;
}

div.product-single__required {
    width: 96%;
    margin-bottom: .5rem;
    height: 8.5rem;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: .5rem;
    padding-right: 2rem;
    max-width: 21rem
}

/* Background dim when toast shows */
.toast-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: all .35s ease;
  z-index: 9998;
}

/* Visible state */
.toast-overlay.show {
  opacity: 1;
  visibility: visible;
}

.cart-toast-parent {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.3));
    right: 50%;
    bottom: 0;
    transform: translateX(50%) translateY(60px);
    padding: 32px 12px 12px 12px;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
    z-index: 9999;
}

/* Toast Box */
.cart-toast {
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    min-width: 300px;
}

/* Toast enter animation */
.cart-toast-parent.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(50%) translateY(0);
}

/* Icon color */
.cart-toast__icon {
  color: #38a003;
  font-weight: bold;
  font-size: 18px;
}

/* Close button */
.close-toast {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.cart-toast__action {
  text-decoration: none;
  font-size: 13px;
  color: #000;
}

.cart-toast__content > span {
    color: #278c57;
}


/* Responsiveness */
@media (max-width: 768px) {
  .cart-toast-parent {
    bottom: 80px;
    width: 100%;
    bottom: 70px;
  }

  .cart-toast {
    width: 90%;
  }

  #finalPrice > p{
    margin-bottom: 0;
  }

  .product-count-pice {
    margin-bottom: 0;
  }
}


.product-single__required>div:nth-child(2) {
    width: 100%;
    display: flex;
    overflow: scroll
}

.product-single__required--title {
    transform: rotate(-90deg) translateY(-100%);
    transform-origin: top right;
    background-color: #2ab88d;
    top: 0;
    right: 0;
    position: absolute;
    height: 1.75rem;
    width: 8.5rem;
    text-align: center;
    color: #fff
}

.product-single__required--card {
    width: 70px;
    flex-shrink: 0;
    margin: 0 .3rem;
    height: 111px;
    border-radius: 10px;
    overflow: hidden
}

.product-single__required--card img {
    width: 100%
}

.product-single__details--title.mobile {
    display: none
}

.product__add-to-cart {
    display: none
}

@media (max-width: 700px) {

    .desktop {
        display: none;
    }

    .product-single__details--title.desktop {
        display: none
    }

    .product-single__details--title.mobile {
        display: block
    }

    .product-single_main-content {
        flex-direction: column
    }

    .product-single__img_ {
        flex-direction: column;
        max-width: 100%
    }

    .product-single__thumbnails_ {
        order: 2;
        flex-direction: row
    }

    .product-single__img--main {
        order: 1;
        max-width: 100%
    }

    .product-single__img--main img {
        max-width: 100%
    }

    .product-single__add-to-cart {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        margin: 0;
        left: 0;
        padding: 0.6rem 0.75rem;
        padding-bottom: calc(0.6rem + env(safe-area-inset-bottom, 0px));
        z-index: 99;
        box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
        border-top: 1px solid #ebebeb;
        padding-top: 15px;
    }

    .product-single_ ~ a .fix-chat-support,
    .product-single_ ~ a .fix-chat-support2,
    .fix-chat-support,
    .fix-chat-support2 {
        bottom: 6rem;
    }

    .messagers-support--mobile {
        bottom: 6rem;
    }

    .mobile-gap-clear-bottom {
        height: 5rem
    }

    .product-single__form--logo {
        display: none
    }

    .product-single__form--inputs>span:first-child {
        text-align: right
    }

    .product-single__details_ {
        padding: 1.5rem
    }

    .product-single-comment,
    .product-category-comment {
        display: flex;
        flex-direction: row;
        overflow-x: hidden;
        margin: 0 auto;
        padding: 0;
        height: 25rem
    }

    .comment-reply-parent {
        flex-direction: column
    }

    .product-user__inf {
        white-space: nowrap;
        overflow-x: scroll;
    }

    .product-user__inf > div {
        margin-left: 5px;
    }

    .product-single__form_ > div {
        width: 100%;
        border: 0;
    }

    .product-count-pice {
        flex-direction: row;
        gap: 0.5rem;
        padding: 0;
        margin: 0;
        align-items: center;
    }

    .product-count-pice .addToCart-button {
        flex: .8;
        padding: 12px;
        font-size: 16px;
        border-radius: 10px;
    }

    .in-cart-row {
        flex: 1;
        gap: 0.5rem;
    }

    .in-cart-info {
        flex: 1;
    }

    .in-cart-info__title {
        font-size: 13px;
    }

    .in-cart-info__link {
        font-size: 12px;
    }

    .product-single__add-to-cart #realPrice {
        font-size: 14px;
    }

    .product-single__add-to-cart #finalPrice {
        font-size: 20px;
        font-weight: 700;
    }

    .product-single__add-to-cart #finalPrice > span {
        font-size: 12px;
        margin-right: 3px;
    }

    .product-single__add-to-cart #finalPrice > p > sup {
        font-size: 12px;
        left: 60px;
    }

    .form-card-option__title {
        font-size: 13px;
    }

    .form-card-option__desc {
        font-size: 11px;
    }
}

@media (max-width: 380px) {

    .product-single-comment__box,
    .product-category-comment__box {
        width: 19.7rem
    }
}

.show-modal {
    cursor: pointer
}

.hidden {
    display: none
}

.modal-component {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    background-color: #fff;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
    z-index: 10
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 5
}

#glass {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.6)
}

.tooltip-wrap {
    position: relative
}

.tooltip-wrap .tooltip-content {
    display: none;
    position: absolute;
    bottom: 5%;
    right: 0;
    background-color: #fff;
    padding: .5em;
    min-width: 10rem;
    z-index: 9999
}

.tooltip-wrap:hover .tooltip-content {
    display: block;
    width: 16rem;
    padding: .5rem;
    border: 1px solid #b0b0ae;
    background-color: #e1e1e1;
    border-radius: 8px;
    color: #6f6f6f
}

.category-faq {
    margin: 1rem 0;
    padding: 1rem 2rem;
    border: solid .5px #e1e1e1;
    background-color: #fff;
    border-radius: 5px
}

.category-faq__title {
    font-size: 1.5rem;
    display: block;
    text-align: center
}

.category-faq__sub-title {
    display: block;
    padding: .5rem 0 1rem;
    text-align: center;
    font-size: .9rem;
    font-weight: 200;
    letter-spacing: .033rem;
    border-bottom: 1px solid #b5b0b0;
    color: #646464
}

.category-faq__item {
    padding: 1rem 3rem;
    border-radius: 5px;
    margin: 10px 0;
    cursor: pointer;
    position: relative
}

.category-faq__item--title {
    background-color: #2ab88d;
    border-radius: 10px;
    height: 40px;
    margin-right: 20px;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400
}

.category-faq__item--title::before {
    content: "+";
    color: #fff;
    margin: 0 .5rem;
    height: 24px;
    position: absolute;
    right: 0;
    top: 1rem;
    border-color: #2ab88d;
    border-radius: 15px;
    line-height: 0;
    font-size: 30px;
    font-weight: 600;
    border-style: solid;
    border-width: 20px 12px
}

.category-faq__item--desc {
    height: 0;
    opacity: 0;
    overflow: hidden
}

.active>.category-faq__item--desc {
    height: auto;
    opacity: 1;
    border-radius: 5px;
    margin: 10px 22px
}

.active>.category-faq__item--title::before {
    content: "-";
    font-size: 40px
}

.top-homepage-banner {
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@keyframes marquee {
    from {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(100%)
    }
}

.top-homepage-banner p {
    height: 2.5rem;
    margin-top: 9px;
    display: flex;
    text-align: center;
    align-items: baseline;
    justify-content: center;
    padding-right: 100%;
    animation: marquee 8s linear infinite
}

.top-homepage-text p {
    font-size: 17px;
    margin: 0
}

.profile-installment {
    display: flex
}

.desktop-ghests {
    display: flex;
    flex-direction: column;
    width: 70%;
    height: fit-content;
    padding: 1rem;
    margin: 1rem auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 90px 80px rgba(0, 0, 0, 0.07), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.00503198), 0 22.3363px 17.869px rgba(0, 0, 0, 0.00417275), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.0035), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.00282725), 0 2.76726px 2.21381px rgba(0, 0, 0, 0.00196802)
}

.phone-ghests {
    display: none;
    width: 95%;
    height: fit-content;
    padding: 20px;
    margin: .5rem auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 90px 80px rgba(0, 0, 0, 0.07), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.00503198), 0 22.3363px 17.869px rgba(0, 0, 0, 0.00417275), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.0035), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.00282725), 0 2.76726px 2.21381px rgba(0, 0, 0, 0.00196802)
}

.desktop-ghests>* {
    color: #28323cc2;
    font-weight: 500;
    letter-spacing: .3px
}

.ghests-header {
    color: #60686fc2;
    font-weight: 600;
    width: 100%;
    padding-top: 1rem
}

.ghests-header ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 1rem
}

.ghests-body {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-self: center;
    justify-content: center
}

.ghests-body ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 1rem;
    background-color: #f5f6f9;
    border-radius: 15px;
    height: 6.5rem
}

.ghests-body ul li {
    padding: 20px
}

.ghests-header ul li:nth-child(2) {
    margin-right: 1rem
}

.ghests-header ul li:nth-child(3) {
    margin-right: 2rem
}

.ghests-header ul li:nth-child(4) {
    margin-right: 1rem
}

.ghests-header ul li:nth-child(5) {
    margin-left: 2.5rem
}

.ghests-header ul li:nth-child(6) {
    margin-left: 3rem
}

.ghests-body ul li:nth-child(3) {
    color: #31404d;
    font-weight: 600;
    font-size: 15px
}

.sperate-header-ghests {
    width: 100%;
    height: 1px;
    background-color: rgba(93, 95, 95, 0.142)
}

.ghest-number {
    background-color: rgba(192, 193, 194, 0.822);
    border-radius: 50%;
    width: 100%;
    padding: 0 8px
}

.display-ghests p {
    padding: 2rem 1rem 0 0;
    color: #31404d;
    font-weight: 600;
    font-size: 16px
}

.display-ghests ul li {
    list-style: none;
    margin: 0 2rem;
    color: #60686f;
    cursor: pointer
}

.payment-condition {
    color: #E21B1B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around
}

.payment-condition>a {
    margin-top: 10px;
    color: #d7c10f;
    border: 1px solid #d7c10f;
    padding: 5px 33px;
    border-radius: 8px;
    transition: all .3s
}

.payment-condition>a:hover {
    background-color: #d7c10f;
    color: #000
}

.Product-warranty {
    display: flex;
    top: 20px;
    left: 35%;
    background-color: #19b68a;
    border-radius: 12px;
    width: 33%;
    height: 3rem;
    justify-content: center;
    align-items: center
}

.Product-warranty-container {
    margin-bottom: 4rem
}

.Product-warranty-container span:nth-child(1) {
    position: absolute;
    top: 70px;
    right: 16px
}

@media (max-width: 700px) {

    .display-ghests,
    .desktop-ghests,
    .sperate-header {
        display: none
    }

    .phone-ghests {
        display: block
    }

    .phone-ghests>* {
        font-size: 1rem
    }

    .phone-ghests-body {
        width: 100%
    }

    .phone-ghests-details {
        display: flex;
        width: 100%;
        flex-direction: column;
        padding: 20px 20px 5px;
        margin: 18px 0
    }

    .phone-ghests-details>div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #54535314;
        padding: 10px 0
    }

    .phone-ghests-header {
        background-color: #4b9981;
        color: #fff;
        border-radius: 8px 8px 0 0;
        padding: 10px 15px;
        text-align: right;
        margin: -20px -20px 20px
    }

    .application-number:first-child {
        color: #555;
        font-weight: 600
    }

    .application-number {
        border-top: 0 !important
    }

    .phone-ghests-body>section {
        background-color: #f5f6f9;
        border-radius: 9px
    }

    .ghest-state {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .ghest-state>div {
        display: flex;
        width: 100%;
        justify-content: space-between
    }

    .payment-btn {
        width: 95%;
        padding: 8px 0;
        background-color: #2ab88d;
        border: 0;
        border-radius: 10px;
        color: #fff;
        transition: all .3s
    }

    .payment-btn:hover {
        background-color: green
    }

    .Product-warranty {
        display: none
    }

    .Product-warranty-container {
        margin-bottom: 3rem
    }
}

input.error {
    border-color: red;
}

/* .searchbox-container {
    width: 100%;
    border-radius: 8px;
    background-color: rgba(246, 246, 246, .8);
    height: 60px
}

.search-address.panel {
    width: 100%;
    display: flex;
    position: relative
}

.search-icon {
    font-size: 2rem;
    color: #ccc;
    width: 10%;
    padding: 10px 30px
}

.search-icon i {
    font-size: 2rem;
    color: #9e9d9dab
}

.mapBoxSearch {
    width: 100%
}

.mapBoxSearch input {
    color: #0000007d;
    padding: 15px;
    outline: 2px solid transparent;
    caret-color: #00a3ff;
    outline-offset: 2px;
    border: 0;
    line-height: 1.5rem;
    background-color: transparent;
    font-size: 18px;
    width: 100%;
    height: 100%
}

.map-container {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    position: relative
}

.mapbox {
    width: 100%
}

#map {
    background: #eee;
    border-top: 1px solid #aaaaaa90;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    border-radius: 10px;
}

#center-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 1000;
    pointer-events: none;
} */

.results-container {
    width: 100%;
    border-radius: 8px;
    margin: 20px 0;
}

.result-item-box {
    display: flex;
    justify-content: space-between;
}

div.result-item-box:nth-child(1) {
    border-top: 1px solid #a6a6a65e;
    padding-top: 20px;
}

.location-icon {
    width: 10%;
    height: 100%;
}

.location-icon svg {
    width: 80px;
    height: 100%;
}

.result-item {
    width: 100%;
    border-radius: 8px;
    padding: 10px 10px 0;
    background-color: rgba(246, 246, 246, .9);
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
}

.result-item>div {
    background-color: rgba(246, 246, 246, .9);
    margin: .5rem 0;
}

.result-item:hover {
    background-color: rgba(41, 98, 255, .2);
}

.result-item h3 {
    font-size: 1rem;
}

.submit-address,
#goToNextStep {
    width: 100%;
    border: 0;
    margin: 10px auto;
    border-radius: 8px;
    height: 60px;
    background-color: rgb(41, 98, 255);
    color: #fff;
}

#secondStep>p:first-of-type {
    font-size: 15px;
    line-height: 1.5rem;
    color: rgba(33, 33, 33, .8);
    font-weight: 500;
}

.reciver-inf {
    display: flex;
    width: 100%;
}

.set-reciver-inf {
    width: 100%;
    display: flex;
    gap: 2%;
    justify-content: space-between;
}

.reciver-inf-content {
    width: 100%;
    position: relative;
    margin: .5rem 0;
}

.reciver-inf-content label {
    width: 100%;
    display: block;
}

.reciver-inf-content input,
.reciver-inf-content select {
    width: 100%;
    border-radius: 10px;
    padding: 12px 15px;
    border: 1px solid rgba(102, 101, 101, 0.21);
    outline: none;
    font-size: 14px;
    background-color: #f9f9f9;
}

.reciver-inf-content input {
    /* Safari-specific fixes */
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;

    /* Better text rendering */
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Focus state fixes */
.reciver-inf-content input:focus {
    outline: none;
    border-color: #0066cc;
    -webkit-box-shadow: 0 0 0 1px #0066cc;
    box-shadow: 0 0 0 1px #0066cc;
}

.reciver-inf-content select {
    /* Safari-specific resets */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Remove default arrow in Firefox */
    text-indent: 1px;
    text-overflow: '';

    /* Better text rendering */
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

}

/* Focus state */
.reciver-inf-content select:focus {
    outline: none;
    border-color: #0066cc;
    -webkit-box-shadow: 0 0 0 1px #0066cc;
    box-shadow: 0 0 0 1px #0066cc;
}

/* Custom dropdown arrow */
.reciver-inf-content.select-wrapper {
    position: relative;
}

.floating-label-group {
    position: relative;
    direction: rtl;
}

.floating-label-group .floating-label {
    position: absolute;
    top: 12px;
    right: 15px;
    color: #777;
    font-size: 14px;
    transition: all 0.3s ease;
    pointer-events: none;
    background-color: #f9f9f9;
    padding: 0 5px;
}

.floating-label-group input:focus~.floating-label,
.floating-label-group input:not(:placeholder-shown)~.floating-label,
.floating-label-group input.has-value~.floating-label {
    top: -8px;
    font-size: 12px;
    background-color: #fff;
    border-radius: 8px;
}

.floating-label-group input:required~.floating-label::before {
    content: '* ';
    color: red;
}

.reciver-inf-content span:not(.floating-label) {
    position: absolute;
    display: flex;
    top: -30px;
    right: 0;
}

.is-reciver {
    display: flex;
}

.is-reciver input {
    margin-bottom: 1rem;
}

.is-reciver p {
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(33, 33, 33, .8);
    font-weight: 500;
}

/* .edit-location p {
    color: rgba(41, 98, 255, .8);
    margin-left: 1rem;
    font-weight: 500;
    font-size: 1rem;
    text-align: left;
}

.edit-location span {
    cursor: pointer;
} */

.reciver-address-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.set-reciver-address {
    width: 100%;
    gap: 2%;
    margin: .5rem 0;
    display: flex;
    justify-content: space-between;
}

.reciver-address {
    border-top: 1px solid rgb(240, 240, 240);
}

.reciver-address>p {
    font-size: 15px;
    margin: 1rem 0;
    color: rgba(33, 33, 33, .8);
    font-weight: 500;
}

.is-reciver input[type="checkbox"] {
    display: none
}

.is-reciver input[type="checkbox"]+p {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    user-select: none;
    font-size: 16px
}

.is-reciver input[type="checkbox"]+p:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 4px;
    background: #fff;
    transition: all .3s
}

.is-reciver input[type="checkbox"]:checked+p:before {
    background: #228b6b;
    border-color: #228b6b
}

.is-reciver input[type="checkbox"]:checked+p:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.producr-detail-inf {
    background-color: #f7f7f8;
    border-radius: 8px;
    padding: 1rem 1rem 0 1rem;
    border-top: 1px solid #e0e0e2;
    border-bottom: 1px solid #e0e0e2;
}

.option-box .tooltip {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    max-width: 250px;
    background-color: #2ab88d;
    color: #fff;
    text-align: right;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
    position: absolute;
    bottom: 113%;
    right: 0;
    z-index: 10;
    transition: opacity 0.3s ease;
}

.option-box .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 20px;
    border-width: 8px;
    border-style: solid;
    border-color: #2ab88d transparent transparent transparent;
}

.option-box:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.option-input {
    position: absolute;
    opacity: 0.0001;
    inset: 0;
    z-index: 1;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
}

.option-box {
    position: relative;
}

.is-install.option-box {
    position: relative;
}

.option-box .option-input+label {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
}

.cart-list__item--product-info--amount .option-box .option-input+label {
    padding-right: 22px;
}

.product-unit-color-title .is-install.option-box {
    padding: .5rem;
}

.file-uploaded-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.file-uploaded-container > div {
    background-color: #f9f9f9;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .25rem auto;
    width: 95%;
}

.is-install {
    /* Inherited from .form-card-option when used on product-single */
}

.cart-list__item--product-info--amount .is-install {
    padding: .5rem;
}

.is-install .option-input+label:before, .is-guarantee .option-input+label:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 4px;
    background: #fff;
    transition: all .3s;
}

.cart-list__item--product-info--amount .is-install .option-input+label:before {
    width: 15px;
    height: 15px;
}

.is-install .option-input:checked+label:before, .is-guarantee .option-input:checked+label:before {
    background: #228b6b;
    border-color: #228b6b;
}

.is-install .option-input:checked+label:after, .is-guarantee .option-input:checked+label:after  {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -1px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.is-guarantee .option-input:checked+label:after {
    right: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -1px;
}

.option-box label {
    position: relative;
    cursor: pointer;
}

.cart-list__item--product-info--amount .option-box .option-input:checked + label::after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -1px;
    width: 5px;
    height: 10px;
}


.agree-condition input[type="checkbox"] {
    display: none
}

.agree-condition input[type="checkbox"]+p {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    user-select: none;
    font-size: 16px
}

.agree-condition input[type="checkbox"]+p:before {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 4px;
    background: #fff;
    transition: all .3s
}

.agree-condition input[type="checkbox"]:checked+p:before {
    background: #228b6b;
    border-color: #228b6b
}

.agree-condition input[type="checkbox"]:checked+p:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.close-modal-location,
.close-modal-aghsati {
    margin-bottom: 1rem
}

.header-content-modal .close {
    top: 10px !important
}

.header-content-modal {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
    margin: .5rem 0
}

#exampleModalCenterTitle {
    color: #000 !important;
    font-size: 15px !important
}

.modal-header>h5 {
    font-size: 13px !important;
    color: #000 !important;
    padding-right: 15px
}


.purchase__advantage-container {
    display: flex;
    width: 97%;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    background-color: #ebebeb;
    margin: 0 auto;
    border-radius: 10px;
}

.purchase__advantage-container>a {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    flex-grow: 1;
    color: #000;
}

.purchase__advantage-container>a>div {
    width: 56px;
    height: 56px;
    line-height: 0;
}

.purchase__advantage-container>a>div>img {
    object-fit: cover;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.purchase__advantage-container>a>p {
    font-size: 13px;
    font-weight: 400;
    line-height: 2.17;
    color: #000;
}

@media (max-width: 768px) {

    .is-install .option-input:checked+label:after {
        right: 6px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        margin-top: -1px;
        width: 6px;
        height: 11px;
    }

    .is-install .option-input:checked+label:before {
        width: 18px;
        height: 18px;
    }

    .reciver-address>p {
        margin-right: .5rem;
    }

    .is-reciver {
        padding: .5rem 0;
    }

    #goToNextStep {
        padding: 10px;
        height: 60px;
        position: absolute;
        border-radius: 0;
        bottom: 5rem;
        left: 0
    }

    .location-icon {
        width: 16%;
        margin-right: 6px
    }

    .location-icon svg {
        width: 70px
    }

    div.result-item-box {
        width: 95%
    }

    .set-reciver-address {
        width: 100%;
        flex-direction: column;
        margin: 0;
        align-items: center;
    }

    .set-reciver-inf {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .reciver-inf-content {
        width: 95%
    }

    .set-reciver-address>div {
        margin-left: 1rem auto !important;
        width: 92%
    }

    .purchase__advantage-container {
        background-color: transparent;
        border: 0;
        flex-wrap: wrap;
    }

    .purchase__advantage-container>a {
        width: 50%;
        border-bottom: 1px solid #cecece;
        padding-top: 9px;
    }

    .purchase__advantage-container>a:nth-of-type(n+7) {
        border-bottom: 0;
    }

    .purchase__advantage-container>a:nth-of-type(odd) {
        border-left: 1px solid #cecece;
    }

    .purchase__advantage-container>a>div {
        width: 40px;
        height: 40px;
    }

    .purchase__advantage-container>a>div>img {
        width: 40px !important;
        height: 40px !important;
    }

    .purchase__advantage-container>a>p {
        line-height: 1.4;
        color: #000;
    }
}

.error-message {
    color: red;
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: -10px;
    right: 0
}

.profile-content__ordered-product-container {
    display: block;
    padding: 0 1.5rem;
    max-width: 1400px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(215, 222, 224);
    border-radius: 8px;
    width: 100%;
    font-size: 13px;
}

.profile-content__ordered-product-container p {
    margin: 0;
}

.profile-content__ordered-product {
    display: flex;
    width: 100%;
    padding: 1.5rem;
    flex-direction: column;
}

.product-details-order-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
    border-bottom: 1px solid rgb(215, 222, 224);
}

.product-details-order-title>div {
    gap: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-details-order-title>div>svg {
    width: 1.5rem;
    height: 1.5rem;
}

.product-details-order-title>div>p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(33, 33, 33);
    font-weight: 600;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgb(237, 96, 96);
}

.order-status {
    display: flex;
    width: fit-content;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.order-details {
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: space-between;
}

.reciver-inf-order-container {
    padding: 1rem;
    border: 1px solid rgb(215, 222, 224);
    border-radius: 6px;
    display: flex;
    gap: 2rem;
    width: 100%;
    flex-direction: column;
}

.order-status {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.code-order-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
}

.code-order-container>p {
    font-size: .875rem;
    line-height: 1.5rem;
    color: rgb(102, 102, 102);
    font-weight: 500;
    white-space: nowrap;
}

.code-order {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.code-order>p {
    line-height: 1.5rem;
    font-size: 14px;
    color: rgb(33, 33, 33);
    font-weight: 600;
    padding: .125rem;
}

.order-status>span {
    font-size: 14px;
    color: rgb(55, 168, 1);
    line-height: 22px;
    font-weight: 600;
    padding: .25rem 1rem .125rem 1rem;
    background-color: rgb(224, 255, 226);
    border-radius: 10px;
}

.put-margin {
    width: 100%;
    height: 2rem;
}

.order-time {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    align-items: center;
}

.order-time>p:nth-child(1)>span:nth-child(1) {
    color: rgb(102, 102, 102);
    line-height: 1.5rem;
    font-size: 14px;
    font-weight: 500;
}

.order-time>p:nth-child(1)>span:nth-child(2) {
    color: rgb(102, 102, 102);
    line-height: 1.5rem;
    font-size: 14px;
    font-weight: 500;
}

.reciver-name,
.total-price,
.send-off-product-price {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: space-between;
}

.reciver-order-details-inf>div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: fit-content;
}

.reciver-name>p,
.total-price>div>p,
.reciver-order-details-inf>div:nth-child(2)>p,
.send-off-product-price>div>p,
.reciver-order-phone-number>p,
.prduct-order__property-details>p {
    line-height: 1.5rem;
    font-size: .875rem;
    color: rgb(102, 102, 102);
    font-weight: 500;
}

.prduct-order__property-details>p {
    color: rgb(102, 102, 102);
}

.reciver-name>div,
.total-price>div>div,
.send-off-product-price>div>div,
.reciver-order-details-inf>div:nth-child(3),
.prduct-order__property-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.reciver-name>div>p,
.total-price>div>div>p,
.send-off-product-price>div>div>p,
.reciver-order-details-inf>div:nth-child(2)>div:nth-child(2)>p,
.prduct-order__property-details>div>p,
.reciver-order-phone-number>div>p {
    line-height: 1.5rem;
    color: rgb(33, 33, 33);
    font-weight: 600;
    margin-right: .5rem;
}

.total-price>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-price>div:nth-of-type(1) {
    margin-left: 1rem;
}

.total-price>div>div>span {
    font-size: 12px;
    color: rgb(33, 33, 33);
    font-weight: 600;
    margin-right: .5rem;
}

.send-off-product-price>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.send-off-product-price>div>div>span {
    font-size: 12px;
    color: rgb(33, 33, 33);
    font-weight: 600;
    margin-right: .5rem;
}

.send-off-product-price>div:nth-of-type(2) {
    margin-right: 2rem;
}

.send-off-product-price>div:nth-of-type(2)>*,
.send-off-product-price>div:nth-of-type(2)>div>* {
    color: red !important;
}

div.prduct-order__property-details:nth-child(2)>div:nth-child(2)>p,
div.prduct-order__property-details:nth-child(3)>div:nth-child(2)>p {
    background-color: rgb(190, 223, 204);
    color: rgb(37, 58, 86);
    padding: .25rem .5rem .125rem .5rem;
    border-radius: 6px;
}

.reciver-order-details-inf {
    display: flex;
    width: 100%;
    gap: 2rem;
    align-items: center;
}

.reciver-order-phone-numbe {
    display: flex;
    align-items: flex-start;
    width: fit-content;
    justify-content: safe;
}

.reciver-order-phone-numbe {
    line-height: 1.5rem;
    font-size: .875rem;
    color: rgb(102, 102, 102);
    font-weight: 500;
}

.product-order-details {
    gap: 2rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 2rem 1rem;
    border-top: 1px solid rgb(51, 51, 51);
}

.prduct-order__property {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.each-product-details {
    padding: 2rem 0 1.5rem 0;
    border-top: 1px solid rgb(215, 222, 224);
}

.prodcut-properties-container {
    gap: 1rem;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: relative;
}

.fix-product-image {
    width: 7rem;
    height: 7rem;
    position: relative;
}

.fix-product-image>div {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.fix-product-image>div>img {
    width: 6rem;
    max-width: 100%;
}

.prodcut-properties {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .625rem;
    flex-grow: 1;
    position: relative;
}

.prodcut-properties>a>strong {
    color: rgb(51, 51, 51);
    font-weight: 500;
    font-size: 13px;
}

.order-product-price-container {
    width: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
}

.order-product-price-container>div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-grow: 1;
}

.order-off-product-price {
    height: 19px;
    color: white;
    padding: 0 .25rem;
    background-color: rgb(255 26 52);
    gap: .25rem;
    border-radius: 3px;
}

.order-product-price {
    display: flex;
    align-items: center;
    margin-right: .5rem;
    justify-content: space-between;
}

.order-product-price>div {
    display: flex;
    margin-right: .5rem;
    align-items: center;
    justify-content: center;
}

.order-product-price>p,
.order-product-price>div>p,
.order-product-price>div>span {
    color: rgb(102, 102, 102);
    font-weight: 500;
    font-size: 15px;
}

.order-product-price>p {
    text-decoration-line: line-through;
}

.order-product-price>div>span {
    font-size: 12px;
    margin-right: 5px;
}

.order-product-price>div>p {
    font-size: 1.4rem;
}

.prodcut-properties>div:nth-of-type(1) {
    padding: 3px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(215, 222, 224);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prodcut-properties>div:nth-of-type(1)>p {
    color: rgb(102, 102, 102);
    font-weight: 500;
    white-space: nowrap;
    user-select: none;
    margin: 0 .75rem 0 .5rem;
}

.prodcut-properties>div:nth-of-type(1)>span {
    background-color: rgb(26, 26, 26);
    border: 1px solid rgb(215, 222, 224);
    border-radius: 4px;
    height: 1.25rem;
    width: 1.25rem;
}

.product-number-view {
    width: 2.5rem;
    height: 1.5rem;
    border-radius: 4px;
    border: .5px solid rgb(215, 222, 224);
    position: absolute;
    bottom: -30px;
    right: 7px;
    font-size: 16px;
    white-space: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .profile-main {
        width: 100% !important;
    }

    .profile-content__ordered-product-container {
        margin: 0;
        padding: 1rem;
        max-width: 100%;
        font-size: 12px;
    }


    .profile-content__ordered-product {
        padding: 1rem 0;
        margin: .5rem auto;
    }

    .put-margin {
        height: 1rem;
    }

    .reciver-order-details-inf {
        flex-direction: column;
        gap: .5rem;
        align-items: flex-start;
    }

    .reciver-name,
    .total-price,
    .send-off-product-price {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        gap: .5rem;
        justify-content: space-between;
    }

    .reciver-name {
        flex-direction: row;
    }

    .total-price>div,
    .send-off-product-price>div {
        width: 98%;
    }

    .send-off-product-price>div:nth-of-type(2) {
        margin: 0;
    }

    .reciver-inf-order-container {
        gap: .4rem;
        padding: .5rem;
    }

    .reciver-order-details-inf>div {
        flex-direction: row;
        justify-content: space-between;
        width: 98%;
    }

    .reciver-order-details-inf>div:nth-child(2)>p {
        width: 4rem;
    }

    .prduct-order__property-details {
        width: 100%;
        justify-content: space-between;
    }

    .prduct-order__property {
        align-items: flex-start;
        gap: 1rem;
    }

    .reciver-name>p,
    .total-price>div>p,
    .reciver-order-details-inf>div:nth-child(2)>p,
    .send-off-product-price>div>p,
    .reciver-order-phone-number>p,
    .prduct-order__property-details>p,
    .code-order-container>p:nth-child(1) {
        font-size: 13px;
    }

    .order-details {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-time {
        width: 100%;
        align-items: flex-start;
    }

    .order-status {
        width: 100%;
        margin-bottom: .7rem;
    }

    .order-status>span {
        font-size: 12px;
    }

    .order-status>svg {
        display: none;
    }

    .order-time>p {
        display: flex;
        justify-content: space-between;
        width: 98%;
    }

    .order-product-price-container {
        bottom: -40px;
    }

    .payment-order-history {
        display: none;
    }

    .product-number-view {
        right: -10px;
    }

    .phone-resposive-width {
        width: 100%;
    }

    .profile-content__cart-history {
        margin: 1rem 0;
        border-radius: 5px;
    }
}

.policy-nav {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    text-align: right;
    height: 12rem;
}

.policy-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.policy-nav ul li {
    display: block;
    text-align: center;
}

.policy-nav ul li:nth-of-type(1) {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}

.policy-nav ul li:nth-of-type(1)>svg {
    width: 3rem;
    height: 3rem;
}

.policy-nav ul li a {
    text-decoration: none;
    color: #00915a;
    font-size: 22px;
    font-weight: 500;
}

.introduction-rules {
    height: fit-content;
    width: 100%;
    font-size: 16px;
    color: #c43333;
    padding: 10px 0;
    text-align: justify;
    line-height: 1.8;
    color: #555;
}

.guide-purchase-content,
.rules-purchase-content,
.yaragh-banck-content-parent,
.yaragh-co-sale-content {
    background-color: white;
    margin: -38px auto 25px auto;
    padding: 20px 40px;
    width: 78%;
    border-radius: 8px;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.1);
}


.guide-purchase-content,
.rules-purchase-content,
.yaragh-banck-content-parent {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.yaragh-banck-content {
    margin: 1rem 0;
    ;
}

.yaragh-banck-content {
    margin: 1rem 0;
    ;
}

.guide-purchase-content p,
.yaragh-banck-intro p,
.yaragh-banck-content p,
.yaragh-co-sale-content p,
.rules-purchase-content p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin: 0;
    text-align: justify;
}

.yaragh-banck-content h3,
.yaragh-banck-content h4,
.guide-purchase-content h3,
.guide-purchase-content h4,
.rules-purchase-content h3,
.rules-purchase-content h4 {
    margin-top: 1rem;
    margin-bottom: 7px;
    color: #333;
    white-space: nowrap;
}

.yaragh-banck-content h3,
.guide-purchase-content h3,
.rules-purchase-content h3 {
    font-size: 20px;
}

.yaragh-banck-content h4,
.guide-purchase-content h4,
.rules-purchase-content h4 {
    font-size: 1rem;
}

.guide-purchase-content .highlight {
    color: #007bff;
    font-weight: bold;
}

.guide-purchase-content a,
.yaragh-banck-content a {
    color: #007bff;
    text-decoration: none;
}

.guide-purchase-content a:hover,
.yaragh-banck-content a:hover {
    text-decoration: underline;
}

.faq-section h3 {
    text-align: center;
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}

.faq {
    border-top: 1px solid #e5e5e5;
}

.faq-item {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.faq-section {
    width: 78%;
    margin: 20px auto;
    background-color: #ffffff;
    padding: 25px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.faq-question {
    width: 100%;
    text-align: right;
    background-color: #f8f8f8;
    border: none;
    padding: 15px;
    cursor: pointer;
    outline: none;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-question p {
    margin: 0;
    font-size: 16px;
    width: 92%;
    line-height: 1.6;
}

.faq-question:hover {
    background-color: #e8f0ee;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
    background-color: #fafafa;
    border-radius: 0 0 8px 8px;
    margin-top: 10px;
}

.faq-answer p {
    margin: 15px 0;
    text-align: justify;
    font-size: 16px;
    color: #2a793e;
}

.faq-question.active::after {
    transform: rotate(180deg);
}

/* Hover Effects for FAQ Question */
.faq-question:hover {
    background-color: #f1f1f1;
}

/* Add transition effect for max-height */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out, padding 0.1s ease-out;
}

.faq-question.active+.faq-answer {
    max-height: 300px;
    padding: 15px 15px;
}

/* Improved hover effect for policy-nav links */
.policy-nav ul li a:hover {
    color: #0f5e2b;
    text-decoration: underline;
}

.text-parent {
    display: flex;
    align-items: baseline;
    height: fit-content;
    width: fit-content;
    margin: .5rem .3rem .5rem 0;
}


.text-parent h4,
.text-parent p {
    display: inline;
    margin-right: 0.3rem;
}

/* Transition effect for active state */
.faq-item .chevron-down {
    position: absolute;
    top: 19px;
    left: 10px;
    transition: transform 0.2s ease, color 0.2s ease;
}

/* Active class styling */
.faq-question.active {
    background-color: #e8f0ee;
    color: #2a793e;
    border-top: 2px solid #3a8f4f;
}

.rotate-chevron {
    transform: rotate(180deg)
}

.guide-purchase-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guide-purchase-container>div {
    margin: 1rem 0;
}

.guide-purchase-container>div>div>p {
    padding: 1rem 2rem;
    font-weight: 500;
    color: #3a3a3ad9;
    font-size: 18px;
}

.img-guide-purchase {
    width: 100%;
}

.aghsati-modal-condition {
    display: none;
    position: fixed;
    z-index: 1000000000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    over-flow: auto;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}

.aghsati-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.aghsati-modal-condition__content {
    position: relative;
    border-radius: .25rem;
    padding: 35px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-50px);
    transform: scale(0);
    animation: modalOpen 0.7s forwards;
    background-color: #f8f8f8;
    width: 50%;
    height: fit-content;
    margin: 2rem auto;
    max-height: 90%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1000;
}

.close-aghsati-modal {
    background-color: #2ab88d;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.aghsati-condition {
    padding: .5rem;
    background-color: #e5e5e5;
    border-radius: 8px;
    margin-top: 1rem;
}


.aghsati-modal-condition__content p {
    font-size: 16px;
    line-height: 2;
}

.aghsati-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@keyframes modalOpen {
    to {
        transform: scale(1);
    }
}

.img-guide-purchase>picture>img {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border: 1.5px solid #c4bfbfa1;
    width: 100%;
    border-radius: 8px;
}

@media (max-width:767px) {

    .guide-purchase-content,
    .yaragh-co-sale-content,
    .yaragh-banck-content-parent,
    .rules-purchase-content {
        width: 100%;
        box-shadow: none;
        padding: 25px 15px;
        margin: 0 auto;
    }

    .yaragh-banck-content {
        margin: .5rem 0;
    }

    .guide-purchase-content>h1:nth-of-type(1),
    .rules-purchase-content>h1:nth-of-type(1) {
        display: none;
    }

    .guide-purchase-container>div>div>p,
    .rules-purchase-container>div>div>p {
        padding: .5rem
    }

    .img-guide-purchase {
        width: 100%;
    }

    .guide-purchase-container>div>div>p,
    .rules-purchase-container>div>div>p {
        font-size: 16px;
    }

    .guide-purchase-content h3,
    .rules-purchase-content h3 {
        font-size: 19px;
        line-height: 1.6;
    }

    .faq-section {
        width: 95%;
        padding: 10px;
        box-shadow: none;
    }

    .faq-question {
        border-radius: 0;
    }

    .faq-question p {
        font-size: 15px;
        line-height: 1.4;
    }

    .faq-answer p {
        font-size: 15px;
        line-height: 1.6;
    }

    .text-parent {
        flex-direction: column;
        align-items: center;
        height: auto;
        margin-bottom: 0;
        width: 100%;
    }

    .text-parent h4 {
        font-size: 16px;
        margin-bottom: 0.5rem;
        line-height: 1.5;
        margin-top: 0;
    }

    .text-parent p {
        font-size: 16px;
        line-height: 2;
        margin: 0;
    }

    .aghsati-modal-condition__content p {
        font-size: 15px;
    }

    .aghsati-modal-header>h4 {
        font-size: 19px;
    }

    .aghsati-modal-condition__content {
        width: 100%;
        height: 100%;
        max-height: 100%;
        padding: 35px 10px 0 10px;
    }

    .close-modal-aghsati {
        font-size: 2rem;
        margin-left: 1rem;
    }

    .contact-us-numbers {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
}

.shipping__address--new-cntainer {
    width: 10%;
    box-shadow: 5px 0 5px -3px rgba(0, 0, 0, 0.2);
}

.selected-address {
    padding: 10px 20px;
    background-color: aliceblue;
    border-radius: 10px;
    color: rgba(49, 49, 49, 0.652)
}

.com-address-inf {
    display: flex;
    justify-content: space-between
}

@media (min-width: 750px) {
    .tooltip-content-button {
        display: none;
    }
}

@media (max-width: 750px) {
    .shipping__main--input-holder {
        overflow-x: clip;
        flex-direction: column;
        align-items: center;
        min-height: 0;
        margin: 1.5rem 1rem;
        padding-bottom: 0;
        max-width: 100%;
    }

    .shipping__main--input-holder:nth-child(2)>div,
    .shipping__main--input-holder:nth-child(3)>div,
    .shipping__main--input-holder:nth-child(4)>div,
    .shipping__main--input-holder:nth-child(5)>div {
        justify-content: center;
    }

    .shipping__main {
        width: 100%;
    }

    .shipping__address--container {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        margin: 2rem 1rem .5rem auto;
        flex-direction: column;
    }

    .shipping__address--container>div {
        width: 18.85rem;
        height: fit-content;
        margin: .3rem auto;
    }

    .shipping__address--new {
        width: 93%;
        height: 5rem;
        margin-bottom: 30px;
        margin-right: 20px;
    }

    .shipping__address--new span {
        font-size: 16px;
        writing-mode: horizontal-tb;
    }

    .shipping__address--new>label {
        flex-direction: row;
    }

    .shipping__address--new svg {
        width: 50px !important;
        height: 50px !important;
    }

    .shipping__main--input-holder::before {
        height: 3.7rem;
        width: 100%;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .shipping__main--input-holder h2 {
        writing-mode: horizontal-tb;
        line-height: 1.5rem;
    }

    .shipping__main--input-holder .dropdown-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: .7rem;
        margin: .1rem auto;
        position: absolute;
        bottom: -24px;
        right: 0;
        background-color: #b7bbbb;
        color: #fff !important;
        border: none;
        cursor: pointer;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .shipping__main--input-holder .dropdown-toggle:hover {
        background-color: #00bfd6;
    }

    .shipping__main--input-holder .dropdown-toggle i {
        font-size: 20px;
    }

    .shipping__main--input-holder .hide {
        max-height: 0;
        overflow: hidden;
        transition: all .7s ease-in-out;
    }

    .shipping__main--input-holder .show {
        max-height: 10000px;
        overflow: hidden;
        transition: max-height 1s ease-in-out;
    }

    .shipping__address--new-cntainer {
        width: 100%;
    }

    .selected-address {
        padding: 10px 20px;
        background-color: aliceblue;
        border-radius: 10px;
        color: rgba(49, 49, 49, 0.652)
    }

    .com-address-inf {
        display: flex;
        justify-content: space-between
    }

    .additional-explantion {
        padding: 1rem 0;
    }

    .additional-explantion textarea {
        padding: 0.875rem 0.75rem !important;
    }

    .tooltip-wrap .tooltip-content {
        display: block;
        width: 16rem !important;
        padding: .5rem;
        border: 1px solid #b5b4b4;
        background-color: #e1e1e1;
        border-radius: 8px;
        color: #6f6f6f;
        display: block;
        position: absolute;
        bottom: -75%;
        right: -100%;
    }

    .tooltip-content-button {
        display: block;
        width: 100%;
        padding: 5px;
        background-color: #2ab88d;
        color: #ffffff;
        font-family: IranSans;
        border: 0;
        border-radius: 7px;
        margin-top: 7px;
        cursor: pointer;
    }

    .hidden {
        display: none !important;
    }
}

.contact-us {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
}

.contact-us>section:nth-child(1) {
    margin: 0 auto 2rem auto;
    width: 100%;
    max-width: 1180px;
    border: 2px solid #eee;
    padding: 10px 15px;
    border-radius: 16px;
    background-color: #fff;

}


.contact-us h1,
.contact-us h2 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(33, 33, 33);
    line-height: 2.5rem;
}

.contact-us h1 {
    margin-bottom: 20px;
}

.contact-us strong {
    font-size: 19px;
    font-weight: 500;
    color: rgb(102, 102, 102);
    line-height: 2.5rem;
}

.contact-us strong::before {
    content: "";
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #9c9d9e;
    margin-left: 1rem;
    border-radius: 50%;
    display: inline-block;
}

.contact-us h1::before {
    content: "";
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #9c761f;
    margin-left: 1rem;
    border-radius: 50%;
    display: inline-block;
}

.contact-us p {
    font-size: 14px;
    font-weight: 500;
    color: rgb(33, 33, 33);
    margin-right: 1.5rem;
    line-height: 2.5rem;
}


.contact-us__massenger-link,
.contact-us__return-product {
    color: #007bff;
}

@media (max-width: 768px) {
    .contact-us>section:nth-child(1) {
        margin: 0 auto;
        width: 100%;
        padding: 1rem;
        background-color: #fff;
        border-radius: 0;
    }

    .contact-us p {
        margin: 0;
    }

    .contact-us__form-container {
        margin-top: 6rem;
    }

    .contact-us h1,
    .contact-us h2 {
        font-size: 19px;
    }

    .contact-us h1 {
        margin-bottom: 5px;
    }

    .contact-us strong {
        font-size: 16px;
        font-weight: 500;
        color: rgb(102, 102, 102);
        line-height: 2.5rem;
    }

    .contact-us p {
        font-size: 14px;
        font-weight: 500;
        margin-right: 0;
        line-height: 2rem;
    }

}

.see-more-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(226, 226, 226);
    border-radius: 8px;
    filter: blur(4px);
}

.see-more-img-parent {
    position: relative;
    width: 66px;
    height: 80px;
    margin-top: 5px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #a4a4a4a4;
    cursor: pointer;
    transition: transform 0.2s ease;
    min-width: 65px;
    min-height: 80px;
}

.see-more-img-parent:hover {
    transform: translateY(-1px);
}

.img-content-parent {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.user-img-container {
    position: fixed;
    z-index: 99999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    animation: modalOpen 0.7s forwards;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}

@keyframes modalOpen {
    0% {
        scale: 0;
    }

    100% {
        scale: 1;
    }
}

.review-section {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
}

.review-text-section {
    width: 45%;
    margin: 20px;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    overflow-y: auto;
    max-height: 87%;
    border: 1px solid #e0e0e0;
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom: 1px solid #e0e0e0;
}

.review-text-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.img-mode {
    background-color: #8ee2c82e;
    padding: 4px 8px;
    border: 1px solid #2ab88d;
    border-radius: 12px;
    touch-action: none;
    display: flex;
    justify-content: space-evenly;
    width: 22rem;
    height: 3rem;
    margin-left: 4rem;
    align-items: center;
}

.img-mode>div:nth-child(2):after,
.img-mode>div:nth-child(3):after {
    content: "";
    position: absolute;
    display: block;
    height: 20px;
    width: 1px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
}

.img-mode>div:before {
    content: "";
    position: absolute;
    display: block;
    width: 34px;
    border-radius: 8px;
    opacity: 0;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    transition: .3s;
    height: 4px;
    background: #2ab88d;
    top: calc(100% + 10px);
}

.img-mode-phone {
    background-color: white;
    padding: 4px 8px;
    border: 1px solid #e0e0e2;
    border-radius: 12px;
    touch-action: none;
    display: flex;
    justify-content: space-evenly;
    height: 2.5rem;
    align-items: center;
}

.img-mode>div {
    padding: 0 16px;
    position: relative;
    font-size: 16px;
    user-select: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.img-mode>div:hover {
    color: #2ab88d;
}

.img-mode-phone>div {
    padding: 0 16px;
    position: relative;
    font-size: 16px;
    user-select: none;
}

.img-mode-phone>div:before {
    content: "";
    position: absolute;
    display: block;
    width: 34px;
    border-radius: 8px;
    opacity: 0;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    transition: .3s;
    height: 4px;
    background: #fff;
    top: calc(100% + 10px);
}

.arrow-user-img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 4px;
}

.arrow-user-img:hover {
    transform: translateY(-50%) scale(1.1);
    background: rgba(255, 255, 255, 0.9);
}

.arrow-user-img.left {
    left: 0px;
}

.arrow-user-img.right {
    right: 0px;
}

.img-mode>div.active {
    color: #2ab88d;
    font-weight: 600;
}

.img-mode>div.active:before {
    opacity: 1;
}

.content-of-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: #fbfbfb;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

.user-img__parent-desktop {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 65%;
    height: 65%;
    border: 1px solid #595858a3;
    border-radius: 12px;
    background-color: #fff;
    margin: 5rem auto;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}

.users-img {
    display: block;
}

.main-img,
.users-video {
    flex-direction: column;
}

.img-mode svg {
    width: 24px;
}

.stars {
    color: #FFD700;
    margin-left: 10px;
    font-size: 1.5rem;
}

.badge {
    background-color: #2ab88d;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
}

.review-text {
    margin-top: 1rem;
    font-size: 16px;
}

.image-section {
    width: 88%;
    max-width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    gap: 10px;
}

.gallery-userImg-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 80%;
}

.main-img-box {
    width: 100%;
    height: 100%;
}

.main-img-box img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.thumbnails {
    height: 100px;
    display: flex;
    margin-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #aaa transparent;
    padding: 4px 0;
}

.thumbnail {
    flex: 0 0 auto;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    cursor: pointer;
    transition: transform 0.2s ease;
    border-radius: 8px;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}


.thumbnails::-webkit-scrollbar {
    height: 6px;
}

.thumbnails::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.thumbnails::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.thumbnail img:hover {
    transform: scale(1.05);
    border-color: #2ab88d;
}

.thumbnail img.active {
    border-color: #2ab88d;
}

#mainImageUserComment {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    transition: opacity 0.3s ease;
    border-radius: 10px;
    object-fit: cover;
}

.review-header svg {
    width: 23px;
}

.review-header>div:nth-child(1) {
    padding: 2px 5px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.review-header>div:nth-child(1):hover {
    background-color: #62626262;
    border-radius: 50%;
}

.hide {
    display: none;
}

.main-img .thumbnails,
.users-video .thumbnails,
.users-img .thumbnails {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.main-video-display {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width:768px) {
    #openUsersImgPhone {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
        transition: bottom 0.5s ease-in-out;
        z-index: 9999999999;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    #openUsersImgPhone.hidden {
        display: none;
    }

    #openUsersImgPhone.visible {
        bottom: 0;
    }

    .fade-opacity {
        animation: fadeOpacity .5s ease-in;
    }

    .appear-opacity {
        animation: appearOpacity .5s ease-in;
    }

    @keyframes fadeOpacity {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    @keyframes appearOpacity {
        0% {
            opacity: 0;
        }

        50% {
            opacity: .2;
        }

        70% {
            opacity: .4;
        }

        100% {
            opacity: 1;
        }
    }

    .user-img-container {
        padding: 0;
        background-color: #f5f5f5;
    }

    .img-mode>div.active:before {
        opacity: 1;
    }

    .img-mode {
        background-color: white;
        height: 2.8rem;
        width: 16.4rem;
        justify-content: space-evenly;
        margin-right: 3rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        border: 1px solid #2ab88d;
    }

    .img-mode>div:before {
        content: "";
        position: absolute;
        display: block;
        width: 15px;
        border-radius: 8px;
        opacity: 0;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        transition: .3s;
        height: 4px;
        background: #2ab88d;
        top: calc(100% + 10px);
    }

    .review-section {
        background-color: white;
        border-radius: 0;
        margin: 0;
        border-bottom: 1px solid #eee;
    }

    .thumbnails>div {
        display: flex;
        justify-content: space-around;
        margin-top: 3px;
        width: 99%;
        gap: 6px;
    }

    .thumbnail {
        width: 49%;
        margin-top: 0px;
        margin-right: 0;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        height: 19rem;
    }

    .thumbnail img {
        border-radius: 12px;
        aspect-ratio: 1;
        object-fit: cover;
        height: 100%;
    }

    .thumbnails {
        height: inherit;
        margin-top: 0;
        flex-direction: column;
        overflow-y: auto;
        padding: 8px 0;
    }

    .thumbnails::-webkit-scrollbar {
        width: 4px;
    }

    .thumbnails::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.05);
        border-radius: 2px;
    }

    .thumbnails::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 2px;
    }

    .thumbnails small {
        font-size: 15px;
        color: #2ab88d;
        margin: 1.2rem 15px 0.8rem 0;
        font-weight: 600;
        line-height: 2.15;
        padding-bottom: 8px;
        border-bottom: 1px solid #2ab88d;
    }

    .review-header {
        margin-bottom: 5rem;
        padding: 12px 0;
    }

    .review-header svg {
        width: 18px;
    }

    .review-header>div:nth-child(1) {
        padding: 8px;
        border-radius: 8px;
    }

    .review-header>div:nth-child(1):hover {
        background-color: rgba(0, 0, 0, 0.05);
    }


    /* Your existing mobile styles */
    .user-img-phone {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        z-index: 1000;
        transform: translateY(100%);
        transition: transform 0.4s ease-in-out;
    }

    .user-img-phone.visible {
        transform: translateY(0);
    }

    .hidden {
        display: none;
    }

    /* Modal Styles - Common for all modals */
    .user-modal,
    .main-modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999999999;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .user-modal.visible,
    .main-modal.visible {
        opacity: 1;
    }

    .modal-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.9);
    }

    .modal-container {
        position: relative;
        background: white;
        margin: 2rem 1rem;
        border-radius: 12px;
        max-height: calc(100vh - 4rem);
        overflow: hidden;
        z-index: 2001;
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        background: #f8f9fa;
        border-bottom: 1px solid #dee2e6;
    }

    .user-info {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .badge {
        background: #007bff;
        color: white;
        padding: 0.25rem 0.5rem;
        border-radius: 4px;
        font-size: 0.8rem;
        font-weight: 500;
    }

    /* Different badge colors for different modal types */
    .main-modal .badge {
        background: #28a745;
    }

    .stars {
        color: #ffc107;
        font-size: 1rem;
    }

    .close-button {
        cursor: pointer;
        padding: 0.5rem;
        background: #6c757d;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
    }

    .close-button svg {
        width: 16px;
        height: 16px;
    }

    .modal-image-section {
        padding: 1rem;
        text-align: center;
        background: #f8f9fa;
    }

    .modal-user-image {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .modal-text-section {
        padding: 1.5rem;
        background: white;
    }

    .user-review-text {
        font-size: 1rem;
        line-height: 1.6;
        color: #333;
    }

    .user-review-text p {
        margin: 0;
        text-align: right;
        direction: rtl;
    }

}

/* Responsive */
@media (max-width: 480px) {
    .modal-container {
        margin: 1rem 0.5rem;
        max-height: calc(100vh - 2rem);
    }

    .modal-header {
        padding: 0.75rem;
    }

    .modal-image-section {
        padding: 0.75rem;
    }

    .modal-text-section {
        padding: 1rem;
    }
}

.logo-registration__title,
.logo-login-page__title,
.logo-phone-verify-page__title,
.logo-reset-password__title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
