@import url(https://fonts.googleapis.com/css2?family=Cabin:wght@400;600;700&family=Roboto:wght@400;500;700&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);
@charset "UTF-8";

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

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

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

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

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

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

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

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

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

abbr[title],
abbr[data-original-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;
}

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 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:hover {
    color: #0056b3;
    text-decoration: underline;
}

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

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

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

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

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

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

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

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-left: 0;
    list-style: none;
}

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

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

.list-inline-item:not(:last-child) {
    margin-right: 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\A0";
}

.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-wrap: 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,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    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 > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    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 > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    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 > th,
.table-info > td {
    background-color: #bee5eb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    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 > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #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 th,
.table-dark td,
.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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

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

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

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

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

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

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

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

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

.col-form-label {
    padding-top: calc(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: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

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

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.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[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

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

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

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

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

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

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

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

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

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 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%;
    left: 0;
    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-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}

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

.was-validated .form-control:valid,
.form-control.is-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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-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%;
    left: 0;
    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-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}

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

.was-validated .form-control:invalid,
.form-control.is-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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
    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;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 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 {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    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 {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    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: #17a2b8;
    border-color: #17a2b8;
}

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

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 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: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    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 {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    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 {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    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 {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    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;
}

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

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

.btn-sm,
.btn-group-sm > .btn {
    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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 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^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #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:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}

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

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

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

.dropdown-header {
    display: block;
    padding: 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: inline-flex;
    vertical-align: middle;
}

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

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

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

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

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

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    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,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

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

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

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

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

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

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

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

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    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="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 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="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    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-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation)
    > .input-group-append:not(:last-child)
    > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation
    > .input-group-append:nth-last-child(n + 3)
    > .input-group-text,
.input-group
    > .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) {
    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:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

.custom-control-label::before {
    position: absolute;
    top: 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: 50%/50% 50% no-repeat;
}

.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

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

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

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

.custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 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: 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;
}

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

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(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: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        right 0.75rem center/8px 10px no-repeat;
    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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.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;
    overflow: hidden;
    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,
.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;
    overflow: hidden;
    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: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 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;
    -webkit-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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 {
        -webkit-transition: none;
        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;
    -moz-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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 {
        -moz-transition: none;
        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;
    -ms-transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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 {
        -ms-transition: none;
        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: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

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

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

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

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

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

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

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    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-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

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

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

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

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

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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:hover,
.navbar-brand:focus {
    text-decoration: none;
}

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

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

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

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

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    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:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-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 {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

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

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

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

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

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

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

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 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;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

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

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

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

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

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
    overflow-anchor: none;
}

.accordion > .card {
    overflow: hidden;
}

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

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

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

.breadcrumb {
    display: flex;
    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 {
    float: left;
    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: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    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:hover,
a.badge:focus {
    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:hover,
a.badge-primary:focus {
    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:hover,
a.badge-secondary:focus {
    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:hover,
a.badge-success:focus {
    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:hover,
a.badge-info:focus {
    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:hover,
a.badge-warning:focus {
    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:hover,
a.badge-danger:focus {
    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:hover,
a.badge-light:focus {
    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:hover,
a.badge-dark:focus {
    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;
    z-index: 2;
    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: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    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: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

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

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

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    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;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

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

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

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

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

.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

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

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

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

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

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

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

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

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

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

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

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

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

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

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

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

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

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

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

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

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    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:hover,
.list-group-item-secondary.list-group-item-action:focus {
    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:hover,
.list-group-item-success.list-group-item-action:focus {
    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:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    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:hover,
.list-group-item-dark.list-group-item-action:focus {
    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):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 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);
    opacity: 0;
    border-radius: 0.25rem;
}

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

.toast.showing {
    opacity: 1;
}

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

.toast.hide {
    display: none;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    z-index: 9999;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 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);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

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

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

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 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", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 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::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 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 {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

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

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

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

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

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 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 {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

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

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

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

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

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    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: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important;
}

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

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

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

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

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

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

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

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 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;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@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;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    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;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        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 th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

@font-face {
    font-family: "dubai-bold";
    src: url("../fonts/DubaiW23-Bold.woff2") format("woff2"),
        url("../fonts/DubaiW23-Bold.woff") format("woff"),
        url("../fonts/DubaiW23-Bold.eot") format("eot"),
        url("../fonts/DubaiW23-Bold.ttf") format("ttf");
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: "dubai-medium";
    src: url("../fonts/DubaiW23-Medium.woff2") format("woff2"),
        url("../fonts/DubaiW23-Medium.woff") format("woff"),
        url("../fonts/DubaiW23-Medium.eot") format("eot"),
        url("../fonts/DubaiW23-Medium.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "dubai-regular";
    src: url("../fonts/DubaiW23-Regular.woff2") format("woff2"),
        url("../fonts/DubaiW23-Regular.woff") format("woff"),
        url("../fonts/DubaiW23-Regular.eot") format("eot"),
        url("../fonts/DubaiW23-Regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "dubai-light";
    src: url("../fonts/DubaiW23-Light.woff2") format("woff2"),
        url("../fonts/DubaiW23-Light.woff") format("woff"),
        url("../fonts/DubaiW23-Light.eot") format("eot"),
        url("../fonts/DubaiW23-Light.ttf") format("ttf");
    font-weight: 300;
    font-style: 300;
}

:root {
    --primary-color: #00a0af;
    --primary-rgb: 0, 160, 175;
    --secondary-color: #7ea2aa;
    --secondary-rgb: 126, 162, 170;
    --packages-color: ;
    --white: #ffffff;
}

/* ===================== [common classes] ===================== */
.minHeight_15vh {
    min-height: 15vh;
}

.minHeight_20vh {
    min-height: 20vh;
}

.minHeight_25vh {
    min-height: 25vh;
}

.minHeight_30vh {
    min-height: 30vh;
}

.minHeight_35vh {
    min-height: 35vh;
}

.minHeight_40vh {
    min-height: 40vh;
}

.minHeight_45vh {
    min-height: 45vh;
}

.minHeight_50vh {
    min-height: 50vh;
}

.minHeight_55vh {
    min-height: 55vh;
}

.minHeight_60vh {
    min-height: 60vh;
}

.roboto {
    font-family: "Roboto", sans-serif;
}

.pe-none,
.pointer-events-none {
    pointer-events: none;
}

.fz-8 {
    font-size: 8px;
    line-height: 11px;
}

.fz-9 {
    font-size: 9px;
    line-height: 12px;
}

.fz-10 {
    font-size: 10px;
    line-height: 13px;
}

.fz-11 {
    font-size: 11px;
    line-height: 14px;
}

.fz-12 {
    font-size: 12px;
    line-height: 16px;
}

.fz-13 {
    font-size: 13px;
    line-height: 17px;
}

.fz-14 {
    font-size: 14px;
    line-height: 18px;
}

.fz-15 {
    font-size: 15px;
    line-height: 19px;
}

.fz-16 {
    font-size: 16px;
    line-height: 20px;
}

.fz-18 {
    font-size: 18px;
    line-height: 26px;
}

.fz-20 {
    font-size: 20px;
    line-height: 28px;
}

.fz-22 {
    font-size: 22px;
    line-height: 30px;
}

.fz-24 {
    font-size: 24px;
    line-height: 30px;
}

.fz-26 {
    font-size: 26px;
    line-height: 32px;
}

.fz-28 {
    font-size: 28px;
    line-height: 34px;
}

.fz-30 {
    font-size: 30px;
    line-height: 36px;
}

.fz-32 {
    font-size: 32px;
    line-height: 38px;
}

.fz-34 {
    font-size: 34px;
    line-height: 40px;
}

.fz-36 {
    font-size: 36px;
    line-height: 42px;
}

.fw-light,
.f-light,
.light,
.font-light {
    font-family: "dubai-light", sans-serif;
    font-weight: 300;
}

.fw-regular,
.f-regular,
.regular,
.font-regular {
    font-family: "dubai", "dubai-regular", sans-serif;
    font-weight: 400;
}

.fw-medium,
.f-medium,
.medium,
.font-medium {
    font-weight: 500;
}

.fw-semi-bold,
.f-semi-bold,
.semi-bold,
.f-semiBold,
.semiBold,
.font-semiBold {
    font-family: "dubai-medium", sans-serif;
    font-weight: 600;
}

.fw-bold,
.f-bold,
.bold,
.font-bold {
    font-family: "dubai-bold", sans-serif;
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.white-space-nowrap,
.nowrap,
.text-nowrap {
    white-space: nowrap;
}

.white-space-wrap,
.wrap,
.text-nowrap {
    white-space: wrap;
}

.cursor-pointer {
    cursor: pointer;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-black {
    color: #000;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.btn {
    font-family: "dubai", "dubai-regular", sans-serif;
}

.btn-primary {
    color: var(--white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: var(--white);
    color: var(--primary-color);
    opacity: 0.9;
}

.btn-outline-primary {
    background-color: var(--white);
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-outline-primary:hover {
    color: var(--white);
    background-color: var(--primary-color);
}

.btn-secondary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white) !important;
}

.btn-secondary:hover {
    opacity: 0.9;
}

.btn-outline-secondary {
    background-color: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color) !important;
}

.btn-outline-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--white) !important;
}

.btn-white {
    color: var(--primary-color);
    background-color: var(--white);
}

.btn-white:hover {
    color: var(--primary-color);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}

.btn-outline-white {
    color: var(--white);
    background: none;
}

.btn-sm,
.btn-group-sm > .btn {
    line-height: normal;
}

.btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "dubai-medium", sans-serif;
}

.btn-icon .iconify {
    margin-right: 0.4rem;
}

/* ===================== [common classes] ===================== */
html {
    font-size: 15px !important;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

html.no_scroll,
html.no-scroll,
html.noScroll {
    overflow-y: hidden;
    overflow-x: hidden;
    overflow: hidden;
}

body {
    font-family: "dubai", "dubai-regular", sans-serif;
    overflow-x: hidden;
    font-size: calc(1rem + 0.06vw);
    line-height: calc(1.3rem + 0.05vw);
}

body::-webkit-scrollbar-track {
    background: transparent;
    pointer-events: initial;
}

body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
    pointer-events: initial;
}

body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    pointer-events: initial;
}

a {
    font-family: "dubai", "dubai-regular", sans-serif;
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "dubai", "dubai-regular", sans-serif;
}

h2,
.h2 {
    font-size: clamp(1.4rem, calc(2vw + 0.6rem), 2rem);
    line-height: clamp(1.85rem, calc(2.5vw + 0.6rem), 2.5rem);
}

.body {
    margin-top: 140px;
    padding: 0 4rem;
    display: flex;
    max-width: 1490px;
    position: relative;
}

.has-notification {
    margin-top: 60px;
}

@media (max-width: 767.98px) {
    .body {
        padding: 0 1rem;
        flex-wrap: wrap;
    }
}

.body.profileViewed {
    z-index: 11;
}

.height-auto,
.form-control.height-auto,
.form-control.heightAuto {
    height: auto !important;
}

.form-control {
    font-size: 1.1rem !important;
}

input[type="file"].form-control {
    height: auto !important;
}

.sliderContainer {
    position: relative;
    width: 100%;
}

.sliderContainer .slide {
    position: relative;
    width: 100%;
}

.sliderContainer .slide .banner {
    background-color: #e6e6e6;
    display: flex;
    justify-content: center;
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
    color: var(--white);
    overflow: hidden;
}

.sliderContainer .slide .banner__title {
    font-size: 60px;
    font-family: "dubai-medium", sans-serif;
}

@media (max-width: 991.98px) {
    .sliderContainer .slide .banner__title {
        font-size: 36px;
    }
}

.sliderContainer .slide .banner__desc {
    max-width: 50%;
}

@media (max-width: 991.98px) {
    .sliderContainer .slide .banner__desc {
        max-width: 60%;
    }
}

.sliderContainer .slide .banner .sliderBanner {
    position: relative;
    width: 100%;
    min-height: 270px;
}

.sliderContainer .slide .banner .sliderBanner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #ccc;
}

.sliderContainer .slide .banner .sliderContent {
    position: absolute;
    padding: 15px 30px;
    width: 100%;
    align-self: center;
}

.sliderContainer .slide .banner .sliderContent .logo img {
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
}

.slick-dots {
    position: relative;
    width: 100%;
    display: flex !important;
    justify-content: center;
    list-style: none;
    margin: 1.5rem 0 3.5rem;
    padding: 0;
}

.slick-dots button {
    display: none;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 15px;
    background-color: #474544;
    margin: 0 0.15em;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.slick-dots li.slick-active {
    background-color: var(--primary-color);
}

.smallThumnailContainer {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1rem 0 3rem;
}

.smallThumnailContainer .small-thumbnail-slider {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    position: relative;
}

.smallThumnailContainer .small-thumbnail-slider .small-slide {
    position: relative;
    max-width: 130px;
    min-width: 130px;
    min-height: 60px;
    margin: 0 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    border-radius: 4px;
}

.card_selectedItems {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.card_selectedItems small {
    background-color: #e6e6e6;
    border-radius: 0.15rem;
    padding: 0.35rem 0.5rem;
    font-size: 1rem;
    line-height: 1rem;
    transition: all 0.3s ease-in;
    cursor: default;
}

.card_selectedItems small:hover {
    background-color: rgba(var(--primary-rgb), 0.1);
    color: var(--primary-color);
}

.welcome__text__container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome__text__container .welcome__text__block {
    position: relative;
    width: 100%;
    max-width: 1100px;
    border: 1px solid rgba(var(--primary-rgb), 0.5);
    background-color: rgba(var(--primary-rgb), 0.05);
    padding: 0.25rem 0.25rem 0.25rem 1.25rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
}

.welcome__text__container .welcome__text__block .__icon {
    height: 85px;
    min-width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.25rem;
}

.welcome__text__container .welcome__text__block .__icon svg {
    height: 100%;
}

.welcome__text__container .welcome__text__block .__content h5:not(strong) {
    font-weight: 400;
}

.welcome__text__container .welcome__text__block .close__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    position: absolute;
    right: 1.5rem;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.welcome__text__container .welcome__text__block .close__icon:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.main-area {
    flex: 1;
    max-width: calc(1490px - 8rem);
    width: 100%;
    padding-bottom: 2.5rem;
    margin-right: 0;
}

.body.container-fluid > .side-area,
.body.container-sm > .side-area,
.body.container-md > .side-area,
.body.container-lg > .side-area,
.body.container-xl > .side-area {
    margin-left: 1.5rem;
}

.side-area {
    width: 320px;
    min-width: 320px;
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    top: 122px;
    padding-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .side-area {
        width: 100% !important;
        margin-left: 0;
    }
}

.side-area h3 {
    font-size: 1.3rem;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 2.5rem;
    letter-spacing: 1px;
}

.side-area .custom-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.side-area .custom-card__subcription-details {
    margin-left: 0 !important;
    padding-right: 10px;
}

.side-area hr {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.side-area a.btn {
    font-size: 1.02rem;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.side-area a.btn.btn-outline-white {
    border-color: var(--white);
}

.side-area a.btn.btn-outline-white:hover {
    background-color: var(--white);
    color: var(--primary-color);
}

.side-area button.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    gap: 0.5rem;
}

.side-area button.btn .icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-area button.btn .icon svg {
    max-width: 100%;
}

.side-area button.btn .icon svg path {
    fill: var(--primary-color);
}

.side-area button.btn.add_to_fav_buttton:hover {
    background-color: var(--white);
    color: ver(--primary);
}

.side-area .need-share-button-default {
    padding: 0 0.5rem;
}

.side-area .need-share-button-default .need-share-button_button {
    background: transparent;
    border: 0;
    color: var(--white);
    font-size: 1.2rem;
}

.side-area .need-share-button-default:hover {
    background-color: var(--white);
}

.side-area .need-share-button-default:hover .need-share-button_button {
    color: var(--primary);
}

.howItWorksCol {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 0 1.5rem 0.6rem;
    background-color: rgba(0, 159, 227, 0.05);
}

.howItWorksCol > h6 {
    border-bottom: 1px solid var(--primary-color);
    padding: 0 0.7rem;
}

.howItWorksCol .btn.btn-primary {
    margin-top: 1rem;
}

.header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 992px) {
    .header {
        flex-wrap: nowrap;
    }
}

@media (max-width: 767.98px) {
    .header {
        justify-content: center;
        margin-bottom: 2.5rem !important;
    }
}

.custom-card-container {
    width: 100%;
}

.listing {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 6px;
    position: relative;
    width: 100%;
}

.listing__badge {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    padding: 0.6rem;
    color: var(--white);
    font-family: "dubai", "dubai-regular", sans-serif;
    font-size: 1.1rem;
    border-radius: 4px 4px 0 0;
    width: 100%;
    left: 0;
    text-transform: uppercase;
    font-family: "dubai-bold", sans-serif;
    letter-spacing: 1px;
}

.listing__badge--secondary {
    background: var(--secondary-color);
}

.listing__badge--primary {
    background: var(--primary-color);
}

.listing__badge--datatable {
    display: inline-flex;
    top: 0;
    position: relative;
    margin-bottom: 0;
}

.listing--featured,
.listing--premium {
    padding: 4rem 1rem 1rem;
    margin-top: 1rem;
}

.listing--featured {
    background: rgba(var(--secondary-rgb), 0.1);
    border: 1px solid var(--secondary-color);
}

.listing--premium {
    background: rgba(var(--primary-rgb), 0.1);
    border: 1px solid var(--primary-color);
    margin-bottom: 2.5rem;
}

.listing nav {
    position: absolute;
    top: 5px;
    right: 6px;
}

.listing nav .pagination {
    margin: 0;
}

.listing nav .pagination .page-item .page-link {
    padding: 0.2rem 0.75rem;
    background-color: transparent;
    border: 1px solid #fff;
    color: white !important;
}

.listing nav .pagination .page-item .page-link:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--primary-color) !important;
}

.listing nav .pagination .page-item.disabled span.page-link {
    opacity: 0.6 !important;
}

form .form-control {
    padding: 0rem 0.75rem;
}

form textarea.form-control {
    padding: 0.75rem;
}

form textarea.form-control::-webkit-scrollbar-track {
    background: transparent;
    pointer-events: initial;
}

form textarea.form-control::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
    pointer-events: initial;
}

form textarea.form-control::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    pointer-events: initial;
}

form .from_breaker {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

form .from_breaker::before,
form .from_breaker::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #dee2e6;
}

form .from_breaker::before {
    margin-right: 1rem;
}

form .from_breaker::after {
    margin-left: 1rem;
}

form .update__password__button {
    position: relative;
    width: 100%;
    background-color: #f1f1f1;
}

form .form-group.mobile-wrap {
    flex-wrap: wrap;
    align-items: start;
}

form .form-group.mobile-wrap .form-control.error {
    border-color: var(--danger);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

form .form-group.mobile-wrap label.error {
    width: 100%;
    padding-left: 33.3333333333%;
    color: var(--danger);
    margin-top: 0.5rem;
}

form .form-group.mobile-wrap .iti.iti--allow-dropdown {
    max-width: 66.6666666667%;
}

form .form-group.mobile-wrap .iti.iti--allow-dropdown label.error {
    padding-left: 0;
}

form .form-group.mobile-wrap .iti.iti--allow-dropdown .iti__selected-flag {
    max-height: 36px;
}

@media (max-width: 767px) {
    form .form-group.mobile-wrap label.error {
        padding-left: 0;
    }

    form .form-group.mobile-wrap .iti.iti--allow-dropdown {
        max-width: 100%;
        width: 100%;
    }
}

.bg-none {
    background: none !important;
}

.floating-button {
    top: 1rem;
    right: 1rem;
}

.bg-outline-white {
    border: 1px solid var(--white);
    background: #ffffff50;
}

.homeAdBannerSection {
    position: relative;
}

.homeAdBannerSection .homeAdBannerContainer {
    position: relative;
}

.homeAdBannerSection .homeAdBannerContainer .slide {
    position: relative;
}

.homeAdBannerSection .homeAdBannerContainer .slide .homeAdBox {
    position: relative;
    width: 100%;
    min-width: 250px;
    border-radius: 12px;
    overflow: hidden;
}

.homeAdBannerSection .homeAdBannerContainer .slide .homeAdBox img {
    width: 100%;
    max-width: 100%;
}

.new-header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.navigation-bar {
    background: var(--primary-color);
}

@media (max-width: 991.98px) {
    .navigation-bar .iconify {
        font-size: 1.5rem !important;
    }
}

.navigation-bar.category-open:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    width: 100vw;
    height: 100vh;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.navigation-bar .top-bar {
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 65px;
    background-color: var(--primary-color);
}

.navigation-bar .top-bar > div {
    width: 100%;
}

.navigation-bar .top-bar > div.cta-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.navigation-bar .top-bar > div.logo {
    display: flex;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.navigation-bar .top-bar > div.logo img {
    max-width: 150px;
    height: 50px;
}

.navigation-bar .top-bar > div.main-navigation {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
}

.navigation-bar .top-bar > div.main-navigation .navigation-link {
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0;
    font-size: 105%;
    transition: all 0.3s ease-in;
}

.navigation-bar .top-bar > div.main-navigation .navigation-link:hover {
    background-color: white;
    color: var(--primary-color) !important;
}

@media (max-width: 767.98px) {
    .navigation-bar .top-bar {
        padding: 0 16px;
        justify-content: start;
    }
}

.navigation-bar .top-bar .navigation-link {
    color: white !important;
    font-family: "dubai", "dubai-regular", sans-serif;
    margin: 0 0.4rem;
    text-decoration: none;
    padding: 0 0.8rem;
    border-radius: 0.3rem;
    height: 35px;
    line-height: 35px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.navigation-bar .top-bar .navigation-link:empty {
    display: none;
}

.navigation-bar .top-bar .navigation-link:hover {
    background: #ffffff40;
}

.navigation-bar .top-bar .navigation-link.login_signUp_button {
    padding: 0 0.8rem 0 0.4rem;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
}

.navigation-bar .top-bar .navigation-link.login_signUp_button:hover,
.navigation-bar .top-bar .navigation-link.login_signUp_button.active {
    background-color: #fff;
    color: var(--primary-color) !important;
}

.navigation-bar .top-bar .navigation-link.active::after,
.navigation-bar .top-bar .navigation-link.navigation-active::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 5px;
    background: white;
}

.navigation-bar .top-bar .user-login {
    display: inline-flex;
    width: 36px;
    height: 36px;
}

.navigation-bar .top-bar .user-login > span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    border-radius: 50px;
}

.navigation-bar .top-bar .user-login > span img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.navigation-bar .top-bar .signupDropdown {
    position: relative;
    padding: 0 0.8rem 0 0.6rem;
    height: 35px;
    display: inline-flex;
    align-items: center;
    border-radius: 0.3rem;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    transition: all 0.35s ease-in;
    cursor: pointer;
    z-index: 1;
}

.navigation-bar .top-bar .signupDropdown .signupDropdownList {
    position: absolute;
    min-width: 140px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 0;
    top: 110%;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 0.3rem;
    overflow: hidden;
}

.navigation-bar .top-bar .signupDropdown .signupDropdownList li {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in;
    height: 0;
    margin: -1px;
}

.navigation-bar .top-bar .signupDropdown .signupDropdownList li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    color: #000;
    padding: 0 0.6rem;
    transition: all 0.3s ease-in;
}

.navigation-bar .top-bar .signupDropdown .signupDropdownList li a .iconify {
    margin-right: 0.75rem;
}

.navigation-bar .top-bar .signupDropdown .signupDropdownList li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.navigation-bar
    .top-bar
    .signupDropdown
    .signupDropdownList
    li:not(:last-child) {
    border-bottom: 1px solid rgba(var(--primary-rgb), 0.2);
}

.navigation-bar .top-bar .signupDropdown:hover,
.navigation-bar .top-bar .signupDropdown.active {
    background-color: #fff;
    color: var(--primary-color);
}

.navigation-bar .top-bar .signupDropdown.active .signupDropdownList {
    z-index: 10;
}

.navigation-bar .top-bar .signupDropdown.active .signupDropdownList li {
    margin: 0;
    height: 40px;
}

.navigation-bar .top-bar .icon-button {
    margin-right: 0.8rem;
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: 0;
    background-color: transparent;
}

.navigation-bar .top-bar .icon-button[data-new-notification]:before {
    content: attr(data-new-notification);
    position: absolute;
    font-size: 0.8rem;
    color: var(--white);
    font-weight: 500;
    text-align: center;
    right: 0px;
    top: -2px;
    z-index: 10;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    background-color: #dc3545;
    border: 1px solid var(--primary-color);
}

.navigation-bar .top-bar .icon-button .iconify {
    font-size: calc(1.3rem + 0.08vw);
    color: var(--white);
}

.navigation-bar .bottom-bar {
    height: 55px;
    background: #f5f5f5;
    font-family: "dubai", "dubai-regular", sans-serif;
    display: flex;
    padding: 0 65px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.3);
}

@media (max-width: 767.98px) {
    .navigation-bar .bottom-bar {
        padding: 0 16px;
        justify-content: start;
    }
}

.navigation-bar .bottom-bar__button {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 208px;
}

.navigation-bar .bottom-bar__button .iconify {
    font-size: 1.4rem;
}

.navigation-bar .bottom-bar__button a {
    display: inline-block;
    margin: 0 0.5rem;
}

.navigation-bar .bottom-bar__button small .iconify {
    font-size: 0.8rem !important;
}

.navigation-bar .bottom-bar__button a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #121212;
    transition: all 0.3s ease-in;
}

.navigation-bar .bottom-bar__button a:hover {
    color: var(--primary-color);
}

.navigation-bar .bottom-bar__button.active a {
    color: var(--primary-color);
}

.notAccountYet {
    position: relative;
    white-space: nowrap;
}

.notAccountYet > span {
    margin: 0 1rem;
    opacity: 0.75;
}

.notAccountYet:before,
.notAccountYet::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--white);
    opacity: 0.2;
}

.signUpAsBuyer {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

.signUpAsBuyer a {
    padding: 0.5rem 0.65rem;
    display: inline-flex;
    border-radius: 0.25rem;
    margin: 0 0.5rem;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    line-height: 15px;
    transition: all 0.3s ease-in;
}

.signUpAsBuyer a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.notification-main-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 1000;
}

.notification-main-container::after {
    position: fixed;
    content: "";
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(0.2rem);
    backdrop-filter: blur(0.2rem);
    z-index: -1;
}

.notification-popup-container {
    width: 100%;
    max-width: 350px;
    min-width: 350px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    text-align: left;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding-bottom: 1vh;
}

.notification-popup-container .notification__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px 10px 12px;
    border-bottom: 1px solid #eee;
    background-color: var(--white);
}

.notification-popup-container .notification__header .notification-search {
    width: 100%;
    height: 100%;
    background-color: #fff;
    height: 50px;
    position: relative;
}

.notification-popup-container .notification__header .notification-search input {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 15px 0 50px;
    outline: none;
}

.notification-popup-container
    .notification__header
    .notification-search
    input:focus {
    outline: none;
    background-color: var(--primary-color);
    color: #fff;
}

.notification-popup-container
    .notification__header
    .notification-search
    input:focus::-moz-placeholder {
    color: #fff;
}

.notification-popup-container
    .notification__header
    .notification-search
    input:focus:-ms-input-placeholder {
    color: #fff;
}

.notification-popup-container
    .notification__header
    .notification-search
    input:focus
    ~ i,
.notification-popup-container
    .notification__header
    .notification-search
    input:focus::placeholder {
    color: #fff;
}

.notification-popup-container .notification__header .notification-search > i {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification-popup-container .notification__header .chatCloseIcon {
    width: 35px;
    height: 35px;
    font-size: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    transition: all 0.3s ease-in;
}

.notification-popup-container .notification__header .chatCloseIcon:hover {
    background-color: red;
    color: #fff;
}

.notification-popup-container .notification__header .newNotification {
    color: var(--primary-color);
    display: flex;
    align-items: center;
}

.notification-popup-container .notification__header .newNotification .newText {
    font-size: 14px;
    line-height: 100%;
}

.notification-popup-container
    .notification__header
    .newNotification
    .totolNotification {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--primary-color);
    margin-left: 0.5rem;
    padding: 3px 7px;
}

.notification-popup-container .notification-body {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    gap: 0.7rem;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}

.notification-popup-container .notification-body::-webkit-scrollbar-track {
    background: transparent;
    pointer-events: initial;
}

.notification-popup-container .notification-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
    pointer-events: initial;
}

.notification-popup-container .notification-body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    pointer-events: initial;
}

.notification-popup-container .notification-body .notification-card {
    width: 100%;
    padding: 1rem;
    transition: all 0.3s ease-in;
    display: flex;
    flex-direction: column;
    color: #000;
    position: relative;
}

.notification-popup-container .notification-body .notification-card::after {
    position: absolute;
    bottom: -0.4rem;
    content: "";
    width: 90%;
    left: 5%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.notification-popup-container .notification-body .notification-card.unread,
.notification-popup-container .notification-body .notification-card.new {
    background-color: #fff;
    padding-left: 1.6rem;
    box-shadow: inset 0 0 0 4px #fff,
        inset 0 0 0 5px rgba(var(--primary-rgb), 0.5);
}

.notification-popup-container
    .notification-body
    .notification-card.unread
    .notification_title,
.notification-popup-container
    .notification-body
    .notification-card.new
    .notification_title {
    font-weight: 700;
    color: var(--primary-color);
}

.notification-popup-container
    .notification-body
    .notification-card.unread:before,
.notification-popup-container .notification-body .notification-card.new:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    border-right: 25px solid transparent;
    border-top: 20px solid var(--primary-color);
}

.notification-popup-container
    .notification-body
    .notification-card.unread:hover,
.notification-popup-container .notification-body .notification-card.new:hover {
    background-color: rgba(var(--primary-rgb), 0.07);
}

.notification-popup-container .notification-body .notification-card:hover {
    background-color: #fff;
}

.notification-popup-container .view-all-notifications {
    margin-inline: auto;
    position: relative;
    width: 95%;
}

.notification-details-container {
    width: 100%;
    max-height: 75vh;
    min-height: 75vh;
    margin-bottom: 3.5vh;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    overflow: hidden;
    display: flex;
}

.notification-details-container
    .notification-popup-container
    .notification-body {
    background-color: #fff;
}

.notification-details-container
    .notification-popup-container
    .notification-body
    .notification-card:not(.active):hover {
    background-color: #f1f1f1;
}

.notification-details-container
    .notification-popup-container
    .notification-body
    .notification-card.active {
    background-color: rgba(var(--primary-rgb), 0.95);
}

.notification-details-container
    .notification-popup-container
    .notification-body
    .notification-card.active
    > * {
    color: #fff;
}

.notification-details-container .notification-main {
    width: 100%;
    overflow-y: scroll;
    background-color: rgba(var(--primary-rgb), 0.03);
    border-left: 1px solid #ccc;
    padding: calc(1rem + 1vw);
}

.notification-details-container .notification-main::-webkit-scrollbar-track {
    background: transparent;
    pointer-events: initial;
}

.notification-details-container .notification-main::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
    pointer-events: initial;
}

.notification-details-container .notification-main::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    pointer-events: initial;
}

.yt-video-gallery .product-gallery__nav-button {
    top: 50%;
    transform: translateY(-50%) scale(1);
}

.yt-video-gallery .product-gallery__nav-button:hover {
    transform: translateY(-50%) scale(1.4);
}

.yt-video-gallery .product-gallery__carousel {
    gap: 1.5rem;
}

.video-thumbnail-card {
    position: relative;
    background-color: red;
}

.video-thumbnail-card a {
    position: relative;
    max-width: 400px;
    min-width: 400px;
    aspect-ratio: 16/9;
    display: block;
}

.video-thumbnail-card a i {
    position: absolute;
    font-size: calc(2rem + 1vw);
    top: calc(50% - calc(50px / 2));
    left: calc(50% - calc(50px / 2));
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease-in;
}

.video-thumbnail-card a:hover i {
    transform: scale(1.25);
}

.video-thumbnail-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-overlay-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 1010;
}

.video-overlay-section .video-overlay-sub-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-overlay-section .video-overlay-sub-container .closePopup {
    position: absolute;
    top: 50px;
    right: 50px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    outline: none;
    font-size: 40px;
    transition: all 0.3s ease-in;
    color: #fff;
    background-color: #ff0000;
}

.video-overlay-section .video-overlay-sub-container .closePopup:hover {
    color: #ff0000;
    background-color: #fff;
}

.video-overlay-section .video-overlay-sub-container .popup-vidoe-container {
    width: 65vw;
    aspect-ratio: 16/9;
}

.video-overlay-section
    .video-overlay-sub-container
    .popup-vidoe-container
    iframe {
    width: 100%;
    height: 100%;
}

.search-bar {
    flex: 1;
    border-left: 1px solid rgba(200, 200, 200, 0.5);
    border-right: 1px solid rgba(200, 200, 200, 0.5);
    position: relative;
}

.search-bar--dark {
    border: 0;
}

.search-bar--dark .search-icon {
    color: var(--white);
}

.search-bar--dark input {
    border: 0;
    background: var(--primary-color) !important;
    color: var(--white);
    border-bottom: 1px solid rgba(var(--secondary-rgb), 0.2) !important;
}

.search-bar .search-icon {
    font-size: 1.4rem;
    position: absolute;
    width: 35px;
    height: 35px;
    top: calc(50% - 17.5px);
    left: 0.5rem;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar .search {
    position: relative;
    height: 100%;
}

.search-bar .search input {
    height: 100%;
    width: 100%;
    border: 0;
    padding-left: 3.2rem;
    background: transparent;
    outline: none;
    box-shadow: none !important;
}

.search-bar .search input:focus {
    background-color: var(--white);
}

.search-bar .search__results {
    background: white;
    max-height: 400px;
    overflow-y: auto;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.search-bar .search__results::-webkit-scrollbar-track {
    background: transparent;
    pointer-events: initial;
}

.search-bar .search__results::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
    pointer-events: initial;
}

.search-bar .search__results::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    pointer-events: initial;
}

.search-bar .search__item {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.3s ease-in;
}

.search-bar .search__item p {
    margin: 0;
}

.search-bar .search__item p a {
    color: black;
}

.search-bar .search__item p a:hover {
    color: var(--primary-color);
}

.search-bar .search__item p small {
    color: #828282;
}

.search-bar .search__item:hover {
    background-color: rgba(var(--primary-rgb), 0.12);
}

.search-bar .search__item:hover p a {
    color: var(--primary-color);
}

.pill {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem !important;
    font-family: "dubai-medium", sans-serif;
    border-radius: 4px;
    padding: 0.2rem 0.7rem;
    position: relative;
    transition: all 0.3s ease-in;
    border: 1px solid transparent;
}

.pill--grey {
    background: rgba(200, 200, 200, 0.1);
    border: 1px solid rgba(200, 200, 200, 0.5);
}

.pill--grey a {
    color: #828282 !important;
}

.pill--secondary {
    background: var(--secondary-color);
    color: #fff;
}

.pill--secondary a {
    color: #fff;
}

.pill--secondary:hover {
    background-color: #fff;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.pill--primary {
    background: var(--primary-color);
    color: #fff;
}

.pill--primary a {
    color: #fff;
}

.pill--primary:hover {
    background-color: #fff;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.pill--primary:hover a {
    color: var(--primary-color);
}

.pill--green {
    background: #28a745;
    color: #fff;
}

.pill--green:hover {
    background-color: #fff;
    color: #28a745;
    border-color: #28a745;
}

.pill--orange {
    background: #ffc107;
    color: #fff;
}

.pill--orange:hover {
    background-color: #fff;
    color: #ffc107;
    border-color: #ffc107;
}

.pill--red {
    background: #dc3545;
    color: #fff;
}

.pill--red:hover {
    background-color: #fff;
    color: #dc3545;
    border-color: #dc3545;
}

.pill--smoke-white {
    background: #e4e4e4;
    color: black;
}

.pill--smoke-white:hover {
    background-color: #fff;
    color: #dc3545;
    border-color: #dc3545;
}

.pill--white {
    background: var(--white);
    color: var(--primary-color);
}

.pill--white:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--white);
}

.pill--review {
    margin-bottom: 16px;
    margin-right: 16px;
}

.pill--selected::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    left: 0;
    top: 0;
    transform: scale(1.3, 1.5);
    border-radius: 5px;
    border: 1px solid var(--secondary-color);
    background: rgba(var(--secondary-rgb), 0.25);
}

.pill .iconify {
    font-size: 1.1rem;
}

.pill.x-large,
.pill.x-large-button {
    height: 45px;
}

.pill.large,
.pill.large-button {
    height: 40px;
}

.pill.medium,
.pill.medium-button {
    height: 35px;
}

.pill.small,
.pill.small-button {
    height: 30px;
}

.pill.x-small,
.pill.x-small-button {
    height: 25px;
}

.pill a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.user-dropdown-card {
    position: absolute;
    max-width: 300px;
    min-width: 250px;
    top: calc(100% + 14px);
    right: 0;
    background: var(--white);
    z-index: 10;
    border-radius: 0 0 0.4rem 0.4rem;
    border: 1px solid var(--primary-color);
    border-top: 0;
}

.user-dropdown-card .user-detail {
    display: flex;
    background: rgba(var(--primary-rgb), 0.1);
    border-bottom: 1px solid rgba(var(--primary-rgb), 0.3);
    padding: 0.52rem 1em;
}

.user-dropdown-card .user-detail__image {
    position: relative;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 17.5px;
    overflow: hidden;
    box-shadow: 0 0 0 2px rgba(var(--primary-rgb), 0.35);
}

.user-dropdown-card .user-detail__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.user-dropdown-card .user-detail__content {
    margin-left: 0.8rem;
    font-family: "dubai", "dubai-regular", sans-serif;
}

.user-dropdown-card .user-detail__name {
    font-size: 1.1rem;
    margin-bottom: 0.1rem;
    color: var(--primary-color);
}

.user-dropdown-card .user-detail__email {
    font-size: 0.9rem;
    margin-bottom: 0;
    word-break: break-word;
    color: black;
    white-space: nowrap;
}

.user-dropdown-card .user-detail__email:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.user-dropdown-card .user-links {
    padding: 0;
    list-style: none;
    font-family: "dubai", "dubai-regular", sans-serif;
    margin-bottom: 0;
    max-height: calc(100vh - 130px);
    overflow-y: scroll;
}

.user-dropdown-card .user-links::-webkit-scrollbar-track {
    background: transparent;
    pointer-events: initial;
}

.user-dropdown-card .user-links::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: transparent;
    pointer-events: initial;
}

.user-dropdown-card .user-links::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    pointer-events: initial;
}

.user-dropdown-card .user-links > hr {
    display: none !important;
}

.user-dropdown-card .user-links li {
    padding: 0.15rem;
    position: relative;
}

.user-dropdown-card .user-links li a {
    position: relative;
    width: 100%;
    padding: 0.4rem;
    display: block;
    color: #454545;
    font-size: 14px;
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.user-dropdown-card .user-links li a .iconify {
    font-size: 1.2rem;
    margin-right: 0.6rem;
}

.user-dropdown-card .user-links li a:hover {
    background-color: rgba(var(--primary-rgb), 0.1);
    color: var(--primary-color);
}

.user-dropdown-card .user-links li.logOut .iconify {
    font-size: 1.4rem;
}

.user-dropdown-card .user-links li.logOut a:hover {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

.user-dropdown-card .user-links li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.user-dropdown-card .user-links li > p {
    padding: 0.4rem;
    font-size: 1.1rem;
    background-color: #f5f5f5;
    color: var(--primary-color);
}

.link-icon {
    color: var(--secondary-color);
    text-decoration: none !important;
}

.link-icon .iconify {
    font-size: 1.4rem;
    margin-right: 1rem;
}

.dropdown-custom-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    background: rgba(0, 0, 0, 0.8);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 220px;
    max-width: 250px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.dropdown-custom-menu__search {
    border-bottom: 1px solid rgba(var(--secondary-rgb), 0.2) !important;
    border: 0;
    background: var(--primary-color);
    color: var(--white);
    width: 100%;
    padding: 1rem;
    font-family: "dubai", "dubai-regular", sans-serif;
}

.dropdown-custom-menu .tab-selection {
    font-size: 1.2rem;
    padding: 1rem;
    color: var(--white);
}

.dropdown-custom-menu .links {
    list-style: none;
    color: var(--secondary-color);
    font-size: 1.1rem;
    scrollbar-width: none;
    overflow-y: scroll;
    overflow-y: overlay;
    min-height: calc(100vh - calc(65px + 51px));
    max-height: calc(100vh - calc(65px + 51px));
    padding: 0px;
    margin-bottom: 0;
}

.dropdown-custom-menu .links::-webkit-scrollbar-track {
    background: transparent;
    pointer-events: none;
}

.dropdown-custom-menu .links::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background: transparent;
    pointer-events: none;
}

.dropdown-custom-menu .links::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    pointer-events: none;
}

.dropdown-custom-menu .links li:not(:last-child) .link {
    margin-bottom: 0;
}

.dropdown-custom-menu .links .link {
    color: var(--secondary-color);
    display: flex;
    align-items: baseline;
    position: relative;
    font-size: 0.9rem;
    padding: 8px 33px 8px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in;
    color: rgba(255, 255, 255, 0.7);
}

.dropdown-custom-menu .links .link:hover {
    color: var(--white);
    background-color: var(--primary-color);
}

.dropdown-custom-menu .links .link.link--active {
    color: var(--white);
}

.dropdown-custom-menu .links .link.link--active .iconify {
    opacity: 1;
}

.dropdown-custom-menu .links .link .iconify {
    font-size: 0.6rem;
    opacity: 0;
    margin-left: 1rem;
    position: absolute;
    right: 0.5rem;
    top: calc(50% - 0.3rem);
}

.dropdown-custom-menu .links--dark .link:hover,
.dropdown-custom-menu .links--dark .link.link--active {
    color: var(--primary-color) !important;
}

.dropdown-custom-menu .links--dark .link:hover .iconify,
.dropdown-custom-menu .links--dark .link.link--active .iconify {
    opacity: 1;
}

.dropdown-custom-menu .links--dark .link .iconify {
    font-size: 0.6rem;
    opacity: 0;
    margin-left: 1rem;
    color: var(--primary-color);
    position: absolute;
    right: 0.5rem;
    top: calc(50% - 0.3rem);
}

.dropdown-custom-menu .links .sub-menu {
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    background: var(--white);
    width: 100%;
    min-height: 100%;
}

.dropdown-custom-menu .links .sub-menu .links {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.dropdown-custom-menu .links .sub-menu .link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.dropdown-custom-menu .links .sub-menu .link:hover {
    color: var(--primary-color);
    background-color: rgba(var(--primary-rgb), 0.25);
}

.dropdown-custom-menu .links .child-menu {
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    background: var(--white);
    width: 100%;
    list-style: none;
    height: 100%;
    overflow-y: scroll;
    overflow-y: overlay;
}

.dropdown-custom-menu .links .child-menu::-webkit-scrollbar-track {
    background: transparent;
    pointer-events: none;
}

.dropdown-custom-menu .links .child-menu::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background: transparent;
    pointer-events: none;
}

.dropdown-custom-menu .links .child-menu::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    pointer-events: none;
}

.dropdown-custom-menu .links .child-menu .links {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.page-header__title {
    font-family: "dubai-bold", sans-serif;
    font-size: calc(1.5rem + 0.35vw);
    line-height: calc(2rem + 0.35vw);
    margin-bottom: 0.3rem;
}

@media (min-width: 992px) {
    .page-header__title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        margin-bottom: 0.5rem;
    }
}

.breadcrumbs {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    list-style: none;
}

@media (max-width: 767.98px) {
    .breadcrumbs {
        width: calc(100vw - 48px);
    }
}

.breadcrumbs__link {
    margin-right: 1.3rem;
    position: relative;
    font-size: 1rem;
}

.breadcrumbs__link a {
    color: var(--secondary-color);
    max-width: 102px;
    display: block;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.breadcrumbs__link:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--secondary-color);
    right: -14px;
    top: calc(50% - 3px);
}

.breadcrumbs__link:last-child:before {
    display: none;
}

.breadcrumbs__link--active a {
    color: var(--primary-color);
}

.tab-pills {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
    align-self: center;
    width: max-content !important;
}

@media (min-width: 992px) {
    .tab-pills--listing-page {
        flex: 0 0 300px;
        margin-left: 30px;
    }
}

.tab-pills__link {
    color: #000000;
    padding: 0 0.75 rem;
    font-family: "dubai", "dubai-regular", sans-serif;
    text-decoration: none !important;
    opacity: 0.7;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    font-size: 1.15rem;
    transition: all 0.3s ease-in;
    padding: 0 1.2rem;
}

.tab-pills__link:last-child {
    margin-right: 0;
}

.tab-pills__link--active {
    background: var(--primary-color);
    color: white !important;
    opacity: 1;
}

.tab-pills__link:hover {
    opacity: 1;
    color: white !important;
    background-color: var(--secondary-color);
}

.tab-pills__dark__link {
    color: var(--white);
}

.packagesTabs .tab-pills {
    width: 100%;
}

.packagesTabs .tab-pills__link {
    width: 100%;
    justify-content: center;
    color: var(--white);
    height: 40px;
}

.packagesTabs .tab-pills__link:first-child {
    max-width: 40%;
}

.packagesTabs.packagePageTabs .tab-pills__link {
    font-size: 16px;
    color: black;
    opacity: 1;
    height: 50px;
}

.tab__header {
    border-bottom: 1px solid rgba(var(--secondary-rgb), 0.1);
}

.tab__header__link {
    white-space: nowrap;
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 1.1rem;
    font-family: "dubai", "dubai-regular", sans-serif;
    margin-right: 1rem;
    margin-bottom: 0.15rem;
    text-decoration: none !important;
    display: inline-block;
    background-color: transparent;
    padding-bottom: 0.5rem;
}

.tab__header__link--active {
    color: var(--primary-color);
    box-shadow: 0 3px 0 0 var(--primary-color);
    font-family: "dubai-medium", sans-serif;
}

.tab__body {
    display: none;
    margin-top: 1rem;
}

.tab__body--active {
    display: block !important;
}

.tab__body__desc {
    color: var(--gray-dark);
    font-family: "dubai", "dubai-regular", sans-serif;
    position: relative;
}

.tab__body__desc--hidden:before {
    position: absolute;
    width: 100%;
    height: 100px;
    content: "";
    background: linear-gradient(0, white, #ffffff25);
    bottom: 0;
    left: 0;
}

.tab__product-spec {
    font-family: "dubai", "dubai-regular", sans-serif;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.6);
}

.tab__product-spec strong {
    color: black;
}

#save_proposals {
    font-size: 1rem;
}

.packagesBlock {
    position: relative;
    background-color: #fbfbfb;
    width: 100%;
    border: 1px solid;
    border-radius: 0.6rem;
}

.packagesBlock--sellar {
    border-color: #009fe3;
    border-bottom-width: 6px;
}

.packagesBlock--sellar .custom-card__packageprice {
    color: #009fe3;
}

.packagesBlock--buyer {
    border-color: #001d26;
    border-bottom-width: 6px;
}

.packagesBlock--buyer .custom-card__packageprice {
    color: #001d26;
}

.custom-card {
    border-radius: 5px;
    width: calc(25% - 12px);
    height: 266px;
    position: relative;
    margin: 0 0.36rem;
    margin-bottom: 15px;
}

.custom-card:not(.custom-card--horizontal) {
    max-width: 260px;
    min-width: 225px;
}

.custom-card__premium:after,
.custom-card__primary:after {
    content: "Premuim";
    background-color: var(--primary-color);
    position: absolute;
    top: 15px;
    left: -21px;
    height: 20px;
    padding: 0 0;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: var(--white);
    transform: rotate(-45deg);
    width: 90px;
    line-height: 18px;
    z-index: 0;
    pointer-events: none;
}

.custom-card__featured:after,
.custom-card__secondary:after {
    content: "Featured";
    background-color: var(--secondary-color);
    position: absolute;
    top: 15px;
    left: -21px;
    height: 20px;
    padding: 0 0;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: var(--white);
    transform: rotate(-45deg);
    width: 90px;
    line-height: 18px;
    z-index: 0;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .custom-card {
        width: 100%;
    }
}

.custom-card--horizontal {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    border-bottom: 1px solid rgba(200, 200, 200, 0.7);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    margin-right: 0 !important;
    transition: all 0.3s ease-in;
}

.custom-card--horizontal.__active {
    border: 1px solid var(--primary-color) !important;
    background-color: var(--primary-color);
    color: var(--white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.custom-card--horizontal.__active .custom-card__radio-button--active .radio {
    fill: #fff;
}

.custom-card--small {
    border: 1px solid rgba(200, 200, 200, 0.5);
    padding: 1rem;
    height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.custom-card--extra-small {
    border: 1px solid rgba(200, 200, 200, 0.5);
    padding: 1rem;
    height: auto;
    display: flex;
    align-items: center;
}

.custom-card--cta {
    width: 100%;
    position: relative;
    background: var(--primary-color);
    border-radius: 6px;
    padding: 1rem 1rem 1rem 1rem;
    color: var(--white);
}

.custom-card--cta .btn:last-child {
    margin-bottom: 0 !important;
}

.custom-card--cta__icon {
    position: absolute;
    top: -1px;
    right: 0;
}

.custom-card--cta__subtitle {
    opacity: 0.5;
    font-style: italic;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.custom-card--cta__title {
    font-family: "dubai", "dubai-regular", sans-serif;
}

.custom-card--cta__megatitle {
    font-size: 2rem;
    font-family: "dubai-medium", sans-serif;
}

.custom-card--cta__megatitle small {
    font-size: 60%;
}

.custom-card--organisation {
    border: 1px solid var(--secondary-color);
    border-radius: 6px;
    padding: 1rem;
}

.custom-card--organisation__image {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid rgba(200, 200, 200, 0.25);
    margin-left: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.custom-card--organisation__title a {
    text-decoration: none;
    font-size: 1.2rem;
    color: var(--primary-color);
    font-family: "dubai-medium", sans-serif;
}

.custom-card--organisation__desc {
    color: var(--secondary-color);
}

.custom-card--organisation__badge {
    width: 35px;
    height: 35px;
}

.custom-card__inner {
    position: absolute;
    top: 0;
    overflow: hidden;
    left: 0;
    bottom: 0;
    padding: 0.6rem;
    border: 1px solid rgba(200, 200, 200, 0.6);
    border-radius: 6px;
    transition: all 0.26s;
    width: 100%;
    background-color: var(--white);
}

.custom-card__inner--normal:hover {
    border: 1px solid rgba(var(--secondary-rgb), 0.5);
    bottom: -60px;
    z-index: 10;
    box-shadow: 0 6px 12px 0 rgba(65, 78, 91, 0.2);
}

.custom-card__inner--normal:hover .flickity-prev-next-button {
    display: block;
}

.custom-card__inner--overflow:hover {
    border: 1px solid rgba(var(--secondary-rgb), 0.5);
    bottom: -60px;
    z-index: 5;
    box-shadow: 0 6px 12px 0 rgba(65, 78, 91, 0.2);
}

.custom-card__inner--overflow:hover .flickity-prev-next-button {
    display: block;
}

.custom-card__image {
    position: relative;
    min-height: 145px;
    background-color: #f5f5f5;
}

.custom-card__image.noImages::after,
.custom-card__image.no-images::after,
.custom-card__image.no_images::after,
.custom-card__image.no_image::after,
.custom-card__image.no_img::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "Upload Product Image(s)";
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.custom-card__image .carousel-cell,
.custom-card__image img {
    width: 100%;
    height: 100%;
    min-height: 145px;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
    background: #f9f9f9;
}

.custom-card__image .carousel-cell img {
    -o-object-fit: contain;
    object-fit: contain;
}

.custom-card__image .flickity-page-dots {
    display: none;
}

.custom-card__image .flickity-prev-next-button {
    width: 24px;
    height: 24px;
    display: none;
    top: 72.5px;
}

.custom-card.seller-custom-card .custom-card__inner {
    background-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(var(--secondary-rgb), 0.25) 100%
    );
    transition: all 0.3s ease-in;
}

.custom-card.seller-custom-card .custom-card__inner--overflow:hover {
    background-image: linear-gradient(
        to top,
        transparent 0%,
        rgba(var(--secondary-rgb), 0.25) 100%
    );
    bottom: initial;
}

.custom-card.seller-custom-card:hover .custom-card__organisation-logo {
    transform: scale(1.1);
}

.custom-card.seller-custom-card .custom-card__image {
    min-height: 112px;
    background-color: transparent;
    background-size: 100%;
    width: calc(100% + 1.2rem);
    left: -0.6rem;
    top: -0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-card.seller-custom-card .custom-card__image img {
    min-height: 112px;
}

.custom-card.seller-custom-card .custom-card__organisation-logo {
    width: 75px !important;
    height: 75px !important;
    min-height: 75px !important;
    border-radius: 37.5px !important;
    position: relative !important;
    background: var(--white);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in;
}

.custom-card__details {
    height: 85px !important;
}

.custom-card__details .pill.ml-2 {
    margin-left: 0 !important;
}

.custom-card__title {
    font-size: 1.2rem;
    font-family: "dubai", "dubai-regular", sans-serif;
    color: var(--primary-color);
    margin-bottom: 0.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    width : 150px;
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-card__title a {
    text-decoration: none !important;
    color: var(--primary-color) !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.custom-card__title .iconify {
    font-size: 0.8rem;
}

.custom-card__subtitle {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.custom-card__subtitle .iconify {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.custom-card__favbutton {
    margin-left: 0.8rem;
    cursor: pointer;
}

.custom-card__favbutton svg {
    width: 1.5rem;
    height: 1.5rem;
}

.custom-card__favbutton svg.not-added path {
    fill: none !important;
}

.custom-card__subtitle a {
    font-size: 0.8rem;
    color: var(--secondary-color);
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.custom-card__subtitle--large {
    font-size: 0.9rem;
}

.custom-card__price {
    padding: 0.2rem 0.7rem 0 0.55rem;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    right: 0;
    background: #f1f1f1;
    margin-bottom: 0;
    margin-right: 0;
    font-size: calc(1rem + 0.1vw);
    height: 32px;
    display: flex;
    align-items: center;
    line-height: calc(5rem + 0.1vw);
}

.custom-card__cta {
    padding: 0.6rem;
    width: 100%;
    margin-top: 17px;
    z-index: 10;
}

.custom-card__event-logo {
    width: 100px;
    height: 100px;
    padding: 0 0.5rem;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #f5f5f5;
    border-radius: 6px;
}

.custom-card__event-details {
    padding: 1rem;
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
}

.custom-card__image-attachments {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.custom-card__radio-button svg {
    width: 30px;
    height: 30px;
}

.custom-card__radio-button--active .radio {
    fill: var(--primary-color);
}

.custom-card__checkbox-button svg {
    width: 30px;
    height: 30px;
}

.custom-card__checkbox-button--white .checkbox {
    fill: #ffffff25;
}

.custom-card__checkbox-button--white--active .checkbox {
    fill: #ffffff;
}

.custom-card__checkbox-button--active .checkbox {
    fill: #001d26;
}

.custom-card__delete-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-card__delete-button a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-card__subscription-price {
    display: flex;
}

.custom-card__subscription-price .form-control option {
    color: #000;
}

.custom-card__subscription-price select {
    margin-right: 1rem;
}

.custom-card--subscription {
    background: var(--white);
    height: auto !important;
    padding-bottom: 1.8rem;
}

.custom-card--subscription li {
    margin-bottom: 0.8rem;
}

.custom-card__packagename {
    font-size: 1rem;
    font-family: "dubai", "dubai-regular", sans-serif;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custom-card__packageprice {
    font-size: 1.3rem;
    font-family: "dubai-bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.custom-card__packagelist li {
    padding: 8px 6%;
    font-size: 14px;
    position: relative;
    text-align: left;
}

.custom-card__packagelist li:not(:first-child) {
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.custom-card--dark {
    background: var(--secondary-color);
}

.custom-card--dark h3,
.custom-card--dark h2,
.custom-card--dark p,
.custom-card--dark li {
    color: white !important;
}

.custom-card--dark li:not(:first-child) {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

.addonsContainer {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.addonsContainer .custom-card {
    margin: 0;
}

.addonsContainer .custom-card--horizontal {
    width: calc(calc(100% - 2.4rem) / 3);
    margin: 0.4rem !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: var(--white);
    box-shadow: none;
    font-size: 0.93rem;
    line-height: 1.2rem;
}

.addonsContainer .custom-card__checkbox-button {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    bottom: 10px;
    left: 15px;
    cursor: pointer;
}

.addonsContainer .custom-card__checkbox-button .__box {
    fill: #ccc;
}

.addonsContainer .custom-card__checkbox-button .__tick {
    fill: transparent;
}

.addonsContainer .custom-card__subcription-details {
    width: 100%;
    height: 100%;
}

.addonsContainer .custom-card__subscription-price {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 50px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 0.6rem;
}

.addonsContainer .custom-card__subscription-price h5 {
    font-size: 1.2rem;
    border-left: 1px solid #ccc;
    padding-left: 1rem;
}

.addonsContainer .custom-card__subscription-price select {
    background-color: transparent;
    margin-right: 1rem;
    border: 0;
    border-radius: 0;
    height: 30px;
    padding: 0 10px;
    max-width: 85px;
    transition: background 0.2s ease-in;
}

.addonsContainer .custom-card__subscription-price select:not(:disabled):hover {
    background-color: #e6e6e6;
}

.addonsContainer .custom-card--horizontal.__active {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.addonsContainer
    .custom-card--horizontal.__active
    .custom-card__checkbox-button--active
    .checkbox {
    fill: #fff;
}

.addonsContainer
    .custom-card--horizontal.__active
    .custom-card__checkbox-button--active
    .__box {
    fill: #fff;
}

.addonsContainer
    .custom-card--horizontal.__active
    .custom-card__checkbox-button--active
    .__tick {
    fill: #fff;
}

.addonsContainer
    .custom-card--horizontal.__active
    .custom-card__subscription-price
    select {
    color: #fff;
}

.addonsContainer
    .custom-card--horizontal.__active
    .custom-card__subscription-price
    select:hover {
    background-color: var(--white);
    color: black;
}

.tooltipParent {
    position: relative;
}

.tooltipParent .tooltipBlock:empty {
    display: none !important;
}

.tooltipParent .tooltipBlock {
    bottom: 50%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 4px;
    padding: 4px 10px;
    max-width: calc(100% - 35px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: var(--white);
    font-size: 12px;
    margin: auto;
    transition: all 0.3s ease-in;
}

.tooltipParent .tooltipBlock::after {
    content: "";
    border: 7px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 100%;
    left: calc(50% - 3.5px);
}

.tooltipParent:hover .tooltipBlock {
    bottom: 100%;
    visibility: visible;
    opacity: 1;
}

.adBanner {
    position: relative;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.adBanner span {
    border: 1px solid #dc3545;
    color: var(--white);
    width: auto;
    padding: 0 0.3rem;
    border-radius: 3px;
    font-size: 0.8rem;
    display: block;
    text-align: center;
    background: #dc3545;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.adBanner__image {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.adBanner--listing {
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    height: 266px;
}

@media (max-width: 767.98px) {
    .adBanner--vertical img {
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.adBanner--horizontal {
    border: 1px solid rgba(var(--secondary-rgb), 0.3);
    border-radius: 6px;
    width: 100%;
}

.adBanner--horizontal img {
    -o-object-fit: cover;
    object-fit: cover;
}

.breadcrumbs {
    margin-bottom: 0;
}

.filter-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 115px;
    position: fixed;
    left: 0;
    background: var(--primary-color);
    color: var(--white);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 5;
    transition: width 0.3s ease-in;
    cursor: pointer;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.filter-button:hover {
    width: 50px;
    background-color: var(--white);
    color: var(--primary-color);
    box-shadow: 0 0 0 1px var(--primary-color);
}

.filter-button span:not(.iconify) {
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-weight: 700;
    transform-origin: center;
    margin-top: 1rem;
}

.filter-button .iconify {
    margin-bottom: 1rem;
    margin-top: -1rem;
}

@media (max-width: 767.98px) {
    .filter-button .iconify {
        margin: 0;
        margin-right: 16px;
    }
}

@media (max-width: 767.98px) {
    .filter-button {
        width: 100%;
        height: 60px;
        bottom: 0;
        z-index: 10;
        border-radius: 0;
        flex-direction: row;
    }
}

.flickity-viewport {
    height: 590px;
}

.carousel-main .carousel-cell {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c8c8c850;
    min-height: 590px;
    height: 590px;
    border-radius: 12px;
    overflow: hidden;
}

.carousel-main .carousel-cell iframe {
    position: absolute;
    height: 590px !important;
    width: 100% !important;
    top: 0;
    left: 0;
}

.carousel-main .carousel-cell img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.carousel-nav {
    margin-top: 1rem;
}

.carousel-nav .carousel-cell {
    width: 150px;
    height: 100px;
    padding: 5px;
    margin-right: 0.5rem;
}

.carousel-nav .carousel-cell.is-selected {
    background: rgba(var(--secondary-rgb), 0.5);
    border-radius: 6px;
}

.carousel-nav .carousel-cell img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}

.product-gallery {
    min-height: 400px;
    z-index: 1;
}

.product-gallery:not(:last-child) {
    margin: 0 0 2rem !important;
}

.product-gallery__header {
    display: flex;
    justify-content: space-between;
}

.product-gallery__header h5 {
    font-size: 1.6rem;
    font-family: "dubai-bold", sans-serif;
}

.product-gallery__wrapper {
    width: 100%;
    overflow-x: hidden;
    position: absolute;
}

.product-gallery__carousel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    padding-bottom: 65px;
}

@media (max-width: 991.98px) {
    .product-gallery__carousel {
        overflow-x: scroll;
        scrollbar-width: thin;
    }
}

.product-gallery__nav-button {
    position: absolute;
    top: 170px;
    z-index: 10;
    border-radius: 100%;
    transition: all 0.2s ease-out;
    z-index: 80;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .product-gallery__nav-button {
        display: none;
    }
}

.product-gallery__nav-button:hover {
    transform: scale(1.4);
}

.product-gallery__nav-button--next {
    right: -20px;
}

.product-gallery__nav-button--previous {
    left: -20px;
    display: none;
}

.reviews__overview {
    background: rgba(var(--secondary-rgb), 0.1);
    border-radius: 6px;
    border: 1px solid var(--secondary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.reviews__overview .pill {
    padding: 0.2rem 0.55rem 0.2rem 0.35rem;
    margin-left: 0.5rem;
}

.reviews__item {
    margin-bottom: 1rem;
    margin-top: 1rem;
    border-bottom: 1px solid #c8c8c850;
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
    display: flex;
}

.reviews__item:last-child {
    border-bottom: 0;
}

.reviews__user-img img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

.reviews__body {
    margin-left: 1rem;
    flex: 1;
}

.reviews__user-title {
    font-family: "dubai", "dubai-regular", sans-serif;
    font-size: 0.9rem;
}

.reviews__product-name {
    color: var(--secondary-color) !important;
}

.reviews__product-name:hover {
    color: var(--primary-color) !important;
}

.reviews__posted-time {
    font-size: 0.8rem;
    color: #828282;
}

.reviews__comment {
    font-family: "dubai-medium", sans-serif;
}

.reviews__rating-attribute {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.reviews__rating-attribute p {
    margin: 0;
    font-size: 0.9rem;
}

.organisation__name {
    font-family: "dubai-medium", sans-serif;
    font-size: 1.7rem;
    color: var(--white);
    text-shadow: 1px 1px 2px #000;
}

.organisation__logo__container .logo_container {
    width: 130px;
    height: 130px;
    border-radius: 5px;
    -o-object-fit: contain;
    object-fit: contain;
    background: var(--white);
    padding: 0.35rem;
    position: absolute;
    left: -145px;
    top: 10px;
    z-index: 100;
    transition: all 0.3s ease-in;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
    background-image: url(../images/user_image_placeholder.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 991.98px) {
    .organisation__logo__container .logo_container {
        position: relative;
        left: 0;
        margin-right: 15px;
        top: 0;
        width: 100px;
        height: 100px;
    }
}

.organisation__logo {
    width: 130px;
    height: 130px;
    border-radius: 5px;
    -o-object-fit: contain;
    object-fit: contain;
    background: var(--white);
    padding: 0.35rem;
    position: absolute;
    left: -145px;
    top: 10px;
    z-index: 100;
    transition: all 0.3s ease-in;
}

@media (max-width: 991.98px) {
    .organisation__logo {
        position: relative;
        left: 0;
        margin-right: 15px;
        top: 0;
        width: 100px;
        height: 100px;
    }
}

.organisation__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.organisation__overlay.active .organisation__overlay__content {
    transform: scale(1);
}

.organisation__overlay__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: scale(0);
    transition: scale 0.1s ease;
    position: relative;
    pointer-events: initial;
}

.organisation__overlay__content .closeIcon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--white);
    font-size: 3rem;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    z-index: 1;
    font-weight: 300;
    cursor: pointer;
}

.organisation__overlay__content .closeIcon:hover {
    background-color: #f00;
}

.organisation__overlay__img {
    width: 25vw;
    height: 25vw;
    overflow: hidden;
    border-radius: 500px;
    margin-bottom: 2rem;
    position: relative;
}

.organisation__overlay__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.organisation__location {
    margin-bottom: 0;
    color: var(--white);
}

@media (min-width: 992px) {
    .organisation__main-details,
    .organisation__sub-details {
        padding-left: 170px !important;
    }
}

.organisation__main-details {
    min-height: 225px;
    position: relative;
    background-image: url(../images/organisation-cover-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    border-radius: 0.25rem;
}

@media (max-width: 991.98px) {
    .organisation__main-details {
        display: flex;
    }
}

.organisation__main-details.user-plain {
    background: var(--primary-color);
    min-height: 150px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.organisation__main-details.user-plain:before {
    display: none !important;
}

.organisation__main-details:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 6px 6px 0px 0px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.organisation__attribute-label {
    color: #828282 !important;
    margin-bottom: 6px;
    line-height: 1.3rem;
}

.organisation__attribute-value {
    font-family: "dubai", "dubai-regular", sans-serif;
    font-size: 1.1rem;
}

.imgOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 101;
}

.bottom-fixer {
    position: absolute;
    bottom: 10px;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .bottom-fixer {
        bottom: 10px;
        margin-top: auto;
        position: relative;
    }
}

.progress-bar {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #ffffff50;
    position: relative;
}

.progress-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--white);
}

[data-progress="0"]:before {
    width: 0%;
}

[data-progress="1"]:before {
    width: 1%;
}

[data-progress="2"]:before {
    width: 2%;
}

[data-progress="3"]:before {
    width: 3%;
}

[data-progress="4"]:before {
    width: 4%;
}

[data-progress="5"]:before {
    width: 5%;
}

[data-progress="6"]:before {
    width: 6%;
}

[data-progress="7"]:before {
    width: 7%;
}

[data-progress="8"]:before {
    width: 8%;
}

[data-progress="9"]:before {
    width: 9%;
}

[data-progress="10"]:before {
    width: 10%;
}

[data-progress="11"]:before {
    width: 11%;
}

[data-progress="12"]:before {
    width: 12%;
}

[data-progress="13"]:before {
    width: 13%;
}

[data-progress="14"]:before {
    width: 14%;
}

[data-progress="15"]:before {
    width: 15%;
}

[data-progress="16"]:before {
    width: 16%;
}

[data-progress="17"]:before {
    width: 17%;
}

[data-progress="18"]:before {
    width: 18%;
}

[data-progress="19"]:before {
    width: 19%;
}

[data-progress="20"]:before {
    width: 20%;
}

[data-progress="21"]:before {
    width: 21%;
}

[data-progress="22"]:before {
    width: 22%;
}

[data-progress="23"]:before {
    width: 23%;
}

[data-progress="24"]:before {
    width: 24%;
}

[data-progress="25"]:before {
    width: 25%;
}

[data-progress="26"]:before {
    width: 26%;
}

[data-progress="27"]:before {
    width: 27%;
}

[data-progress="28"]:before {
    width: 28%;
}

[data-progress="29"]:before {
    width: 29%;
}

[data-progress="30"]:before {
    width: 30%;
}

[data-progress="31"]:before {
    width: 31%;
}

[data-progress="32"]:before {
    width: 32%;
}

[data-progress="33"]:before {
    width: 33%;
}

[data-progress="34"]:before {
    width: 34%;
}

[data-progress="35"]:before {
    width: 35%;
}

[data-progress="36"]:before {
    width: 36%;
}

[data-progress="37"]:before {
    width: 37%;
}

[data-progress="38"]:before {
    width: 38%;
}

[data-progress="39"]:before {
    width: 39%;
}

[data-progress="40"]:before {
    width: 40%;
}

[data-progress="41"]:before {
    width: 41%;
}

[data-progress="42"]:before {
    width: 42%;
}

[data-progress="43"]:before {
    width: 43%;
}

[data-progress="44"]:before {
    width: 44%;
}

[data-progress="45"]:before {
    width: 45%;
}

[data-progress="46"]:before {
    width: 46%;
}

[data-progress="47"]:before {
    width: 47%;
}

[data-progress="48"]:before {
    width: 48%;
}

[data-progress="49"]:before {
    width: 49%;
}

[data-progress="50"]:before {
    width: 50%;
}

[data-progress="51"]:before {
    width: 51%;
}

[data-progress="52"]:before {
    width: 52%;
}

[data-progress="53"]:before {
    width: 53%;
}

[data-progress="54"]:before {
    width: 54%;
}

[data-progress="55"]:before {
    width: 55%;
}

[data-progress="56"]:before {
    width: 56%;
}

[data-progress="57"]:before {
    width: 57%;
}

[data-progress="58"]:before {
    width: 58%;
}

[data-progress="59"]:before {
    width: 59%;
}

[data-progress="60"]:before {
    width: 60%;
}

[data-progress="61"]:before {
    width: 61%;
}

[data-progress="62"]:before {
    width: 62%;
}

[data-progress="63"]:before {
    width: 63%;
}

[data-progress="64"]:before {
    width: 64%;
}

[data-progress="65"]:before {
    width: 65%;
}

[data-progress="66"]:before {
    width: 66%;
}

[data-progress="67"]:before {
    width: 67%;
}

[data-progress="68"]:before {
    width: 68%;
}

[data-progress="69"]:before {
    width: 69%;
}

[data-progress="70"]:before {
    width: 70%;
}

[data-progress="71"]:before {
    width: 71%;
}

[data-progress="72"]:before {
    width: 72%;
}

[data-progress="73"]:before {
    width: 73%;
}

[data-progress="74"]:before {
    width: 74%;
}

[data-progress="75"]:before {
    width: 75%;
}

[data-progress="76"]:before {
    width: 76%;
}

[data-progress="77"]:before {
    width: 77%;
}

[data-progress="78"]:before {
    width: 78%;
}

[data-progress="79"]:before {
    width: 79%;
}

[data-progress="80"]:before {
    width: 80%;
}

[data-progress="81"]:before {
    width: 81%;
}

[data-progress="82"]:before {
    width: 82%;
}

[data-progress="83"]:before {
    width: 83%;
}

[data-progress="84"]:before {
    width: 84%;
}

[data-progress="85"]:before {
    width: 85%;
}

[data-progress="86"]:before {
    width: 86%;
}

[data-progress="87"]:before {
    width: 87%;
}

[data-progress="88"]:before {
    width: 88%;
}

[data-progress="89"]:before {
    width: 89%;
}

[data-progress="90"]:before {
    width: 90%;
}

[data-progress="91"]:before {
    width: 91%;
}

[data-progress="92"]:before {
    width: 92%;
}

[data-progress="93"]:before {
    width: 93%;
}

[data-progress="94"]:before {
    width: 94%;
}

[data-progress="95"]:before {
    width: 95%;
}

[data-progress="96"]:before {
    width: 96%;
}

[data-progress="97"]:before {
    width: 97%;
}

[data-progress="98"]:before {
    width: 98%;
}

[data-progress="99"]:before {
    width: 99%;
}

[data-progress="100"]:before {
    width: 100%;
}

.dataTables_wrapper .dataTables_filter input {
    margin: 0 !important;
}

.dataTables_wrapper {
    width: 100%;
}

.dataTables_wrapper .dataTables_filter {
    width: 100%;
}

.dataTables_wrapper .dataTables_filter label {
    display: flex !important;
    margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_filter label input {
    width: 100%;
    height: 50px;
    padding: 0 1rem;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.dataTables_wrapper .dataTables_filter label input:focus {
    outline: none;
    border-color: var(--primary-color);
}

.dataTables_wrapper tbody:before {
    content: "@";
    display: block;
    line-height: 15px;
    text-indent: -99999px;
}

.dataTables_wrapper tbody tr {
    background: none !important;
}

.dataTables_wrapper tbody tr:hover {
    background: #f5f5f5 !important;
}

.dataTables_wrapper tbody tr td {
    border-bottom: 1px solid #ccc !important;
}

.dataTables_wrapper tbody td:first-child {
    border-left: 1px solid #ccc;
}

.dataTables_wrapper tbody td:last-child {
    border-right: 1px solid #ccc;
}

.dataTables_wrapper .dataTable thead {
    border: 1px solid #ccc !important;
}

.dataTables_wrapper .dataTable thead tr th {
    padding: 0.6rem 0.6rem !important;
    font-size: 0.92rem;
}

.dataTables_wrapper .dataTable tbody::before {
    display: none;
}

.dataTables_wrapper .dataTable tbody tr td {
    padding: 0.5rem !important;
}

.dataTables_wrapper .dataTable tbody tr td:last-child {
    min-width: 70px;
}

.dataTables_wrapper .dataTables_paginate {
    position: relative;
    display: flex;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #ccc;
    padding: 8px 10px;
    color: #000;
    transition: all 0.3s ease-in;
    font-size: 0.95rem;
    line-height: 0.95rem;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:first-child {
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
    border-radius: 0 4px 4px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.dataTables_wrapper .dataTables_filter {
    width: 100%;
}

.dataTables_wrapper .dataTables_filter input {
    width: 100%;
    height: 50px;
    padding: 0 1rem;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.dataTables_wrapper .dataTables_filter input:focus {
    outline: none;
    border-color: var(--primary-color);
}

.dataTables_wrapper .dataTable thead {
    border: 1px solid #ccc !important;
}

.dataTables_wrapper .dataTable thead tr th {
    padding: 0.6rem 0.6rem !important;
    font-size: 0.92rem;
}

.dataTables_wrapper .dataTable tbody::before {
    display: none;
}

.dataTables_wrapper .dataTable tbody tr td {
    padding: 0.6rem 0.6rem !important;
}

.dataTables_wrapper .dataTables_paginate .pagination {
    align-items: center;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button:hover {
    border: 0;
}

.page-item {
    padding: 0.5rem 0.85rem;
}

.page-item.active .page-link {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    z-index: 0;
}

.page-item.active .page-link:hover {
    background: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.pagination {
    justify-content: end;
}

.pagination .page-item {
    padding: 0;
}

.pagination .page-item .page-link {
    color: #000;
}

.pagination .page-item .page-link:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white);
}

.dataTables_length label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    margin-bottom: 0;
}

.dataTables_length label select {
    margin-left: 10px;
    border-radius: 4px;
    padding: 0 20px 0 5px;
    border-color: #ccc;
}

.dataTables_length label select:focus {
    outline: none;
    box-shadow: none;
}

.dataTables_length label select option:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.no-footer {
    border: 0 !important;
}

.actions {
    min-height: 34px;
    min-width: 100px;
}

.actions a {
    margin-right: 3px;
}

.actions .iconify {
    font-size: 1.4rem;
}

.billingTable {
    position: relative;
}

.billingTable th,
.billingTable td {
    padding: 0.5rem 0.6rem;
    vertical-align: middle;
}

.billingTable th .downloadIcon,
.billingTable td .downloadIcon {
    font-size: 1.5rem;
}

.billingTable th.action,
.billingTable td.action {
    width: 130px;
}

.product-list {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    background: #f5f5f5;
    padding: 1rem;
    border: 1px solid rgba(200, 200, 200, 0.5);
    border-radius: 10px;
    cursor: move;
}

.product-list select,
.product-list input,
.product-list button {
    margin-left: 1rem;
}

.product-list select:first-child,
.product-list input:first-child,
.product-list button:first-child {
    margin-left: 0;
}

.product-list.total input {
    max-width: 200px;
}

.order {
    background: none;
    border: 0;
}

.section-header {
    display: flex;
}

.section-header__icon {
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-header__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-nav-tabs {
    padding: 0 0.8rem;
    border-bottom-color: var(--primary-color);
}

.custom-nav-tabs .nav-link {
    color: #000;
}

.custom-nav-tabs .nav-link.active {
    border-color: var(--primary-color) var(--primary-color) #fff;
    color: var(--primary-color);
}

.modal::-webkit-scrollbar-track {
    background: transparent;
    pointer-events: initial;
}

.modal::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: transparent;
    pointer-events: initial;
}

.modal::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    pointer-events: initial;
}

.modal-content {
    background: none;
    color: var(--white);
    align-items: center;
    overflow: hidden;
}

.modal-backdrop.show {
    background: rgba(0, 0, 0, 0.9);
}

.modal-content .product__text {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background-color: var(--primary-color);
    padding: 1rem 1.5rem;
}

.modal-content .product__text p:last-child {
    margin-bottom: 0;
}

.modal-content h2 {
    background-color: var(--primary-color);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    font-size: 1.5rem;
    padding: 1.3rem 0;
}

.chat {
    position: fixed;
    right: 0;
    top: 0;
    width: 335px;
    height: 100%;
    z-index: 1000;
    background: var(--white);
    font-family: "dubai", "dubai-regular", sans-serif;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.1);
}

.chat::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.chat > div {
    position: relative;
    z-index: 1;
    background-color: var(--white);
    box-shadow: -10px 0 650px rgba(0, 0, 0, 0.25);
}

.chat__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px 10px 12px;
    border-bottom: 1px solid #eee;
    background-color: var(--white);
}

.chat__header .leftBlock button.btn {
    width: 35px;
    height: 35px;
    font-size: 20px;
    margin-left: -0.3rem;
    justify-content: center;
    transition: all 0.3s ease-in;
}

.chat__header .leftBlock button.btn .iconify {
    margin-right: 0;
}

.chat__header .leftBlock button.btn:hover {
    background-color: #e6e6e6;
}

.chat__header .chatCloseIcon {
    width: 35px;
    height: 35px;
    font-size: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    transition: all 0.3s ease-in;
}

.chat__header .chatCloseIcon:hover {
    background-color: red;
    color: #fff;
}

.chat__header .chatNotification {
    color: var(--primary-color);
    display: flex;
    align-items: center;
}

.chat__header .chatNotification .newText {
    font-size: 14px;
    line-height: 100%;
}

.chat__header .chatNotification .totolNotification {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--primary-color);
    margin-left: 0.5rem;
    padding: 3px 7px;
}

.chat__searchbar input {
    margin: 0 !important;
    height: 55px;
    border: 0;
    border-radius: 0;
    padding: 0 1rem;
    background-color: #f1f1f1;
}

.chat__searchbar input:focus {
    outline: none !important;
    box-shadow: none;
}

.chat__listing {
    overflow-y: scroll;
    height: calc(100vh - 110px);
    scrollbar-width: none;
}

.chat__listing::-webkit-scrollbar-track {
    background: transparent;
    pointer-events: initial;
}

.chat__listing::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
    pointer-events: initial;
}

.chat__listing::-webkit-scrollbar-thumb {
    background: #333;
    pointer-events: initial;
}

.chat__card {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 16px;
    border-top: 1px solid #f1f1f1;
    transition: all 0.3s ease-in;
}

.chat__card:last-child {
    border-bottom: 1px solid #f1f1f1;
}

.chat__card:hover {
    background-color: rgba(var(--primary-rgb), 0.1);
}

.chat__card.__unread {
    background-color: rgba(var(--primary-rgb), 0.1);
}

.chat__card .newMessage_counter {
    position: absolute;
    right: 0.5rem;
    font-size: 0.75rem;
    background: #00a0af;
    height: 25px;
    display: flex;
    padding: 0 0.5rem;
    align-items: center;
    line-height: normal;
    color: var(--white);
    border-radius: 40px;
    min-width: 25px;
    text-align: center;
}

.chat__user-image {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 0.6rem;
    border: 1px solid #ddd;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat__user-image img {
    max-width: 100%;
}

.chat__user-image--small {
    width: 30px;
    height: 30px;
}

.chat__user-name {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat__company-name {
    font-size: 0.75rem;
    color: var(--secondary-color);
    margin-bottom: 0.4rem;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat__preview {
    font-size: 0.8rem;
    color: black;
    margin-bottom: 0;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat__time {
    font-size: 0.8rem;
    position: absolute;
    right: 16px;
    bottom: 10px;
    font-family: "dubai", "dubai-regular", sans-serif;
    color: #828282;
}

.chat__message-area {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: calc(100% - 58px);
    padding: 0px 16px 70px;
    align-items: flex-end;
}

.chat__message-box {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
    margin-bottom: 6px;
    border: 0 !important;
    margin-left: initial !important;
}

.chat__message-box:first-child {
    margin-top: auto;
}

.chat__message {
    background: rgba(var(--secondary-rgb), 0.2);
    padding: 8px 10px;
    border-radius: 6px;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-family: "dubai", "dubai-regular", sans-serif;
    float: left;
}

.chat__message small {
    margin-top: 2px !important;
    opacity: 0.5;
}

.chat__message--sender {
    background-color: var(--white);
    border: 1px solid rgba(var(--secondary-rgb), 0.3);
    float: right;
}

.chat__input {
    border-top: 1px solid rgba(200, 200, 200, 0.5);
    display: flex;
    height: 63px;
    margin-top: auto;
    position: relative;
    padding: 5px 10px;
    background-color: var(--white);
}

.chat__input.fixedOnBottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.chat__input input {
    height: 45px;
    padding-right: 10px;
}

.chat__input input:focus {
    outline: none;
}

.chat__input button.btn {
    width: 45px;
    height: 45px;
    background-color: rgba(var(--primary-rgb), 0.15);
}

.chat__input button.btn svg {
    width: 1.5rem;
}

.chat__input button.btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.chat__sender {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.chat__sender-img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.chat__uploadoptions {
    position: absolute;
    height: 96px;
    width: 101%;
    background: var(--secondary-color);
    z-index: 100;
    top: -96px;
    left: 0;
    display: flex;
    flex-direction: column;
}

.chat__uploadoptions--linkdocument {
    height: 350px;
    top: -350px;
    overflow-y: auto;
    scrollbar-width: none;
}

.chat__uploadoptions a {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    color: var(--white);
}

.chat .chat__alert_cotainer {
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: calc(100% - 61px);
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.chat .chat__alert_cotainer .alert__content {
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1rem;
    width: 100%;
}

.chat .chat__alert_cotainer .alert__content.__alert {
    background-color: rgba(255, 153, 0, 0.13);
    color: #ff9900;
    border-color: #ff9900;
}

.chat .chat__alert_cotainer .alert__content.__success {
    background-color: rgba(0, 128, 0, 0.13);
    color: green;
    border-color: green;
}

.chat .chat__alert_cotainer .alert__content .__icon {
    font-size: 3vw;
    color: inherit;
}

.chat .chat__alert_cotainer .alert__content p {
    color: #000;
    line-height: 1.5;
}

.chat .chat__alert_cotainer .chat__cta_button {
    margin: 1.5rem 0;
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 0.3s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.chat .chat__alert_cotainer .chat__cta_button:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.document {
    background: var(--white);
    color: var(--primary-color);
    padding: 0.8rem 1rem;
    margin-top: 0.5rem;
    border-radius: 6px;
}

.document h6 {
    margin-bottom: 0px;
}

.document a {
    padding: 0;
    text-decoration: underline !important;
}

.review-star-list {
    gap: 0.75rem;
}

.review-star-list svg {
    display: none !important;
}

.review-star-list a {
    color: #000;
    display: block;
    text-align: center;
}

.review-star-list .pill--review {
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.review-star-list .pill--review.pill--selected:not(:hover) a {
    color: #fff;
}

.review-star-list .pill--review.pill--selected::before {
    width: 87%;
    height: 87%;
    top: 6%;
    left: 7.4%;
    border-radius: 4px;
}

.file-upload {
    display: flex;
    flex-wrap: wrap;
    width: 100px;
    height: 85px;
}

.file-upload img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.file-upload img:hover {
    opacity: 0.5;
}

.file-upload .image-uploaded {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.file-upload .image-uploaded a {
    display: block;
    color: #dc3545;
    margin-top: 10px;
}

.user-image {
    display: block;
    min-width: 100px;
    max-width: 120px;
    height: auto;
    max-height: 100px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.whyChooseUsTextContainer {
    padding: 0 1rem;
}

.whyChooseUsBlocks {
    position: relative;
}

.dropdown-custom-menu {
    display: none;
}

.js-browse-categories.active .dropdown-custom-menu {
    display: block;
}

.js-browse-categories .links li:hover > .sub-menu {
    display: block;
}

.js-browse-categories .links li:hover > .sub-menu .links li:hover .child-menu {
    display: block;
}

.mobile-menu,
.mobile-search,
.mobile-menu-user {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    top: 0;
    left: 0;
    z-index: 101;
    padding: 16px;
    overflow-y: auto;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-size: 15px;
}

.mobile-menu img,
.mobile-search img,
.mobile-menu-user img {
    border-radius: 100%;
}

.mobile-menu .iconify,
.mobile-search .iconify,
.mobile-menu-user .iconify {
    font-size: 1.8rem;
}

.mobile-menu .nested-accordion,
.mobile-search .nested-accordion,
.mobile-menu-user .nested-accordion {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.mobile-menu .nested-accordion .heading,
.mobile-search .nested-accordion .heading,
.mobile-menu-user .nested-accordion .heading {
    display: flex;
    padding: 0px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.mobile-menu .nested-accordion .heading input,
.mobile-search .nested-accordion .heading input,
.mobile-menu-user .nested-accordion .heading input {
    width: auto;
    margin-left: 10px;
}

.mobile-menu .nested-accordion .heading a,
.mobile-search .nested-accordion .heading a,
.mobile-menu-user .nested-accordion .heading a {
    color: var(--white) !important;
    margin-right: auto;
}

.mobile-menu .nested-accordion .heading h5,
.mobile-search .nested-accordion .heading h5,
.mobile-menu-user .nested-accordion .heading h5 {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 3px;
}

.mobile-menu .nested-accordion__body.selected,
.mobile-search .nested-accordion__body.selected,
.mobile-menu-user .nested-accordion__body.selected {
    border: 0;
}

.mobile-menu__header,
.mobile-search__header,
.mobile-menu-user__header {
    display: flex;
    align-items: center;
    position: fixed;
    right: 2vw;
    top: 2vw;
}

.mobile-menu__identifier,
.mobile-search__identifier,
.mobile-menu-user__identifier {
    margin-bottom: 0;
    color: var(--white);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

.mobile-menu__user-details,
.mobile-search__user-details,
.mobile-menu-user__user-details {
    padding: 1rem;
}

@media (min-width: 320px) and (max-width: 767px) {
    .mobile-menu .mobile-menu__user-details,
    .mobile-menu .mobile-search__user-details,
    .mobile-menu .mobile-menu-user__user-details,
    .mobile-search .mobile-menu__user-details,
    .mobile-search .mobile-search__user-details,
    .mobile-search .mobile-menu-user__user-details,
    .mobile-menu-user .mobile-menu__user-details,
    .mobile-menu-user .mobile-search__user-details,
    .mobile-menu-user .mobile-menu-user__user-details {
        padding: 0;
    }
}

.mobile-menu__username,
.mobile-search__username,
.mobile-menu-user__username {
    color: var(--white);
    font-size: 1.5rem;
}

.mobile-menu__navigation,
.mobile-search__navigation,
.mobile-menu-user__navigation {
    list-style: none;
    padding: 0;
}

.mobile-menu__navigation li,
.mobile-search__navigation li,
.mobile-menu-user__navigation li {
    border-bottom: 1px solid #444;
    margin-bottom: 0.6rem;
    padding-bottom: 0.6rem;
    display: flex;
    gap: 0.75rem;
}

.mobile-menu__navigation li a,
.mobile-search__navigation li a,
.mobile-menu-user__navigation li a {
    color: rgba(255, 255, 255, 0.85);
}

.mobile-search__results {
    background: var(--white);
    padding: 2vw 0;
    border-radius: 4px;
}

.mobile-search__item {
    padding: 0 2vw;
}

.mobile-search__item p {
    margin: 0;
}

.mobile-search__item p a {
    color: var(--gray-dark);
}

.mobile-search__item:not(:last-child) {
    margin-bottom: 1rem;
}

.browseMenuButton {
    position: relative;
    display: block;
    cursor: pointer;
}

.banner-cta {
    background-size: cover;
    background-position: 70% 50%;
    border-radius: 12px;
    color: var(--white);
    max-width: 1220px;
    width: 100%;
    position: relative;
    margin-top: -75px;
    top: 75px;
    min-height: 150px;
    padding: 15px 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
}

.banner-cta > div {
    width: 100%;
}

.banner-cta .ctaButton {
    position: relative;
    border: transparent;
    padding: 0.8rem 1.5em;
    font-size: 1.1rem;
    transition: all 0.3s ease-in;
    background-color: var(--white);
    margin-right: 0.5rem;
    color: var(--primary-color) !important;
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.15);
}

.banner-cta .ctaButton:hover {
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}

.divider {
    display: flex;
    align-items: center;
}

.divider::after {
    content: "";
    margin-left: 20px;
    width: 90%;
    height: 1px;
    background: rgba(var(--secondary-rgb), 0.8);
    display: block;
    flex: 1;
}

footer {
    background: var(--secondary-color);
    display: flex;
    justify-content: center;
    padding: 1.5rem 1.5rem 1rem;
    padding-top: 120px;
}

.footerAbout > a {
    color: var(--white);
    text-decoration: underline !important;
    font-style: italic;
}

.cta-action {
    margin-top: 0.25rem;
}

@media (min-width: 768px) {
    .cta-action {
        justify-content: end;
        display: flex;
        align-items: center;
    }
}

.cta-action .ctaButton {
    margin: 0.5rem 0.5rem 0 0 !important;
}

.footer {
    max-width: 1220px;
    width: 100%;
}

.footer > .row:first-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 0.3rem;
    margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
    .footer .col-md-4 {
        margin-bottom: 24px;
    }
}

.footer ul {
    padding-left: 0;
    list-style: none;
    line-height: 36px;
}

.footer ul.vertical-list a {
    color: var(--white);
    font-size: 0.95rem;
    line-height: 1.7rem;
    text-transform: capitalize;
    display: flex;
    transition: all 0.3s ease-in;
}

.footer ul.vertical-list a:after {
    content: url(../img/Link.svg);
    margin-left: 10px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in;
    visibility: hidden;
    opacity: 0;
}

.footer ul.vertical-list a:hover {
    text-decoration: underline !important;
}

.footer ul.vertical-list a:hover::after {
    visibility: visible;
    opacity: 1;
}

.footer h4,
.footer p {
    color: var(--white);
    font-family: "dubai", "dubai-regular", sans-serif;
    line-height: 30px;
}

.footer h4 {
    margin-bottom: 16px;
    font-size: 16px;
    font-family: "dubai-bold", sans-serif;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid var(--primary-color);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.footer > p {
    opacity: 1;
    line-height: 1.5rem;
}

.footer hr {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.buyerProfile__section {
    position: fixed;
    height: 100vh;
    z-index: 10;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.buyerProfile__section .buyerProfile__section__sub {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: calc(1rem + 2.5vw);
}

.buyerProfile__section .buyerProfile__section__sub .container__buyer__profile {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 700px;
    border-radius: 0.65rem;
    overflow: hidden;
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__header {
    position: relative;
    padding: calc(1rem + 0.4vw) calc(1rem + 0.5vw);
    background-color: var(--primary-color);
    color: #fff;
    gap: calc(1rem + 0.5vw);
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__header
    .review__ratings {
    list-style: none;
    padding: 0;
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__header
    .review__ratings
    li {
    font-size: 0.85rem;
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__header
    .review__ratings
    li
    i:not(.text-warning) {
    opacity: 0.65;
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__header
    .close__popup {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 35px;
    height: 35px;
    border-radius: 0.25rem;
    transition: all 0.3s ease-in;
    font-size: 185%;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__header
    .close__popup:hover {
    background-color: #dc3545;
}

@media (max-width: 767px) {
    .buyerProfile__section
        .buyerProfile__section__sub
        .container__buyer__profile__header
        .separetor {
        display: none;
    }

    .buyerProfile__section
        .buyerProfile__section__sub
        .container__buyer__profile__header
        .close__popup {
        top: 0.25rem;
        right: 0.25rem;
        width: 30px;
        height: 30px;
    }
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__image {
    width: calc(75px + 2vw);
    height: calc(75px + 2vw);
    border-radius: 75px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background-image: url("https://icon-library.com/images/user-icon-silhouette/user-icon-silhouette-1.jpg");
    background-size: cover;
    background-position: center;
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__image
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__body {
    position: relative;
    padding-bottom: 1.25rem;
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__body
    .col-12:nth-last-child(1)
    .container__buyer__profile__detail,
.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__body
    .col-12:nth-last-child(2)
    .container__buyer__profile__detail {
    border-color: transparent;
    margin-bottom: 0;
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__body
    .message__to__buyer {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(0px - 25px);
    right: calc(1rem + 1.15vw);
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0 0 7px var(--primary-color);
    transition: all 0.3s ease-in;
    color: #343a40 !important;
    z-index: 2;
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__body
    .message__to__buyer
    i {
    font-size: 130%;
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__body
    .message__to__buyer:hover {
    border: 0;
    background-color: var(--red);
    color: #fff !important;
    opacity: 1;
    transform: scale(1.075);
}

@media (max-width: 767px) {
    .buyerProfile__section
        .buyerProfile__section__sub
        .container__buyer__profile__body
        .col-12:nth-last-child(2)
        .container__buyer__profile__detail {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0.75rem;
    }

    .buyerProfile__section
        .buyerProfile__section__sub
        .container__buyer__profile__body
        .message__to__buyer {
        box-shadow: 0 0 0 5px var(--primary-color);
        width: 40px;
        height: 40px;
        top: calc(0px - 20px);
    }
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__detail {
    position: relative;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #ddd;
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__detail
    .label {
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.buyerProfile__section
    .buyerProfile__section__sub
    .container__buyer__profile__detail
    .value {
    font-size: 1.15rem;
    font-weight: 700;
}

@media (max-width: 767px) {
    .buyerProfile__section .buyerProfile__section__sub {
        padding: 1rem;
        overflow-y: scroll;
    }
}

.container__reviews .reviews__item {
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in;
}

.container__reviews .reviews__item:hover {
    background-color: rgba(var(--primary-rgb), 0.05);
    border-color: var(--primary-color);
}

.container__reviews .reviews__item:hover .reviews__rating-attribute {
    background-color: #fff;
    box-shadow: 0 7px 9px -5px rgba(52, 58, 64, 0.15);
}

.container__reviews .reviews__item:hover .reviews__owner__response {
    background-color: #fff;
}

.container__reviews .reviews__comment {
    font-size: 0.92rem;
}

.container__reviews .reviews__user-title {
    font-size: 1rem;
}

.container__reviews .reviews__rating {
    margin: 0;
    gap: 0.65rem;
}

.container__reviews .reviews__rating-attribute {
    margin: 0;
    gap: 0.6rem;
    cursor: pointer;
    border-radius: 0.3rem;
    padding: 0.3rem 0.785rem;
    background-color: #f3f3f3;
    transition: all 0.3s ease-in;
}

.container__reviews .reviews__rating-attribute i {
    font-size: 95%;
}

.container__reviews .reviews__rating-attribute i::before {
    margin-top: 0.1rem;
    display: inline-block;
}

.container__reviews .reviews__rating-attribute:hover {
    color: #fff;
    box-shadow: none;
}

.container__reviews .reviews__rating-attribute.__like:hover,
.container__reviews .reviews__rating-attribute.__like.active {
    background-color: #28a745;
}

.container__reviews .reviews__rating-attribute.__dislike:hover,
.container__reviews .reviews__rating-attribute.__dislike.active {
    background-color: #dc3545;
}

.container__reviews .reviews__owner__response {
    background: #f7f7f7;
    width: calc(100% + 1rem);
    margin-left: -1rem;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #ddd;
    box-shadow: -0.35rem 0 0 var(--primary-color);
    transition: all 0.3s ease-in;
}

.container__reviews .reviews__owner__response p:not(:first-child) {
    margin-bottom: 0;
}

.container__reviews .reviews__overview {
    background-color: #f1f1f1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .container__reviews .reviews__overview {
        position: relative;
        flex-direction: column;
        align-items: start;
        gap: 0.5rem;
        padding: 1rem !important;
    }

    .container__reviews .reviews__owner__response {
        width: calc(100% + 1rem + 65px);
        margin-left: calc(-1.75rem - 40px);
    }

    .container__reviews .reviews__owner__response .__name {
        flex-wrap: wrap;
        gap: 0.25rem !important;
    }

    .container__reviews .reviews__owner__response .__name > span {
        display: none;
    }
}

.custom__tab__container {
    position: relative;
}

.custom__tab__header {
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 1rem 1.25rem;
}

.custom__tab__header__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 0.75rem;
}

.custom__tab__header__list__item {
    cursor: pointer;
    padding: 0.355rem 0.755rem 0.25rem;
    border-radius: 0.25rem;
    background-color: #e6e6e6;
    line-height: normal;
    min-width: 80px;
    text-align: center;
    transition: all 0.3s ease-in;
}

.custom__tab__header__list__item:hover,
.custom__tab__header__list__item.active {
    background-color: var(--primary-color);
    color: #fff;
}

.custom__tab__header__list__item.active {
    box-shadow: 0 7px 9px -5px rgba(var(--primary-rgb), 0.75);
}

.custom__tab__body {
    position: relative;
    max-height: 63vh;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 1.25rem;
}

.custom__tab__body::-webkit-scrollbar-track {
    background: transparent;
    pointer-events: initial;
}

.custom__tab__body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
    pointer-events: initial;
}

.custom__tab__body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    pointer-events: initial;
}

.custom__tab__body__data:not(.active) {
    display: none;
}

@media (max-width: 767px) {
    .custom__tab__body {
        max-height: initial;
        overflow-x: initial;
        overflow-y: initial;
        padding: 0 1rem;
    }
}

.horizontal-list {
    display: flex;
}

.horizontal-list li {
    margin-right: 24px;
}

.steps {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
    padding-bottom: 14px;
}

.steps .step {
    flex: 1;
    opacity: 0.3;
    padding-right: 10px;
    color: var(--white);
    min-width: 150px;
}

.steps .step--active {
    opacity: 1;
}

.steps .step--active > .step__bar {
    background: var(--secondary-color) !important;
}

.steps .step__title {
    font-size: 1.2rem;
    text-align: center;
}

.steps .step__bar {
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background-color: rgba(var(--secondary-rgb), 0.2);
}

.list-style-inside {
    list-style: inside;
}

.accordion {
    cursor: pointer;
    border: 1px solid rgba(var(--secondary-rgb), 0.5) !important;
    opacity: 0.7;
}

.accordion__body {
    display: none;
}

.accordion--active {
    background: var(--primary-color);
    border: 0 !important;
    opacity: 1;
}

.accordion--active .accordion__body {
    display: block;
}

.product-info {
    padding: 10px 0px;
}

.product-info__img {
    width: 100%;
    max-height: 200px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px;
    background: rgba(200, 200, 200, 0.25);
}

.product-info__name {
    margin-top: 14px;
    font-family: "dubai-medium", sans-serif;
}

.product-info__companyname {
    color: var(--secondary-color);
}

.search__category {
    position: relative;
    width: 100%;
}

.search__category__input {
    width: 100%;
    height: 45px;
    border-radius: 0.25rem;
    position: relative;
    outline: none;
    box-shadow: none;
    padding: 0 50px 0 15px;
    border: 0;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ccc;
    transition: all 0.3s ease-in;
}

.search__category__input:hover {
    box-shadow: inset 0 0 0 2px var(--primary-color);
}

.search__category__icon {
    position: absolute;
    width: 45px;
    height: 45px;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    z-index: 1;
}

.nested-accordion {
    width: 100%;
    cursor: pointer;
    position: relative;
}

.nested-accordion .checkbox {
    position: absolute;
    top: 13px;
    left: 35px;
}

.nested-accordion .heading {
    display: flex;
}

.nested-accordion .heading input {
    width: auto;
    margin-left: 10px;
}

.nested-accordion .heading h5 {
    color: var(--secondary-color);
    font-size: 16px;
    margin-bottom: 0px;
    padding-left: 20px;
    min-height: 40px;
    line-height: 38px;
    padding-top: 0;
}

.nested-accordion.itemsSelected > input[type="checkbox"]:not(:checked) {
    background-color: rgba(var(--primary-rgb), 0.2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: inset 0 0 0 2px var(--primary-color);
    width: 15px;
    height: 15px;
    border-radius: 3px;
    transform: translateY(-2px);
}

.nested-accordion .heading {
    padding: 0 0;
    border-bottom: 1px solid #eee;
}

.nested-accordion .heading h5 {
    min-height: 40px;
    line-height: 38px;
    padding-top: 0;
}

.nested-accordion .comment {
    line-height: 1.5;
    padding: 0.5em;
}

.nested-accordion .last.heading:before {
    display: none;
}

.nested-accordion .heading:before {
    content: url(../img/angle-right-solid.svg);
    padding-right: 0.25em;
    position: relative;
    display: flex;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0 12px;
}

.nested-accordion .heading.selected {
    background: #47a3da;
    color: #fff;
}

.nested-accordion .heading.open:before {
    content: url(../img/angle-up-solid.svg);
}

.nested-accordion .comment {
    color: #768e9d;
    border: 0.063em solid #47a3da;
    border-top: none;
}

.nested-accordion a {
    text-decoration: none;
    color: #47a3da;
}

.nested-accordion__body.selected {
    margin-left: 15px;
    border-left: 1px solid rgba(var(--secondary-rgb), 0.3);
}

.hide-dropdown {
    display: none;
}

.uploaded-file {
    display: flex;
    align-items: center;
    background: rgba(200, 200, 200, 0.2);
    padding: 8px;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.uploaded-file__name {
    margin: 0;
    margin-right: 4px;
    color: var(--primary-color);
}

.uploaded-file__name a {
    color: var(--secondary-color);
    margin-right: 10px;
}

.hide-para {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-underline {
    text-decoration: underline !important;
}

table.dataTable tbody td p,
a {
    margin: 0;
    padding: 0;
}

table.dataTable tbody td p.listing__badge {
    display: inline-flex;
    padding: 0.1rem 0.5rem 0 0.35rem;
    line-height: 1px;
    height: 26px;
    font-size: 0.85rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 4px;
    align-items: center;
}

table.dataTable tbody td p.listing__badge svg {
    font-size: 1rem;
}

table.dataTable tbody td p.listing__badge:not(:last-child) {
    margin: 0.35rem 0.35rem 0 0;
}

table.dataTable tbody td a.actionButton {
    width: 32px;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

table.dataTable tbody td a.actionButton:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

table.dataTable tbody td a.actionButton:hover svg path {
    fill: var(--white);
}

table.dataTable tbody td a {
    text-decoration: underline !important;
}

.data-empty {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.data-empty img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    padding-left: 10px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #eee !important;
    border: 1px solid #e1e1e1 !important;
    padding: 2px 5px 2px 0px !important;
    font-size: 1rem !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border-color: #e1e1e1 !important;
    padding: 0 6px !important;
    margin-right: 5px !important;
    display: none;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    display: none !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    display: none !important;
}

.select2-container--default.select2-container--disabled
    .select2-selection--multiple {
    background-color: transparent !important;
}

.staticPageContainer {
    margin: 0 auto;
}

.staticPageContainer > h5 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
    text-transform: capitalize;
}

.howItWorkContainer {
    position: relative;
    width: 100%;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    font-size: 1rem;
    font-family: "dubai", "dubai-regular", sans-serif;
}

.howItWorkContainer a {
    font-family: "dubai", "dubai-regular", sans-serif;
}

.howItWorkContainer::after {
    content: "";
    width: 1px;
    height: 70%;
    border-right: 1px dashed #ccc;
    position: absolute;
    left: 50%;
    top: 15%;
}

.howItWorkContainer .subCont {
    width: 45%;
    margin-top: 0rem;
}

.howItWorkContainer .subCont h3 {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.howItWorkContainer .subCont .blockIcon {
    width: 100%;
    max-width: 120px;
    height: 100px;
    margin: 0 auto 0.75rem;
    text-align: center;
}

.howItWorkContainer .subCont .blockIcon img {
    max-height: 100%;
    max-width: 100%;
}

.howItWorkContainer .subCont a.btn {
    padding: 0.65rem 2rem;
    margin-top: 1rem;
    font-weight: 700;
    font-family: "dubai", "dubai-regular", sans-serif;
    text-transform: uppercase;
}

.howItWorkContainer .subCont a.btn:hover {
    background-color: #f5f5f5;
    color: var(--primary-color);
}

.howItWorkContainer p {
    margin-bottom: 0.75rem;
}

.termsOfUse_container,
.privacyPolicy_container,
.cookiesPolicy_container,
.faqs_container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    font-family: "Dubai", sans-serif;
    font-weight: 400;
}

.termsOfUse_container li,
.termsOfUse_container p,
.termsOfUse_container h5,
.termsOfUse_container h4,
.privacyPolicy_container li,
.privacyPolicy_container p,
.privacyPolicy_container h5,
.privacyPolicy_container h4,
.cookiesPolicy_container li,
.cookiesPolicy_container p,
.cookiesPolicy_container h5,
.cookiesPolicy_container h4,
.faqs_container li,
.faqs_container p,
.faqs_container h5,
.faqs_container h4 {
    margin-bottom: 1em;
    font-size: 1rem;
}

.termsOfUse_container h5:not(:first-child),
.termsOfUse_container h4:not(:first-child),
.privacyPolicy_container h5:not(:first-child),
.privacyPolicy_container h4:not(:first-child),
.cookiesPolicy_container h5:not(:first-child),
.cookiesPolicy_container h4:not(:first-child),
.faqs_container h5:not(:first-child),
.faqs_container h4:not(:first-child) {
    margin-top: 2rem;
}

.termsOfUse_container > p > strong,
.privacyPolicy_container > p > strong,
.cookiesPolicy_container > p > strong,
.faqs_container > p > strong {
    font-size: 1.15rem;
}

.termsOfUse_container thead,
.privacyPolicy_container thead,
.cookiesPolicy_container thead,
.faqs_container thead {
    border: 1px solid #dee2e6 !important;
    background-color: #eee;
}

.termsOfUse_container tbody:before,
.privacyPolicy_container tbody:before,
.cookiesPolicy_container tbody:before,
.faqs_container tbody:before {
    display: none;
}

.termsOfUse_container small,
.privacyPolicy_container small,
.cookiesPolicy_container small,
.faqs_container small {
    font-size: 86%;
    display: block;
    margin-bottom: 1rem;
}

.aboutContent_container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.aboutHeader {
    width: 100%;
    border-radius: 15px;
    background-color: rgba(var(--primary-rgb), 0.05);
    border: 1px solid rgba(var(--primary-rgb), 0.4);
    padding: 2.5% 3.75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.6rem 0 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.aboutHeader img {
    max-height: 86px;
    min-height: 86px;
}

.aboutHeader p {
    font-size: 17px;
}

input[type="file"].form-control {
    padding: 0.375rem 0.5rem;
}

.closeButton {
    position: fixed;
    top: 10vh;
    right: 3vw;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.closeButton img {
    max-width: 100%;
}

.vs__actions {
    width: 50px;
    justify-content: center;
}

#products > div:not(:last-child) {
    margin-bottom: 25px;
}

.cardBox {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 25px 15px 10px;
    min-height: 200px;
}

.cardBox .icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.3rem;
}

.cardBox .icon img,
.cardBox .icon svg {
    max-width: 100%;
}

.cardBox p {
    margin-bottom: 0;
    padding: 0 5%;
    color: black !important;
}

.whyChooseUsSection {
    position: relative;
    width: 100%;
}

.nested-accordion .heading-nochild {
    display: flex;
}

.nested-accordion .heading-nochild input {
    width: auto;
    margin-left: 10px;
}

.nested-accordion .heading-nochild h5 {
    color: var(--secondary-color);
    font-size: 16px;
    margin-bottom: 0px;
    padding-left: 52px;
    min-height: 40px;
    line-height: 38px;
    padding-top: 0;
}

.nested-accordion .heading-nochild {
    padding: 0 0.5em;
}

.mobile-menu .nested-accordion .heading-nochild,
.mobile-search .nested-accordion .heading-nochild,
.mobile-menu-user .nested-accordion .heading-nochild {
    display: flex;
    padding: 0px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.mobile-menu .nested-accordion .heading-nochild input,
.mobile-search .nested-accordion .heading-nochild input,
.mobile-menu-user .nested-accordion .heading-nochild input {
    width: auto;
    margin-left: 10px;
}

.mobile-menu .nested-accordion .heading-nochild h5,
.mobile-search .nested-accordion .heading-nochild h5,
.mobile-menu-user .nested-accordion .heading-nochild h5 {
    color: var(--white);
    font-size: 16px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 3px;
}

.mobile-menu .nested-accordion .heading-nochild a,
.mobile-search .nested-accordion .heading-nochild a,
.mobile-menu-user .nested-accordion .heading-nochild a {
    color: White !important;
    margin-right: auto;
}

.organisation__logo_fit {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: var(--white);
    padding: 0.5rem;
    position: absolute;
    left: -150px;
    top: 10px;
}

.seller--profile {
    position: relative;
}

.seller--logo {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}

.seller--logo img {
    width: 100%;
    max-width: 100%;
}

.seller--description {
    position: relative;
    width: 100%;
}

.seller--brand-container {
    position: relative;
}

.seller--brands {
    width: 100%;
    padding: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.seller--brand-logo {
    width: 100px;
    height: 50px;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seller--brand-logo img {
    max-width: 100%;
    max-height: 100%;
}

.custom-card-package {
    position: relative;
    width: 100%;
    max-width: 33%;
    border: 1px solid var(--secondary-color);
}

.custom-card-package:not(:last-child) {
    margin-right: 1rem;
}

.custom-card-package:not(.custom-card--dark) {
    background-color: var(--white);
    border-color: rgba(0, 0, 0, 0.2);
}

.social-media-links {
    position: relative;
}

.social-media-links li {
    position: relative;
}

.social-media-links li a {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    transition: all 0.3s ease-in;
}

.social-media-links li a:hover {
    background-color: var(--primary-color);
}

.prodcutGalleryContainer {
    position: relative;
    width: 100%;
    height: 500px;
    border: 1px solid #e6e6e6;
    display: flex;
}

.prodcutGalleryContainer .product {
    position: relative;
}

.prodcutGalleryContainer .product img {
    width: 100%;
}

.prodcutGalleryContainer .product__thumbnail {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    height: 498px;
    list-style: none;
    border-right: 1px solid #ccc;
    padding: 4px;
    margin: 0;
    overflow-y: scroll;
}

.prodcutGalleryContainer .product__thumbnail::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.prodcutGalleryContainer .product__thumbnail::-webkit-scrollbar-track {
    border-radius: 10px;
}

.prodcutGalleryContainer .product__thumbnail::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.prodcutGalleryContainer .product__thumbnail li {
    padding: 4px;
    position: relative;
    cursor: pointer;
}

.prodcutGalleryContainer .product__thumbnail li.active::after,
.prodcutGalleryContainer .product__thumbnail li:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 5px rgba(var(--primary-rgb), 0.5);
    transition: all 0.3s ease-in;
}

.prodcutGalleryContainer .product__thumbnail li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.prodcutGalleryContainer .product__bigThubmnail {
    width: 100%;
    height: 498px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.prodcutGalleryContainer .product__bigThubmnail img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    transition: opacity 0.25s linear, transform 0.15s linear;
}

.prodcutGalleryContainer .product__bigThubmnail.imageOver:hover img {
    opacity: 0;
    transform: scale(1.5);
    pointer-events: none;
}

.prodcutGalleryContainer .product__bigThubmnail::after {
    content: "\F424";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.85);
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 1rem;
    pointer-events: none;
    opacity: 0;
}

.prodcutGalleryContainer .product__bigThubmnail:hover::after {
    opacity: 1;
    cursor: pointer;
}

.galleryOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}

.galleryOverlay .closeButton {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 45px;
    height: 45px;
    font-size: 2.5rem;
    line-height: 42px;
    color: var(--white);
    display: block;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.galleryOverlay .closeButton:hover {
    background-color: red;
}

.galleryOverlay .zoomImg__block {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.galleryOverlay .zoomImg__block .zoomImg__img {
    position: relative;
    width: 70vh;
    height: 70vh;
    max-width: 70vh;
    max-height: 70vh;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.galleryOverlay .zoomImg__block .zoomImg__img.videoThumb {
    width: 60vw;
    max-width: 60vw;
    height: initial;
    max-height: initial;
    aspect-ratio: 16/9;
}

.galleryOverlay .zoomImg__block .zoomImg__img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    transition: opacity 0.25s linear, transform 0.15s linear;
}

.galleryOverlay .zoomImg__block .zoomImg__img img.zoom {
    position: absolute;
    transition: width 0.2s ease-out, opacity 0.2s 0.2s ease-out;
}

.galleryOverlay .zoomImg__block .zoomImg__img.imageOver:hover img {
    opacity: 0;
    transform: scale(1.5);
    pointer-events: none;
}

.galleryOverlay .zoomImg__block .zoomImg__img iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
}

.galleryOverlay .thumbList {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
    top: 101%;
    display: flex;
    justify-content: center;
    list-style: none;
    border: 1px solid transparent;
}

.galleryOverlay .thumbList li {
    width: 100px;
    height: 60px;
    margin: 0.2rem;
    cursor: pointer;
    overflow: hidden;
}

.galleryOverlay .thumbList li.active,
.galleryOverlay .thumbList li.selected {
    border: var(--primary-color);
}

.galleryOverlay .thumbList li img {
    pointer-events: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.galleryOverlay .thumbList li iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.galleryOverlay .thumbList li iframe .ytp-cued-thumbnail-overlay-image {
    z-index: 100 !important;
}

.galleryOverlay .thumbList li iframe .ytp-large-play-button.ytp-button {
    max-width: 40px !important;
    margin-left: 0 !important;
    left: calc(50% - 20px) !important;
}

.product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-out;
}

.productZoomContainer {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    /* CSS for the loading div */
    /* Element wrapper */
    /* Styles for the currently selected thumbnail */
    /* Image currently being viewed */
    /* Panning Zoomed Image */
}

.productZoomContainer .sp-loading {
    font-size: 12px;
    color: #888;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.productZoomContainer .sp-wrap {
    display: none;
    position: relative;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    flex-direction: row-reverse;
    /* Thumbnails */
}

.productZoomContainer .sp-wrap .sp-thumbs {
    height: 448px;
    width: 150px;
    max-width: 100%;
    min-width: 150px;
    list-style: none;
    border-right: 1px solid #ccc;
    padding: 0 4px;
    margin: 0;
    overflow-y: scroll;
}

.productZoomContainer .sp-wrap .sp-thumbs::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.productZoomContainer .sp-wrap .sp-thumbs::-webkit-scrollbar-track {
    border-radius: 10px;
}

.productZoomContainer .sp-wrap .sp-thumbs::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.productZoomContainer .sp-wrap .sp-thumbs a:link,
.productZoomContainer .sp-wrap .sp-thumbs a:visited {
    width: 100%;
    height: 100px;
    overflow: hidden;
    opacity: 0.2;
    display: inline-block;
    background-size: cover;
    background-position: center;
    transition: all 0.2s ease-out;
}

.productZoomContainer .sp-wrap .sp-thumbs a:link img,
.productZoomContainer .sp-wrap .sp-thumbs a:visited img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.productZoomContainer .sp-wrap .sp-thumbs a:link:hover,
.productZoomContainer .sp-wrap .sp-thumbs a:visited:hover {
    opacity: 1;
}

.productZoomContainer .sp-thumbs a:active,
.productZoomContainer .sp-current {
    opacity: 1 !important;
    position: relative;
}

.productZoomContainer .sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}

.productZoomContainer .sp-large a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productZoomContainer .sp-large a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.productZoomContainer .sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: zoom-in;
    display: none;
}

/* Lightbox */
.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 500;
    display: none;
    cursor: pointer;
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}

.sp-lightbox #sp-prev,
.sp-lightbox #sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: 0.2s;
}

.sp-lightbox #sp-prev:hover,
.sp-lightbox #sp-next:hover {
    background: #444;
}

.sp-lightbox #sp-prev:before,
.sp-lightbox #sp-next:before {
    content: "";
    position: absolute;
    border: 7px solid transparent;
    top: 16px;
}

.sp-lightbox #sp-prev {
    left: 10px;
}

.sp-lightbox #sp-prev:before {
    border-right: 15px solid #fff;
    left: 7px;
}

.sp-lightbox #sp-next {
    right: 10px;
}

.sp-lightbox #sp-next:before {
    border-left: 15px solid var(--white);
    left: 18px;
}

.subContainer {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.subHeaderContainer {
    position: relative;
    width: 100%;
    background-color: #ccc;
    border-radius: 10px;
    min-height: 80px;
    padding: 1.2rem 1.5rem;
    display: flex;
    justify-content: center;
    background-color: rgba(var(--primary-rgb), 0.06);
    border: 1px solid rgba(var(--primary-rgb), 0.3);
    margin-bottom: 2rem;
    color: var(--primary-color);
}

.subHeaderContainer h3 {
    font-family: "dubai-bold", sans-serif;
    color: inherit;
}

.subHeaderContainer h3:last-child {
    margin-bottom: 0;
}

.subHeaderContainer .breadcrumbs li {
    margin-right: 10px;
    position: relative;
    color: black;
    font-size: 0.92rem;
}

.subHeaderContainer .breadcrumbs li:not(:last-child)::after {
    content: "\F054";
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 10px;
    color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.subHeaderContainer .breadcrumbs li a {
    color: inherit;
}

.contactDetailContainer {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 3rem;
    text-align: center;
}

.contactDetailContainer > div {
    width: 100%;
    position: relative;
}

.contactDetailContainer > div.leftBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contactDetailContainer > div.leftBlock .userIcon {
    margin-bottom: 2rem;
}

.contactDetailContainer > div.leftBlock p {
    margin-bottom: 0.3rem;
}

.contactDetailContainer > div.rightBlock {
    max-width: 420px;
    min-width: 300px;
    margin-left: 2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.contactDetailContainer > div .contactFormCont {
    position: relative;
    width: 100%;
    min-height: 500px;
    border: 1px solid rgba(var(--primary-rgb), 0.6);
    border-radius: 10px;
    background-color: var(--primary-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 25px 15px;
    text-align: center;
}

.contactDetailContainer > div .contactFormCont h3 {
    font-family: "dubai", "dubai-regular", sans-serif;
    text-align: center;
    color: var(--white);
    font-weight: 900;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contactDetailContainer > div .contactFormCont label {
    width: 100%;
    position: relative;
    margin: 0 0 0 0;
    top: -10px;
    text-align: left;
    font-size: 1rem;
    color: var(--white);
}

.contactDetailContainer > div .contactFormCont input,
.contactDetailContainer > div .contactFormCont textarea {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(var(--primary-rgb), 0.1);
    font-family: "dubai", "dubai-regular", sans-serif;
    padding: 0.8rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    font-size: 15px;
    border-radius: 5px;
}

.contactDetailContainer > div .contactFormCont input:focus,
.contactDetailContainer > div .contactFormCont textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.contactDetailContainer > div .contactFormCont input::-moz-placeholder,
.contactDetailContainer > div .contactFormCont textarea::-moz-placeholder {
    color: var(--primary-color);
}

.contactDetailContainer > div .contactFormCont input:-ms-input-placeholder,
.contactDetailContainer > div .contactFormCont textarea:-ms-input-placeholder {
    color: var(--primary-color);
}

.contactDetailContainer > div .contactFormCont input::placeholder,
.contactDetailContainer > div .contactFormCont textarea::placeholder {
    color: var(--primary-color);
}

.contactDetailContainer > div .contactFormCont textarea {
    height: auto;
}

.contactDetailContainer
    > div
    .contactFormCont
    textarea::-webkit-scrollbar-track {
    background: transparent;
    pointer-events: initial;
}

.contactDetailContainer > div .contactFormCont textarea::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: transparent;
    pointer-events: initial;
}

.contactDetailContainer
    > div
    .contactFormCont
    textarea::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    pointer-events: initial;
}

.contactDetailContainer > div .contactFormCont button {
    width: 140px;
    height: 45px;
    border-radius: 4px;
    background-color: var(--white);
    color: var(--primary-color);
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 0 auto;
    transition: all 0.3s ease-in;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.contactDetailContainer > div .contactFormCont button:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
}

.contactDetailContainer .contactPersonsContainer {
    position: relative;
    width: 100%;
}

.contactDetailContainer .contactPersonsContainer .contactPerson {
    position: relative;
}

.contactDetailContainer
    .contactPersonsContainer
    .contactPerson:not(:last-child) {
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
    padding-bottom: 1.3rem;
}

.contactDetailContainer .contactPersonsContainer .contactPerson h2 {
    font-weight: 900;
    margin-bottom: 0;
    font-family: "dubai", "dubai-regular", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.contactDetailContainer .contactPersonsContainer .contactPerson .card {
    padding: 1.2rem;
    position: relative;
    border-color: #eee;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contactDetailContainer
    .contactPersonsContainer
    .contactPerson
    .card:nth-last-of-type(1),
.contactDetailContainer
    .contactPersonsContainer
    .contactPerson
    .card:nth-last-of-type(2) {
    margin-top: 1.3rem;
}

.contactDetailContainer .contactPersonsContainer .contactPerson .card h5 {
    font-size: 20px;
    font-family: "dubai-bold", sans-serif;
    margin-bottom: 0.3rem;
}

.contactDetailContainer .contactPersonsContainer .contactPerson .card small {
    font-size: 14px;
    margin-bottom: 0.3rem;
}

.contactDetailContainer .contactPersonsContainer .contactPerson .card p {
    margin-bottom: 0.3rem;
}

.contactDetailContainer .contactPersonsContainer .contactPerson .card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.contactDetailContainer .contactPersonsContainer .contactPerson .card:hover h5 {
    color: var(--primary-color);
}

.packagePlan {
    position: relative;
    width: 100%;
}

.packagePlan * {
    position: relative;
}

.packagePlan .packagePlanHeading {
    font-weight: bold;
}

.packagePlan__tableContainer {
    width: 100%;
}

.packagePlan__tableContainer .__table {
    width: 100%;
    margin-bottom: 2rem;
    min-width: 900px;
}

.packagePlan__tableContainer .__table .__row {
    width: 100%;
    display: flex;
}

.packagePlan__tableContainer .__table .__row .__cell {
    border-width: 1px 0 0 1px;
    border-color: #ccc;
    border-style: solid;
    width: 100%;
    display: flex;
    padding: 0.65rem;
}

.packagePlan__tableContainer .__table .__row .__cell:not(:first-child) {
    max-width: calc(40% / 2);
}

.packagePlan__tableContainer .__table .__row .__cell:first-child {
    border-radius: 13px 0 0 13px;
    padding: 0.5rem 0.8rem;
}

.packagePlan__tableContainer .__table .__row .__cell:last-child {
    border-right: 1px solid #ccc;
}

.packagePlan__tableContainer .__table .__row .__cell p:last-child {
    margin-bottom: 0;
}

.packagePlan__tableContainer .__table .__row.__head .__cell {
    align-items: center;
    border-top: 1px solid #ccc;
}

.packagePlan__tableContainer .__table .__row.__head .__cell h5,
.packagePlan__tableContainer .__table .__row.__head .__cell h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

.packagePlan__tableContainer .__table .__row.__head .__cell:first-child {
    border: 0;
}

.packagePlan__tableContainer .__table .__row.__head .__cell:not(:first-child) {
    justify-content: center;
    text-align: center;
    border-top: 1px solid inherit;
    border-radius: 7px 7px 0 0;
    text-transform: uppercase;
}

.packagePlan__tableContainer
    .__table
    .__row.__head
    .__cell:nth-last-of-type(2) {
    border-left: 1px solid #ccc;
    background-color: #e6e6e6;
    border-color: #ccc;
}

.packagePlan__tableContainer .__table .__row.__head .__cell.__monthly {
    border-color: #333;
    background-color: #e6e6e6;
}

.packagePlan__tableContainer .__table .__row.__head .__cell.__yearly {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
}

.packagePlan__tableContainer .__table .__row.__body {
    border-radius: 14px 0 0 14px;
}

.packagePlan__tableContainer .__table .__row.__body .__cell {
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    background-color: rgba(var(--packages-color), 0.09) !important;
    border-color: rgba(var(--packages-color), 0.5) !important;
    color: rgba(var(--packages-color), 1) !important;
}

.packagePlan__tableContainer .__table .__row.__body .__cell .__planContent {
    width: 100%;
    display: flex;
    align-items: center;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__planContent
    .__icon {
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2rem 0 0.7rem;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__planContent
    .__content
    .packagePlanHeading {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: inherit;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__planContent
    .__content
    h5 {
    font-size: 1rem;
    font-weight: 700px;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__planContent
    .__content
    .btn {
    white-space: nowrap;
    padding: 0.35rem 0.8rem;
    border-color: #ccc;
    background-color: var(--white);
    transition: all 0.3s ease-in;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__planContent
    .__content
    .btn:hover,
.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__planContent
    .__content
    .btn.active {
    background-color: rgba(var(--packages-color), 1);
    border-color: rgba(var(--packages-color), 1);
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__planContent
    .__content
    .btn:focus {
    box-shadow: none;
    outline: none;
}

.packagePlan__tableContainer .__table .__row.__body .__cell .__planDetail {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    width: 100%;
    color: inherit;
}

.packagePlan__tableContainer .__table .__row.__body .__cell .__planDetail p {
    font-size: 1rem;
    line-height: 1.35rem;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__planDetail
    p:last-child {
    margin-bottom: 0;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice.__selected:before,
.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice.__active:before {
    content: "";
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: 0;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 0.25);
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice
    h3 {
    min-height: 65px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice
    h3
    > span {
    width: 100%;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice
    h3
    .__discount {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 700;
    color: inherit;
    margin-bottom: 0.5rem;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice
    h3
    .__price {
    color: inherit;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice
    h3
    .__finalPrice {
    font-weight: 700;
    font-size: 1.5rem;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice
    h3
    .__oldPrice {
    font-size: 1rem;
    margin-left: 0.3rem;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice
    .__checkbox {
    margin-top: 0.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice
    .__checkbox
    input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9999;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice
    .__checkbox
    label {
    padding: 0.5rem 1.2rem 0.5rem 0.6rem;
    border-radius: 5px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in;
    margin: 0;
    cursor: pointer;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice
    .__checkbox
    label:before {
    content: "\F00C";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 25px;
    height: 25px;
    margin-right: 0.8rem;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
    font-size: 86%;
    transition: all 0.3s ease-in;
    background-color: var(--white);
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice
    .__checkbox
    input:checked
    ~ label {
    background-color: rgba(var(--packages-color), 1);
    border-color: rgba(var(--packages-color), 1);
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell
    .__subscriptionPrice
    .__checkbox
    input:checked
    ~ label::before {
    color: rgba(var(--packages-color), 1);
}

.packagePlan__tableContainer .__table .__row.__body .__cell:before,
.packagePlan__tableContainer .__table .__row.__body .__cell::after {
    content: "";
    height: 50px;
    width: 1px;
    background-color: var(--primary-color);
    bottom: 100%;
    position: absolute;
    display: none;
}

.packagePlan__tableContainer .__table .__row.__body .__cell::before {
    left: -1px;
}

.packagePlan__tableContainer .__table .__row.__body .__cell::after {
    right: -1px;
}

.packagePlan__tableContainer .__table .__row.__body .__cell:first-child {
    border-top: 1px solid #ccc;
}

.packagePlan__tableContainer
    .__table
    .__row.__body
    .__cell:nth-last-of-type(2) {
    border-left-color: #333;
}

.packagePlan__tableContainer .__table .__row.__body .__cell:last-child {
    border-left-color: var(--primary-color);
    border-right-color: var(--primary-color);
}

.packagePlan__tableContainer .__table .__row.__body:not(:last-child) {
    margin-bottom: 0.35rem;
}

.packagePlan__tableContainer
    .__table
    .__row.__body:last-child
    .__cell:last-child {
    border-bottom-color: var(--primary-color);
}

.packagePlan__tableContainer
    .__table
    .__row.__body:last-child
    .__cell:nth-last-child(2) {
    border-bottom-color: #333;
}

.packagePlan__tableContainer .__table .__row.__starter .__cell {
    background-color: #f5f5f5;
    border-color: #ccc;
    color: #000;
}

.packagePlan__tableContainer
    .__table
    .__row.__starter
    .__cell
    .__planContent
    .__content
    .btn.active {
    background-color: #000;
    border-color: #000;
}

.packagePlan__tableContainer
    .__table
    .__row.__starter
    .__cell
    .__subscriptionPrice.__active:before {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.packagePlan__tableContainer
    .__table
    .__row.__starter
    .__cell
    .__subscriptionPrice
    .__checkbox
    input:checked
    ~ label {
    background-color: #000;
    border-color: #000;
}

.packagePlan__tableContainer
    .__table
    .__row.__starter
    .__cell
    .__subscriptionPrice
    .__checkbox
    input:checked
    ~ label::before {
    color: #000;
}

.packagePlan__tableContainer .__table .__row.__pro .__cell {
    background-color: rgba(var(--primary-rgb), 0.07);
    border-color: rgba(var(--primary-rgb), 0.4);
    color: var(--primary-color);
}

.packagePlan__tableContainer
    .__table
    .__row.__pro
    .__cell
    .__planContent
    .__content
    .btn.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.packagePlan__tableContainer
    .__table
    .__row.__pro
    .__cell
    .__subscriptionPrice.__active:before {
    box-shadow: 0 0 0 2px rgba(var(--primary-rgb), 0.2);
}

.packagePlan__tableContainer
    .__table
    .__row.__pro
    .__cell
    .__subscriptionPrice
    .__checkbox
    input:checked
    ~ label {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.packagePlan__tableContainer
    .__table
    .__row.__pro
    .__cell
    .__subscriptionPrice
    .__checkbox
    input:checked
    ~ label::before {
    color: var(--primary-color);
}

.packagePlan__tableContainer .__table .__row.__premium .__cell {
    background-color: rgba(0, 128, 0, 0.07);
    border-color: rgba(0, 128, 0, 0.4);
    color: green;
}

.packagePlan__tableContainer
    .__table
    .__row.__premium
    .__cell
    .__planContent
    .__content
    .btn.active {
    background-color: green;
    border-color: green;
}

.packagePlan__tableContainer
    .__table
    .__row.__premium
    .__cell
    .__subscriptionPrice.__active:before {
    box-shadow: 0 0 0 2px rgba(0, 128, 0, 0.2);
}

.packagePlan__tableContainer
    .__table
    .__row.__premium
    .__cell
    .__subscriptionPrice
    .__checkbox
    input:checked
    ~ label {
    background-color: green;
    border-color: green;
}

.packagePlan__tableContainer
    .__table
    .__row.__premium
    .__cell
    .__subscriptionPrice
    .__checkbox
    input:checked
    ~ label::before {
    color: green;
}

.packagePlan__tableContainer .subcribeButtonCont {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.packagePlan__tableContainer .subcribeButtonCont .subcribeButton {
    width: 225px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.packagePlan__tableContainer .subcribeButtonCont .subcribeButton:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.packageDetails {
    position: relative;
    width: 100%;
}

.packageDetails * {
    position: relative;
}

.packageDetails__tableContainer {
    width: 100%;
}

.packageDetails__tableContainer .__table {
    width: 100%;
    min-width: 900px;
    --secondary-rgb: 0, 53, 128;
}

.packageDetails__tableContainer .__table .__row {
    width: 100%;
    display: flex;
}

.packageDetails__tableContainer .__table .__row .__cell {
    border-width: 1px 0 0 1px;
    border-color: #ccc;
    border-style: solid;
    width: 100%;
    display: flex;
    padding: 1rem;
    background-color: rgba(var(--packages-color), 0.08) !important;
    color: rgba(var(--packages-color), 1) !important;
}

.packageDetails__tableContainer .__table .__row .__cell h5,
.packageDetails__tableContainer .__table .__row .__cell h4 {
    font-weight: 700;
}

.packageDetails__tableContainer .__table .__row .__cell h5 {
    font-size: 16px;
    line-height: 20px;
}

.packageDetails__tableContainer .__table .__row .__cell p {
    font-size: 16px;
    line-height: 22px;
}

.packageDetails__tableContainer .__table .__row .__cell:not(:first-child) {
    max-width: calc(42% / 3);
}

.packageDetails__tableContainer .__table .__row .__cell:first-child {
    padding: 0.75rem 1rem;
}

.packageDetails__tableContainer .__table .__row .__cell:last-child {
    border-right: 1px solid #ccc;
}

.packageDetails__tableContainer .__table .__row .__cell p:last-child {
    margin-bottom: 0;
}

.packageDetails__tableContainer .__table .__row .__cell .tooltipContainer i {
    color: inherit;
}

.packageDetails__tableContainer .__table .__row .__cell .__icons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

.packageDetails__tableContainer .__table .__row .__cell .__icons i {
    margin: 0.3rem;
    font-size: 1.2rem;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.packageDetails__tableContainer .__table .__row .__cell .__noteStartCntnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.packageDetails__tableContainer .__table .__row .__cell .__noteStartCntnt i {
    font-size: 80%;
}

.packageDetails__tableContainer .__table .__row .__cell:nth-last-of-type(3) {
    background-color: #f5f5f5;
    border-left-color: #333;
}

.packageDetails__tableContainer .__table .__row.__head .__cell {
    text-align: center;
    align-items: center;
}

.packageDetails__tableContainer .__table .__row.__head .__cell:first-child {
    border: 0;
}

.packageDetails__tableContainer
    .__table
    .__row.__head
    .__cell:not(:first-child) {
    justify-content: center;
    border-radius: 13px 13px 0 0;
    color: var(--white);
}

.packageDetails__tableContainer .__table .__row.__head .__cell h5 {
    margin-bottom: 0;
}

.packageDetails__tableContainer .__table .__row.__head .__cell h4 {
    margin-bottom: 0;
    font-size: 20px;
}

.packageDetails__tableContainer .__table .__row.__body:last-child .__cell {
    border-bottom: 1px solid #ccc;
}

.packageDetails__tableContainer
    .__table
    .__row.__body:last-child
    .__cell:nth-last-of-type(3) {
    border-bottom-color: #333;
}

.packageDetails__tableContainer
    .__table
    .__row.__body:last-child
    .__cell:nth-last-of-type(2) {
    border-bottom-color: var(--primary-color);
}

.packageDetails__tableContainer
    .__table
    .__row.__body:last-child
    .__cell:last-child {
    border-bottom-color: green;
}

.packageDetails__tableContainer .__table .__row.__body:first-child .__cell {
    color: #212121 !important;
}

.body {
    min-height: 65vh;
}

.tooltipContainer {
    position: relative;
}

.tooltipContainer i {
    color: #777;
    font-size: 80%;
}

.tooltipContainer .tooltipData {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    color: var(--white);
    border-radius: 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 500px;
    font-size: 0.9rem;
    line-height: normal;
}

.tooltipContainer .tooltipData::after {
    content: "";
    position: absolute;
}

.tooltipContainer .tooltipData._top {
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    left: 50%;
}

.tooltipContainer .tooltipData._top::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.75);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.tooltipContainer .tooltipData._left {
    right: calc(100% + 10px);
    top: -6px;
}

.tooltipContainer .tooltipData._left::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(0, 0, 0, 0.75);
    top: 9px;
    left: 100%;
}

.tooltipContainer .tooltipData._right {
    left: calc(100% + 10px);
    top: -6px;
}

.tooltipContainer .tooltipData._right::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid rgba(0, 0, 0, 0.75);
    top: 9px;
    right: 100%;
}

.tooltipContainer .tooltipData._bottom {
    top: calc(100% + 10px);
    transform: translateX(-50%);
    left: 50%;
}

.tooltipContainer .tooltipData._bottom::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 0.75);
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.tooltipContainer:hover {
    z-index: 2;
}

.tooltipContainer:hover .tooltipData {
    display: block;
}

.compare__packages {
    position: relative;
    width: 100%;
    padding: 0.5rem;
    margin-top: 1rem;
    border-radius: 0.5rem;
}

.compare__packages.active {
    background-color: #f1f1f1;
}

.compare__packages .packageDetails__tableContainer {
    background-color: #fff;
}

.compare__packages__header {
    border-radius: 0.25rem;
    width: 100%;
    display: flex;
    background-color: #f1f1f1;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.compare__packages__header .toggler {
    width: 40px;
    height: 40px;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.compare__packages__header:hover,
.compare__packages__header.active {
    background-color: var(--primary-color);
    color: #fff;
}

.compare__packages__header.active i::before {
    content: "\F077";
}

#mobile-menu-user {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50px;
}

.delete-profile {
    position: absolute;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50px;
    font-size: 20px;
    padding: 0;
    border: 2px solid #fff;
}

.participant {
    background: #e6e6e6;
    text-align: center;
    max-width: 100px;
    min-width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50px;
    margin-right: 1rem;
}

.participant img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog_slider_container {
    position: relative;
    width: 100%;
}

.blog_slider_container .blog_slide {
    position: relative;
    height: 350px;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.blog_slider_container .blog_slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog_slider_container .blog_slide .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: calc(1rem + 1vw) calc(2rem + 1vw);
    padding-right: 50%;
    overflow: hidden;
}

.blog_slider_container .blog_slide .content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.86+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.86) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db000000", endColorstr="#00000000", GradientType=1);
    /* IE6-9 */
}

.blog_slider_container .blog_slide .content > * {
    position: relative;
    z-index: 1;
}

.blog_slider_container .blog_slide .content > p:empty {
    display: none;
}

.search-articles {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.search-articles:focus-within {
    background-color: rgba(var(--primary-rgb), 0.05);
    border-color: var(--primary-color);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.search-articles:focus-within i {
    color: var(--primary-color);
}

.search-articles:focus-within input {
    color: var(--primary-color);
}

.search-articles i {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-articles input {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    font-size: calc(1rem + 0.05vw);
    background-color: transparent;
}

.row.gy-4 {
    row-gap: 2rem;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 3rem;
}

.gap-x-1 {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}

.gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-x-5 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
}

.gap-y-1 {
    row-gap: 0.25rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-y-5 {
    row-gap: 3rem;
}

.recent_articles_section {
    position: relative;
    width: 100%;
}

.article__card {
    position: relative;
    width: 100%;
    isolation: isolate;
}

.article__card::after {
    pointer-events: none;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 159, 227, 0.1);
    position: absolute;
    inset: 0;
    transform: scaleY(1.05) scaleX(1.06);
    border-radius: 0.5rem;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.article__card:hover::after {
    opacity: 1;
}

.article__card .article__image {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}

.article__card .article__image .blog_tag {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
}

.article__card .article__image .__image {
    display: block;
    width: 100%;
    aspect-ratio: 2/1.3;
    overflow: hidden;
    border-radius: 6px;
}

.article__card .article__image .__image img {
    max-width: 100%;
}

.article__card .article__image .__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article__card ._title {
    font-weight: bold;
    display: block;
    line-height: 24px;
    color: #000;
    margin-bottom: 1rem;
}

.article__card::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 159, 227, 0.1);
    position: absolute;
    inset: 0;
    transform: scaleY(1.05) scaleX(1.06);
    border-radius: 0.5rem;
    opacity: 0;
    transition: all 0.3s ease-in;
    z-index: -1;
    pointer-events: none;
}

.article__card:hover::after {
    opacity: 1;
}

.featured__article__card {
    width: 100%;
    position: relative;
    aspect-ratio: 2/1.35;
    overflow: hidden;
    border-radius: 10px;
}

.featured__article__card img {
    width: 100%;
}

.featured__article__card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.featured__article__card .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: calc(1rem + 0.5vw);
    overflow: hidden;
}

.featured__article__card .content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.86+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.86) 0%,
        rgba(0, 0, 0, 0) 90%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.featured__article__card .content > * {
    position: relative;
    z-index: 1;
}

.section_heading {
    position: relative;
    width: 100%;
}

.section_heading .headint_text {
    position: relative;
    width: 100%;
    display: flex;
    white-space: nowrap;
    align-items: center;
    margin: 0;
    font-weight: 700;
}

.section_heading .headint_text::after {
    content: "";
    width: 100%;
    margin-left: 1rem;
    height: 1px;
    background-color: #ccc;
}

.share_article {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 0.33rem;
    background-color: #f1f1f1;
}

.share_article .sm {
    display: flex;
    gap: 0.7rem;
    position: relative;
    align-items: center;
}

.share_article .sm a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 0.25rem;
    font-size: 1.25rem;
    background-color: var(--white);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    color: var(--primary-color);
    transition: all 0.3s ease-in;
}

.share_article .sm a:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.blog_pagination {
    position: relative;
    width: 100%;
    padding: 0.33rem 1rem;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_pagination_link {
    line-height: 0px;
    height: 35px;
    min-width: 35px;
    border: 1px solid #ccc;
    margin: 0.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 4px;
}

.blog_pagination_link.prev,
.blog_pagination_link.next {
    padding: 0.33rem 0.75rem;
}

.blog_pagination_link.prev,
.blog_pagination_link.next {
    background-color: #f5f5f5;
}

.blog_pagination_link.active,
.blog_pagination_link:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

.blog_pagination_link.active {
    font-weight: 700;
}

.blog__listing__hero__page {
    position: relative;
    width: 100%;
    background-color: #e6e6e6;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
}

.blog__listing__hero__page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.blog__listing__hero__page > * {
    position: relative;
    z-index: 1;
}

.blog__detail__section {
    position: relative;
    width: 100%;
}

.blog__detail__section img {
    max-width: 100%;
}

.blog__detail__section .thumbnail__banner {
    width: 100%;
    max-height: 400px;
    min-height: 300px;
    background-color: #e6e6e6;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.blog__detail__section .thumbnail__banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center;
    object-position: center;
    margin: 0;
}

.blog__detail__section .container {
    max-width: 720px !important;
    background: #ffff;
    margin-top: -60px;
    z-index: 3;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.3);
}

.blog__detail__section h2,
.blog__detail__section h3,
.blog__detail__section h4,
.blog__detail__section h5,
.blog__detail__section h6 {
    margin-bottom: 1.5rem;
}

.blog__detail__section img {
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.blog__detail__section blockquote,
.blog__detail__section q {
    position: relative;
    width: 100%;
    padding: 1rem calc(1.25rem + 0.5vw) 1rem calc(5.5rem + 1vw);
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    font-size: calc(1.15rem + 0.5vw);
    line-height: calc(1.75rem + 0.75vw);
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-style: italic;
    background-color: rgba(var(--primary-rgb), 0.03);
    color: var(--primary-color);
}

.blog__detail__section blockquote p:last-child,
.blog__detail__section q p:last-child {
    margin-bottom: 0;
}

.blog__detail__section blockquote::before,
.blog__detail__section q::before {
    content: "\F10D";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    left: 0;
    width: 5rem;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 3rem;
    opacity: 0.25;
}

.formContainer svg {
    color: var(--primary-color);
}

@media (max-width: 1280px) {
    .body.packagesPage {
        flex-direction: column;
    }
}

/* Tweak styles for small viewports */
@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 15px 0;
    }

    .sp-wrap #sp-prev,
    .sp-wrap #sp-next {
        top: auto;
        margin-top: 0;
        bottom: 25px;
    }
}

/* ===================== [ Responsive ] ===================== */
@media (max-width: 991.98px) {
    .organisation__logo_fit {
        position: relative;
        left: 0;
        margin-bottom: 12px;
        top: 0;
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 768px) {
    .desktop-hidden {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .navigation-bar .top-bar {
        padding: 0 1rem;
    }

    .body {
        padding: 0 5vw;
    }

    .blog_slider_container .blog_slide .content {
        padding-right: 30%;
    }

    .main-area.main-area-blog {
        max-width: 100%;
    }

    .prodcutGalleryContainer {
        height: 350px;
    }

    .prodcutGalleryContainer .product__thumbnail {
        height: 348px;
        width: 100px;
        max-width: 100px;
        min-width: 100px;
    }

    .prodcutGalleryContainer .product__bigThubmnail {
        height: 348px;
    }

    .galleryOverlay .zoomImg__block .zoomImg__img.videoThumb {
        width: 80vw;
        max-width: 80vw;
    }

    .navigation-bar .bottom-bar {
        padding: 0 1rem;
    }

    .main-area .header {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 1vw;
        justify-content: start;
        align-items: start;
    }

    .main-area .header .tab-pills {
        align-self: start;
    }

    .custom-card-container {
        gap: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navigation-bar.mobile-hidden {
        display: none;
    }

    .navigation-bar.desktop-hidden {
        display: block;
    }

    .navigation-bar .top-bar,
    .navigation-bar .bottom-bar {
        padding: 0 15px;
        font-size: 14px;
    }

    .navigation-bar .top-bar > div,
    .navigation-bar .bottom-bar > div {
        width: auto;
    }

    .navigation-bar .top-bar {
        height: 55px;
    }

    .navigation-bar .top-bar img {
        width: auto;
        height: 35px;
        margin: 0;
    }

    .navigation-bar .top-bar #mobile-menu {
        width: 40px;
        height: 40px;
        margin-right: 0.5rem;
        padding: 0;
    }

    .navigation-bar .top-bar #mobile-menu .iconify {
        font-size: 2rem !important;
    }

    .navigation-bar .bottom-bar {
        height: 40px;
    }

    .closeButton {
        top: 60px;
        right: 3vw;
        width: 30px;
        height: 30px;
        z-index: 10;
    }

    .user-dropdown-card {
        top: calc(100% + 7px);
    }

    .body {
        margin-top: 115px;
        padding: 0 5vw;
        flex-direction: column;
        min-height: initial;
    }

    .has-notification {
        margin-top: 50px;
    }

    .body .main-area {
        padding-bottom: 0;
    }

    .body .side-area {
        top: initial;
        margin: 0 !important;
        width: 100%;
        display: flex;
        gap: 1.5rem;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
    }

    .body .side-area > .custom-card--organisation,
    .body .side-area > .custom-card--cta,
    .body .side-area > .custom-card \--vertical {
        max-width: calc(50% - calc(1.5rem / 2));
        margin: 0 !important;
        width: 100%;
    }

    .loginOverlayContainer {
        margin-top: 95px !important;
    }

    .container-fluid.px-4,
    .px-4.container-sm,
    .px-4.container-md,
    .px-4.container-lg,
    .px-4.container-xl {
        padding: 0 1rem !important;
    }

    .product-gallery__header h5 {
        font-size: calc(1.2rem + 0.4vw);
        line-height: calc(1.8rem + 0.4vw);
    }

    .product-gallery__wrapper {
        width: 100vw;
        margin-left: -5vw;
        padding: 0 5vw;
        position: relative;
    }

    .product-gallery__wrapper .product-gallery__carousel {
        width: 100vw;
        margin-left: -5vw;
        padding: 0 5vw;
        gap: 2vw;
    }

    .listing {
        justify-content: center;
    }

    .listing--featured,
    .listing--premium {
        padding: 4rem 0.75rem 1rem;
    }

    .prodcutGalleryContainer {
        height: 400px;
    }

    .prodcutGalleryContainer .product__thumbnail {
        height: 398px;
        width: 100px;
        max-width: 120px;
        min-width: 120px;
    }

    .prodcutGalleryContainer .product__bigThubmnail {
        height: 398px;
    }

    .galleryOverlay {
        padding: 0;
    }

    .galleryOverlay .closeButton {
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.15);
    }

    .galleryOverlay .zoomImg__block {
        max-width: 100vw;
        height: 100vh;
        border: 0;
        background-color: var(--white);
    }

    .galleryOverlay .zoomImg__block .zoomImg__img {
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
    }

    .galleryOverlay .zoomImg__block .zoomImg__img.img__zoomed {
        width: 100vw;
        height: calc(100vh - 80px);
        top: -40px;
        max-height: initial;
        max-width: initial;
    }

    .galleryOverlay .zoomImg__block .zoomImg__img.videoThumb {
        width: 90vw;
        max-width: 90vw;
    }

    .galleryOverlay .zoomImg__block .thumbList {
        top: initial;
        bottom: 0;
        overflow-x: scroll;
        justify-content: start;
        width: 100vw;
        padding: 0 1.5vw;
    }

    .galleryOverlay .zoomImg__block .thumbList li {
        min-width: 60px;
        height: 66px;
    }

    .subContainer {
        margin-top: 15px;
    }

    .howItWorkContainer {
        flex-direction: column;
    }

    .howItWorkContainer::after {
        display: none;
    }

    .howItWorkContainer .subCont {
        width: 100%;
    }

    .howItWorkContainer .subCont.buyerBlock {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 1rem;
    }

    .staticPageContainer {
        padding: 0 0.5rem;
    }

    .staticPageContainer .subHeaderContainer {
        max-width: 1000px;
        margin: 0 auto 2rem;
    }

    .footer .col-md-4 {
        margin-bottom: 0;
    }

    .footer .col-md-12 {
        margin-bottom: 1.5rem;
    }

    .footer p {
        padding: 0 !important;
    }

    .footer .social-media-links li {
        margin-right: 10px;
    }

    .packagePlan__tableContainer,
    .packageDetails__tableContainer {
        overflow-x: scroll;
        width: 100vw;
        margin-left: -5vw;
        padding: 0 5vw;
        display: block;
    }

    .packagePlan__tableContainer:after,
    .packageDetails__tableContainer:after {
        content: "";
        width: 0;
        flex-shrink: 0;
    }

    .contactDetailContainer {
        flex-direction: column;
        gap: 5vw;
        align-items: center;
    }

    .contactDetailContainer > div.leftBlock .userIcon img {
        width: auto;
        height: 150px !important;
    }

    .subHeaderContainer {
        min-height: initial;
        padding: 1rem;
    }

    .custom-card-container {
        gap: 2vw;
    }

    .custom-card {
        height: auto;
    }

    .custom-card__inner {
        position: relative;
    }

    .custom-card:not(.custom-card--horizontal) {
        min-width: calc(33% - calc(2vw / 1.9));
        max-width: calc(33% - calc(2vw / 1.9));
        margin: 0;
    }

    .custom-card__cta {
        margin-top: 10px;
    }

    .custom-card--horizontal {
        margin-left: 0;
    }

    .product-gallery {
        min-height: initial;
        margin: 0 0 5vw !important;
    }

    .product-gallery:not(:last-child) {
        margin: 0 0 5vw !important;
    }

    .compare__packages {
        padding: 0;
        margin-bottom: 5vw;
    }

    .organisation-header {
        margin-bottom: 5vw;
    }

    .organisation__main-details .floating-button {
        top: 2.5vw;
        right: 2.5vw;
    }

    .organisation__main-details.user-plain {
        min-height: initial;
        padding: 2.5vw !important;
    }

    .organisation__sub-details {
        padding: 2.5vw !important;
    }

    .organisation__sub-details .organisation__attribute:last-child p {
        margin-bottom: 0;
    }

    .bottom-fixer {
        bottom: initial;
        display: flex;
        align-items: center;
    }

    .bottom-fixer .prifile_img {
        margin-right: 1rem;
    }

    .bottom-fixer .prifile_img .organisation__logo_fit {
        margin-bottom: 0;
        width: 80px;
        height: 80px;
    }

    .card-listing-container {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-left: -5vw;
        padding: 0 5vw;
        margin-bottom: 5vw;
        width: 100vw;
        border-radius: 0;
        justify-content: start;
        column-gap: 1.25rem;
    }

    .main-area .header {
        gap: 5vw;
    }

    .user-image {
        min-width: 100px;
        max-width: 100px;
    }

    .blog_slider_container .blog_slide .content {
        padding-right: 30%;
    }

    .main-area.main-area-blog {
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .main-area {
        max-width: calc(100% - calc(320px + 1.5rem));
    }

    .main-area .tabContainer .tab .tab__header {
        border-bottom: 0;
        display: flex;
        overflow-x: scroll;
        padding: 0 0 0 5vw;
        margin-left: -5vw;
    }

    .main-area .tabContainer .tab .tab__header a {
        padding: 0.5rem 0;
    }

    .main-area .tabContainer .tab .tab__header a:last-child {
        margin-right: 0;
    }

    .table_container {
        overflow-x: scroll;
    }

    .table_container .table {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .compare__packages {
        padding: 0;
        margin-bottom: 1rem;
    }

    .product-gallery__wrapper {
        width: calc(100% + 5vw);
        margin-left: -5vw;
        padding: 0 5vw;
        position: relative;
    }

    .product-gallery__wrapper .product-gallery__carousel {
        width: 100vw;
        margin-left: -5vw;
        padding: 0 5vw;
        gap: 2vw;
    }

    .product-gallery {
        min-height: auto;
    }

    .custom-card {
        height: auto;
    }

    .custom-card__inner {
        position: relative;
    }

    .custom-card:not(.custom-card--horizontal) {
        min-width: 25vw;
        max-width: 25vw;
        margin: 0;
    }

    .custom-card--horizontal {
        margin-left: 0;
    }

    .card-listing-container {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: calc(100% + 5vw);
        margin-left: -5vw;
        padding: 0 0 0 5vw;
        border-radius: 0;
        justify-content: start;
    }

    .user-image {
        min-width: 100px;
        max-width: 100px;
    }
}

/* ================================= [ Mobile View ] ================================= */
@media only screen and (max-width: 767px) {
    .navigation-bar.mobile-hidden {
        display: none;
    }

    .navigation-bar.desktop-hidden {
        display: block;
    }

    html {
        font-size: 14px !important;
    }

    body {
        font-size: calc(1rem + 0.28vw);
        line-height: calc(1.5rem + 0.28vw);
    }

    h3,
    .h3 {
        font-size: calc(1.35rem + 0.05vw);
        font-weight: 700;
    }

    .main-area {
        padding-bottom: 0;
    }

    .prodcutGalleryContainer {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 3rem;
        width: 100vw;
        margin-left: -1rem;
        border: 0;
    }

    .prodcutGalleryContainer .product__thumbnail {
        height: 80px;
        width: 100%;
        max-width: 100%;
        min-width: 120px;
        overflow-y: hidden;
        overflow-x: scroll;
        display: flex;
        border: 0;
    }

    .prodcutGalleryContainer .product__thumbnail li {
        padding: 3px;
        width: 100px;
        min-width: 100px;
        height: 70px;
    }

    .prodcutGalleryContainer .product__bigThubmnail {
        height: 225px;
    }

    .prodcutGalleryContainer .product__bigThubmnail::after {
        top: 0.5rem;
        right: 1rem;
        width: 30px;
        height: 30px;
        opacity: 1;
        font-size: 1rem;
    }

    .galleryOverlay {
        padding: 0;
    }

    .galleryOverlay .closeButton {
        top: 1rem;
        right: 1rem;
        width: 35px;
        height: 35px;
        line-height: 34px;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .galleryOverlay .zoomImg__block {
        height: 100vh;
        width: 100vw;
        display: flex;
        align-items: center;
        border: 0;
        background-color: var(--white);
    }

    .galleryOverlay .zoomImg__block .zoomImg__img {
        width: 90vw;
        height: 90vw;
        margin: auto;
        transition: all 0.3s ease-in;
    }

    .galleryOverlay .zoomImg__block .zoomImg__img.img__zoomed {
        width: 100vw;
        height: calc(100vh - 80px);
        max-height: initial;
        max-width: initial;
        top: -40px;
    }

    .galleryOverlay .zoomImg__block .zoomImg__img.videoThumb {
        width: 90vw;
        max-width: 90vw;
    }

    .galleryOverlay .zoomImg__block .zoomImg__img.videoThumb {
        width: 90vw;
        max-width: 90vw;
    }

    .galleryOverlay .thumbList {
        top: initial;
        bottom: 0;
        overflow-x: scroll;
        justify-content: start;
        width: 100vw;
        padding: 0 1.5vw;
    }

    .galleryOverlay .thumbList li {
        min-width: 60px;
        height: 66px;
    }

    .navigation-bar .top-bar,
    .navigation-bar .bottom-bar {
        padding: 0 10px;
    }

    .navigation-bar .top-bar > div,
    .navigation-bar .bottom-bar > div {
        width: auto;
    }

    .navigation-bar .top-bar {
        height: 55px;
    }

    .navigation-bar .top-bar img {
        width: auto;
        max-height: 2rem;
        height: 100%;
        margin-left: 0 !important;
    }

    .navigation-bar .bottom-bar {
        height: 45px;
    }

    .navigation-bar #mobile-menu,
    .navigation-bar #mobile-menu-user {
        width: 37px;
        height: 37px;
        padding: 0;
        overflow: hidden;
    }

    .navigation-bar #mobile-menu-user {
        border-radius: 50px;
        background-color: white;
    }

    .navigation-bar #mobile-menu {
        margin-right: 10px;
    }

    .navigation-bar #mobile-menu .iconify {
        font-size: 2rem !important;
    }

    .body {
        margin-top: 115px;
        padding: 0 4vw;
        min-height: initial;
    }

    .sliderContainer {
        position: relative;
        width: 100%;
    }

    .sliderContainer .slide {
        position: relative;
        width: 100%;
    }

    .sliderContainer .slide .banner .sliderBanner {
        position: absolute;
        width: 100%;
        height: 100%;
        min-height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        border-radius: 10px;
    }

    .sliderContainer .slide .banner .sliderBanner img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        background-color: #ccc;
    }

    .sliderContainer .slide .banner .sliderContent {
        position: relative;
        padding: 15px;
        width: 100%;
        align-self: center;
    }

    .sliderContainer .slide .banner .sliderContent .logo img {
        min-height: 50px;
    }

    .homeAdBannerSection {
        margin-bottom: 0 !important;
    }

    .homeAdBannerSection .homeAdBannerContainer .slide .homeAdBox {
        border-radius: 0.55rem;
        margin: 0;
        min-height: auto;
    }

    .homeAdBannerSection .homeAdBannerContainer .slide .homeAdBox img {
        max-width: 100vw;
        min-height: auto;
    }

    .slick-dots {
        margin: 1rem 0;
    }

    .product-gallery__header h5 {
        font-size: calc(1rem + 1vw);
        line-height: calc(1.5rem + 1vw);
    }

    .welcome__text__container .welcome__text__block {
        padding: 1rem;
        flex-direction: column;
    }

    .welcome__text__container .welcome__text__block .__icon {
        height: 50px;
        margin-bottom: 1rem;
    }

    .adBanner--listing {
        height: auto;
    }
}

@media only screen and (max-width: 767px) and (max-width: 767.98px) {
    .adBanner--vertical img {
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media only screen and (max-width: 767px) {
    .adBanner--horizontal {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .footer-banner-cta {
        padding: 0 1rem !important;
    }
}

@media only screen and (max-width: 990px) {
    .footer-banner-cta {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .containers.mb-5 {
        margin-bottom: 0.3rem !important;
    }
}

@media only screen and (max-width: 767px) {
    .banner-cta {
        flex-direction: column;
        padding: 5px 0px 20px;
        border-radius: 0.55rem;
    }

    .banner-cta p {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .cta-action {
        align-items: flex-start !important;
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

    .cta-action .btn:first-child {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .formContainer {
        position: relative;
        margin-top: 50px;
    }

    .formContainer__register {
        background-color: #ccc;
    }
}

@media only screen and (max-width: 767px) {
    .closeButton {
        top: 65px;
        width: 25px;
        height: 25px;
        z-index: 100;
    }
}

@media only screen and (max-width: 767px) {
    .header {
        margin-bottom: 1rem !important;
    }

    .header .page-header,
    .header .tab-pills {
        width: 100%;
    }

    .header .tab-pills:not(.parent_link) {
        flex-wrap: wrap;
    }

    .header .tab-pills.parent_link {
        white-space: nowrap;
        width: 100% !important;
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 767px) {
    .listing {
        justify-content: center;
        display: block;
        width: 100vw;
        margin-left: -4vw;
        border: 0;
        padding: 0 4vw;
        border-radius: 0;
    }

    .listing .custom-card-container {
        display: flex;
        flex-wrap: nowrap !important;
        gap: 4vw;
        overflow-x: scroll;
        width: 100vw;
        padding: 0 4vw;
        margin-left: -4vw;
    }

    .listing--featured,
    .listing--premium {
        padding: 4vw;
    }

    .listing .custom-card {
        margin: 0 auto 0.5rem !important;
        flex-wrap: wrap;
        height: auto;
    }

    .listing .custom-card:not(.custom-card--horizontal) {
        max-width: 300px;
        min-width: 300px;
    }

    .listing .custom-card__image {
        min-height: 170px;
    }

    .listing .custom-card__image .carousel-cell,
    .listing .custom-card__image img {
        min-height: 170px;
    }

    .listing .custom-card__inner {
        position: relative;
        padding: 1rem;
    }

    .listing .custom-card__subtitle a {
        font-size: calc(1rem + 0.28vw);
        line-height: calc(1.5rem + 0.28vw);
    }

    .listing .custom-card__price {
        margin-right: 0;
    }

    .listing .custom-card__subscription-price {
        width: 100%;
        margin: 6px 0 0 0 !important;
        padding-left: 2.8rem;
    }

    .listing .custom-card__subscription-price h4 {
        font-size: 1.3rem;
    }

    .listing__badge {
        position: relative;
        border-radius: 0.3666666667rem;
        padding: 0.5rem 1rem;
    }

    .listing nav {
        top: 20px;
        right: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .table_container {
        width: 100vw;
        overflow-x: scroll;
        justify-content: flex-start;
        border-radius: 0;
        margin-left: -4vw;
        padding: 0 1rem;
    }

    .table_container table {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }
}

@media only screen and (max-width: 767px) {
    .footer p {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .productZoomContainer {
        height: auto;
        width: 100vw;
        margin-left: -1rem;
    }

    .productZoomContainer .sp-wrap {
        flex-direction: column;
    }

    .productZoomContainer .sp-wrap .sp-thumbs {
        height: auto;
        width: 100%;
        max-width: 100%;
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        padding: 4px 4px 0;
    }

    .productZoomContainer .sp-wrap .sp-thumbs a:link,
    .productZoomContainer .sp-wrap .sp-thumbs a:visited {
        width: 100px;
        min-width: 100px;
        height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .sp-lightbox #sp-prev,
    .sp-lightbox #sp-next {
        width: 45px;
        height: 45px;
        top: 80%;
    }

    .sp-lightbox #sp-prev::before,
    .sp-lightbox #sp-next::before {
        top: 14px;
    }

    .sp-lightbox #sp-prev::before {
        left: 4px;
    }

    .sp-lightbox #sp-next::before {
        left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details {
        margin-top: 0.5rem !important;
    }
}

@media only screen and (max-width: 767px) {
    .product-gallery__header {
        justify-content: start !important;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .product-gallery__header .btn {
        margin: 0.15rem 0 0.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .custom-card--cta {
        margin-bottom: 1.3rem;
        margin-top: 1rem !important;
    }

    .custom-card--cta .btn:last-child {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .product-gallery {
        min-height: initial;
    }
}

@media only screen and (max-width: 767px) {
    .product-gallery,
    .product-gallery:last-child {
        margin-bottom: 4vw;
    }
}

@media only screen and (max-width: 767px) {
    .product-gallery__wrapper {
        width: 100vw !important;
        margin-left: -4vw;
        position: relative;
    }

    .product-gallery__wrapper .product-gallery__carousel {
        padding: 0 4vw 0;
        gap: 4vw;
    }

    .product-gallery__wrapper .product-gallery__carousel .custom-card {
        margin: 0 auto 0.5rem !important;
        flex-wrap: wrap;
        height: auto;
    }

    .product-gallery__wrapper
        .product-gallery__carousel
        .custom-card:not(.custom-card--horizontal) {
        max-width: 300px;
        min-width: 300px;
    }

    .product-gallery__wrapper .product-gallery__carousel .custom-card__image {
        min-height: 170px;
    }

    .product-gallery__wrapper
        .product-gallery__carousel
        .custom-card__image
        .carousel-cell,
    .product-gallery__wrapper
        .product-gallery__carousel
        .custom-card__image
        img {
        min-height: 170px;
    }

    .product-gallery__wrapper .product-gallery__carousel .custom-card__inner {
        position: relative;
        padding: 1rem;
    }

    .product-gallery__wrapper
        .product-gallery__carousel
        .custom-card__subtitle
        a {
        font-size: calc(1rem + 0.28vw);
        line-height: calc(1.5rem + 0.28vw);
    }

    .product-gallery__wrapper .product-gallery__carousel .custom-card__price {
        margin-right: -1rem;
    }

    .product-gallery__wrapper
        .product-gallery__carousel
        .custom-card__subscription-price {
        width: 100%;
        margin: 6px 0 0 0 !important;
        padding-left: 2.8rem;
    }

    .product-gallery__wrapper
        .product-gallery__carousel
        .custom-card__subscription-price
        h4 {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 767px) {
    @supports not (gap: 1.25rem) {
        .product-gallery__carouse .custom-card:not(:first-child) {
            margin-left: 4vw;
        }
    }
}

@media only screen and (max-width: 767px) {
    .subContainer {
        margin-top: 15px;
    }

    .subContainer .subHeaderContainer {
        min-height: initial;
        padding: 1rem 1.3rem 0.87rem;
    }

    .subContainer .subHeaderContainer h1 {
        font-size: 26px;
    }

    .subContainer .contactDetailContainer {
        flex-direction: column-reverse;
    }

    .subContainer .contactDetailContainer > div.rightBlock {
        min-width: 300px;
        margin-left: 0;
        margin-bottom: 2rem;
    }

    .subContainer
        .contactDetailContainer
        .contactPersonsContainer
        .contactPerson
        .row {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        padding: 0 10px;
        padding-bottom: 1rem;
    }

    .subContainer
        .contactDetailContainer
        .contactPersonsContainer
        .contactPerson
        .row
        > div {
        width: auto !important;
        max-width: initial !important;
        white-space: nowrap;
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .howItWorkContainer {
        flex-direction: column;
    }

    .howItWorkContainer::after {
        display: none;
    }

    .howItWorkContainer .subCont {
        width: 100%;
        margin-bottom: 4vw;
    }

    .howItWorkContainer .subCont.buyerBlock {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .footer .col-md-4 {
        margin-bottom: 0;
    }

    .footer .col-md-12 {
        margin-bottom: 1.5rem;
    }

    .footer p {
        padding: 0 !important;
    }

    .footer .social-media-links li {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .termsOfUse_container ol,
    .termsOfUse_container ul,
    .termsOfUse_container dl,
    .privacyPolicy_container ol,
    .privacyPolicy_container ul,
    .privacyPolicy_container dl,
    .cookiesPolicy_container ol,
    .cookiesPolicy_container ul,
    .cookiesPolicy_container dl,
    .faqs_container ol,
    .faqs_container ul,
    .faqs_container dl {
        padding-left: 20px;
    }

    .termsOfUse_container ol li.no-bullet,
    .termsOfUse_container ul li.no-bullet,
    .termsOfUse_container dl li.no-bullet,
    .privacyPolicy_container ol li.no-bullet,
    .privacyPolicy_container ul li.no-bullet,
    .privacyPolicy_container dl li.no-bullet,
    .cookiesPolicy_container ol li.no-bullet,
    .cookiesPolicy_container ul li.no-bullet,
    .cookiesPolicy_container dl li.no-bullet,
    .faqs_container ol li.no-bullet,
    .faqs_container ul li.no-bullet,
    .faqs_container dl li.no-bullet {
        list-style: none;
    }

    .termsOfUse_container p a,
    .privacyPolicy_container p a,
    .cookiesPolicy_container p a,
    .faqs_container p a {
        word-break: break-all;
    }

    .termsOfUse_container table th,
    .privacyPolicy_container table th,
    .cookiesPolicy_container table th,
    .faqs_container table th {
        vertical-align: middle;
    }

    .termsOfUse_container table thead td,
    .termsOfUse_container table thead th,
    .termsOfUse_container table body td,
    .termsOfUse_container table body th,
    .privacyPolicy_container table thead td,
    .privacyPolicy_container table thead th,
    .privacyPolicy_container table body td,
    .privacyPolicy_container table body th,
    .cookiesPolicy_container table thead td,
    .cookiesPolicy_container table thead th,
    .cookiesPolicy_container table body td,
    .cookiesPolicy_container table body th,
    .faqs_container table thead td,
    .faqs_container table thead th,
    .faqs_container table body td,
    .faqs_container table body th {
        line-height: 1.4rem;
    }
}

@media only screen and (max-width: 767px) {
    .select_categories .bg-white.w-100.p-3 {
        padding: 0.6rem 0.6rem 1rem !important;
    }
}

@media only screen and (max-width: 767px) {
    #mobile-menu-close,
    .mobile-menu-close {
        width: 38px;
        height: 38px;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    #mobile-menu-close .iconify,
    .mobile-menu-close .iconify {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-menu .nested-accordion {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mobile-menu .nested-accordion .heading {
        align-items: center;
        min-height: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 0.5rem 0;
    }

    .mobile-menu .nested-accordion .heading::before {
        content: "\F078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        height: 25px;
        width: 30px;
        line-height: 25px;
        padding: 0;
        font-size: 0.8rem;
        justify-content: center;
        color: var(--white);
    }

    .mobile-menu .nested-accordion .heading.open {
        background-color: var(--primary-color);
        padding: 0.5rem 0.2rem 0.5rem 1rem;
    }

    .mobile-menu .nested-accordion .heading.open::before {
        content: "\F077";
    }

    .mobile-menu .nested-accordion .nested-accordion__body .heading {
        padding-left: 1rem;
    }

    .mobile-menu .nested-accordion .nested-accordion__body.selected {
        margin-left: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.3);
    }

    .mobile-menu .nested-accordion .nested-accordion__body .nested-accordion {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        min-height: 40px;
    }

    .mobile-menu
        .nested-accordion
        .nested-accordion__body
        .nested-accordion__body {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .addonsContainer .custom-card {
        margin: 0;
    }

    .addonsContainer .custom-card--horizontal {
        width: 100%;
    }

    .addonsContainer .custom-card--horizontal:not(:nth-child(3n + 3)) {
        margin-right: 0 !important;
    }

    .addonsContainer .custom-card__subcription-details {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .compare__packages {
        padding: 0;
        margin-bottom: 4vw;
    }
}

@media only screen and (max-width: 767px) {
    .requestProposalFormContainer .btnContainer {
        flex-wrap: wrap;
        justify-content: center;
        gap: 2.5vw;
    }

    .requestProposalFormContainer .btnContainer .btn {
        margin: 0 0 0 0 !important;
    }

    .requestProposalFormContainer .btnContainer .btn:last-child {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .header .page-header {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .packagePlan__tableContainer,
    .packageDetails__tableContainer {
        overflow-x: scroll;
        width: 100vw;
        margin-left: -6vw;
        padding: 0 4vw;
        display: block;
    }

    .packagePlan__tableContainer .__table,
    .packageDetails__tableContainer .__table {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }

    .packagePlan__tableContainer .__table .__row .__cell,
    .packageDetails__tableContainer .__table .__row .__cell {
        min-width: 300px;
    }

    .packagePlan__tableContainer .__table .__row .__cell:not(:first-child),
    .packageDetails__tableContainer .__table .__row .__cell:not(:first-child) {
        max-width: 215px;
        min-width: 215px;
    }

    .packagePlan__tableContainer:after,
    .packageDetails__tableContainer:after {
        content: "";
        width: 0;
        background: red;
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 767px) {
    .packageDetails__tableContainer .__table .__row .__cell {
        padding: 0.5rem;
    }

    .packageDetails__tableContainer .__table .__row .__cell:not(:first-child) {
        max-width: initial;
        min-width: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .steps {
        width: 100vw;
        margin-left: -1rem;
        padding: 0 1rem;
    }

    .steps .setup-panel {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
    }
}

@media only screen and (max-width: 767px) {
    .packagePillsContainer {
        overflow-x: scroll;
        justify-content: flex-start !important;
        width: 100vw;
        margin-left: -1rem;
        padding: 0 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .body.container-fluid > .side-area,
    .body.container-sm > .side-area,
    .body.container-md > .side-area,
    .body.container-lg > .side-area,
    .body.container-xl > .side-area {
        margin-left: 0;
        padding-bottom: 1.5vw;
    }
}

@media only screen and (max-width: 767px) {
    .filter-button {
        height: 50px;
    }

    .filter-button span:not(.iconify) {
        transform: inherit;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .select2-hidden-accessible {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .select2-search.select2-search--inline {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .fz-18 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .fz-20 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .fz-22 {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .fz-24 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .fz-26 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .fz-28 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .fz-30 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .fz-32 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .fz-34 {
        font-size: 30px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 767px) {
    .fz-36 {
        font-size: 32px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .subHeaderContainer {
        min-height: initial;
        border-radius: 0.55rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .aboutHeader {
        border-radius: 0.55rem;
        flex-direction: column;
        padding: 1rem;
        gap: 2rem;
    }

    .aboutHeader img {
        min-height: initial;
        max-height: initial;
        max-width: 180px;
        width: auto !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .banner-cta .ctaButton {
        padding: 0.6rem 1.35rem;
    }
}

@media only screen and (max-width: 767px) {
    .contactDetailContainer > div.leftBlock .userIcon img {
        width: 30vw !important;
        max-width: 200px !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .w-lg-75 {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-search .form-control {
        height: 40px;
    }

    .mobile-search__item {
        padding: 0 0.8rem 0.8rem;
    }

    .mobile-search__item > p {
        font-weight: 700;
        display: flex;
        flex-wrap: wrap;
        gap: 0.35rem;
    }

    .mobile-search__item:not(:last-child) {
        margin-bottom: 1rem;
        border-bottom: 1px solid #ddd;
    }
}

@media only screen and (max-width: 767px) {
    .tabContainer > .tab .tab__header {
        width: 100vw;
        margin-left: -4vw;
        padding: 0 4vw;
        display: flex;
        overflow-x: scroll;
    }

    .tabContainer > .tab .tab__header__link {
        padding: 0.5rem 0;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbs {
        width: 100vw;
        display: flex;
        white-space: nowrap;
        margin-left: -4vw;
        padding: 0 4vw;
        gap: 0.5rem;
        overflow-x: scroll;
    }

    .breadcrumbs__link a {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
}

@media only screen and (max-width: 767px) {
    .footer h4 {
        white-space: nowrap;
    }

    .footer ul.vertical-list li:not(:last-child) {
        margin-bottom: 0.35rem;
    }

    .footer ul.vertical-list a {
        font-size: calc(1rem + 0.28vw);
        line-height: calc(1.5rem + 0.28vw);
    }
}

@media only screen and (max-width: 767px) {
    .filter-button:hover {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .organisation__main-details:before {
        height: 100%;
        z-index: 0;
        pointer-events: none;
    }
}

@media only screen and (max-width: 767px) {
    .header {
        justify-content: start !important;
    }
}

@media only screen and (max-width: 767px) {
    .whyChooseUsBlocks {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding: 0 4vw;
        gap: 4vw;
    }

    .whyChooseUsBlocks .cardBox_container {
        position: relative;
        width: 80vw;
        max-width: 80vw;
        flex: initial;
        min-width: 80vw;
        padding: 0;
    }

    .whyChooseUsBlocks .cardBox_container .cardBox {
        margin-bottom: 4vw;
        border-radius: 0.55rem;
        padding: 4vw;
    }
}

@media only screen and (max-width: 767px) {
    .organisation__logo_fit {
        position: relative;
        left: 0;
        margin-bottom: 12px;
        top: 0;
        width: 75px;
        height: 75px;
        padding: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .card-listing-container {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-left: -4vw;
        padding: 0 4vw;
        margin-bottom: 4vw;
        width: 100vw;
        border-radius: 0;
        justify-content: start;
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .user-image {
        min-width: 100px;
        max-width: 100px;
        max-height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .bottom-fixer {
        bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-wrap {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .organisation__overlay__img {
        width: 50vw;
        height: 50vw;
        max-width: 250px;
        max-height: 250px;
    }

    .organisation__overlay__content .closeIcon {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .dataTables_wrapper .dataTable thead tr th {
        line-height: 1.25rem;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 767px) {
    .blog_slider_container {
        margin-bottom: 1.5rem;
    }

    .blog_slider_container .blog_slide {
        height: auto;
    }

    .blog_slider_container .blog_slide .content {
        background-color: var(--primary-color);
        position: relative;
        padding: calc(1rem + 1vw);
    }

    .blog_slider_container .blog_slide .content .blog_tag {
        border-color: #fff;
    }

    .blog_slider_container .blog_slide .content::after {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .listing .custom-card:not(.custom-card--horizontal) {
        max-width: 280px;
        min-width: 280px;
    }

    .listing .custom-card__cta {
        margin-top: 10px;
    }
}

.employees-datatable {
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .banner_add_slider .carousel.slide {
        width: calc(50% - 12px) !important;
        min-height: 317px;
    }

    .banner_add_slider .adBanner--listing {
        height: 317px;
    }
}

.popupNotification .container {
    max-width: 100%;
    padding-inline: 85px;
}

.topNotification {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    row-gap: 5px;
    padding-right: 15px;
}

.topNotification p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* height: 20px; */
    overflow: hidden;
    white-space: nowrap;
}

.topNotification .marquee,
.topNotification marquee {
    max-width: calc(100% - 240px);
    overflow: hidden;
    background-color: transparent;
    width: 100%;
    padding: 0;
}
.topNotification .n_popup {
    max-width: 240px;
    text-align: right;
}
.topNotification .eocjs-newsticker .eocjs-newsticker-container {
    /* height: auto; */
}
.topNotification button {
    border-radius: 3px;
    background: var(--buttonColor);
    border: solid 1px var(--buttonColor);
    border: 0;
    outline: none;
    color: #00364e;
    padding: 8px 10px;
    margin-right: 10px;
}

.topNotification button:hover {
    color: var(--buttonColor);
    background-color: #fff;
}

.close_notification {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.close_notification svg {
    height: 20px;
}

.modalCustomStyle {
    background-color: #fff;
    border-radius: 10px;
}
.modalCustomStyle .modal-body {
    padding: 10px;
    padding-bottom: 38px;
}

.modalCustomStyle .closeBtn {
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
}
.modalCustomStyle .popup-img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.modalCustomStyle .modalContent {
    text-align: center;
}
.modalCustomStyle .modalContent .modal-title {
    color: #212529;
    font-size: 34px;
    font-weight: 800;
    margin: 24px 0 20px;
    line-height: 100%;
}
.modalCustomStyle .modalContent ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.modalCustomStyle .modalContent ul li {
    list-style: none;
}

.modalCustomStyle .modalContent ul li a {
    padding: 13px 27px;
    font-size: 18px;
    line-height: 100%;
}

.modalCustomStyle .modalContent ul li:first-child a {
    background-color: var(--firstcolor);
    border-color: var(--firstcolor);
}
.modalCustomStyle .modalContent ul li:first-child a:hover {
    color: var(--firstcolor);
    background-color: #fff;
    border-color: var(--firstcolor);
}
.modalCustomStyle .modalContent ul li:last-child a {
    background-color: var(--lastcolor);
    border-color: var(--lastcolor);
}
.modalCustomStyle .modalContent ul li:last-child a:hover {
    color: var(--lastcolor);
    background-color: #fff;
    border-color: var(--lastcolor);
}

.js-marquee-wrapper {
    max-width: 100%;
}

@media only screen and (max-width: 700px) {
    .topNotification {
        /* flex-wrap: wrap; */
    }
    .popupNotification .container {
        padding-inline: 30px;
    }
    .topNotification button {
        margin-right: 0;
    }
    .topNotification .marquee,
    .topNotification marquee {
        max-width: calc(100% - 120px);
    }
    .topNotification .n_popup {
        max-width: 110px;
    }
    .topNotification .hideonphone {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .modalCustomStyle .modalContent ul {
        flex-wrap: wrap;
        gap: 13px;
    }
    .modalCustomStyle .modalContent ul li {
        width: 100%;
    }
    .modalCustomStyle .modalContent ul li a {
        width: 100%;
        max-width: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .need-share-button-default .need-share-button_dropdown {
        margin-left: -120px !important;
    }
}

.notification_setting {
    cursor: pointer;
}

.notification-aside .pagination {
    padding: 15px;
    margin-bottom: 0;
}
