@import url(https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap);
@charset "UTF-8";

/*!
 * Bootstrap v5.0.2 (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 {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

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

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25
}

hr:not([size]) {
  height: 1px
}

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

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw)
}

.art-modal {
  z-index: 2;
}
.modal-backdrop.show {
  z-index: 1;
}
.filter-artist-sec.art-modal-content {
  padding: 0;
}
.filter-artist-sec.art-modal-content .premium-luxury-panel {
  box-shadow: none;
  border: none;
  background: transparent;
}
.art-modal .modal-content {
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 10px 15px -3px rgba(0, 0, 0, 0.03), 0 30px 50px -12px rgba(0, 0, 0, 0.05);
}
.art-modal .close_modal i {
  border: 1px solid var(--black);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  &:hover {
    background-color: var(--black);
    color: #fff;
  }
}
/* responsive */
@media (min-width:1200px) {

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

.h2,
h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

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

.h3,
h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

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

.h4,
h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

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

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

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

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

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

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

ol,
ul {
  padding-left: 2rem
}

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

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

dt {
  font-weight: 700
}

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

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

.small,
small {
  font-size: .875em
}

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

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #0d6efd;
  text-decoration: underline
}

a:hover {
  color: #0a58ca
}

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

code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em
}

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

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word
}

a>code {
  color: inherit
}

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

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

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

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

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

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

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

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
  display: none
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit
}

@media (min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

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

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  font: inherit
}

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

output {
  display: inline-block
}

iframe {
  border: 0
}

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

progress {
  vertical-align: baseline
}

[hidden] {
  display: none !important
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem
  }
}

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

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

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

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

.initialism {
  font-size: .875em;
  text-transform: uppercase
}

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

.blockquote>:last-child {
  margin-bottom: 0
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d
}

.blockquote-footer::before {
  content: "— "
}

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

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

.figure {
  display: inline-block
}

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

.figure-caption {
  font-size: .875em;
  color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

.col {
  flex: 1 0 0%
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto
}

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

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

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

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

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

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

@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0%
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto
  }

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

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

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

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

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

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

@media (min-width:768px) {
  .col-md {
    flex: 1 0 0%
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto
  }

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

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

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

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

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

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

@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0%
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto
  }

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

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

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

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

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

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

@media (min-width:1200px) {
  .col-xl {
    flex: 1 0 0%
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

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

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

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

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

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

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

@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0%
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem
}

@media (min-width:576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

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

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

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

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

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

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

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

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

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

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

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

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

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

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

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

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

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

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

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

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

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

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

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

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

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

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

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

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

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

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

  .offset-xxl-1 {
    margin-left: 8.33333333%
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6
}

.table>:not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
  vertical-align: inherit
}

.table>thead {
  vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: currentColor
}

.caption-top {
  caption-side: top
}

.table-sm>:not(caption)>*>* {
  padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
  border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
  border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color)
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color)
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

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

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

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

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

@media (max-width:1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

.form-label {
  margin-bottom: .5rem
}

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

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

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

.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control[type=file] {
  overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em
}

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

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

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

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3
}

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

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

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

.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem
}

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

.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem
}

textarea.form-control {
  min-height: calc(1.5em + (.75rem + 2px))
}

textarea.form-control-sm {
  min-height: calc(1.5em + (.5rem + 2px))
}

textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px))
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

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

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

.form-select:disabled {
  background-color: #e9ecef
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529
}

.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact
}

.form-check-input[type=checkbox] {
  border-radius: .25em
}

.form-check-input[type=radio] {
  border-radius: 50%
}

.form-check-input:active {
  filter: brightness(90%)
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  opacity: .5
}

.form-switch {
  padding-left: 2.5em
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out
}

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

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  pointer-events: none;
  filter: none;
  opacity: .65
}

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

.form-range:focus {
  outline: 0
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

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

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

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe
}

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

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

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

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe
}

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

.form-range:disabled {
  pointer-events: none
}

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

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

.form-floating {
  position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

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

.form-floating>.form-control {
  padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder {
  color: transparent
}

.form-floating>.form-control::placeholder {
  color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

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

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

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

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

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

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

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

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

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem
}

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

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

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, .9);
  border-radius: .25rem
}

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

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

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3
}

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

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

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

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

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

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

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

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

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3
}

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

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

.btn:hover {
  color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

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

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

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

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

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

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

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0
}

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

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

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

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

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

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

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

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

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

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent
}

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

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

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

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

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

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

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

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

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

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent
}

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

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

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

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

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

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

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

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

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

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

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

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

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

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

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

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

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

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

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

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline
}

.btn-link:hover {
  color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d
}

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

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

.fade {
  transition: opacity .15s linear
}

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

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

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

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

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

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

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

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

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

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: .125rem
}

.dropdown-menu-start {
  --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0
}

.dropdown-menu-end {
  --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto
}

@media (min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position: start
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-sm-end {
    --bs-position: end
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position: start
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-md-end {
    --bs-position: end
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position: start
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-lg-end {
    --bs-position: end
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-xl-end {
    --bs-position: end
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-xxl-end {
    --bs-position: end
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

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

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

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

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

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

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

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

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

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, .15)
}

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

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef
}

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

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

.dropdown-menu.show {
  display: block
}

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.nav-link:focus,
.nav-link:hover {
  color: #0a58ca
}

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

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

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

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

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

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

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

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

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

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%
}

.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-top: .5rem;
  padding-bottom: .5rem
}

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

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap
}

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

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

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

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out
}

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

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

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

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

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

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

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

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

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

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

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

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

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

.navbar-expand .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, .9)
}

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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, .55)
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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, .55)
}

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

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

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

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

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

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

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

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

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

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

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

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

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

.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

.card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

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

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

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

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

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%
}

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

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

.card-group>.card {
  margin-bottom: .75rem
}

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

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

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

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

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

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

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

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

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

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg)
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none
  }
}

.accordion-button:hover {
  z-index: 2
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
  margin-bottom: 0
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
  border-top: 0
}

.accordion-item:last-of-type {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.accordion-body {
  padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
  border-width: 0
}

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

.accordion-flush .accordion-item:first-child {
  border-top: 0
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none
}

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

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/")
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px
}

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

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

.page-link {
  padding: .375rem .75rem
}

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

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

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

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

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

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem
}

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

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

.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

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

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 3rem
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe
}

.alert-primary .alert-link {
  color: #06357a
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8
}

.alert-secondary .alert-link {
  color: #34383c
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc
}

.alert-success .alert-link {
  color: #0c4128
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb
}

.alert-info .alert-link {
  color: #04414d
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5
}

.alert-warning .alert-link {
  color: #523e02
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7
}

.alert-danger .alert-link {
  color: #6a1a21
}

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

.alert-light .alert-link {
  color: #4f5050
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf
}

.alert-dark .alert-link {
  color: #101214
}

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

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width .6s ease
}

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

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

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

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

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section
}

.list-group-numbered>li::before {
  content: counters(section, ".") ". ";
  counter-increment: section
}

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

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row
  }

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

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

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

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

  .list-group-horizontal-xxl>.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: #084298;
  background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6
}

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

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7
}

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

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3
}

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

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9
}

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

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4
}

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

.list-group-item-light {
  color: #636464;
  background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5
}

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

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf
}

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

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.toast:not(.showing):not(.show) {
  opacity: 0
}

.toast.hide {
  display: none
}

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none
}

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

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

.toast-header .btn-close {
  margin-right: -.375rem;
  margin-left: .75rem
}

.toast-body {
  padding: .75rem;
  word-wrap: break-word
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

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

.modal.fade .modal-dialog {
  transition: transform .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 {
  height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden
}

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

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

.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem 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;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

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

@media (min-width:992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

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

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0
}

.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

.modal-fullscreen .modal-footer {
  border-radius: 0
}

@media (max-width:575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
  padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
  padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
  bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25)
}

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

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}

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

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
  top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25)
}

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

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

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}

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

.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  touch-action: pan-y
}

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

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

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

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

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

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%)
}

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

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

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

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

  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none
  }
}

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

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

  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

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

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

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

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

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000
}

.carousel-dark .carousel-caption {
  color: #000
}

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border
}

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

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

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

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

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

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

  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem
}

.offcanvas-header .btn-close {
  padding: .5rem .5rem;
  margin-top: -.5rem;
  margin-right: -.5rem;
  margin-bottom: -.5rem
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%)
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(100%)
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  transform: translateY(-100%)
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, .2);
  transform: translateY(100%)
}

.offcanvas.show {
  transform: none
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.link-primary {
  color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
  color: #0a58ca
}

.link-secondary {
  color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
  color: #565e64
}

.link-success {
  color: #198754
}

.link-success:focus,
.link-success:hover {
  color: #146c43
}

.link-info {
  color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
  color: #3dd5f3
}

.link-warning {
  color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
  color: #ffcd39
}

.link-danger {
  color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
  color: #b02a37
}

.link-light {
  color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
  color: #f9fafb
}

.link-dark {
  color: #212529
}

.link-dark:focus,
.link-dark:hover {
  color: #1a1e21
}

.ratio {
  position: relative;
  width: 100%
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%)
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020
}

@media (min-width:576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

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

.float-start {
  float: left !important
}

.float-end {
  float: right !important
}

.float-none {
  float: none !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-scroll {
  overflow: scroll !important
}

.d-inline {
  display: inline !important
}

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

.d-block {
  display: block !important
}

.d-grid {
  display: grid !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
}

.d-none {
  display: none !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
  box-shadow: none !important
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: sticky !important
}

.top-0 {
  top: 0 !important
}

.top-50 {
  top: 50% !important
}

.top-100 {
  top: 100% !important
}

.bottom-0 {
  bottom: 0 !important
}

.bottom-50 {
  bottom: 50% !important
}

.bottom-100 {
  bottom: 100% !important
}

.start-0 {
  left: 0 !important
}

.start-50 {
  left: 50% !important
}

.start-100 {
  left: 100% !important
}

.end-0 {
  right: 0 !important
}

.end-50 {
  right: 50% !important
}

.end-100 {
  right: 100% !important
}

.translate-middle {
  transform: translate(-50%, -50%) !important
}

.translate-middle-x {
  transform: translateX(-50%) !important
}

.translate-middle-y {
  transform: translateY(-50%) !important
}

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

.border-0 {
  border: 0 !important
}

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important
}

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

.border-success {
  border-color: #198754 !important
}

.border-info {
  border-color: #0dcaf0 !important
}

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

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

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

.border-dark {
  border-color: #212529 !important
}

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

.border-1 {
  border-width: 1px !important
}

.border-2 {
  border-width: 2px !important
}

.border-3 {
  border-width: 3px !important
}

.border-4 {
  border-width: 4px !important
}

.border-5 {
  border-width: 5px !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
}

.mw-100 {
  max-width: 100% !important
}

.vw-100 {
  width: 100vw !important
}

.min-vw-100 {
  min-width: 100vw !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
}

.mh-100 {
  max-height: 100% !important
}

.vh-100 {
  height: 100vh !important
}

.min-vh-100 {
  min-height: 100vh !important
}

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

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

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

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

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

.gap-0 {
  gap: 0 !important
}

.gap-1 {
  gap: .25rem !important
}

.gap-2 {
  gap: .5rem !important
}

.gap-3 {
  gap: 1rem !important
}

.gap-4 {
  gap: 1.5rem !important
}

.gap-5 {
  gap: 3rem !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
}

.justify-content-evenly {
  justify-content: space-evenly !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
}

.order-first {
  order: -1 !important
}

.order-0 {
  order: 0 !important
}

.order-1 {
  order: 1 !important
}

.order-2 {
  order: 2 !important
}

.order-3 {
  order: 3 !important
}

.order-4 {
  order: 4 !important
}

.order-5 {
  order: 5 !important
}

.order-last {
  order: 6 !important
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.m-auto {
  margin: auto !important
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mt-auto {
  margin-top: auto !important
}

.me-0 {
  margin-right: 0 !important
}

.me-1 {
  margin-right: .25rem !important
}

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: 1rem !important
}

.me-4 {
  margin-right: 1.5rem !important
}

.me-5 {
  margin-right: 3rem !important
}

.me-auto {
  margin-right: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-0 {
  margin-left: 0 !important
}

.ms-1 {
  margin-left: .25rem !important
}

.ms-2 {
  margin-left: .5rem !important
}

.ms-3 {
  margin-left: 1rem !important
}

.ms-4 {
  margin-left: 1.5rem !important
}

.ms-5 {
  margin-left: 3rem !important
}

.ms-auto {
  margin-left: auto !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 3rem !important
}

.pe-0 {
  padding-right: 0 !important
}

.pe-1 {
  padding-right: .25rem !important
}

.pe-2 {
  padding-right: .5rem !important
}

.pe-3 {
  padding-right: 1rem !important
}

.pe-4 {
  padding-right: 1.5rem !important
}

.pe-5 {
  padding-right: 3rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 3rem !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-1 {
  padding-left: .25rem !important
}

.ps-2 {
  padding-left: .5rem !important
}

.ps-3 {
  padding-left: 1rem !important
}

.ps-4 {
  padding-left: 1.5rem !important
}

.ps-5 {
  padding-left: 3rem !important
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
  font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
  font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
  font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
  font-size: 1.25rem !important
}

.fs-6 {
  font-size: 1rem !important
}

.fst-italic {
  font-style: italic !important
}

.fst-normal {
  font-style: normal !important
}

.fw-light {
  font-weight: 300 !important
}

.fw-lighter {
  font-weight: lighter !important
}

.fw-normal {
  font-weight: 400 !important
}

.fw-bold {
  font-weight: 700 !important
}

.fw-bolder {
  font-weight: bolder !important
}

.lh-1 {
  line-height: 1 !important
}

.lh-sm {
  line-height: 1.25 !important
}

.lh-base {
  line-height: 1.5 !important
}

.lh-lg {
  line-height: 2 !important
}

.text-start {
  text-align: left !important
}

.text-end {
  text-align: right !important
}

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

.text-decoration-none {
  text-decoration: none !important
}

.text-decoration-underline {
  text-decoration: underline !important
}

.text-decoration-line-through {
  text-decoration: line-through !important
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important
}

.text-primary {
  color: #0d6efd !important
}

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

.text-success {
  color: #198754 !important
}

.text-info {
  color: #0dcaf0 !important
}

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

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

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

.text-dark {
  color: #212529 !important
}

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

.text-body {
  color: #212529 !important
}

.text-muted {
  color: #6c757d !important
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  color: rgba(255, 255, 255, .5) !important
}

.text-reset {
  color: inherit !important
}

.bg-primary {
  background-color: #0d6efd !important
}

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

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

.bg-info {
  background-color: #0dcaf0 !important
}

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important
}

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

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

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

.pe-none {
  pointer-events: none !important
}

.pe-auto {
  pointer-events: auto !important
}

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

.rounded-0 {
  border-radius: 0 !important
}

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

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

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

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

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

.rounded-end {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

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

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

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

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

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

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

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

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

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

  .d-sm-grid {
    display: grid !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
  }

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

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important
  }

  .gap-sm-1 {
    gap: .25rem !important
  }

  .gap-sm-2 {
    gap: .5rem !important
  }

  .gap-sm-3 {
    gap: 1rem !important
  }

  .gap-sm-4 {
    gap: 1.5rem !important
  }

  .gap-sm-5 {
    gap: 3rem !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
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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
  }

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

  .order-sm-0 {
    order: 0 !important
  }

  .order-sm-1 {
    order: 1 !important
  }

  .order-sm-2 {
    order: 2 !important
  }

  .order-sm-3 {
    order: 3 !important
  }

  .order-sm-4 {
    order: 4 !important
  }

  .order-sm-5 {
    order: 5 !important
  }

  .order-sm-last {
    order: 6 !important
  }

  .m-sm-0 {
    margin: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-sm-0 {
    margin-top: 0 !important
  }

  .mt-sm-1 {
    margin-top: .25rem !important
  }

  .mt-sm-2 {
    margin-top: .5rem !important
  }

  .mt-sm-3 {
    margin-top: 1rem !important
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important
  }

  .mt-sm-5 {
    margin-top: 3rem !important
  }

  .mt-sm-auto {
    margin-top: auto !important
  }

  .me-sm-0 {
    margin-right: 0 !important
  }

  .me-sm-1 {
    margin-right: .25rem !important
  }

  .me-sm-2 {
    margin-right: .5rem !important
  }

  .me-sm-3 {
    margin-right: 1rem !important
  }

  .me-sm-4 {
    margin-right: 1.5rem !important
  }

  .me-sm-5 {
    margin-right: 3rem !important
  }

  .me-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-0 {
    margin-bottom: 0 !important
  }

  .mb-sm-1 {
    margin-bottom: .25rem !important
  }

  .mb-sm-2 {
    margin-bottom: .5rem !important
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important
  }

  .mb-sm-auto {
    margin-bottom: auto !important
  }

  .ms-sm-0 {
    margin-left: 0 !important
  }

  .ms-sm-1 {
    margin-left: .25rem !important
  }

  .ms-sm-2 {
    margin-left: .5rem !important
  }

  .ms-sm-3 {
    margin-left: 1rem !important
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important
  }

  .ms-sm-5 {
    margin-left: 3rem !important
  }

  .ms-sm-auto {
    margin-left: auto !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-sm-0 {
    padding-top: 0 !important
  }

  .pt-sm-1 {
    padding-top: .25rem !important
  }

  .pt-sm-2 {
    padding-top: .5rem !important
  }

  .pt-sm-3 {
    padding-top: 1rem !important
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important
  }

  .pt-sm-5 {
    padding-top: 3rem !important
  }

  .pe-sm-0 {
    padding-right: 0 !important
  }

  .pe-sm-1 {
    padding-right: .25rem !important
  }

  .pe-sm-2 {
    padding-right: .5rem !important
  }

  .pe-sm-3 {
    padding-right: 1rem !important
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important
  }

  .pe-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-0 {
    padding-bottom: 0 !important
  }

  .pb-sm-1 {
    padding-bottom: .25rem !important
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important
  }

  .ps-sm-0 {
    padding-left: 0 !important
  }

  .ps-sm-1 {
    padding-left: .25rem !important
  }

  .ps-sm-2 {
    padding-left: .5rem !important
  }

  .ps-sm-3 {
    padding-left: 1rem !important
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important
  }

  .ps-sm-5 {
    padding-left: 3rem !important
  }

  .text-sm-start {
    text-align: left !important
  }

  .text-sm-end {
    text-align: right !important
  }

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

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

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

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

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

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

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

  .d-md-grid {
    display: grid !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
  }

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

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important
  }

  .gap-md-1 {
    gap: .25rem !important
  }

  .gap-md-2 {
    gap: .5rem !important
  }

  .gap-md-3 {
    gap: 1rem !important
  }

  .gap-md-4 {
    gap: 1.5rem !important
  }

  .gap-md-5 {
    gap: 3rem !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
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !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
  }

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

  .order-md-0 {
    order: 0 !important
  }

  .order-md-1 {
    order: 1 !important
  }

  .order-md-2 {
    order: 2 !important
  }

  .order-md-3 {
    order: 3 !important
  }

  .order-md-4 {
    order: 4 !important
  }

  .order-md-5 {
    order: 5 !important
  }

  .order-md-last {
    order: 6 !important
  }

  .m-md-0 {
    margin: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-md-0 {
    margin-top: 0 !important
  }

  .mt-md-1 {
    margin-top: .25rem !important
  }

  .mt-md-2 {
    margin-top: .5rem !important
  }

  .mt-md-3 {
    margin-top: 1rem !important
  }

  .mt-md-4 {
    margin-top: 1.5rem !important
  }

  .mt-md-5 {
    margin-top: 3rem !important
  }

  .mt-md-auto {
    margin-top: auto !important
  }

  .me-md-0 {
    margin-right: 0 !important
  }

  .me-md-1 {
    margin-right: .25rem !important
  }

  .me-md-2 {
    margin-right: .5rem !important
  }

  .me-md-3 {
    margin-right: 1rem !important
  }

  .me-md-4 {
    margin-right: 1.5rem !important
  }

  .me-md-5 {
    margin-right: 3rem !important
  }

  .me-md-auto {
    margin-right: auto !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .mb-md-1 {
    margin-bottom: .25rem !important
  }

  .mb-md-2 {
    margin-bottom: .5rem !important
  }

  .mb-md-3 {
    margin-bottom: 1rem !important
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-md-5 {
    margin-bottom: 3rem !important
  }

  .mb-md-auto {
    margin-bottom: auto !important
  }

  .ms-md-0 {
    margin-left: 0 !important
  }

  .ms-md-1 {
    margin-left: .25rem !important
  }

  .ms-md-2 {
    margin-left: .5rem !important
  }

  .ms-md-3 {
    margin-left: 1rem !important
  }

  .ms-md-4 {
    margin-left: 1.5rem !important
  }

  .ms-md-5 {
    margin-left: 3rem !important
  }

  .ms-md-auto {
    margin-left: auto !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-md-0 {
    padding-top: 0 !important
  }

  .pt-md-1 {
    padding-top: .25rem !important
  }

  .pt-md-2 {
    padding-top: .5rem !important
  }

  .pt-md-3 {
    padding-top: 1rem !important
  }

  .pt-md-4 {
    padding-top: 1.5rem !important
  }

  .pt-md-5 {
    padding-top: 3rem !important
  }

  .pe-md-0 {
    padding-right: 0 !important
  }

  .pe-md-1 {
    padding-right: .25rem !important
  }

  .pe-md-2 {
    padding-right: .5rem !important
  }

  .pe-md-3 {
    padding-right: 1rem !important
  }

  .pe-md-4 {
    padding-right: 1.5rem !important
  }

  .pe-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-0 {
    padding-bottom: 0 !important
  }

  .pb-md-1 {
    padding-bottom: .25rem !important
  }

  .pb-md-2 {
    padding-bottom: .5rem !important
  }

  .pb-md-3 {
    padding-bottom: 1rem !important
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-md-5 {
    padding-bottom: 3rem !important
  }

  .ps-md-0 {
    padding-left: 0 !important
  }

  .ps-md-1 {
    padding-left: .25rem !important
  }

  .ps-md-2 {
    padding-left: .5rem !important
  }

  .ps-md-3 {
    padding-left: 1rem !important
  }

  .ps-md-4 {
    padding-left: 1.5rem !important
  }

  .ps-md-5 {
    padding-left: 3rem !important
  }

  .text-md-start {
    text-align: left !important
  }

  .text-md-end {
    text-align: right !important
  }

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

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

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

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

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

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

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

  .d-lg-grid {
    display: grid !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
  }

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

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

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important
  }

  .gap-lg-1 {
    gap: .25rem !important
  }

  .gap-lg-2 {
    gap: .5rem !important
  }

  .gap-lg-3 {
    gap: 1rem !important
  }

  .gap-lg-4 {
    gap: 1.5rem !important
  }

  .gap-lg-5 {
    gap: 3rem !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
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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
  }

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

  .order-lg-0 {
    order: 0 !important
  }

  .order-lg-1 {
    order: 1 !important
  }

  .order-lg-2 {
    order: 2 !important
  }

  .order-lg-3 {
    order: 3 !important
  }

  .order-lg-4 {
    order: 4 !important
  }

  .order-lg-5 {
    order: 5 !important
  }

  .order-lg-last {
    order: 6 !important
  }

  .m-lg-0 {
    margin: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-lg-0 {
    margin-top: 0 !important
  }

  .mt-lg-1 {
    margin-top: .25rem !important
  }

  .mt-lg-2 {
    margin-top: .5rem !important
  }

  .mt-lg-3 {
    margin-top: 1rem !important
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important
  }

  .mt-lg-5 {
    margin-top: 3rem !important
  }

  .mt-lg-auto {
    margin-top: auto !important
  }

  .me-lg-0 {
    margin-right: 0 !important
  }

  .me-lg-1 {
    margin-right: .25rem !important
  }

  .me-lg-2 {
    margin-right: .5rem !important
  }

  .me-lg-3 {
    margin-right: 1rem !important
  }

  .me-lg-4 {
    margin-right: 1.5rem !important
  }

  .me-lg-5 {
    margin-right: 3rem !important
  }

  .me-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-0 {
    margin-bottom: 0 !important
  }

  .mb-lg-1 {
    margin-bottom: .25rem !important
  }

  .mb-lg-2 {
    margin-bottom: .5rem !important
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important
  }

  .mb-lg-auto {
    margin-bottom: auto !important
  }

  .ms-lg-0 {
    margin-left: 0 !important
  }

  .ms-lg-1 {
    margin-left: .25rem !important
  }

  .ms-lg-2 {
    margin-left: .5rem !important
  }

  .ms-lg-3 {
    margin-left: 1rem !important
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important
  }

  .ms-lg-5 {
    margin-left: 3rem !important
  }

  .ms-lg-auto {
    margin-left: auto !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-lg-0 {
    padding-top: 0 !important
  }

  .pt-lg-1 {
    padding-top: .25rem !important
  }

  .pt-lg-2 {
    padding-top: .5rem !important
  }

  .pt-lg-3 {
    padding-top: 1rem !important
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important
  }

  .pt-lg-5 {
    padding-top: 3rem !important
  }

  .pe-lg-0 {
    padding-right: 0 !important
  }

  .pe-lg-1 {
    padding-right: .25rem !important
  }

  .pe-lg-2 {
    padding-right: .5rem !important
  }

  .pe-lg-3 {
    padding-right: 1rem !important
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important
  }

  .pe-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-0 {
    padding-bottom: 0 !important
  }

  .pb-lg-1 {
    padding-bottom: .25rem !important
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important
  }

  .ps-lg-0 {
    padding-left: 0 !important
  }

  .ps-lg-1 {
    padding-left: .25rem !important
  }

  .ps-lg-2 {
    padding-left: .5rem !important
  }

  .ps-lg-3 {
    padding-left: 1rem !important
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important
  }

  .ps-lg-5 {
    padding-left: 3rem !important
  }

  .text-lg-start {
    text-align: left !important
  }

  .text-lg-end {
    text-align: right !important
  }

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

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

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

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

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

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

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

  .d-xl-grid {
    display: grid !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
  }

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

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

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

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

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

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

  .gap-xl-0 {
    gap: 0 !important
  }

  .gap-xl-1 {
    gap: .25rem !important
  }

  .gap-xl-2 {
    gap: .5rem !important
  }

  .gap-xl-3 {
    gap: 1rem !important
  }

  .gap-xl-4 {
    gap: 1.5rem !important
  }

  .gap-xl-5 {
    gap: 3rem !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
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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
  }

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

  .order-xl-0 {
    order: 0 !important
  }

  .order-xl-1 {
    order: 1 !important
  }

  .order-xl-2 {
    order: 2 !important
  }

  .order-xl-3 {
    order: 3 !important
  }

  .order-xl-4 {
    order: 4 !important
  }

  .order-xl-5 {
    order: 5 !important
  }

  .order-xl-last {
    order: 6 !important
  }

  .m-xl-0 {
    margin: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xl-0 {
    margin-top: 0 !important
  }

  .mt-xl-1 {
    margin-top: .25rem !important
  }

  .mt-xl-2 {
    margin-top: .5rem !important
  }

  .mt-xl-3 {
    margin-top: 1rem !important
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important
  }

  .mt-xl-5 {
    margin-top: 3rem !important
  }

  .mt-xl-auto {
    margin-top: auto !important
  }

  .me-xl-0 {
    margin-right: 0 !important
  }

  .me-xl-1 {
    margin-right: .25rem !important
  }

  .me-xl-2 {
    margin-right: .5rem !important
  }

  .me-xl-3 {
    margin-right: 1rem !important
  }

  .me-xl-4 {
    margin-right: 1.5rem !important
  }

  .me-xl-5 {
    margin-right: 3rem !important
  }

  .me-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-0 {
    margin-bottom: 0 !important
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important
  }

  .mb-xl-2 {
    margin-bottom: .5rem !important
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important
  }

  .mb-xl-auto {
    margin-bottom: auto !important
  }

  .ms-xl-0 {
    margin-left: 0 !important
  }

  .ms-xl-1 {
    margin-left: .25rem !important
  }

  .ms-xl-2 {
    margin-left: .5rem !important
  }

  .ms-xl-3 {
    margin-left: 1rem !important
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important
  }

  .ms-xl-5 {
    margin-left: 3rem !important
  }

  .ms-xl-auto {
    margin-left: auto !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-xl-0 {
    padding-top: 0 !important
  }

  .pt-xl-1 {
    padding-top: .25rem !important
  }

  .pt-xl-2 {
    padding-top: .5rem !important
  }

  .pt-xl-3 {
    padding-top: 1rem !important
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important
  }

  .pt-xl-5 {
    padding-top: 3rem !important
  }

  .pe-xl-0 {
    padding-right: 0 !important
  }

  .pe-xl-1 {
    padding-right: .25rem !important
  }

  .pe-xl-2 {
    padding-right: .5rem !important
  }

  .pe-xl-3 {
    padding-right: 1rem !important
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important
  }

  .pe-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-0 {
    padding-bottom: 0 !important
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important
  }

  .ps-xl-0 {
    padding-left: 0 !important
  }

  .ps-xl-1 {
    padding-left: .25rem !important
  }

  .ps-xl-2 {
    padding-left: .5rem !important
  }

  .ps-xl-3 {
    padding-left: 1rem !important
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important
  }

  .ps-xl-5 {
    padding-left: 3rem !important
  }

  .text-xl-start {
    text-align: left !important
  }

  .text-xl-end {
    text-align: right !important
  }

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

@media (min-width:1400px) {
  .float-xxl-start {
    float: left !important
  }

  .float-xxl-end {
    float: right !important
  }

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

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

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

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

  .d-xxl-grid {
    display: grid !important
  }

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

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

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

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

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

  .d-xxl-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xxl-0 {
    gap: 0 !important
  }

  .gap-xxl-1 {
    gap: .25rem !important
  }

  .gap-xxl-2 {
    gap: .5rem !important
  }

  .gap-xxl-3 {
    gap: 1rem !important
  }

  .gap-xxl-4 {
    gap: 1.5rem !important
  }

  .gap-xxl-5 {
    gap: 3rem !important
  }

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

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

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

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

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

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1 !important
  }

  .order-xxl-0 {
    order: 0 !important
  }

  .order-xxl-1 {
    order: 1 !important
  }

  .order-xxl-2 {
    order: 2 !important
  }

  .order-xxl-3 {
    order: 3 !important
  }

  .order-xxl-4 {
    order: 4 !important
  }

  .order-xxl-5 {
    order: 5 !important
  }

  .order-xxl-last {
    order: 6 !important
  }

  .m-xxl-0 {
    margin: 0 !important
  }

  .m-xxl-1 {
    margin: .25rem !important
  }

  .m-xxl-2 {
    margin: .5rem !important
  }

  .m-xxl-3 {
    margin: 1rem !important
  }

  .m-xxl-4 {
    margin: 1.5rem !important
  }

  .m-xxl-5 {
    margin: 3rem !important
  }

  .m-xxl-auto {
    margin: auto !important
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xxl-0 {
    margin-top: 0 !important
  }

  .mt-xxl-1 {
    margin-top: .25rem !important
  }

  .mt-xxl-2 {
    margin-top: .5rem !important
  }

  .mt-xxl-3 {
    margin-top: 1rem !important
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important
  }

  .mt-xxl-5 {
    margin-top: 3rem !important
  }

  .mt-xxl-auto {
    margin-top: auto !important
  }

  .me-xxl-0 {
    margin-right: 0 !important
  }

  .me-xxl-1 {
    margin-right: .25rem !important
  }

  .me-xxl-2 {
    margin-right: .5rem !important
  }

  .me-xxl-3 {
    margin-right: 1rem !important
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important
  }

  .me-xxl-5 {
    margin-right: 3rem !important
  }

  .me-xxl-auto {
    margin-right: auto !important
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important
  }

  .mb-xxl-2 {
    margin-bottom: .5rem !important
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important
  }

  .mb-xxl-auto {
    margin-bottom: auto !important
  }

  .ms-xxl-0 {
    margin-left: 0 !important
  }

  .ms-xxl-1 {
    margin-left: .25rem !important
  }

  .ms-xxl-2 {
    margin-left: .5rem !important
  }

  .ms-xxl-3 {
    margin-left: 1rem !important
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important
  }

  .ms-xxl-5 {
    margin-left: 3rem !important
  }

  .ms-xxl-auto {
    margin-left: auto !important
  }

  .p-xxl-0 {
    padding: 0 !important
  }

  .p-xxl-1 {
    padding: .25rem !important
  }

  .p-xxl-2 {
    padding: .5rem !important
  }

  .p-xxl-3 {
    padding: 1rem !important
  }

  .p-xxl-4 {
    padding: 1.5rem !important
  }

  .p-xxl-5 {
    padding: 3rem !important
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-xxl-0 {
    padding-top: 0 !important
  }

  .pt-xxl-1 {
    padding-top: .25rem !important
  }

  .pt-xxl-2 {
    padding-top: .5rem !important
  }

  .pt-xxl-3 {
    padding-top: 1rem !important
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important
  }

  .pt-xxl-5 {
    padding-top: 3rem !important
  }

  .pe-xxl-0 {
    padding-right: 0 !important
  }

  .pe-xxl-1 {
    padding-right: .25rem !important
  }

  .pe-xxl-2 {
    padding-right: .5rem !important
  }

  .pe-xxl-3 {
    padding-right: 1rem !important
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important
  }

  .pe-xxl-5 {
    padding-right: 3rem !important
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important
  }

  .ps-xxl-0 {
    padding-left: 0 !important
  }

  .ps-xxl-1 {
    padding-left: .25rem !important
  }

  .ps-xxl-2 {
    padding-left: .5rem !important
  }

  .ps-xxl-3 {
    padding-left: 1rem !important
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important
  }

  .ps-xxl-5 {
    padding-left: 3rem !important
  }

  .text-xxl-start {
    text-align: left !important
  }

  .text-xxl-end {
    text-align: right !important
  }

  .text-xxl-center {
    text-align: center !important
  }
}

@media (min-width:1200px) {
  .fs-1 {
    font-size: 2.5rem !important
  }

  .fs-2 {
    font-size: 2rem !important
  }

  .fs-3 {
    font-size: 1.75rem !important
  }

  .fs-4 {
    font-size: 1.5rem !important
  }
}

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

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

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

  .d-print-grid {
    display: grid !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
  }

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

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.mfp-container:before,
.mfp-content {
  display: inline-block;
  vertical-align: middle
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  height: 100%
}

.mfp-align-top .mfp-container:before,
.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-content {
  position: relative;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}

.mfp-gallery .mfp-image-holder .mfp-figure,
.mfp-zoom {
  cursor: pointer
}

.mfp-zoom {
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-close,
.mfp-preloader a:hover {
  color: #fff
}

.mfp-preloader a {
  color: #ccc
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  position: absolute;
  left: 0
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-arrow:focus,
.mfp-arrow:hover,
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-figure,
img.mfp-img {
  line-height: 0
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000
}

.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure:after {
  content: '';
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile .mfp-bottom-bar:empty,
  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    transform: scale(.75)
  }

  .mfp-arrow-left {
    transform-origin: 0
  }

  .mfp-arrow-right {
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1)
}

.fa-flip-vertical {
  transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-500px:before {
  content: "\f26e"
}

.fa-accessible-icon:before {
  content: "\f368"
}

.fa-accusoft:before {
  content: "\f369"
}

.fa-acquisitions-incorporated:before {
  content: "\f6af"
}

.fa-ad:before {
  content: "\f641"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-card:before {
  content: "\f2bb"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-adn:before {
  content: "\f170"
}

.fa-adobe:before {
  content: "\f778"
}

.fa-adversal:before {
  content: "\f36a"
}

.fa-affiliatetheme:before {
  content: "\f36b"
}

.fa-air-freshener:before {
  content: "\f5d0"
}

.fa-airbnb:before {
  content: "\f834"
}

.fa-algolia:before {
  content: "\f36c"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-alipay:before {
  content: "\f642"
}

.fa-allergies:before {
  content: "\f461"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-amazon-pay:before {
  content: "\f42c"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-amilia:before {
  content: "\f36d"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-android:before {
  content: "\f17b"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angry:before {
  content: "\f556"
}

.fa-angrycreative:before {
  content: "\f36e"
}

.fa-angular:before {
  content: "\f420"
}

.fa-ankh:before {
  content: "\f644"
}

.fa-app-store:before {
  content: "\f36f"
}

.fa-app-store-ios:before {
  content: "\f370"
}

.fa-apper:before {
  content: "\f371"
}

.fa-apple:before {
  content: "\f179"
}

.fa-apple-alt:before {
  content: "\f5d1"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-archive:before {
  content: "\f187"
}

.fa-archway:before {
  content: "\f557"
}

.fa-arrow-alt-circle-down:before {
  content: "\f358"
}

.fa-arrow-alt-circle-left:before {
  content: "\f359"
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-arrows-alt-h:before {
  content: "\f337"
}

.fa-arrows-alt-v:before {
  content: "\f338"
}

.fa-artstation:before {
  content: "\f77a"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-asymmetrik:before {
  content: "\f372"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-atlas:before {
  content: "\f558"
}

.fa-atlassian:before {
  content: "\f77b"
}

.fa-atom:before {
  content: "\f5d2"
}

.fa-audible:before {
  content: "\f373"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-autoprefixer:before {
  content: "\f41c"
}

.fa-avianex:before {
  content: "\f374"
}

.fa-aviato:before {
  content: "\f421"
}

.fa-award:before {
  content: "\f559"
}

.fa-aws:before {
  content: "\f375"
}

.fa-baby:before {
  content: "\f77c"
}

.fa-baby-carriage:before {
  content: "\f77d"
}

.fa-backspace:before {
  content: "\f55a"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-bacon:before {
  content: "\f7e5"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-balance-scale-left:before {
  content: "\f515"
}

.fa-balance-scale-right:before {
  content: "\f516"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-band-aid:before {
  content: "\f462"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-bars:before {
  content: "\f0c9"
}

.fa-baseball-ball:before {
  content: "\f433"
}

.fa-basketball-ball:before {
  content: "\f434"
}

.fa-bath:before {
  content: "\f2cd"
}

.fa-battery-empty:before {
  content: "\f244"
}

.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battle-net:before {
  content: "\f835"
}

.fa-bed:before {
  content: "\f236"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bezier-curve:before {
  content: "\f55b"
}

.fa-bible:before {
  content: "\f647"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-biking:before {
  content: "\f84a"
}

.fa-bimobject:before {
  content: "\f378"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-biohazard:before {
  content: "\f780"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitcoin:before {
  content: "\f379"
}

.fa-bity:before {
  content: "\f37a"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-blackberry:before {
  content: "\f37b"
}

.fa-blender:before {
  content: "\f517"
}

.fa-blender-phone:before {
  content: "\f6b6"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-blog:before {
  content: "\f781"
}

.fa-blogger:before {
  content: "\f37c"
}

.fa-blogger-b:before {
  content: "\f37d"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-bold:before {
  content: "\f032"
}

.fa-bolt:before {
  content: "\f0e7"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-bone:before {
  content: "\f5d7"
}

.fa-bong:before {
  content: "\f55c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-book-dead:before {
  content: "\f6b7"
}

.fa-book-medical:before {
  content: "\f7e6"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-book-reader:before {
  content: "\f5da"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-bootstrap:before {
  content: "\f836"
}

.fa-border-all:before {
  content: "\f84c"
}

.fa-border-none:before {
  content: "\f850"
}

.fa-border-style:before {
  content: "\f853"
}

.fa-bowling-ball:before {
  content: "\f436"
}

.fa-box:before {
  content: "\f466"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-boxes:before {
  content: "\f468"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-brain:before {
  content: "\f5dc"
}

.fa-bread-slice:before {
  content: "\f7ec"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-briefcase-medical:before {
  content: "\f469"
}

.fa-broadcast-tower:before {
  content: "\f519"
}

.fa-broom:before {
  content: "\f51a"
}

.fa-brush:before {
  content: "\f55d"
}

.fa-btc:before {
  content: "\f15a"
}

.fa-buffer:before {
  content: "\f837"
}

.fa-bug:before {
  content: "\f188"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-burn:before {
  content: "\f46a"
}

.fa-buromobelexperte:before {
  content: "\f37f"
}

.fa-bus:before {
  content: "\f207"
}

.fa-bus-alt:before {
  content: "\f55e"
}

.fa-business-time:before {
  content: "\f64a"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-calendar:before {
  content: "\f133"
}

.fa-calendar-alt:before {
  content: "\f073"
}

.fa-calendar-check:before {
  content: "\f274"
}

.fa-calendar-day:before {
  content: "\f783"
}

.fa-calendar-minus:before {
  content: "\f272"
}

.fa-calendar-plus:before {
  content: "\f271"
}

.fa-calendar-times:before {
  content: "\f273"
}

.fa-calendar-week:before {
  content: "\f784"
}

.fa-camera:before {
  content: "\f030"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-campground:before {
  content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
  content: "\f785"
}

.fa-candy-cane:before {
  content: "\f786"
}

.fa-cannabis:before {
  content: "\f55f"
}

.fa-capsules:before {
  content: "\f46b"
}

.fa-car:before {
  content: "\f1b9"
}

.fa-car-alt:before {
  content: "\f5de"
}

.fa-car-battery:before {
  content: "\f5df"
}

.fa-car-crash:before {
  content: "\f5e1"
}

.fa-car-side:before {
  content: "\f5e4"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-caret-square-down:before {
  content: "\f150"
}

.fa-caret-square-left:before {
  content: "\f191"
}

.fa-caret-square-right:before {
  content: "\f152"
}

.fa-caret-square-up:before {
  content: "\f151"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-carrot:before {
  content: "\f787"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cash-register:before {
  content: "\f788"
}

.fa-cat:before {
  content: "\f6be"
}

.fa-cc-amazon-pay:before {
  content: "\f42d"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-apple-pay:before {
  content: "\f416"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-centercode:before {
  content: "\f380"
}

.fa-centos:before {
  content: "\f789"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-chair:before {
  content: "\f6c0"
}

.fa-chalkboard:before {
  content: "\f51b"
}

.fa-chalkboard-teacher:before {
  content: "\f51c"
}

.fa-charging-station:before {
  content: "\f5e7"
}

.fa-chart-area:before {
  content: "\f1fe"
}

.fa-chart-bar:before {
  content: "\f080"
}

.fa-chart-line:before {
  content: "\f201"
}

.fa-chart-pie:before {
  content: "\f200"
}

.fa-check:before {
  content: "\f00c"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-check-double:before {
  content: "\f560"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-cheese:before {
  content: "\f7ef"
}

.fa-chess:before {
  content: "\f439"
}

.fa-chess-bishop:before {
  content: "\f43a"
}

.fa-chess-board:before {
  content: "\f43c"
}

.fa-chess-king:before {
  content: "\f43f"
}

.fa-chess-knight:before {
  content: "\f441"
}

.fa-chess-pawn:before {
  content: "\f443"
}

.fa-chess-queen:before {
  content: "\f445"
}

.fa-chess-rook:before {
  content: "\f447"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-chromecast:before {
  content: "\f838"
}

.fa-church:before {
  content: "\f51d"
}

.fa-circle:before {
  content: "\f111"
}

.fa-circle-notch:before {
  content: "\f1ce"
}

.fa-city:before {
  content: "\f64f"
}

.fa-clinic-medical:before {
  content: "\f7f2"
}

.fa-clipboard:before {
  content: "\f328"
}

.fa-clipboard-check:before {
  content: "\f46c"
}

.fa-clipboard-list:before {
  content: "\f46d"
}

.fa-clock:before {
  content: "\f017"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-closed-captioning:before {
  content: "\f20a"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-cloud-download-alt:before {
  content: "\f381"
}

.fa-cloud-meatball:before {
  content: "\f73b"
}

.fa-cloud-moon:before {
  content: "\f6c3"
}

.fa-cloud-moon-rain:before {
  content: "\f73c"
}

.fa-cloud-rain:before {
  content: "\f73d"
}

.fa-cloud-showers-heavy:before {
  content: "\f740"
}

.fa-cloud-sun:before {
  content: "\f6c4"
}

.fa-cloud-sun-rain:before {
  content: "\f743"
}

.fa-cloud-upload-alt:before {
  content: "\f382"
}

.fa-cloudscale:before {
  content: "\f383"
}

.fa-cloudsmith:before {
  content: "\f384"
}

.fa-cloudversify:before {
  content: "\f385"
}

.fa-cocktail:before {
  content: "\f561"
}

.fa-code:before {
  content: "\f121"
}

.fa-code-branch:before {
  content: "\f126"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cog:before {
  content: "\f013"
}

.fa-cogs:before {
  content: "\f085"
}

.fa-coins:before {
  content: "\f51e"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-comment:before {
  content: "\f075"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-comment-dollar:before {
  content: "\f651"
}

.fa-comment-dots:before {
  content: "\f4ad"
}

.fa-comment-medical:before {
  content: "\f7f5"
}

.fa-comment-slash:before {
  content: "\f4b3"
}

.fa-comments:before {
  content: "\f086"
}

.fa-comments-dollar:before {
  content: "\f653"
}

.fa-compact-disc:before {
  content: "\f51f"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-compress:before {
  content: "\f066"
}

.fa-compress-arrows-alt:before {
  content: "\f78c"
}

.fa-concierge-bell:before {
  content: "\f562"
}

.fa-confluence:before {
  content: "\f78d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-cookie:before {
  content: "\f563"
}

.fa-cookie-bite:before {
  content: "\f564"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-couch:before {
  content: "\f4b8"
}

.fa-cpanel:before {
  content: "\f388"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-creative-commons-by:before {
  content: "\f4e7"
}

.fa-creative-commons-nc:before {
  content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"
}

.fa-creative-commons-nd:before {
  content: "\f4eb"
}

.fa-creative-commons-pd:before {
  content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"
}

.fa-creative-commons-remix:before {
  content: "\f4ee"
}

.fa-creative-commons-sa:before {
  content: "\f4ef"
}

.fa-creative-commons-sampling:before {
  content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"
}

.fa-creative-commons-share:before {
  content: "\f4f2"
}

.fa-creative-commons-zero:before {
  content: "\f4f3"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-critical-role:before {
  content: "\f6c9"
}

.fa-crop:before {
  content: "\f125"
}

.fa-crop-alt:before {
  content: "\f565"
}

.fa-cross:before {
  content: "\f654"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-crow:before {
  content: "\f520"
}

.fa-crown:before {
  content: "\f521"
}

.fa-crutch:before {
  content: "\f7f7"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-cut:before {
  content: "\f0c4"
}

.fa-cuttlefish:before {
  content: "\f38c"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-d-and-d-beyond:before {
  content: "\f6ca"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-deaf:before {
  content: "\f2a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-democrat:before {
  content: "\f747"
}

.fa-deploydog:before {
  content: "\f38e"
}

.fa-deskpro:before {
  content: "\f38f"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-dev:before {
  content: "\f6cc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-dharmachakra:before {
  content: "\f655"
}

.fa-dhl:before {
  content: "\f790"
}

.fa-diagnoses:before {
  content: "\f470"
}

.fa-diaspora:before {
  content: "\f791"
}

.fa-dice:before {
  content: "\f522"
}

.fa-dice-d20:before {
  content: "\f6cf"
}

.fa-dice-d6:before {
  content: "\f6d1"
}

.fa-dice-five:before {
  content: "\f523"
}

.fa-dice-four:before {
  content: "\f524"
}

.fa-dice-one:before {
  content: "\f525"
}

.fa-dice-six:before {
  content: "\f526"
}

.fa-dice-three:before {
  content: "\f527"
}

.fa-dice-two:before {
  content: "\f528"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-digital-ocean:before {
  content: "\f391"
}

.fa-digital-tachograph:before {
  content: "\f566"
}

.fa-directions:before {
  content: "\f5eb"
}

.fa-discord:before {
  content: "\f392"
}

.fa-discourse:before {
  content: "\f393"
}

.fa-divide:before {
  content: "\f529"
}

.fa-dizzy:before {
  content: "\f567"
}

.fa-dna:before {
  content: "\f471"
}

.fa-dochub:before {
  content: "\f394"
}

.fa-docker:before {
  content: "\f395"
}

.fa-dog:before {
  content: "\f6d3"
}

.fa-dollar-sign:before {
  content: "\f155"
}

.fa-dolly:before {
  content: "\f472"
}

.fa-dolly-flatbed:before {
  content: "\f474"
}

.fa-donate:before {
  content: "\f4b9"
}

.fa-door-closed:before {
  content: "\f52a"
}

.fa-door-open:before {
  content: "\f52b"
}

.fa-dot-circle:before {
  content: "\f192"
}

.fa-dove:before {
  content: "\f4ba"
}

.fa-download:before {
  content: "\f019"
}

.fa-draft2digital:before {
  content: "\f396"
}

.fa-drafting-compass:before {
  content: "\f568"
}

.fa-dragon:before {
  content: "\f6d5"
}

.fa-draw-polygon:before {
  content: "\f5ee"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-dribbble-square:before {
  content: "\f397"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-drum:before {
  content: "\f569"
}

.fa-drum-steelpan:before {
  content: "\f56a"
}

.fa-drumstick-bite:before {
  content: "\f6d7"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-dumbbell:before {
  content: "\f44b"
}

.fa-dumpster:before {
  content: "\f793"
}

.fa-dumpster-fire:before {
  content: "\f794"
}

.fa-dungeon:before {
  content: "\f6d9"
}

.fa-dyalog:before {
  content: "\f399"
}

.fa-earlybirds:before {
  content: "\f39a"
}

.fa-ebay:before {
  content: "\f4f4"
}

.fa-edge:before {
  content: "\f282"
}

.fa-edit:before {
  content: "\f044"
}

.fa-egg:before {
  content: "\f7fb"
}

.fa-eject:before {
  content: "\f052"
}

.fa-elementor:before {
  content: "\f430"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-ello:before {
  content: "\f5f1"
}

.fa-ember:before {
  content: "\f423"
}

.fa-empire:before {
  content: "\f1d1"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-text:before {
  content: "\f658"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-envira:before {
  content: "\f299"
}

.fa-equals:before {
  content: "\f52c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-erlang:before {
  content: "\f39d"
}

.fa-ethereum:before {
  content: "\f42e"
}

.fa-ethernet:before {
  content: "\f796"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-euro-sign:before {
  content: "\f153"
}

.fa-evernote:before {
  content: "\f839"
}

.fa-exchange-alt:before {
  content: "\f362"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-expand:before {
  content: "\f065"
}

.fa-expand-arrows-alt:before {
  content: "\f31e"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-external-link-square-alt:before {
  content: "\f360"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-dropper:before {
  content: "\f1fb"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-facebook-messenger:before {
  content: "\f39f"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-fan:before {
  content: "\f863"
}

.fa-fantasy-flight-games:before {
  content: "\f6dc"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-feather:before {
  content: "\f52d"
}

.fa-feather-alt:before {
  content: "\f56b"
}

.fa-fedex:before {
  content: "\f797"
}

.fa-fedora:before {
  content: "\f798"
}

.fa-female:before {
  content: "\f182"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-figma:before {
  content: "\f799"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-alt:before {
  content: "\f15c"
}

.fa-file-archive:before {
  content: "\f1c6"
}

.fa-file-audio:before {
  content: "\f1c7"
}

.fa-file-code:before {
  content: "\f1c9"
}

.fa-file-contract:before {
  content: "\f56c"
}

.fa-file-csv:before {
  content: "\f6dd"
}

.fa-file-download:before {
  content: "\f56d"
}

.fa-file-excel:before {
  content: "\f1c3"
}

.fa-file-export:before {
  content: "\f56e"
}

.fa-file-image:before {
  content: "\f1c5"
}

.fa-file-import:before {
  content: "\f56f"
}

.fa-file-invoice:before {
  content: "\f570"
}

.fa-file-invoice-dollar:before {
  content: "\f571"
}

.fa-file-medical:before {
  content: "\f477"
}

.fa-file-medical-alt:before {
  content: "\f478"
}

.fa-file-pdf:before {
  content: "\f1c1"
}

.fa-file-powerpoint:before {
  content: "\f1c4"
}

.fa-file-prescription:before {
  content: "\f572"
}

.fa-file-signature:before {
  content: "\f573"
}

.fa-file-upload:before {
  content: "\f574"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-file-word:before {
  content: "\f1c2"
}

.fa-fill:before {
  content: "\f575"
}

.fa-fill-drip:before {
  content: "\f576"
}

.fa-film:before {
  content: "\f008"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-fingerprint:before {
  content: "\f577"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-fire-alt:before {
  content: "\f7e4"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-first-aid:before {
  content: "\f479"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-first-order-alt:before {
  content: "\f50a"
}

.fa-firstdraft:before {
  content: "\f3a1"
}

.fa-fish:before {
  content: "\f578"
}

.fa-fist-raised:before {
  content: "\f6de"
}

.fa-flag:before {
  content: "\f024"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-flag-usa:before {
  content: "\f74d"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-flipboard:before {
  content: "\f44d"
}

.fa-flushed:before {
  content: "\f579"
}

.fa-fly:before {
  content: "\f417"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-minus:before {
  content: "\f65d"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-folder-plus:before {
  content: "\f65e"
}

.fa-font:before {
  content: "\f031"
}

.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-font-awesome-alt:before {
  content: "\f35c"
}

.fa-font-awesome-flag:before {
  content: "\f425"
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-fonticons-fi:before {
  content: "\f3a2"
}

.fa-football-ball:before {
  content: "\f44e"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-fort-awesome-alt:before {
  content: "\f3a3"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-freebsd:before {
  content: "\f3a4"
}

.fa-frog:before {
  content: "\f52e"
}

.fa-frown:before {
  content: "\f119"
}

.fa-frown-open:before {
  content: "\f57a"
}

.fa-fulcrum:before {
  content: "\f50b"
}

.fa-funnel-dollar:before {
  content: "\f662"
}

.fa-futbol:before {
  content: "\f1e3"
}

.fa-galactic-republic:before {
  content: "\f50c"
}

.fa-galactic-senate:before {
  content: "\f50d"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-gas-pump:before {
  content: "\f52f"
}

.fa-gavel:before {
  content: "\f0e3"
}

.fa-gem:before {
  content: "\f3a5"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-ghost:before {
  content: "\f6e2"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-gifts:before {
  content: "\f79c"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-git-alt:before {
  content: "\f841"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-github:before {
  content: "\f09b"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-gitkraken:before {
  content: "\f3a6"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-gitter:before {
  content: "\f426"
}

.fa-glass-cheers:before {
  content: "\f79f"
}

.fa-glass-martini:before {
  content: "\f000"
}

.fa-glass-martini-alt:before {
  content: "\f57b"
}

.fa-glass-whiskey:before {
  content: "\f7a0"
}

.fa-glasses:before {
  content: "\f530"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-globe-africa:before {
  content: "\f57c"
}

.fa-globe-americas:before {
  content: "\f57d"
}

.fa-globe-asia:before {
  content: "\f57e"
}

.fa-globe-europe:before {
  content: "\f7a2"
}

.fa-gofore:before {
  content: "\f3a7"
}

.fa-golf-ball:before {
  content: "\f450"
}

.fa-goodreads:before {
  content: "\f3a8"
}

.fa-goodreads-g:before {
  content: "\f3a9"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-google-drive:before {
  content: "\f3aa"
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-google-plus:before {
  content: "\f2b3"
}

.fa-google-plus-g:before {
  content: "\f0d5"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-gopuram:before {
  content: "\f664"
}

.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-gratipay:before {
  content: "\f184"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-greater-than:before {
  content: "\f531"
}

.fa-greater-than-equal:before {
  content: "\f532"
}

.fa-grimace:before {
  content: "\f57f"
}

.fa-grin:before {
  content: "\f580"
}

.fa-grin-alt:before {
  content: "\f581"
}

.fa-grin-beam:before {
  content: "\f582"
}

.fa-grin-beam-sweat:before {
  content: "\f583"
}

.fa-grin-hearts:before {
  content: "\f584"
}

.fa-grin-squint:before {
  content: "\f585"
}

.fa-grin-squint-tears:before {
  content: "\f586"
}

.fa-grin-stars:before {
  content: "\f587"
}

.fa-grin-tears:before {
  content: "\f588"
}

.fa-grin-tongue:before {
  content: "\f589"
}

.fa-grin-tongue-squint:before {
  content: "\f58a"
}

.fa-grin-tongue-wink:before {
  content: "\f58b"
}

.fa-grin-wink:before {
  content: "\f58c"
}

.fa-grip-horizontal:before {
  content: "\f58d"
}

.fa-grip-lines:before {
  content: "\f7a4"
}

.fa-grip-lines-vertical:before {
  content: "\f7a5"
}

.fa-grip-vertical:before {
  content: "\f58e"
}

.fa-gripfire:before {
  content: "\f3ac"
}

.fa-grunt:before {
  content: "\f3ad"
}

.fa-guitar:before {
  content: "\f7a6"
}

.fa-gulp:before {
  content: "\f3ae"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-hacker-news-square:before {
  content: "\f3af"
}

.fa-hackerrank:before {
  content: "\f5f7"
}

.fa-hamburger:before {
  content: "\f805"
}

.fa-hammer:before {
  content: "\f6e3"
}

.fa-hamsa:before {
  content: "\f665"
}

.fa-hand-holding:before {
  content: "\f4bd"
}

.fa-hand-holding-heart:before {
  content: "\f4be"
}

.fa-hand-holding-usd:before {
  content: "\f4c0"
}

.fa-hand-lizard:before {
  content: "\f258"
}

.fa-hand-middle-finger:before {
  content: "\f806"
}

.fa-hand-paper:before {
  content: "\f256"
}

.fa-hand-peace:before {
  content: "\f25b"
}

.fa-hand-point-down:before {
  content: "\f0a7"
}

.fa-hand-point-left:before {
  content: "\f0a5"
}

.fa-hand-point-right:before {
  content: "\f0a4"
}

.fa-hand-point-up:before {
  content: "\f0a6"
}

.fa-hand-pointer:before {
  content: "\f25a"
}

.fa-hand-rock:before {
  content: "\f255"
}

.fa-hand-scissors:before {
  content: "\f257"
}

.fa-hand-spock:before {
  content: "\f259"
}

.fa-hands:before {
  content: "\f4c2"
}

.fa-hands-helping:before {
  content: "\f4c4"
}

.fa-handshake:before {
  content: "\f2b5"
}

.fa-hanukiah:before {
  content: "\f6e6"
}

.fa-hard-hat:before {
  content: "\f807"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-hat-wizard:before {
  content: "\f6e8"
}

.fa-haykal:before {
  content: "\f666"
}

.fa-hdd:before {
  content: "\f0a0"
}

.fa-heading:before {
  content: "\f1dc"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-headphones-alt:before {
  content: "\f58f"
}

.fa-headset:before {
  content: "\f590"
}

.fa-heart:before {
  content: "\f004"
}

.fa-heart-broken:before {
  content: "\f7a9"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-helicopter:before {
  content: "\f533"
}

.fa-highlighter:before {
  content: "\f591"
}

.fa-hiking:before {
  content: "\f6ec"
}

.fa-hippo:before {
  content: "\f6ed"
}

.fa-hips:before {
  content: "\f452"
}

.fa-hire-a-helper:before {
  content: "\f3b0"
}

.fa-history:before {
  content: "\f1da"
}

.fa-hockey-puck:before {
  content: "\f453"
}

.fa-holly-berry:before {
  content: "\f7aa"
}

.fa-home:before {
  content: "\f015"
}

.fa-hooli:before {
  content: "\f427"
}

.fa-hornbill:before {
  content: "\f592"
}

.fa-horse:before {
  content: "\f6f0"
}

.fa-horse-head:before {
  content: "\f7ab"
}

.fa-hospital:before {
  content: "\f0f8"
}

.fa-hospital-alt:before {
  content: "\f47d"
}

.fa-hospital-symbol:before {
  content: "\f47e"
}

.fa-hot-tub:before {
  content: "\f593"
}

.fa-hotdog:before {
  content: "\f80f"
}

.fa-hotel:before {
  content: "\f594"
}

.fa-hotjar:before {
  content: "\f3b1"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-start:before {
  content: "\f251"
}

.fa-house-damage:before {
  content: "\f6f1"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-hryvnia:before {
  content: "\f6f2"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-hubspot:before {
  content: "\f3b2"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-ice-cream:before {
  content: "\f810"
}

.fa-icicles:before {
  content: "\f7ad"
}

.fa-icons:before {
  content: "\f86d"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-id-card-alt:before {
  content: "\f47f"
}

.fa-igloo:before {
  content: "\f7ae"
}

.fa-image:before {
  content: "\f03e"
}

.fa-images:before {
  content: "\f302"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-industry:before {
  content: "\f275"
}

.fa-infinity:before {
  content: "\f534"
}

.fa-info:before {
  content: "\f129"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-intercom:before {
  content: "\f7af"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-invision:before {
  content: "\f7b0"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-italic:before {
  content: "\f033"
}

.fa-itch-io:before {
  content: "\f83a"
}

.fa-itunes:before {
  content: "\f3b4"
}

.fa-itunes-note:before {
  content: "\f3b5"
}

.fa-java:before {
  content: "\f4e4"
}

.fa-jedi:before {
  content: "\f669"
}

.fa-jedi-order:before {
  content: "\f50e"
}

.fa-jenkins:before {
  content: "\f3b6"
}

.fa-jira:before {
  content: "\f7b1"
}

.fa-joget:before {
  content: "\f3b7"
}

.fa-joint:before {
  content: "\f595"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-journal-whills:before {
  content: "\f66a"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-js-square:before {
  content: "\f3b9"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-kaaba:before {
  content: "\f66b"
}

.fa-kaggle:before {
  content: "\f5fa"
}

.fa-key:before {
  content: "\f084"
}

.fa-keybase:before {
  content: "\f4f5"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-keycdn:before {
  content: "\f3ba"
}

.fa-khanda:before {
  content: "\f66d"
}

.fa-kickstarter:before {
  content: "\f3bb"
}

.fa-kickstarter-k:before {
  content: "\f3bc"
}

.fa-kiss:before {
  content: "\f596"
}

.fa-kiss-beam:before {
  content: "\f597"
}

.fa-kiss-wink-heart:before {
  content: "\f598"
}

.fa-kiwi-bird:before {
  content: "\f535"
}

.fa-korvue:before {
  content: "\f42f"
}

.fa-landmark:before {
  content: "\f66f"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-laptop-code:before {
  content: "\f5fc"
}

.fa-laptop-medical:before {
  content: "\f812"
}

.fa-laravel:before {
  content: "\f3bd"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-laugh:before {
  content: "\f599"
}

.fa-laugh-beam:before {
  content: "\f59a"
}

.fa-laugh-squint:before {
  content: "\f59b"
}

.fa-laugh-wink:before {
  content: "\f59c"
}

.fa-layer-group:before {
  content: "\f5fd"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-lemon:before {
  content: "\f094"
}

.fa-less:before {
  content: "\f41d"
}

.fa-less-than:before {
  content: "\f536"
}

.fa-less-than-equal:before {
  content: "\f537"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

.fa-life-ring:before {
  content: "\f1cd"
}

.fa-lightbulb:before {
  content: "\f0eb"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-linkedin:before {
  content: "\f08c"
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-lira-sign:before {
  content: "\f195"
}

.fa-list:before {
  content: "\f03a"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-lock:before {
  content: "\f023"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-long-arrow-alt-right:before {
  content: "\f30b"
}

.fa-long-arrow-alt-up:before {
  content: "\f30c"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-luggage-cart:before {
  content: "\f59d"
}

.fa-lyft:before {
  content: "\f3c3"
}

.fa-magento:before {
  content: "\f3c4"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-mail-bulk:before {
  content: "\f674"
}

.fa-mailchimp:before {
  content: "\f59e"
}

.fa-male:before {
  content: "\f183"
}

.fa-mandalorian:before {
  content: "\f50f"
}

.fa-map:before {
  content: "\f279"
}

.fa-map-marked:before {
  content: "\f59f"
}

.fa-map-marked-alt:before {
  content: "\f5a0"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-map-marker-alt:before {
  content: "\f3c5"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-markdown:before {
  content: "\f60f"
}

.fa-marker:before {
  content: "\f5a1"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mask:before {
  content: "\f6fa"
}

.fa-mastodon:before {
  content: "\f4f6"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-medal:before {
  content: "\f5a2"
}

.fa-medapps:before {
  content: "\f3c6"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-medium-m:before {
  content: "\f3c7"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-medrt:before {
  content: "\f3c8"
}

.fa-meetup:before {
  content: "\f2e0"
}

.fa-megaport:before {
  content: "\f5a3"
}

.fa-meh:before {
  content: "\f11a"
}

.fa-meh-blank:before {
  content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5"
}

.fa-memory:before {
  content: "\f538"
}

.fa-mendeley:before {
  content: "\f7b3"
}

.fa-menorah:before {
  content: "\f676"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-meteor:before {
  content: "\f753"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-alt:before {
  content: "\f3c9"
}

.fa-microphone-alt-slash:before {
  content: "\f539"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-microscope:before {
  content: "\f610"
}

.fa-microsoft:before {
  content: "\f3ca"
}

.fa-minus:before {
  content: "\f068"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-mitten:before {
  content: "\f7b5"
}

.fa-mix:before {
  content: "\f3cb"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-mizuni:before {
  content: "\f3cc"
}

.fa-mobile:before {
  content: "\f10b"
}

.fa-mobile-alt:before {
  content: "\f3cd"
}

.fa-modx:before {
  content: "\f285"
}

.fa-monero:before {
  content: "\f3d0"
}

.fa-money-bill:before {
  content: "\f0d6"
}

.fa-money-bill-alt:before {
  content: "\f3d1"
}

.fa-money-bill-wave:before {
  content: "\f53a"
}

.fa-money-bill-wave-alt:before {
  content: "\f53b"
}

.fa-money-check:before {
  content: "\f53c"
}

.fa-money-check-alt:before {
  content: "\f53d"
}

.fa-monument:before {
  content: "\f5a6"
}

.fa-moon:before {
  content: "\f186"
}

.fa-mortar-pestle:before {
  content: "\f5a7"
}

.fa-mosque:before {
  content: "\f678"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-mountain:before {
  content: "\f6fc"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-mug-hot:before {
  content: "\f7b6"
}

.fa-music:before {
  content: "\f001"
}

.fa-napster:before {
  content: "\f3d2"
}

.fa-neos:before {
  content: "\f612"
}

.fa-network-wired:before {
  content: "\f6ff"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-newspaper:before {
  content: "\f1ea"
}

.fa-nimblr:before {
  content: "\f5a8"
}

.fa-node:before {
  content: "\f419"
}

.fa-node-js:before {
  content: "\f3d3"
}

.fa-not-equal:before {
  content: "\f53e"
}

.fa-notes-medical:before {
  content: "\f481"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-ns8:before {
  content: "\f3d5"
}

.fa-nutritionix:before {
  content: "\f3d6"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-oil-can:before {
  content: "\f613"
}

.fa-old-republic:before {
  content: "\f510"
}

.fa-om:before {
  content: "\f679"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-osi:before {
  content: "\f41a"
}

.fa-otter:before {
  content: "\f700"
}

.fa-outdent:before {
  content: "\f03b"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-pager:before {
  content: "\f815"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-paint-roller:before {
  content: "\f5aa"
}

.fa-palette:before {
  content: "\f53f"
}

.fa-palfed:before {
  content: "\f3d8"
}

.fa-pallet:before {
  content: "\f482"
}

.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-parachute-box:before {
  content: "\f4cd"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-parking:before {
  content: "\f540"
}

.fa-passport:before {
  content: "\f5ab"
}

.fa-pastafarianism:before {
  content: "\f67b"
}

.fa-paste:before {
  content: "\f0ea"
}

.fa-patreon:before {
  content: "\f3d9"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-peace:before {
  content: "\f67c"
}

.fa-pen:before {
  content: "\f304"
}

.fa-pen-alt:before {
  content: "\f305"
}

.fa-pen-fancy:before {
  content: "\f5ac"
}

.fa-pen-nib:before {
  content: "\f5ad"
}

.fa-pen-square:before {
  content: "\f14b"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-pencil-ruler:before {
  content: "\f5ae"
}

.fa-penny-arcade:before {
  content: "\f704"
}

.fa-people-carry:before {
  content: "\f4ce"
}

.fa-pepper-hot:before {
  content: "\f816"
}

.fa-percent:before {
  content: "\f295"
}

.fa-percentage:before {
  content: "\f541"
}

.fa-periscope:before {
  content: "\f3da"
}

.fa-person-booth:before {
  content: "\f756"
}

.fa-phabricator:before {
  content: "\f3db"
}

.fa-phoenix-framework:before {
  content: "\f3dc"
}

.fa-phoenix-squadron:before {
  content: "\f511"
}

.fa-phone:before {
  content: "\f095"
}

.fa-phone-alt:before {
  content: "\f879"
}

.fa-phone-slash:before {
  content: "\f3dd"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-phone-square-alt:before {
  content: "\f87b"
}

.fa-phone-volume:before {
  content: "\f2a0"
}

.fa-photo-video:before {
  content: "\f87c"
}

.fa-php:before {
  content: "\f457"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-pied-piper-hat:before {
  content: "\f4e5"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-piggy-bank:before {
  content: "\f4d3"
}

.fa-pills:before {
  content: "\f484"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-pizza-slice:before {
  content: "\f818"
}

.fa-place-of-worship:before {
  content: "\f67f"
}

.fa-plane:before {
  content: "\f072"
}

.fa-plane-arrival:before {
  content: "\f5af"
}

.fa-plane-departure:before {
  content: "\f5b0"
}

.fa-play:before {
  content: "\f04b"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-playstation:before {
  content: "\f3df"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-plus:before {
  content: "\f067"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-poll:before {
  content: "\f681"
}

.fa-poll-h:before {
  content: "\f682"
}

.fa-poo:before {
  content: "\f2fe"
}

.fa-poo-storm:before {
  content: "\f75a"
}

.fa-poop:before {
  content: "\f619"
}

.fa-portrait:before {
  content: "\f3e0"
}

.fa-pound-sign:before {
  content: "\f154"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-pray:before {
  content: "\f683"
}

.fa-praying-hands:before {
  content: "\f684"
}

.fa-prescription:before {
  content: "\f5b1"
}

.fa-prescription-bottle:before {
  content: "\f485"
}

.fa-prescription-bottle-alt:before {
  content: "\f486"
}

.fa-print:before {
  content: "\f02f"
}

.fa-procedures:before {
  content: "\f487"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-project-diagram:before {
  content: "\f542"
}

.fa-pushed:before {
  content: "\f3e1"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-python:before {
  content: "\f3e2"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-question:before {
  content: "\f128"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-quidditch:before {
  content: "\f458"
}

.fa-quinscape:before {
  content: "\f459"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-quran:before {
  content: "\f687"
}

.fa-r-project:before {
  content: "\f4f7"
}

.fa-radiation:before {
  content: "\f7b9"
}

.fa-radiation-alt:before {
  content: "\f7ba"
}

.fa-rainbow:before {
  content: "\f75b"
}

.fa-random:before {
  content: "\f074"
}

.fa-raspberry-pi:before {
  content: "\f7bb"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-react:before {
  content: "\f41b"
}

.fa-reacteurope:before {
  content: "\f75d"
}

.fa-readme:before {
  content: "\f4d5"
}

.fa-rebel:before {
  content: "\f1d0"
}

.fa-receipt:before {
  content: "\f543"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-red-river:before {
  content: "\f3e3"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-redhat:before {
  content: "\f7bc"
}

.fa-redo:before {
  content: "\f01e"
}

.fa-redo-alt:before {
  content: "\f2f9"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-remove-format:before {
  content: "\f87d"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-reply:before {
  content: "\f3e5"
}

.fa-reply-all:before {
  content: "\f122"
}

.fa-replyd:before {
  content: "\f3e6"
}

.fa-republican:before {
  content: "\f75e"
}

.fa-researchgate:before {
  content: "\f4f8"
}

.fa-resolving:before {
  content: "\f3e7"
}

.fa-restroom:before {
  content: "\f7bd"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-rev:before {
  content: "\f5b2"
}

.fa-ribbon:before {
  content: "\f4d6"
}

.fa-ring:before {
  content: "\f70b"
}

.fa-road:before {
  content: "\f018"
}

.fa-robot:before {
  content: "\f544"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-rocketchat:before {
  content: "\f3e8"
}

.fa-rockrms:before {
  content: "\f3e9"
}

.fa-route:before {
  content: "\f4d7"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-ruble-sign:before {
  content: "\f158"
}

.fa-ruler:before {
  content: "\f545"
}

.fa-ruler-combined:before {
  content: "\f546"
}

.fa-ruler-horizontal:before {
  content: "\f547"
}

.fa-ruler-vertical:before {
  content: "\f548"
}

.fa-running:before {
  content: "\f70c"
}

.fa-rupee-sign:before {
  content: "\f156"
}

.fa-sad-cry:before {
  content: "\f5b3"
}

.fa-sad-tear:before {
  content: "\f5b4"
}

.fa-safari:before {
  content: "\f267"
}

.fa-salesforce:before {
  content: "\f83b"
}

.fa-sass:before {
  content: "\f41e"
}

.fa-satellite:before {
  content: "\f7bf"
}

.fa-satellite-dish:before {
  content: "\f7c0"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-schlix:before {
  content: "\f3ea"
}

.fa-school:before {
  content: "\f549"
}

.fa-screwdriver:before {
  content: "\f54a"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-scroll:before {
  content: "\f70e"
}

.fa-sd-card:before {
  content: "\f7c2"
}

.fa-search:before {
  content: "\f002"
}

.fa-search-dollar:before {
  content: "\f688"
}

.fa-search-location:before {
  content: "\f689"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-searchengin:before {
  content: "\f3eb"
}

.fa-seedling:before {
  content: "\f4d8"
}

.fa-sellcast:before {
  content: "\f2da"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-server:before {
  content: "\f233"
}

.fa-servicestack:before {
  content: "\f3ec"
}

.fa-shapes:before {
  content: "\f61f"
}

.fa-share:before {
  content: "\f064"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-shekel-sign:before {
  content: "\f20b"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-shipping-fast:before {
  content: "\f48b"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-shoe-prints:before {
  content: "\f54b"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-shopware:before {
  content: "\f5b5"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-shuttle-van:before {
  content: "\f5b6"
}

.fa-sign:before {
  content: "\f4d9"
}

.fa-sign-in-alt:before {
  content: "\f2f6"
}

.fa-sign-language:before {
  content: "\f2a7"
}

.fa-sign-out-alt:before {
  content: "\f2f5"
}

.fa-signal:before {
  content: "\f012"
}

.fa-signature:before {
  content: "\f5b7"
}

.fa-sim-card:before {
  content: "\f7c4"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-sistrix:before {
  content: "\f3ee"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-sith:before {
  content: "\f512"
}

.fa-skating:before {
  content: "\f7c5"
}

.fa-sketch:before {
  content: "\f7c6"
}

.fa-skiing:before {
  content: "\f7c9"
}

.fa-skiing-nordic:before {
  content: "\f7ca"
}

.fa-skull:before {
  content: "\f54c"
}

.fa-skull-crossbones:before {
  content: "\f714"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-slack:before {
  content: "\f198"
}

.fa-slack-hash:before {
  content: "\f3ef"
}

.fa-slash:before {
  content: "\f715"
}

.fa-sleigh:before {
  content: "\f7cc"
}

.fa-sliders-h:before {
  content: "\f1de"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-smile:before {
  content: "\f118"
}

.fa-smile-beam:before {
  content: "\f5b8"
}

.fa-smile-wink:before {
  content: "\f4da"
}

.fa-smog:before {
  content: "\f75f"
}

.fa-smoking:before {
  content: "\f48d"
}

.fa-smoking-ban:before {
  content: "\f54d"
}

.fa-sms:before {
  content: "\f7cd"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-snowboarding:before {
  content: "\f7ce"
}

.fa-snowflake:before {
  content: "\f2dc"
}

.fa-snowman:before {
  content: "\f7d0"
}

.fa-snowplow:before {
  content: "\f7d2"
}

.fa-socks:before {
  content: "\f696"
}

.fa-solar-panel:before {
  content: "\f5ba"
}

.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-alpha-down:before {
  content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
  content: "\f881"
}

.fa-sort-alpha-up:before {
  content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
  content: "\f882"
}

.fa-sort-amount-down:before {
  content: "\f160"
}

.fa-sort-amount-down-alt:before {
  content: "\f884"
}

.fa-sort-amount-up:before {
  content: "\f161"
}

.fa-sort-amount-up-alt:before {
  content: "\f885"
}

.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-numeric-down:before {
  content: "\f162"
}

.fa-sort-numeric-down-alt:before {
  content: "\f886"
}

.fa-sort-numeric-up:before {
  content: "\f163"
}

.fa-sort-numeric-up-alt:before {
  content: "\f887"
}

.fa-sort-up:before {
  content: "\f0de"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-sourcetree:before {
  content: "\f7d3"
}

.fa-spa:before {
  content: "\f5bb"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-speakap:before {
  content: "\f3f3"
}

.fa-speaker-deck:before {
  content: "\f83c"
}

.fa-spell-check:before {
  content: "\f891"
}

.fa-spider:before {
  content: "\f717"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-splotch:before {
  content: "\f5bc"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-spray-can:before {
  content: "\f5bd"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-square-full:before {
  content: "\f45c"
}

.fa-square-root-alt:before {
  content: "\f698"
}

.fa-squarespace:before {
  content: "\f5be"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-stackpath:before {
  content: "\f842"
}

.fa-stamp:before {
  content: "\f5bf"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-and-crescent:before {
  content: "\f699"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-star-half-alt:before {
  content: "\f5c0"
}

.fa-star-of-david:before {
  content: "\f69a"
}

.fa-star-of-life:before {
  content: "\f621"
}

.fa-staylinked:before {
  content: "\f3f5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-steam-symbol:before {
  content: "\f3f6"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-sticker-mule:before {
  content: "\f3f7"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stopwatch:before {
  content: "\f2f2"
}

.fa-store:before {
  content: "\f54e"
}

.fa-store-alt:before {
  content: "\f54f"
}

.fa-strava:before {
  content: "\f428"
}

.fa-stream:before {
  content: "\f550"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-stripe:before {
  content: "\f429"
}

.fa-stripe-s:before {
  content: "\f42a"
}

.fa-stroopwafel:before {
  content: "\f551"
}

.fa-studiovinari:before {
  content: "\f3f8"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-subway:before {
  content: "\f239"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-suitcase-rolling:before {
  content: "\f5c1"
}

.fa-sun:before {
  content: "\f185"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-supple:before {
  content: "\f3f9"
}

.fa-surprise:before {
  content: "\f5c2"
}

.fa-suse:before {
  content: "\f7d6"
}

.fa-swatchbook:before {
  content: "\f5c3"
}

.fa-swimmer:before {
  content: "\f5c4"
}

.fa-swimming-pool:before {
  content: "\f5c5"
}

.fa-symfony:before {
  content: "\f83d"
}

.fa-synagogue:before {
  content: "\f69b"
}

.fa-sync:before {
  content: "\f021"
}

.fa-sync-alt:before {
  content: "\f2f1"
}

.fa-syringe:before {
  content: "\f48e"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-table-tennis:before {
  content: "\f45d"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-tablet-alt:before {
  content: "\f3fa"
}

.fa-tablets:before {
  content: "\f490"
}

.fa-tachometer-alt:before {
  content: "\f3fd"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-tape:before {
  content: "\f4db"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-taxi:before {
  content: "\f1ba"
}

.fa-teamspeak:before {
  content: "\f4f9"
}

.fa-teeth:before {
  content: "\f62e"
}

.fa-teeth-open:before {
  content: "\f62f"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-telegram-plane:before {
  content: "\f3fe"
}

.fa-temperature-high:before {
  content: "\f769"
}

.fa-temperature-low:before {
  content: "\f76b"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-tenge:before {
  content: "\f7d7"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-the-red-yeti:before {
  content: "\f69d"
}

.fa-theater-masks:before {
  content: "\f630"
}

.fa-themeco:before {
  content: "\f5c6"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-thermometer:before {
  content: "\f491"
}

.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-think-peaks:before {
  content: "\f731"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbtack:before {
  content: "\f08d"
}

.fa-ticket-alt:before {
  content: "\f3ff"
}

.fa-times:before {
  content: "\f00d"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-tint:before {
  content: "\f043"
}

.fa-tint-slash:before {
  content: "\f5c7"
}

.fa-tired:before {
  content: "\f5c8"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-toilet:before {
  content: "\f7d8"
}

.fa-toilet-paper:before {
  content: "\f71e"
}

.fa-toolbox:before {
  content: "\f552"
}

.fa-tools:before {
  content: "\f7d9"
}

.fa-tooth:before {
  content: "\f5c9"
}

.fa-torah:before {
  content: "\f6a0"
}

.fa-torii-gate:before {
  content: "\f6a1"
}

.fa-tractor:before {
  content: "\f722"
}

.fa-trade-federation:before {
  content: "\f513"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-traffic-light:before {
  content: "\f637"
}

.fa-train:before {
  content: "\f238"
}

.fa-tram:before {
  content: "\f7da"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-trash-alt:before {
  content: "\f2ed"
}

.fa-trash-restore:before {
  content: "\f829"
}

.fa-trash-restore-alt:before {
  content: "\f82a"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-trello:before {
  content: "\f181"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-truck-loading:before {
  content: "\f4de"
}

.fa-truck-monster:before {
  content: "\f63b"
}

.fa-truck-moving:before {
  content: "\f4df"
}

.fa-truck-pickup:before {
  content: "\f63c"
}

.fa-tshirt:before {
  content: "\f553"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-tv:before {
  content: "\f26c"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-typo3:before {
  content: "\f42b"
}

.fa-uber:before {
  content: "\f402"
}

.fa-ubuntu:before {
  content: "\f7df"
}

.fa-uikit:before {
  content: "\f403"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-umbrella-beach:before {
  content: "\f5ca"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-undo:before {
  content: "\f0e2"
}

.fa-undo-alt:before {
  content: "\f2ea"
}

.fa-uniregistry:before {
  content: "\f404"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-university:before {
  content: "\f19c"
}

.fa-unlink:before {
  content: "\f127"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-untappd:before {
  content: "\f405"
}

.fa-upload:before {
  content: "\f093"
}

.fa-ups:before {
  content: "\f7e0"
}

.fa-usb:before {
  content: "\f287"
}

.fa-user:before {
  content: "\f007"
}

.fa-user-alt:before {
  content: "\f406"
}

.fa-user-alt-slash:before {
  content: "\f4fa"
}

.fa-user-astronaut:before {
  content: "\f4fb"
}

.fa-user-check:before {
  content: "\f4fc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-clock:before {
  content: "\f4fd"
}

.fa-user-cog:before {
  content: "\f4fe"
}

.fa-user-edit:before {
  content: "\f4ff"
}

.fa-user-friends:before {
  content: "\f500"
}

.fa-user-graduate:before {
  content: "\f501"
}

.fa-user-injured:before {
  content: "\f728"
}

.fa-user-lock:before {
  content: "\f502"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-user-minus:before {
  content: "\f503"
}

.fa-user-ninja:before {
  content: "\f504"
}

.fa-user-nurse:before {
  content: "\f82f"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-user-shield:before {
  content: "\f505"
}

.fa-user-slash:before {
  content: "\f506"
}

.fa-user-tag:before {
  content: "\f507"
}

.fa-user-tie:before {
  content: "\f508"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-users:before {
  content: "\f0c0"
}

.fa-users-cog:before {
  content: "\f509"
}

.fa-usps:before {
  content: "\f7e1"
}

.fa-ussunnah:before {
  content: "\f407"
}

.fa-utensil-spoon:before {
  content: "\f2e5"
}

.fa-utensils:before {
  content: "\f2e7"
}

.fa-vaadin:before {
  content: "\f408"
}

.fa-vector-square:before {
  content: "\f5cb"
}

.fa-venus:before {
  content: "\f221"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-vial:before {
  content: "\f492"
}

.fa-vials:before {
  content: "\f493"
}

.fa-viber:before {
  content: "\f409"
}

.fa-video:before {
  content: "\f03d"
}

.fa-video-slash:before {
  content: "\f4e2"
}

.fa-vihara:before {
  content: "\f6a7"
}

.fa-vimeo:before {
  content: "\f40a"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-vimeo-v:before {
  content: "\f27d"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-vk:before {
  content: "\f189"
}

.fa-vnv:before {
  content: "\f40b"
}

.fa-voicemail:before {
  content: "\f897"
}

.fa-volleyball-ball:before {
  content: "\f45f"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-mute:before {
  content: "\f6a9"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-vote-yea:before {
  content: "\f772"
}

.fa-vr-cardboard:before {
  content: "\f729"
}

.fa-vuejs:before {
  content: "\f41f"
}

.fa-walking:before {
  content: "\f554"
}

.fa-wallet:before {
  content: "\f555"
}

.fa-warehouse:before {
  content: "\f494"
}

.fa-water:before {
  content: "\f773"
}

.fa-wave-square:before {
  content: "\f83e"
}

.fa-waze:before {
  content: "\f83f"
}

.fa-weebly:before {
  content: "\f5cc"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-weight:before {
  content: "\f496"
}

.fa-weight-hanging:before {
  content: "\f5cd"
}

.fa-weixin:before {
  content: "\f1d7"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-whatsapp-square:before {
  content: "\f40c"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-whmcs:before {
  content: "\f40d"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-wind:before {
  content: "\f72e"
}

.fa-window-close:before {
  content: "\f410"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-wine-bottle:before {
  content: "\f72f"
}

.fa-wine-glass:before {
  content: "\f4e3"
}

.fa-wine-glass-alt:before {
  content: "\f5ce"
}

.fa-wix:before {
  content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
  content: "\f730"
}

.fa-wolf-pack-battalion:before {
  content: "\f514"
}

.fa-won-sign:before {
  content: "\f159"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-wordpress-simple:before {
  content: "\f411"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-wpressr:before {
  content: "\f3e4"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-x-ray:before {
  content: "\f497"
}

.fa-xbox:before {
  content: "\f412"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-y-combinator:before {
  content: "\f23b"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-spner:before {
  content: "\f840"
}

.fa-yandex:before {
  content: "\f413"
}

.fa-yandex-international:before {
  content: "\f414"
}

.fa-yarn:before {
  content: "\f7e3"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-yen-sign:before {
  content: "\f157"
}

.fa-yin-yang:before {
  content: "\f6ad"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-youtube-square:before {
  content: "\f431"
}

.fa-zhihu:before {
  content: "\f63f"
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
  font-family: "Font Awesome 5 Brands"
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
  font-weight: 400
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
  font-weight: 900
}

@font-face {
  font-family: 'themify';
  src: url('fonts/themify.eot?-fvbane');
  src: url('fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
    url('fonts/themify.woff?-fvbane') format('woff'),
    url('fonts/themify.ttf?-fvbane') format('truetype'),
    url('fonts/themify.svg?-fvbane#themify') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ti-"],
[class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";

}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

/*
  	Flaticon icon font: Flaticon
  	Creation date: 19/11/2019 18:12
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaticon.woff2") format("woff2"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype"),
    url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-placeholder:before {
  content: "\f100";
}

.flaticon-phone:before {
  content: "\f101";
}

.flaticon-share:before {
  content: "\f102";
}

.flaticon-back:before {
  content: "\f103";
}

.flaticon-next:before {
  content: "\f104";
}

.nice-select,
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  outline: 0
}

.nice-select,
.no-csspointerevents .nice-select.open .list {
  display: block
}

.nice-select .list,
.nice-select .nice-select-search-box {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none
}

.nice-select,
.nice-select .list,
.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff
}

.nice-select.open .list,
.nice-select.open .nice-select-search-box {
  pointer-events: auto;
  opacity: 1;
  pointer-events: auto;
  pointer-events: auto
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  clear: both;
  float: left;
  font-family: inherit;
  font-size: 14px;
  height: 42px;
  line-height: 40px;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto
}

.nice-select:hover {
  border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #999
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none
}

.nice-select.disabled:after {
  border-color: #ccc
}

.nice-select.wide {
  width: 100%
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important
}

.nice-select.right {
  float: right
}

.nice-select.right .list {
  left: auto;
  right: 0
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}

.nice-select.small:after {
  height: 4px;
  width: 4px
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}

.nice-select .list {
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
  margin-top: 4px;
  overflow: hidden;
  padding: 0;
  transform-origin: 50% 0;
  transform: scale(.75) translateY(-21px);
  transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important
}

.nice-select .option {
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #f6f6f6
}

.nice-select .option.selected {
  font-weight: 700
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default
}

.no-csspointerevents .nice-select .list {
  display: none
}

.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  z-index: 8;
  padding: 5px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  transform-origin: 50% 0;
  transform: scale(.75) translateY(-21px);
  transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select .nice-select-search {
  border: 1px solid rgba(130, 139, 178, .3);
  border-radius: 3px;
  box-shadow: none;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  width: 100% !important;
  height: 36px;
  line-height: 36px;
  outline: 0 !important
}

.nice-select.open .nice-select-search-box {
  z-index: 99999;
  border-radius: 0 0 10px 10px;
  transform: scale(1) translateY(1px)
}

.nice-select-search::-webkit-input-placeholder {
  position: relative;
  top: 0
}

.nice-select-search::-moz-placeholder {
  position: relative;
  top: 0
}

.nice-select-search:-ms-input-placeholder {
  position: relative;
  top: 0
}

.nice-select-search:-moz-placeholder {
  position: relative;
  top: 0
}

.nice-select:after {
  content: "\e64b";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 8px;
  transition: .15s ease-in-out;
  width: 5px;
  font-family: themify;
  color: #ddd
}

.nice-select.open .list {
  transform: scale(1) translateY(0);
  padding-top: 50px
}

.gj-button-md,
.gj-text-align-center {
  text-align: center
}

.gj-button-md,
.gj-modal {
  overflow: hidden;
  outline: 0
}

.gj-button-md,
.gj-button-md-group {
  position: relative;
  vertical-align: middle
}

.gj-button,
.gj-button-md,
.gj-colorpicker [role=right-icon],
.gj-cursor-pointer,
.gj-datepicker [role=right-icon],
.gj-timepicker [role=right-icon] {
  cursor: pointer
}

.gj-button {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #000;
  border-radius: 3px;
  padding: 6px 10px
}

.gj-button-md,
.gj-textbox-md {
  color: rgba(0, 0, 0, .87);
  margin: 0
}

.gj-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.gj-picker div[role=navigator],
.gj-row {
  display: flex;
  flex-wrap: wrap
}

.gj-margin-left-5,
table.gj-grid-bootstrap thead th [data-role=sorticon],
table.gj-grid-md thead th [data-role=sorticon] {
  margin-left: 5px
}

.gj-margin-left-10 {
  margin-left: 10px
}

.gj-slider [role=track],
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li ul.gj-list-bootstrap,
.gj-width-full {
  width: 100%
}

.gj-font-size-16 {
  font-size: 16px
}

.gj-hidden {
  display: none
}

.gj-button-md,
.gj-button-md-group,
table.gj-grid thead th [data-role=sorticon],
table.gj-grid thead th [data-role=title] {
  display: inline-block
}

.gj-button-md {
  background: 0 0;
  border: none;
  border-radius: 2px;
  height: 36px;
  min-width: 64px;
  padding: 0 16px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow;
  transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  text-decoration: none;
  line-height: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.gj-button-md:hover {
  background-color: rgba(158, 158, 158, .2)
}

.gj-button-md:disabled {
  color: rgba(0, 0, 0, .26);
  background: 0 0
}

.gj-button-md .gj-icon,
.gj-button-md .material-icons {
  vertical-align: middle
}

.gj-button-md.gj-button-md-icon {
  width: 24px;
  height: 31px;
  min-width: 24px;
  padding: 0;
  display: table
}

ul.gj-list-bootstrap li [data-role=image],
ul.gj-list-md li [data-role=checkbox],
ul.gj-list-md li [data-role=image] {
  height: 24px;
  width: 24px
}

.gj-button-md.gj-button-md-icon .gj-icon,
.gj-button-md.gj-button-md-icon .material-icons {
  display: table-cell;
  margin-right: 0;
  width: 24px;
  height: 24px
}

.gj-button-md.active {
  background-color: rgba(158, 158, 158, .4)
}

.gj-textbox-md {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .42);
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left
}

.gj-textbox-md:active,
.gj-textbox-md:focus {
  outline: 0
}

.gj-textbox-md::-moz-placeholder {
  color: #7e7172
}

.gj-textbox-md::placeholder {
  color: #7e7172
}

.gj-textbox-md:-ms-input-placeholder {
  color: #7e7172
}

.gj-textbox-md::-ms-input-placeholder {
  color: #7e7172
}

.gj-md-spacer-24 {
  min-width: 24px;
  width: 24px;
  display: inline-block
}

.gj-md-spacer-32 {
  min-width: 32px;
  width: 32px;
  display: inline-block
}

.gj-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1203;
  display: none;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, .54118);
  transition: opacity .2s;
  will-change: opacity
}

ul.gj-list li [data-role=wrapper] {
  display: table;
  width: 100%
}

ul.gj-list li [data-role=checkbox],
ul.gj-list li [data-role=image] {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

ul.gj-list li [data-role=display] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer
}

ul.gj-list li [data-role=display]:empty:before {
  content: "\200b"
}

ul.gj-list-bootstrap {
  padding-left: 0;
  margin-bottom: 0
}

.gj-grid-bootstrap tbody tr td[data-mode=edit],
.gj-grid-bootstrap tbody tr td[data-mode=edit] [data-role=edit],
.gj-grid-md tbody .gj-dropdown-md [role=presenter] [role=display],
.gj-modal .gj-picker-bootstrap,
table.gj-grid-bootstrap tbody tr td div[data-role=display],
ul.gj-list-bootstrap li {
  padding: 0
}

ul.gj-list-bootstrap li [data-role=wrapper] {
  padding: 0 10px
}

ul.gj-list-bootstrap li [data-role=checkbox] {
  width: 24px;
  padding: 3px
}

ul.gj-list-bootstrap li [data-role=display] {
  padding: 8px 0 8px 4px
}

.list-group-item.active ul li,
.list-group-item.active:focus ul li,
.list-group-item.active:hover ul li {
  text-shadow: none;
  color: initial
}

ul.gj-list-md {
  padding: 0;
  list-style: none;
  line-height: 24px;
  letter-spacing: 0;
  color: #616161
}

.gj-picker-md,
ul.gj-list-md li {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1
}

ul.gj-list-md li {
  display: list-item;
  list-style-type: none;
  padding: 0;
  min-height: unset;
  box-sizing: border-box;
  align-items: center;
  cursor: default;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: nowrap
}

ul.gj-list-md li [data-role=display] {
  padding: 8px 0 8px 5px;
  order: 0;
  flex-grow: 2;
  text-decoration: none;
  box-sizing: border-box;
  align-items: center;
  text-align: left;
  color: rgba(0, 0, 0, .87)
}

.gj-picker-md table thead,
ul.gj-list-md li.disabled>[data-role=wrapper]>[data-role=display],
ul.gj-list-md li.disabled>[data-role=wrapper]>[data-role=expander] {
  color: #9e9e9e
}

.gj-list-md-active {
  background: #e0e0e0;
  color: #ff3b00
}

.gj-picker {
  position: absolute;
  z-index: 1203;
  background-color: #fff
}

.gj-picker .selected,
.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.active,
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.active {
  color: #fff
}

.gj-picker-md {
  color: rgba(0, 0, 0, .87);
  border: 1px solid #e0e0e0
}

.gj-modal .gj-picker-md {
  border: 0
}

.gj-picker-md [role=header] {
  color: rgba(255, 255, 255, .54);
  display: flex;
  background: #ff3b00;
  align-items: baseline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  justify-content: center
}

.gj-picker-md [role=footer] {
  float: right;
  padding: 10px
}

.gj-picker-md [role=footer] button.gj-button-md {
  color: #ff3b00;
  font-weight: 700;
  font-size: 13px
}

.gj-picker-bootstrap .selected {
  color: #888
}

.gj-picker-bootstrap [role=header] {
  background: #eee;
  color: #aaa
}

.gj-icon {
  font-family: gijgo-material !important;
  font-size: 24px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.gj-icon.undo:before {
  content: "\e900"
}

.gj-icon.vertical-align-top:before {
  content: "\e901"
}

.gj-icon.vertical-align-center:before {
  content: "\e902"
}

.gj-icon.vertical-align-bottom:before {
  content: "\e903"
}

.gj-icon.arrow-dropup:before {
  content: "\e904"
}

.gj-icon.clock:before {
  content: "\e905"
}

.gj-icon.refresh:before {
  content: "\e906"
}

.gj-icon.last-page:before {
  content: "\e907"
}

.gj-icon.first-page:before {
  content: "\e908"
}

.gj-icon.cancel:before {
  content: "\e909"
}

.gj-icon.clear:before {
  content: "\e90a"
}

.gj-icon.check-circle:before {
  content: "\e90b"
}

.gj-icon.delete:before {
  content: "\e90c"
}

.gj-icon.arrow-upward:before {
  content: "\e90d"
}

.gj-icon.arrow-forward:before {
  content: "\e90e"
}

.gj-icon.arrow-downward:before {
  content: "\e90f"
}

.gj-icon.arrow-back:before {
  content: "\e910"
}

.gj-icon.list-numbered:before {
  content: "\e911"
}

.gj-icon.list-bulleted:before {
  content: "\e912"
}

.gj-icon.indent-increase:before {
  content: "\e913"
}

.gj-icon.indent-decrease:before {
  content: "\e914"
}

.gj-icon.redo:before {
  content: "\e915"
}

.gj-icon.align-right:before {
  content: "\e916"
}

.gj-icon.align-left:before {
  content: "\e917"
}

.gj-icon.align-justify:before {
  content: "\e918"
}

.gj-icon.align-center:before {
  content: "\e919"
}

.gj-icon.strikethrough:before {
  content: "\e91a"
}

.gj-icon.italic:before {
  content: "\e91b"
}

.gj-icon.underlined:before {
  content: "\e91c"
}

.gj-icon.bold:before {
  content: "\e91d"
}

.gj-icon.arrow-dropdown:before {
  content: "\e91e"
}

.gj-icon.done:before {
  content: "\e91f"
}

.gj-icon.pencil:before {
  content: "\e920"
}

.gj-icon.minus:before {
  content: "\e921"
}

.gj-icon.plus:before {
  content: "\e922"
}

.gj-icon.chevron-up:before {
  content: "\e923"
}

.gj-icon.chevron-right:before {
  content: "\e924"
}

.gj-icon.chevron-down:before {
  content: "\e925"
}

.gj-icon.chevron-left:before {
  content: "\e926"
}

.gj-icon.event:before {
  content: "\e927"
}

.gj-draggable {
  cursor: move
}

.gj-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  touch-action: none;
  z-index: 1203
}

.gj-dialog-bootstrap [data-role=title],
.gj-dialog-bootstrap4 [data-role=title] {
  display: inline
}

.gj-dialog-bootstrap,
.gj-dialog-bootstrap4,
.gj-dialog-md {
  z-index: 1202;
  overflow: hidden
}

.gj-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}

.gj-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}

.gj-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}

.gj-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}

.gj-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}

.gj-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}

.gj-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}

.gj-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}

.gj-dialog-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 0
}

.gj-dialog-scrollable [data-role=body] {
  overflow-x: hidden;
  overflow-y: scroll
}

.gj-dialog-bootstrap [data-role=close] {
  line-height: 1.42857143
}

.gj-dialog-bootstrap4 [data-role=close] {
  line-height: 1.5
}

.gj-dialog-md {
  background-color: #fff;
  border: none;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0
}

.gj-dialog-md-header {
  padding: 24px 24px 0;
  font-family: Roboto, Helvetica, Arial, sans-serif
}

.gj-dialog-md-title {
  margin: 0;
  font-weight: 400;
  display: inline;
  line-height: 28px;
  font-size: 20px
}

.gj-dialog-md-close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  line-height: 28px;
  font-size: 28px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon],
.gj-grid-md {
  background-color: #fff
}

.gj-dialog-md-body {
  padding: 20px 24px 24px;
  color: rgba(0, 0, 0, .54);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

.gj-colorpicker-md,
.gj-editor-md,
.gj-grid-md,
.gj-timepicker-md {
  font-family: Roboto, Helvetica, Arial, sans-serif
}

.gj-dialog-md-footer {
  padding: 8px 8px 8px 24px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  box-sizing: border-box
}

.gj-dialog-md-footer>:first-child {
  margin-right: 0
}

.gj-dialog-md-footer>* {
  margin-right: 8px;
  height: 36px
}

div.gj-grid-wrapper {
  margin: auto;
  position: relative;
  clear: both;
  z-index: 1
}

table.gj-grid {
  margin: auto;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed
}

table.gj-grid thead th [data-role=selectAll] {
  margin: auto
}

table.gj-grid thead th {
  overflow: hidden;
  text-overflow: ellipsis
}

table.gj-grid.autogrow-header-row thead th {
  overflow: auto;
  text-overflow: initial;
  white-space: pre-wrap;
  -ms-word-break: break-word;
  word-break: break-word
}

table.gj-grid>tbody>tr>td {
  overflow: hidden;
  position: relative
}

table.gj-grid tbody div[data-role=display] {
  vertical-align: middle;
  text-indent: 0;
  white-space: pre-wrap;
  -ms-word-break: break-word;
  word-break: break-word
}

table.gj-grid.fixed-body-rows tbody div[data-role=display] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-word-break: initial;
  word-break: initial
}

table.gj-grid tfoot div[data-role=display] {
  vertical-align: middle;
  text-indent: 0;
  display: flex
}

table.gj-grid .fa {
  padding: 2px
}

table.gj-grid>tbody>tr>td>div {
  padding: 2px;
  overflow: hidden
}

div.gj-grid-wrapper div.gj-grid-loading-cover {
  background: #bbb;
  opacity: .5;
  position: absolute;
  vertical-align: middle
}

div.gj-grid-wrapper div.gj-grid-loading-text {
  position: absolute;
  font-weight: 700
}

table.gj-grid-bootstrap thead th {
  background-color: #f5f5f5;
  vertical-align: middle
}

table.gj-grid-bootstrap thead th [data-role=sorticon] i.gj-icon,
table.gj-grid-bootstrap thead th [data-role=sorticon] i.material-icons {
  position: absolute;
  font-size: 20px;
  top: 15px
}

.gj-grid-bootstrap-4 .gj-checkbox-bootstrap {
  display: inline-block;
  padding-top: 2px
}

.gj-grid-bootstrap-4 tbody tr.active {
  background-color: rgba(0, 0, 0, .075)
}

.gj-grid-md {
  position: relative;
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 13px
}

.gj-grid-md td:first-of-type,
.gj-grid-md th:first-of-type {
  padding-left: 24px
}

.gj-grid-md td,
.gj-grid-md th {
  padding: 12px 18px;
  position: relative;
  box-sizing: border-box
}

.gj-grid-md th {
  vertical-align: bottom;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0;
  height: 56px;
  font-size: 12px;
  color: rgba(0, 0, 0, .54);
  text-align: right
}

.gj-grid-md td {
  height: 48px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  color: rgba(0, 0, 0, .87)
}

.gj-grid-bootstrap tbody tr.gj-grid-top-border td,
.gj-grid-md tbody tr.gj-grid-top-border td {
  border-top: 2px solid #777
}

.gj-grid-bootstrap tbody tr.gj-grid-bottom-border td,
.gj-grid-md tbody tr.gj-grid-bottom-border td {
  border-bottom: 2px solid #777
}

.gj-grid-md tbody tr {
  position: relative;
  height: 48px;
  transition-duration: .28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color
}

.gj-dropdown-list-md li.active,
.gj-dropdown-list-md li:hover,
.gj-grid-md tbody tr:hover {
  background-color: #eee
}

.gj-grid-md tbody tr.gj-grid-md-select {
  background-color: #f5f5f5
}

table.gj-grid-md thead th [data-role=sorticon] i.gj-icon,
table.gj-grid-md thead th [data-role=sorticon] i.material-icons {
  position: absolute;
  font-size: 16px;
  top: 19px
}

table.gj-grid-md thead th.gj-grid-select-all {
  padding-bottom: 3px
}

@media only all {

  td.display-1120,
  td.display-320,
  td.display-480,
  td.display-640,
  td.display-800,
  td.display-960,
  th.display-1120,
  th.display-320,
  th.display-480,
  th.display-640,
  th.display-800,
  th.display-960 {
    display: none
  }
}

@media screen and (min-width:20em) {

  table.gj-grid-bootstrap td.display-320,
  table.gj-grid-bootstrap th.display-320 {
    display: table-cell
  }
}

@media screen and (min-width:30em) {

  table.gj-grid-bootstrap td.display-480,
  table.gj-grid-bootstrap th.display-480 {
    display: table-cell
  }
}

@media screen and (min-width:40em) {

  table.gj-grid-bootstrap td.display-640,
  table.gj-grid-bootstrap th.display-640 {
    display: table-cell
  }
}

@media screen and (min-width:50em) {

  table.gj-grid-bootstrap td.display-800,
  table.gj-grid-bootstrap th.display-800 {
    display: table-cell
  }
}

@media screen and (min-width:60em) {

  table.gj-grid-bootstrap td.display-960,
  table.gj-grid-bootstrap th.display-960 {
    display: table-cell
  }
}

@media screen and (min-width:70em) {

  table.gj-grid-bootstrap td.display-1120,
  table.gj-grid-bootstrap th.display-1120 {
    display: table-cell
  }
}

.gj-grid-md tfoot tr th {
  padding-right: 14px
}

.gj-grid-md tfoot tr[data-role=pager] .gj-grid-mdl-pager-label {
  padding-left: 5px;
  padding-right: 5px
}

.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md {
  margin-left: 12px
}

.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md [role=presenter] {
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, .54)
}

.gj-grid-md tfoot tr[data-role=pager] .gj-dropdown-md [role=presenter] [role=display] {
  text-align: right
}

.gj-grid-md tfoot tr[data-role=pager] .gj-grid-md-limit-select {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, .54)
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th {
  line-height: 30px;
  background-color: #f5f5f5
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>button,
.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>div {
  margin-right: 5px
}

.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div button {
  height: 34px
}

.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th div .gj-dropdown-bootstrap-4 .gj-dropdown-expander-mi .gj-icon {
  top: 5px
}

.gj-grid-bootstrap-3 tfoot tr[data-role=pager] th>div>input {
  margin-right: 5px;
  width: 40px;
  text-align: right;
  display: inline-block;
  font-weight: 700
}

.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div>div.input-group {
  width: 40px
}

.gj-grid-bootstrap-4 tfoot tr[data-role=pager] th>div>div.input-group input {
  text-align: right;
  font-weight: 700;
  height: 34px;
  padding-top: 2px;
  padding-bottom: 6px
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th>div>select {
  display: inline-block;
  margin-right: 5px;
  width: 60px
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap .gj-list-bootstrap [data-role=display] {
  line-height: 14px
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap [role=presenter] [role=display],
.gj-picker-md table tr td.calendar-week div {
  font-weight: 700
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap-3 [role=presenter] {
  padding: 2px 8px
}

.gj-grid-bootstrap tfoot tr[data-role=pager] th .gj-dropdown-bootstrap-4 [role=presenter] {
  padding: 1px 8px
}

.gj-grid thead tr th div.gj-grid-column-resizer-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  padding: 0
}

span.gj-grid-column-resizer {
  position: absolute;
  right: 0;
  width: 10px;
  top: -100px;
  height: 300px;
  z-index: 1203;
  cursor: e-resize
}

.gj-grid-resize-cursor {
  cursor: e-resize
}

.gj-grid-md tbody tr td.gj-grid-left-border,
.gj-grid-md thead tr th.gj-grid-left-border {
  border-left: 3px solid #777
}

.gj-grid-md tbody tr td.gj-grid-right-border,
.gj-grid-md thead tr th.gj-grid-right-border {
  border-right: 3px solid #777
}

.gj-grid-bootstrap tbody tr td.gj-grid-left-border,
.gj-grid-bootstrap thead tr th.gj-grid-left-border {
  border-left: 5px solid #ddd
}

.gj-grid-bootstrap tbody tr td.gj-grid-right-border,
.gj-grid-bootstrap thead tr th.gj-grid-right-border {
  border-right: 5px solid #ddd
}

.gj-dirty {
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 3px;
  border-color: red transparent transparent red;
  padding: 0;
  overflow: hidden;
  vertical-align: top
}

.gj-grid-bootstrap-3 tbody tr td.gj-grid-management-column,
.gj-grid-md tbody tr td.gj-grid-management-column {
  padding: 3px
}

.gj-grid-md tbody tr td[data-mode=edit] {
  padding: 0 18px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] {
  height: 38px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] [data-role=edit] input[type=text] {
  height: 37px;
  padding: 8px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap [role=presenter] {
  border: 0;
  border-radius: 0;
  height: 37px;
  padding-left: 8px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap {
  height: 37px
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=input] {
  height: 37px;
  border: 0;
  border-radius: 0
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] {
  border: 0;
  border-radius: 0
}

.gj-grid-bootstrap-3 tbody tr td[data-mode=edit] .gj-checkbox-bootstrap {
  display: inline-block;
  padding-top: 10px;
  height: 32px
}

.gj-grid-bootstrap-4 tbody tr td.gj-grid-management-column {
  padding: 6px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] [data-role=edit] input[type=text] {
  height: 48px;
  padding-left: 12px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap [role=presenter] {
  border: 0;
  border-radius: 0;
  height: 48px;
  padding-left: 12px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap-4 [role=expander].gj-dropdown-expander-mi .gj-icon,
.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-dropdown-bootstrap-4 [role=expander].gj-dropdown-expander-mi .material-icons {
  top: 13px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap {
  height: 48px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=input] {
  height: 48px;
  border: 0;
  border-radius: 0
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] button {
  border: 0;
  border-radius: 0;
  width: 43px;
  position: relative
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] .gj-icon,
.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-datepicker-bootstrap [role=right-icon] .material-icons {
  top: 13px;
  left: 10px;
  font-size: 24px
}

.gj-grid-bootstrap-4 tbody tr td[data-mode=edit] .gj-checkbox-bootstrap {
  display: inline-block;
  padding-top: 15px;
  height: 42px
}

.gj-grid-md thead tr[data-role=filter] th {
  border-top: 1px solid #e0e0e0
}

div.gj-grid-wrapper div.gj-grid-bootstrap-toolbar {
  background-color: #f5f5f5;
  padding: 8px;
  font-weight: 700;
  border: 1px solid #ddd
}

div.gj-grid-wrapper div.gj-grid-bootstrap-4-toolbar {
  background-color: #f5f5f5;
  padding: 12px;
  font-weight: 700;
  border: 1px solid #ddd
}

div.gj-grid-wrapper div.gj-grid-md-toolbar {
  font-weight: 700;
  font-size: 24px;
  font-family: Helvetica, Arial, sans-serif;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 0;
  border-collapse: collapse;
  padding: 0 18px;
  line-height: 56px
}

.gj-checkbox-bootstrap,
.gj-checkbox-md {
  min-width: 0;
  font-weight: 400;
  text-align: center;
  position: relative
}

table.gj-grid-scrollable tbody {
  overflow-y: auto;
  overflow-x: hidden;
  display: block
}

.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li:last-child,
table.gj-grid-bootstrap.gj-grid-scrollable,
table.gj-grid-md.gj-grid-scrollable {
  border-bottom: 0
}

table.gj-grid-md.gj-grid-scrollable tbody {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0
}

table.gj-grid-md.gj-grid-scrollable tfoot {
  border-bottom: 1px solid #e0e0e0
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row]:first-child td {
  border-top: 0
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row] td:first-child {
  border-left: 0
}

table.gj-grid-bootstrap.gj-grid-scrollable tbody tr[data-role=row] td:last-child {
  border-right: 0
}

table.gj-grid-bootstrap.gj-grid-scrollable tfoot {
  border-bottom: 1px solid #ddd
}

ul.gj-list li [data-role=spacer] {
  display: table-cell
}

ul.gj-list li [data-role=expander] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer
}

.gj-dropdown-bootstrap [role=presenter] [role=expander].gj-dropdown-expander-mi,
[data-type=tree] ul li [data-role=expander].gj-tree-font-awesome-expander,
[data-type=tree] ul li [data-role=expander].gj-tree-glyphicons-expander,
[data-type=tree] ul li [data-role=expander].gj-tree-material-icons-expander {
  width: 24px
}

[data-type=tree] ul li [data-role=expander].gj-tree-glyphicons-expander .glyphicon {
  top: 4px;
  height: 24px
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li {
  border: 0;
  border-radius: 0;
  color: #333
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.disabled {
  color: #777;
  background-color: #eee
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li {
  border: 0;
  border-radius: 0;
  color: #212529
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.disabled {
  color: #868e96
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li {
  border: 1px solid #ddd
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li,
.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li {
  border-left: 0;
  border-right: 0
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

ul.gj-list-bootstrap li [data-role=expander].gj-tree-material-icons-expander {
  padding-top: 8px;
  padding-bottom: 4px
}

.gj-tree-drag-el,
.gj-tree-drag-el li {
  padding: 0;
  margin: 0
}

.gj-editor-md [role=toolbar] .gj-button-md .gj-icon,
ul.gj-list-bootstrap li [data-role=expander].gj-tree-material-icons-expander .gj-icon {
  width: 24px;
  height: 24px
}

.gj-tree-md-border ul.gj-list-md li {
  border: 1px solid #616161;
  margin-bottom: -1px
}

.gj-tree-drop-above {
  border-top: 1px solid #000
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role=wrapper].drop-above,
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role=wrapper].drop-above {
  border-top: 2px solid #000
}

.gj-tree-drop-below {
  border-bottom: 1px solid #000
}

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li [data-role=wrapper].drop-below,
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li [data-role=wrapper].drop-below {
  border-bottom: 2px solid #000
}

.gj-tree-drag-el {
  z-index: 1203
}

.gj-tree-drag-el [data-role=wrapper] {
  cursor: move;
  display: table
}

.gj-tree-drag-el [data-role=indicator] {
  width: 14px;
  padding: 0 3px;
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.gj-tree-bootstrap-drag-el li.list-group-item {
  border: 0;
  background: unset
}

.gj-tree-bootstrap-drag-el [data-role=indicator],
.gj-tree-md-drag-el [data-role=indicator] {
  width: 24px;
  height: 24px;
  padding: 0
}

.gj-checkbox-bootstrap {
  font-size: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  display: inline
}

.gj-checkbox-bootstrap input[type=checkbox],
.gj-checkbox-md input[type=checkbox] {
  display: none;
  margin-bottom: -12px
}

.gj-checkbox-bootstrap span {
  background: #fff;
  display: block;
  content: " ";
  width: 18px;
  height: 18px;
  line-height: 11px;
  font-size: 11px;
  padding: 2px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: box-shadow .2s linear, border-color .2s linear;
  cursor: pointer;
  margin: auto
}

.gj-checkbox-bootstrap input[type=checkbox]:focus+span:before {
  outline: 0;
  box-shadow: 0 0 0 0 #66afe9, 0 0 6px rgba(102, 175, 233, .6);
  border-color: #66afe9
}

.gj-datepicker-bootstrap :active,
.gj-datepicker-bootstrap :focus,
.gj-timepicker-bootstrap :active,
.gj-timepicker-bootstrap :focus {
  box-shadow: none
}

.gj-checkbox-bootstrap input[type=checkbox][disabled]+span {
  opacity: .6;
  cursor: not-allowed
}

.gj-checkbox-bootstrap.gj-checkbox-bootstrap-4 span {
  line-height: 16px;
  padding: 0
}

.gj-checkbox-bootstrap-4.gj-checkbox-material-icons input[type=checkbox]:checked+span:after,
.gj-checkbox-bootstrap-4.gj-checkbox-material-icons input[type=checkbox]:indeterminate+span:after {
  font-size: 16px
}

.gj-checkbox-md {
  font-size: 0;
  margin: 0;
  width: 16px;
  height: 16px
}

.gj-checkbox-fontawesome .fa,
.gj-datepicker-md.small .gj-textbox-md,
.gj-editor-bootstrap blockquote,
.gj-editor-md,
.gj-editor-md blockquote,
.gj-timepicker-md.small .gj-textbox-md {
  font-size: 14px
}

.gj-checkbox-md span {
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #616161;
  border-radius: 2px;
  z-index: 2
}

.gj-checkbox-md input[type=checkbox]:checked+span {
  border: 2px solid #ff3b00
}

.gj-checkbox-md input[type=checkbox]:checked+span:after {
  color: #fff;
  background-color: #ff3b00;
  position: absolute;
  left: 1px;
  top: -15px
}

.gj-checkbox-md input[type=checkbox]:indeterminate+span {
  border: 2px solid #616161
}

.gj-checkbox-md input[type=checkbox]:indeterminate+span:after {
  color: #616161;
  position: absolute;
  left: 1px;
  top: -15px
}

.gj-checkbox-md input[type=checkbox][disabled]+span {
  border: 2px solid #9e9e9e
}

.gj-editor-md,
.gj-editor-md [role=body] {
  border: 1px solid rgba(158, 158, 158, .2)
}

.gj-checkbox-md input[type=checkbox][disabled]+span:after {
  background-color: #9e9e9e
}

.gj-checkbox-md input[type=checkbox][disabled]:indeterminate+span:after {
  color: #fff
}

.gj-checkbox-material-icons input[type=checkbox]:checked+span:after {
  content: "\e91f";
  font-size: 14px;
  font-weight: 700;
  white-space: pre
}

.gj-checkbox-material-icons input[type=checkbox]:indeterminate+span:after {
  content: "\e921";
  font-size: 14px;
  font-weight: 700;
  white-space: pre
}

.gj-checkbox-glyphicons input[type=checkbox]:checked+span:after {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  content: "\e013 "
}

.gj-checkbox-glyphicons input[type=checkbox]:indeterminate+span:after {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  content: "\2212 ";
  padding-right: 1px
}

.gj-checkbox-bootstrap.gj-checkbox-fontawesome .fa {
  line-height: 18px
}

.gj-checkbox-fontawesome input[type=checkbox]:checked+span:before {
  content: "\f00c "
}

.gj-checkbox-fontawesome input[type=checkbox]:indeterminate+span:before {
  content: "\f068 "
}

.gj-editor [role=body] {
  overflow: auto;
  outline: transparent solid 0;
  box-sizing: border-box
}

.gj-editor-md {
  padding: 7px;
  font-weight: 500;
  letter-spacing: 0
}

.gj-editor-bootstrap [role=toolbar],
.gj-editor-md [role=toolbar] {
  margin-bottom: 7px
}

.gj-editor-md [role=toolbar] .gj-button-md {
  min-width: 54px;
  margin-right: 5px
}

.gj-editor-bootstrap,
.gj-editor-bootstrap [role=body] {
  border: 1px solid #eceeef
}

.gj-editor-bootstrap p,
.gj-editor-md p {
  margin: 0;
  padding: 0
}

.gj-editor-bootstrap {
  padding: 7px
}

.gj-editor-bootstrap [role=toolbar] .btn-group {
  margin-right: 10px
}

.gj-editor-bootstrap [role=toolbar] button {
  height: 36px
}

.gj-datepicker-md,
.gj-dropdown-md [role=presenter] {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em
}

.gj-dropdown {
  position: relative;
  border-collapse: separate
}

.gj-dropdown [role=presenter] {
  display: table;
  cursor: pointer;
  outline: 0;
  position: relative
}

.gj-dropdown [role=presenter] [role=display] {
  display: table-cell;
  text-align: left;
  width: 100%
}

.gj-dropdown [role=presenter] [role=expander] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 24px;
  height: 24px
}

.gj-dropdown-md [role=presenter] {
  line-height: 1;
  color: rgba(0, 0, 0, .87);
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .42);
  background: 0 0
}

.gj-dropdown-md [role=presenter]:active,
.gj-dropdown-md [role=presenter]:focus {
  border-bottom: 2px solid rgba(0, 0, 0, .42)
}

.gj-dropdown-md [role=presenter] [role=display] {
  padding: 4px 0;
  line-height: 18px
}

.gj-dropdown-md [role=presenter] [role=display] .placeholder {
  color: #7e7172
}

.gj-dropdown-list-md {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  color: #000;
  margin: 0;
  z-index: 1203
}

.gj-dropdown-bootstrap [role=presenter] [role=display] {
  padding-right: 5px
}

.gj-dropdown-bootstrap [role=presenter] [role=expander] {
  padding-left: 5px
}

.gj-dropdown-bootstrap-3 [role=presenter] [role=display] {
  line-height: 20px
}

.gj-dropdown-bootstrap-3 [role=presenter] [role=display] .placeholder {
  color: #9999b3
}

.gj-dropdown-bootstrap-3 [role=presenter] [role=expander] {
  width: 20px;
  height: 20px
}

.gj-dropdown-bootstrap-3 [role=presenter] [role=expander].gj-dropdown-expander-mi .gj-icon,
.gj-dropdown-bootstrap-3 [role=presenter] [role=expander].gj-dropdown-expander-mi .material-icons {
  top: 5px;
  right: 10px;
  position: absolute
}

.gj-dropdown-bootstrap-4 [role=presenter] {
  border: 1px solid #ced4da
}

.gj-dropdown-bootstrap-4 [role=presenter] [role=display] {
  line-height: 24px
}

.gj-dropdown-bootstrap-4 [role=presenter] [role=expander].gj-dropdown-expander-mi .gj-icon,
.gj-dropdown-bootstrap-4 [role=presenter] [role=expander].gj-dropdown-expander-mi .material-icons {
  top: 7px;
  right: 10px;
  position: absolute
}

.gj-dropdown-list-bootstrap {
  position: absolute;
  top: 32px;
  left: 0;
  margin: 0;
  z-index: 1203
}

.gj-datepicker [role=input]::-ms-clear {
  display: none
}

.gj-picker div[role=navigator] div {
  cursor: pointer;
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.gj-datepicker-md {
  line-height: 1;
  color: rgba(0, 0, 0, .87);
  position: relative
}

.gj-colorpicker-md [role=right-icon],
.gj-datepicker-md [role=right-icon] {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px
}

.gj-datepicker-md.small .gj-icon,
.gj-picker-bootstrap.datetimepicker [role=header] [role=time],
.gj-timepicker-md.small .gj-icon {
  font-size: 22px
}

.gj-datepicker-md.large .gj-textbox-md,
.gj-timepicker-md.large .gj-textbox-md {
  font-size: 18px
}

.gj-datepicker-md.large .gj-icon,
.gj-timepicker-md.large .gj-icon {
  font-size: 28px
}

.gj-picker-md.datepicker [role=header] {
  padding: 20px;
  display: block
}

.gj-picker-md.datepicker [role=header] [role=year] {
  font-size: 17px;
  padding-bottom: 5px;
  cursor: pointer
}

.gj-picker-md.datepicker [role=header] [role=date] {
  font-size: 36px;
  cursor: pointer
}

.gj-picker-md div[role=navigator] {
  height: 42px;
  line-height: 42px;
  text-align: center
}

.gj-picker div[role=navigator] div[role=period] {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 15px
}

.gj-picker-md div[role=navigator] div:first-child,
.gj-picker-md div[role=navigator] div:last-child {
  max-width: 42px
}

.gj-picker-md div[role=navigator] div i.gj-icon,
.gj-picker-md div[role=navigator] div i.material-icons {
  position: absolute;
  top: 8px
}

.gj-picker-md div[role=navigator] div:first-child i.gj-icon,
.gj-picker-md div[role=navigator] div:first-child i.material-icons {
  left: 10px
}

.gj-picker-md div[role=navigator] div:last-child i.gj-icon,
.gj-picker-md div[role=navigator] div:last-child i.material-icons {
  right: 11px
}

.gj-picker-md table tr td div,
.gj-picker-md table tr th div {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  vertical-align: middle
}

[type=century].gj-picker-md table tr td div,
[type=decade].gj-picker-md table tr td div,
[type=year].gj-picker-md table tr td div {
  width: 73px;
  height: 73px;
  line-height: 73px;
  cursor: pointer
}

.gj-picker-md table tr td.gj-cursor-pointer div:hover {
  background: #eee;
  border-radius: 50%;
  color: rgba(0, 0, 0, .87)
}

.gj-picker-md table tr td.disabled div,
.gj-picker-md table tr td.other-month div {
  color: #bdbdbd
}

.gj-picker-md table tr td.focused div {
  background: #e0e0e0;
  border-radius: 50%
}

.gj-picker-md table tr td.today div {
  color: #ff3b00
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
  color: #000 !important;
  background: 0 0 !important
}

.gj-picker-bootstrap {
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  padding: 4px
}

.gj-picker-bootstrap.datepicker [role=header] {
  padding: 10px 20px;
  display: block
}

.gj-picker-bootstrap.datepicker [role=header] [role=year] {
  font-size: 15px;
  cursor: pointer
}

.gj-picker-bootstrap [role=header] [role=date] {
  font-size: 24px;
  cursor: pointer
}

.gj-modal .gj-picker-bootstrap.datepicker [role=body] {
  padding: 15px
}

.gj-picker-bootstrap div[role=navigator] {
  height: 30px;
  line-height: 30px;
  text-align: center
}

.gj-picker-bootstrap div[role=navigator] div:first-child,
.gj-picker-bootstrap div[role=navigator] div:last-child {
  max-width: 30px
}

.gj-picker-bootstrap table tr td div,
.gj-picker-bootstrap table tr th div {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle
}

[type=century].gj-picker-bootstrap table tr td div,
[type=decade].gj-picker-bootstrap table tr td div,
[type=year].gj-picker-bootstrap table tr td div {
  width: 53px;
  height: 53px;
  line-height: 53px;
  cursor: pointer
}

.gj-picker-bootstrap table tr th div i,
.gj-picker-bootstrap table tr th div span {
  line-height: 30px
}

.gj-picker-bootstrap div[role=navigator] .gj-icon,
.gj-picker-bootstrap div[role=navigator] .material-icons {
  margin: 3px
}

.gj-picker-bootstrap table tr td.focused div,
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
  background: #eee;
  border-radius: 4px;
  color: #212529
}

.gj-picker-bootstrap table tr td.today div {
  color: #204d74;
  font-weight: 700
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
  border-radius: 4px
}

.gj-picker-bootstrap table tr td.disabled div,
.gj-picker-bootstrap table tr td.other-month div {
  color: #777
}

.gj-datepicker-bootstrap span[role=right-icon].input-group-addon {
  border-left: 0;
  position: relative;
  border-radius: 0 4px 4px 0
}

.gj-datepicker-bootstrap span[role=right-icon].input-group-addon .gj-icon,
.gj-datepicker-bootstrap span[role=right-icon].input-group-addon .material-icons {
  position: absolute;
  top: 7px;
  left: 7px
}

.gj-datepicker-bootstrap [role=right-icon] button {
  width: 38px;
  position: relative;
  border: 1px solid #ced4da
}

.gj-datepicker-bootstrap [role=right-icon] button:hover {
  color: #6c757d;
  background-color: transparent
}

.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button,
.gj-timepicker-bootstrap.input-group-sm .input-group-addon,
.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button {
  width: 30px
}

.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button,
.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button {
  width: 48px
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap [role=right-icon] button .material-icons {
  position: absolute;
  font-size: 21px;
  top: 9px;
  left: 9px
}

.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap.input-group-sm [role=right-icon] button .material-icons {
  top: 6px;
  left: 6px;
  font-size: 19px
}

.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap.input-group-lg [role=right-icon] button .material-icons,
.gj-timepicker-bootstrap.input-group-lg .input-group-addon .gj-icon,
.gj-timepicker-bootstrap.input-group-lg .input-group-addon .material-icons {
  font-size: 27px;
  top: 10px;
  left: 10px
}

.gj-timepicker [role=input]::-ms-clear {
  display: none
}

.gj-picker.timepicker [role=header] {
  font-size: 58px;
  padding: 20px 0;
  line-height: 58px;
  display: flex;
  align-items: baseline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  justify-content: center
}

.gj-picker.timepicker [role=header] div {
  cursor: pointer;
  width: 66px;
  text-align: right
}

.gj-picker [role=header] [role=mode] {
  position: relative;
  width: 0
}

.gj-picker [role=header] [role=mode] span {
  position: absolute;
  left: 7px;
  line-height: 18px;
  font-size: 18px
}

.gj-picker [role=header] [role=mode] span[role=am] {
  top: 7px
}

.gj-picker [role=header] [role=mode] span[role=pm] {
  bottom: 7px
}

.gj-picker [role=body] [role=dial] {
  width: 256px;
  color: rgba(0, 0, 0, .87);
  height: 256px;
  position: relative;
  background: #eee;
  border-radius: 50%;
  margin: 10px
}

.gj-picker-md .arrow-begin,
.gj-picker-md [role=body] [role=arrow] {
  background-color: #ff3b00
}

.gj-picker [role=body] [role=hour] {
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none
}

.gj-colorpicker-md,
.gj-timepicker-md {
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1
}

.gj-picker [role=body] [role=hour].selected {
  color: #fff
}

.gj-picker [role=body] [role=arrow] {
  top: calc(50% - 1px);
  left: 50%;
  height: 2px;
  position: absolute;
  pointer-events: none;
  transform-origin: left center;
  transition: 250ms cubic-bezier(.4, 0, .2, 1);
  width: calc(50% - 52px)
}

.gj-picker .arrow-begin {
  top: -3px;
  left: -4px;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%
}

.gj-picker .arrow-end {
  top: -15px;
  right: -16px;
  width: 0;
  height: 0;
  position: absolute;
  box-sizing: content-box;
  border-width: 16px;
  border-radius: 50%
}

.gj-colorpicker-md,
.gj-timepicker-md {
  font-size: 16px;
  color: rgba(0, 0, 0, .87);
  position: relative
}

.gj-timepicker-md [role=right-icon] {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px
}

.gj-picker-md .arrow-end {
  border: 16px solid #ff3b00
}

.gj-picker-bootstrap .arrow-begin,
.gj-picker-bootstrap [role=body] [role=arrow] {
  background-color: #888
}

.gj-picker-bootstrap .arrow-end {
  border: 16px solid #888
}

.gj-timepicker-bootstrap .input-group-addon {
  border-left: 0;
  position: relative;
  width: 38px;
  border-radius: 0 4px 4px 0
}

.gj-timepicker-bootstrap.input-group-lg .input-group-addon {
  width: 46px
}

.gj-timepicker-bootstrap .input-group-addon .gj-icon,
.gj-timepicker-bootstrap .input-group-addon .material-icons {
  position: absolute;
  font-size: 21px;
  top: 6px;
  left: 8px
}

.gj-timepicker-bootstrap.input-group-sm .input-group-addon .gj-icon,
.gj-timepicker-bootstrap.input-group-sm .input-group-addon .material-icons {
  font-size: 19px;
  top: 5px;
  left: 5px
}

.gj-timepicker-bootstrap [role=right-icon] button {
  width: 38px;
  position: relative
}

.gj-timepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-timepicker-bootstrap [role=right-icon] button .material-icons {
  position: absolute;
  font-size: 21px;
  top: 7px;
  left: 9px
}

.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button .gj-icon,
.gj-timepicker-bootstrap.input-group-sm [role=right-icon] button .material-icons {
  top: 4px;
  left: 6px;
  font-size: 19px
}

.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button .gj-icon,
.gj-timepicker-bootstrap.input-group-lg [role=right-icon] button .material-icons {
  font-size: 27px;
  top: 8px;
  left: 10px
}

.gj-picker.datetimepicker [role=header] [role=date] {
  padding-bottom: 5px;
  text-align: center;
  cursor: pointer
}

.gj-picker [role=switch] {
  align-items: baseline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative
}

.gj-picker [role=switch] [role=calendarMode] {
  position: absolute;
  bottom: 2px;
  left: 0;
  cursor: pointer
}

.gj-picker [role=switch] [role=time] {
  width: 100%;
  text-align: center
}

.gj-picker [role=switch] [role=time] div {
  display: inline;
  cursor: pointer
}

.gj-picker [role=switch] [role=clockMode] {
  position: absolute;
  right: 0;
  bottom: 3px;
  cursor: pointer
}

.gj-picker-bootstrap.datetimepicker [role=header],
.gj-picker-md.datetimepicker [role=header] {
  font-size: 36px;
  padding: 10px 20px;
  display: block
}

.gj-picker-md [role=switch] {
  color: rgba(255, 255, 255, .54);
  background: #ff3b00;
  font-size: 32px
}

.gj-slider-md [role=progress],
.gj-slider-md [role=track] {
  -webkit-box-orient: vertical;
  color: #fff;
  text-align: center;
  height: 2px
}

.gj-slider {
  position: relative;
  padding: 8px 6px
}

.gj-slider [role=progress] {
  position: absolute;
  z-index: 1203
}

.gj-slider [role=handle] {
  position: absolute
}

.gj-slider-md [role=track] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, .26)
}

.gj-slider-md [role=progress] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ff3b00;
  top: 8px;
  left: 6px
}

.gj-slider-md [role=handle] {
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #ff3b00;
  filter: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  border: 0 solid transparent;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1204
}

.gj-slider-bootstrap [role=track] {
  border-radius: 4px;
  height: 10px
}

.gj-slider-bootstrap [role=progress] {
  height: 10px;
  border-radius: 4px;
  top: 8px;
  left: 6px;
  transition: none
}

.gj-slider-bootstrap [role=handle] {
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  filter: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  border: 0 solid transparent;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1204
}

.gj-slider-bootstrap-3 [role=handle] {
  background-color: #337ab7;
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  background-repeat: repeat-x
}

.gj-slider-bootstrap-4 [role=handle] {
  background-color: #007bff;
  background-image: linear-gradient(to bottom, #007bff 0, #2e6da4 100%);
  background-repeat: repeat-x
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div {
  border-radius: 50%
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute
}

.ps__rail-x,
.ps__rail-y,
.ps__thumb-x,
.ps__thumb-y {
  position: absolute
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto
}

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px
}

.ps__thumb-y {
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  background-color: #999;
  height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  background-color: #999;
  width: 11px
}

@supports (-ms-overflow-style:none) {
  .ps {
    overflow: auto !important
  }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .ps {
    overflow: auto !important
  }
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-button-icon-only,
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box
}

.ui-checkboxradio-disabled,
.ui-state-disabled {
  pointer-events: none
}

.ui-datepicker .ui-icon,
.ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat
}

.ui-helper-reset,
.ui-menu {
  outline: 0;
  list-style: none
}

.ui-helper-hidden,
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  overflow: hidden
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%
}

.ui-autocomplete,
.ui-menu .ui-menu {
  position: absolute
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}

.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block
}

.ui-button,
.ui-controlgroup {
  display: inline-block;
  vertical-align: middle
}

.ui-button,
.ui-menu-icons,
.ui-resizable {
  position: relative
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em
}

.ui-button,
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-button {
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-button-icon-only {
  text-indent: 0
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.ui-controlgroup>.ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
  z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
  border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
  border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px
}

.ui-datepicker .ui-datepicker-next {
  right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0
}

.ui-datepicker td {
  border: 0;
  padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}

.ui-datepicker.ui-datepicker-multi {
  width: auto
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}

.ui-datepicker-rtl {
  direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  left: .5em;
  top: .3em
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: 0 0;
  overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move
}

.ui-draggable-handle,
.ui-selectable,
.ui-sortable-handle {
  touch-action: none
}

.ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  touch-action: none
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px .4em;
  margin: .5em 0 0;
  height: auto;
  border: 0
}

.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0
}

.ui-slider {
  position: relative;
  text-align: left
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit
}

.ui-slider-horizontal {
  height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0
}

.ui-slider-vertical {
  width: .8em;
  height: 100px
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0
}

.ui-slider-vertical .ui-slider-range-max,
.ui-spinner-up {
  top: 0
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: .222em 0;
  margin: .2em 2em .2em .4em;
  vertical-align: middle
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none
}

.ui-tabs {
  position: relative;
  padding: .2em
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px
}

body .ui-tooltip {
  border-width: 2px
}

.ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

.ui-widget .ui-widget {
  font-size: 1em
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333
}

.ui-widget-content a,
.ui-widget-header a {
  color: #333
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35)
}

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png")
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png")
}

.ui-icon-blank {
  background-position: 16px 16px
}

.ui-icon-caret-1-n {
  background-position: 0 0
}

.ui-icon-caret-1-ne {
  background-position: -16px 0
}

.ui-icon-caret-1-e {
  background-position: -32px 0
}

.ui-icon-caret-1-se {
  background-position: -48px 0
}

.ui-icon-caret-1-s {
  background-position: -65px 0
}

.ui-icon-caret-1-sw {
  background-position: -80px 0
}

.ui-icon-caret-1-w {
  background-position: -96px 0
}

.ui-icon-caret-1-nw {
  background-position: -112px 0
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}

.ui-icon-arrow-4 {
  background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}

.ui-icon-extlink {
  background-position: -32px -80px
}

.ui-icon-newwin {
  background-position: -48px -80px
}

.ui-icon-refresh {
  background-position: -64px -80px
}

.ui-icon-shuffle {
  background-position: -80px -80px
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px
}

.ui-icon-folder-open {
  background-position: -16px -96px
}

.ui-icon-document {
  background-position: -32px -96px
}

.ui-icon-document-b {
  background-position: -48px -96px
}

.ui-icon-note {
  background-position: -64px -96px
}

.ui-icon-mail-closed {
  background-position: -80px -96px
}

.ui-icon-mail-open {
  background-position: -96px -96px
}

.ui-icon-suitcase {
  background-position: -112px -96px
}

.ui-icon-comment {
  background-position: -128px -96px
}

.ui-icon-person {
  background-position: -144px -96px
}

.ui-icon-print {
  background-position: -160px -96px
}

.ui-icon-trash {
  background-position: -176px -96px
}

.ui-icon-locked {
  background-position: -192px -96px
}

.ui-icon-unlocked {
  background-position: -208px -96px
}

.ui-icon-bookmark {
  background-position: -224px -96px
}

.ui-icon-tag {
  background-position: -240px -96px
}

.ui-icon-home {
  background-position: 0 -112px
}

.ui-icon-flag {
  background-position: -16px -112px
}

.ui-icon-calendar {
  background-position: -32px -112px
}

.ui-icon-cart {
  background-position: -48px -112px
}

.ui-icon-pencil {
  background-position: -64px -112px
}

.ui-icon-clock {
  background-position: -80px -112px
}

.ui-icon-disk {
  background-position: -96px -112px
}

.ui-icon-calculator {
  background-position: -112px -112px
}

.ui-icon-zoomin {
  background-position: -128px -112px
}

.ui-icon-zoomout {
  background-position: -144px -112px
}

.ui-icon-search {
  background-position: -160px -112px
}

.ui-icon-wrench {
  background-position: -176px -112px
}

.ui-icon-gear {
  background-position: -192px -112px
}

.ui-icon-heart {
  background-position: -208px -112px
}

.ui-icon-star {
  background-position: -224px -112px
}

.ui-icon-link {
  background-position: -240px -112px
}

.ui-icon-cancel {
  background-position: 0 -128px
}

.ui-icon-plus {
  background-position: -16px -128px
}

.ui-icon-plusthick {
  background-position: -32px -128px
}

.ui-icon-minus {
  background-position: -48px -128px
}

.ui-icon-minusthick {
  background-position: -64px -128px
}

.ui-icon-close {
  background-position: -80px -128px
}

.ui-icon-closethick {
  background-position: -96px -128px
}

.ui-icon-key {
  background-position: -112px -128px
}

.ui-icon-lightbulb {
  background-position: -128px -128px
}

.ui-icon-scissors {
  background-position: -144px -128px
}

.ui-icon-clipboard {
  background-position: -160px -128px
}

.ui-icon-copy {
  background-position: -176px -128px
}

.ui-icon-contact {
  background-position: -192px -128px
}

.ui-icon-image {
  background-position: -208px -128px
}

.ui-icon-video {
  background-position: -224px -128px
}

.ui-icon-script {
  background-position: -240px -128px
}

.ui-icon-alert {
  background-position: 0 -144px
}

.ui-icon-info {
  background-position: -16px -144px
}

.ui-icon-notice {
  background-position: -32px -144px
}

.ui-icon-help {
  background-position: -48px -144px
}

.ui-icon-check {
  background-position: -64px -144px
}

.ui-icon-bullet {
  background-position: -80px -144px
}

.ui-icon-radio-on {
  background-position: -96px -144px
}

.ui-icon-radio-off {
  background-position: -112px -144px
}

.ui-icon-pin-w {
  background-position: -128px -144px
}

.ui-icon-pin-s {
  background-position: -144px -144px
}

.ui-icon-play {
  background-position: 0 -160px
}

.ui-icon-pause {
  background-position: -16px -160px
}

.ui-icon-seek-next {
  background-position: -32px -160px
}

.ui-icon-seek-prev {
  background-position: -48px -160px
}

.ui-icon-seek-end {
  background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px
}

.ui-icon-stop {
  background-position: -96px -160px
}

.ui-icon-eject {
  background-position: -112px -160px
}

.ui-icon-volume-off {
  background-position: -128px -160px
}

.ui-icon-volume-on {
  background-position: -144px -160px
}

.ui-icon-power {
  background-position: 0 -176px
}

.ui-icon-signal-diag {
  background-position: -16px -176px
}

.ui-icon-signal {
  background-position: -32px -176px
}

.ui-icon-battery-0 {
  background-position: -48px -176px
}

.ui-icon-battery-1 {
  background-position: -64px -176px
}

.ui-icon-battery-2 {
  background-position: -80px -176px
}

.ui-icon-battery-3 {
  background-position: -96px -176px
}

.ui-icon-circle-plus {
  background-position: 0 -192px
}

.ui-icon-circle-minus {
  background-position: -16px -192px
}

.ui-icon-circle-close {
  background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px
}

.ui-icon-circle-check {
  background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.animated.hinge {
  animation-duration: 2s
}

@keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-30px)
  }

  60% {
    transform: translateY(-15px)
  }
}

.bounce {
  animation-name: bounce
}

@keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  animation-name: flash
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }
}

.pulse {
  animation-name: pulse
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px)
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px)
  }
}

.shake {
  animation-name: shake
}

@keyframes swing {
  20% {
    transform: rotate(15deg)
  }

  40% {
    transform: rotate(-10deg)
  }

  60% {
    transform: rotate(5deg)
  }

  80% {
    transform: rotate(-5deg)
  }

  100% {
    transform: rotate(0)
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing
}

@keyframes tada {
  0% {
    transform: scale(1)
  }

  10%,
  20% {
    transform: scale(.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg)
  }

  100% {
    transform: scale(1) rotate(0)
  }
}

.tada {
  animation-name: tada
}

@keyframes wobble {

  0%,
  100% {
    transform: translateX(0)
  }

  15% {
    transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    transform: translateX(20%) rotate(3deg)
  }

  45% {
    transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    transform: translateX(10%) rotate(2deg)
  }

  75% {
    transform: translateX(-5%) rotate(-1deg)
  }
}

.wobble {
  animation-name: wobble
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3)
  }

  50% {
    opacity: 1;
    transform: scale(1.05)
  }

  70% {
    transform: scale(.9)
  }

  100% {
    transform: scale(1)
  }
}

.bounceIn {
  animation-name: bounceIn
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    transform: translateY(30px)
  }

  80% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(0)
  }
}

.bounceInDown {
  animation-name: bounceInDown
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    transform: translateX(30px)
  }

  80% {
    transform: translateX(-10px)
  }

  100% {
    transform: translateX(0)
  }
}

.bounceInLeft {
  animation-name: bounceInLeft
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    transform: translateX(-30px)
  }

  80% {
    transform: translateX(10px)
  }

  100% {
    transform: translateX(0)
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    transform: translateY(-30px)
  }

  80% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(0)
  }
}

.bounceInUp {
  animation-name: bounceInUp
}

@keyframes bounceOut {
  0% {
    transform: scale(1)
  }

  25% {
    transform: scale(.95)
  }

  50% {
    opacity: 1;
    transform: scale(1.1)
  }

  100% {
    opacity: 0;
    transform: scale(.3)
  }
}

.bounceOut {
  animation-name: bounceOut
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    transform: translateY(2000px)
  }
}

.bounceOutDown {
  animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    transform: translateX(20px)
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    transform: translateX(2000px)
  }
}

.bounceOutRight {
  animation-name: bounceOutRight
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    transform: translateY(20px)
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

.bounceOutUp {
  animation-name: bounceOutUp
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInLeft {
  animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(20px)
  }
}

.fadeOutDown {
  animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(2000px)
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-20px)
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(20px)
  }
}

.fadeOutRight {
  animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(2000px)
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-20px)
  }
}

.fadeOutUp {
  animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in
  }

  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in
  }

  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    transform: perspective(400px) rotateX(10deg)
  }

  100% {
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX
}

.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    transform: perspective(400px) rotateY(10deg)
  }

  100% {
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    transform: translateX(0) skewX(-15deg);
    opacity: 1
  }

  100% {
    transform: translateX(0) skewX(0);
    opacity: 1
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0) skewX(0);
    opacity: 1
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1
  }
}

.rotateIn {
  animation-name: rotateIn
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  100% {
    transform: translateY(0)
  }
}

.slideInDown {
  animation-name: slideInDown
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  100% {
    transform: translateX(0)
  }
}

.slideInLeft {
  animation-name: slideInLeft
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  100% {
    transform: translateX(0)
  }
}

.slideInRight {
  animation-name: slideInRight
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

.slideOutLeft {
  animation-name: slideOutLeft
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(2000px)
  }
}

.slideOutRight {
  animation-name: slideOutRight
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

.slideOutUp {
  animation-name: slideOutUp
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  100% {
    transform: translateY(700px);
    opacity: 0
  }
}

.hinge {
  animation-name: hinge
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotate(0)
  }
}

.rollIn {
  animation-name: rollIn
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(0)
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg)
  }
}

.rollOut {
  animation-name: rollOut
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  animation-name: zoomIn
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
  }
}

.zoomInDown {
  animation-name: zoomInDown
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
  }
}

.zoomInLeft {
  animation-name: zoomInLeft
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
  }
}

.zoomInRight {
  animation-name: zoomInRight
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
  }
}

.zoomInUp {
  animation-name: zoomInUp
}

@keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  animation-name: zoomOut
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
  }
}

.zoomOutDown {
  animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}

.zoomOutRight {
  animation-name: zoomOutRight
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
  }
}

.zoomOutUp {
  animation-name: zoomOutUp
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0)
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
  display: block
}

.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_menu,
.slicknav_menu * {
  box-sizing: border-box
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden
}

.slicknav_brand,
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  float: left
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
  cursor: pointer
}

.slicknav_btn {
  display: block;
  vertical-align: middle;
  float: right;
  line-height: 1.125em;
  margin: 5px 5px 6px;
  text-decoration: none
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
  line-height: 1.188em
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: .875em;
  margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
  background: 0 0;
  width: 1.125em;
  height: .875em;
  display: block;
  content: "";
  position: absolute
}

.slicknav_menu .slicknav_no-text {
  margin: 0
}

.slicknav_menu .slicknav_icon-bar,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav li,
.slicknav_nav ul {
  display: block
}

.slicknav_menu:after,
.slicknav_menu:before {
  content: " ";
  display: table
}

.slicknav_menu:after {
  clear: both
}

.slicknav_nav .slicknav_arrow {
  font-size: .8em;
  margin: 0 0 0 .4em;
  float: right
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline
}

.slicknav_menu {
  font-size: 16px
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: 700;
  display: none
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: .875em
}

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #f7f7f7
}

.slicknav_nav a {
  text-decoration: none;
  font-size: 14px;
  color: #363e51;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 500
}

.slicknav_nav a:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  background: 0 0;
  border-radius: 0;
  color: #222
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0
}

.slicknav_brand {
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px
}

.mobile_menu {
  position: absolute;
  right: 10px;
  width: 96%;
  z-index: 9999999
}

.slicknav_menu {
  background: 0 0;
  margin: 0;
  padding: 0
}

.slicknav_icon-bar,
.slicknav_nav {
  background: #fff
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #363e51;
  height: 3px;
  margin: 5px 0;
  transition: .3s;
  width: 25px;
  position: relative
}

.slicknav_nav {
  float: right;
  margin-top: 0;
  padding: 0;
  width: 100%
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:hover .slicknav_arrow {
  border-radius: 0;
  color: #000
}

.slicknav_btn {
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  top: 5px;
  padding: 5px;
  right: 5px
}

.slicknav_menu .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  right: -5px;
  padding-bottom: 3px;
  position: absolute;
  top: -12px
}

.slicknav_nav li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

/*!
 * 
 * Super simple wysiwyg editor v0.8.18
 * https://summernote.org
 * 
 * 
 * Copyright 2013- Alan Hong. and other contributors
 * summernote may be freely distributed under the MIT license.
 * 
 * Date: 2020-05-20T18:09Z
 * 
 */
.note-btn-group,
.note-dropdown,
.note-editor,
.note-editor .note-editing-area,
.note-toolbar {
  position: relative
}

@font-face {
  font-family: summernote;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/summernote.eot);
  src: url(../fonts/summernote.eot?#iefix) format("embedded-opentype"), url(../fonts/summernote.woff2) format("woff2"), url(../fonts/summernote.woff) format("woff"), url(../fonts/summernote.ttf) format("truetype")
}

[class*=" note-icon"]:before,
[class^=note-icon]:before {
  display: inline-block;
  font-family: summernote;
  font-style: normal;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none
}

.note-icon-fw {
  text-align: center;
  width: 1.25em
}

.note-icon-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.note-icon-pull-left {
  float: left
}

.close,
.note-icon-pull-right,
.note-modal-footer .note-btn {
  float: right
}

.note-icon.note-icon-pull-left {
  margin-right: .3em
}

.note-icon.note-icon-pull-right {
  margin-left: .3em
}

.note-icon-align::before {
  content: ""
}

.note-icon-align-center::before {
  content: ""
}

.note-icon-align-indent::before {
  content: ""
}

.note-icon-align-justify::before {
  content: ""
}

.note-icon-align-left::before {
  content: ""
}

.note-icon-align-outdent::before {
  content: ""
}

.note-icon-align-right::before {
  content: ""
}

.note-icon-arrow-circle-down::before {
  content: ""
}

.note-icon-arrow-circle-left::before {
  content: ""
}

.note-icon-arrow-circle-right::before {
  content: ""
}

.note-icon-arrow-circle-up::before {
  content: ""
}

.note-icon-arrows-alt::before {
  content: ""
}

.note-icon-arrows-h::before {
  content: ""
}

.note-icon-arrows-v::before {
  content: ""
}

.note-icon-bold::before {
  content: ""
}

.note-icon-caret::before {
  content: ""
}

.note-icon-chain-broken::before {
  content: ""
}

.note-icon-circle::before {
  content: ""
}

.note-icon-close::before {
  content: ""
}

.note-icon-code::before {
  content: ""
}

.note-icon-col-after::before {
  content: ""
}

.note-icon-col-before::before {
  content: ""
}

.note-icon-col-remove::before {
  content: ""
}

.note-icon-eraser::before {
  content: ""
}

.note-icon-float-left::before {
  content: ""
}

.note-icon-float-none::before {
  content: ""
}

.note-icon-float-right::before {
  content: ""
}

.note-icon-font::before {
  content: ""
}

.note-icon-frame::before {
  content: ""
}

.note-icon-italic::before {
  content: ""
}

.note-icon-link::before {
  content: ""
}

.note-icon-magic::before {
  content: ""
}

.note-icon-menu-check::before {
  content: ""
}

.note-icon-minus::before {
  content: ""
}

.note-icon-orderedlist::before {
  content: ""
}

.note-icon-pencil::before {
  content: ""
}

.note-icon-picture::before {
  content: ""
}

.note-icon-question::before {
  content: ""
}

.note-icon-redo::before {
  content: ""
}

.note-icon-rollback::before {
  content: ""
}

.note-icon-row-above::before {
  content: ""
}

.note-icon-row-below::before {
  content: ""
}

.note-icon-row-remove::before {
  content: ""
}

.note-icon-special-character::before {
  content: ""
}

.note-icon-square::before {
  content: ""
}

.note-icon-strikethrough::before {
  content: ""
}

.note-icon-subscript::before {
  content: ""
}

.note-icon-summernote::before {
  content: ""
}

.note-icon-superscript::before {
  content: ""
}

.note-icon-table::before {
  content: ""
}

.note-icon-text-height::before {
  content: ""
}

.note-icon-trash::before {
  content: ""
}

.note-icon-underline::before {
  content: ""
}

.note-icon-undo::before {
  content: ""
}

.note-icon-unorderedlist::before {
  content: ""
}

.note-icon-video::before {
  content: ""
}

.note-frame {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-family: sans-serif;
  border-radius: 4px
}

.note-toolbar {
  padding: 10px 5px;
  border-bottom: 1px solid #e2e2e2;
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.note-btn-group {
  display: inline-block;
  margin-right: 8px
}

.note-btn-group>.note-btn-group,
.note-dropdown-menu>:last-child {
  margin-right: 0
}

.note-btn-group>.note-btn:first-child {
  margin-left: 0
}

.note-btn-group .note-btn+.note-btn,
.note-btn-group .note-btn+.note-btn-group,
.note-btn-group .note-btn-group+.note-btn,
.note-btn-group .note-btn-group+.note-btn-group,
.note-btn>span.note-icon-caret:first-child {
  margin-left: -1px
}

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

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

.note-btn-group.open .note-dropdown-menu,
.note-btn-group.open>.note-dropdown,
.note-dropdown-item,
.note-editor.note-airframe.codeview .note-editing-area .note-codable,
.note-editor.note-frame.codeview .note-editing-area .note-codable,
.note-modal .note-tab-content>.note-tab-pane:target,
.note-modal .note-tab-content>:last-child,
.note-modal-backdrop.open,
.note-modal.open,
.note-popover.in {
  display: block
}

.note-btn {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #dae0e5;
  white-space: nowrap;
  outline: 0;
  color: #333;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.note-btn.active,
.note-btn.focus,
.note-btn:active,
.note-btn:focus,
.note-btn:hover {
  outline: 0;
  color: #333;
  border: 1px solid #dae0e5;
  background-color: #ebebeb;
  text-decoration: none
}

.note-btn.disabled.focus,
.note-btn.disabled:focus,
.note-btn[disabled].focus,
.note-btn[disabled]:focus,
fieldset[disabled] .note-btn.focus,
fieldset[disabled] .note-btn:focus {
  background-color: #fff;
  border-color: #dae0e5
}

.note-btn.focus,
.note-btn:focus,
.note-btn:hover {
  border-radius: 1px
}

.note-btn.active,
.note-btn:active {
  background-image: none;
  border-radius: 1px;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.note-btn.disabled,
.note-btn[disabled],
fieldset[disabled] .note-btn {
  cursor: not-allowed;
  -webkit-opacity: 0.65;
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: .65;
  box-shadow: none
}

.note-btn>span.note-icon-caret:nth-child(2) {
  padding-left: 3px;
  margin-right: -5px
}

.note-btn-primary {
  background: #fa6362;
  color: #fff
}

.note-btn-primary.focus,
.note-btn-primary:focus,
.note-btn-primary:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #dae0e5;
  background-color: #fa6362;
  border-radius: 1px
}

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

.note-btn-block+.note-btn-block {
  margin-top: 5px
}

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

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

.close {
  font-size: 21px;
  line-height: 1;
  color: #000;
  opacity: .2
}

.close:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1
}

.note-color .dropdown-toggle {
  width: 30px;
  padding-left: 5px
}

.note-dropdown-menu {
  display: none;
  min-width: 100px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  text-align: left;
  background: padding-box #fff;
  border: 1px solid #e2e2e2;
  padding: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .06)
}

.note-modal .modal-dialog,
.note-modal-content {
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0
}

.note-dropdown-item:hover {
  background-color: #ebebeb
}

a.note-dropdown-item,
a.note-dropdown-item:hover {
  margin: 5px 0;
  color: #000;
  text-decoration: none
}

.note-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1050;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: none
}

.note-modal-content {
  position: relative;
  width: auto;
  margin: 30px 20px;
  border: 1px solid rgba(0, 0, 0, .2);
  background: #fff;
  border-radius: 5px
}

.note-modal-header {
  padding: 10px 20px;
  border: 1px solid #ededef
}

.note-modal-body {
  position: relative;
  padding: 20px 30px
}

.note-modal-body kbd {
  border-radius: 2px;
  background-color: #000;
  color: #fff;
  padding: 3px 5px;
  font-weight: 700;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.note-modal-footer {
  height: 40px;
  padding: 10px;
  text-align: center
}

.note-modal-footer a {
  color: #337ab7;
  text-decoration: none
}

.note-modal-footer a:focus,
.note-modal-footer a:hover {
  color: #23527c;
  text-decoration: underline
}

.note-modal-title {
  font-size: 20px;
  color: #42515f;
  margin: 0;
  line-height: 1.4
}

.note-modal-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1040;
  background: #000;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: .5;
  display: none
}

@media (min-width:768px) {
  .note-modal-content {
    width: 600px;
    margin: 30px auto
  }
}

@media (min-width:992px) {
  .note-modal-content-large {
    width: 900px
  }
}

.note-modal .note-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

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

.note-modal .note-nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

.note-modal .note-nav-link:focus,
.note-modal .note-nav-link:hover {
  color: #0056b3;
  text-decoration: none
}

.note-modal .note-nav-link.disabled {
  color: #868e96
}

.note-modal .note-nav-tabs {
  border-bottom: 1px solid #ddd
}

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

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

.note-modal .note-nav-tabs .note-nav-link:focus,
.note-modal .note-nav-tabs .note-nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd
}

.note-modal .note-nav-tabs .note-nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent
}

.note-modal .note-nav-tabs .note-nav-item.show .note-nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff
}

.note-modal .note-tab-content {
  margin: 15px auto
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-airframe.codeview .note-editing-area .note-editable,
.note-editor.note-airframe.fullscreen .note-resizebar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-frame.codeview .note-editing-area .note-editable,
.note-editor.note-frame.fullscreen .note-resizebar,
.note-modal .note-tab-content>.note-tab-pane,
.note-modal .note-tab-content>.note-tab-pane:target~.note-tab-pane:last-child,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none
}

.note-form-group {
  padding-bottom: 20px
}

.note-form-group:last-child {
  padding-bottom: 0
}

.note-form-label {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #42515f;
  margin-bottom: 10px;
  font-weight: 700
}

.note-input {
  width: 100%;
  display: block;
  border: 1px solid #ededef;
  background: #fff;
  outline: 0;
  padding: 6px 4px;
  font-size: 14px;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.note-popover,
.note-tooltip {
  font-size: 13px;
  position: absolute
}

.note-input::-webkit-input-placeholder {
  color: #eee
}

.note-input:-moz-placeholder {
  color: #eee
}

.note-input::-moz-placeholder {
  color: #eee
}

.note-input:-ms-input-placeholder {
  color: #eee
}

.note-tooltip {
  z-index: 1070;
  display: block;
  transition: opacity .15s;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0
}

.note-tooltip.in {
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: .9
}

.note-tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.note-tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.note-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.note-tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.note-tooltip.bottom .note-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.note-tooltip.top .note-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.note-tooltip.right .note-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.note-tooltip.left .note-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.note-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.note-tooltip-content {
  max-width: 200px;
  font-family: sans-serif;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000
}

.note-popover {
  z-index: 1060;
  font-family: sans-serif;
  display: none;
  background: #fff;
  border: 1px solid #ccc
}

.note-popover.top {
  margin-top: -10px;
  padding: 5px 0
}

.note-popover.right {
  margin-left: 10px;
  padding: 0 5px
}

.note-popover.bottom {
  margin-top: 10px;
  padding: 5px 0
}

.note-popover.left {
  margin-left: -10px;
  padding: 0 5px
}

.note-popover.bottom .note-popover-arrow {
  top: -11px;
  left: 20px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.note-popover.bottom .note-popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff
}

.note-popover.top .note-popover-arrow {
  bottom: -11px;
  left: 20px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, .25)
}

.note-popover.top .note-popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-bottom-width: 0;
  border-top-color: #fff
}

.note-popover.right .note-popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -10px;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, .25)
}

.note-popover.right .note-popover-arrow::after {
  left: 1px;
  margin-top: -10px;
  content: " ";
  border-left-width: 0;
  border-right-color: #fff
}

.note-popover.left .note-popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -10px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, .25)
}

.note-popover.left .note-popover-arrow::after {
  right: 1px;
  margin-top: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff
}

.note-popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 11px solid transparent
}

.note-popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  border: 10px solid transparent
}

.note-popover-content {
  padding: 3px 8px;
  color: #000;
  text-align: center;
  background-color: #fff;
  min-width: 100px;
  min-height: 30px
}

.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  color: #87cefa;
  background-color: #fff;
  opacity: .95
}

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: 700
}

.note-editor .note-dropzone.hover {
  color: #098ddf
}

.note-editor.dragover .note-dropzone {
  display: table
}

.note-editor .note-editing-area .note-editable {
  outline: 0
}

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super
}

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub
}

.note-editor .note-editing-area .note-editable img.note-float-left {
  margin-right: 10px
}

.note-editor .note-editing-area .note-editable img.note-float-right {
  margin-left: 10px
}

.note-editor.note-airframe,
.note-editor.note-frame {
  border: 1px solid #00000032
}

.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
  overflow: hidden
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  word-wrap: break-word
}

.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
  background-color: #8080801d
}

.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  outline: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 0
}

.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 1050
}

.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  height: 20px;
  margin-bottom: 0;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2
}

.note-editor.note-airframe .note-status-output:empty,
.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent
}

.note-editor.note-airframe .note-status-output .pull-right,
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important
}

.note-editor.note-airframe .note-status-output .text-muted,
.note-editor.note-frame .note-status-output .text-muted {
  color: #777
}

.note-editor.note-airframe .note-status-output .text-primary,
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090
}

.note-editor.note-airframe .note-status-output .text-success,
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d
}

.note-editor.note-airframe .note-status-output .text-info,
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f
}

.note-editor.note-airframe .note-status-output .text-warning,
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b
}

.note-editor.note-airframe .note-status-output .text-danger,
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442
}

.note-editor.note-airframe .note-status-output .alert,
.note-editor.note-frame .note-status-output .alert {
  margin: -7px 0 0;
  padding: 7px 10px 2px;
  border-radius: 0;
  color: #000;
  background-color: #f5f5f5
}

.note-editor.note-airframe .note-status-output .alert .note-icon,
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px
}

.note-editor.note-airframe .note-status-output .alert-success,
.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important
}

.note-editor.note-airframe .note-status-output .alert-info,
.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important
}

.note-editor.note-airframe .note-status-output .alert-warning,
.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important
}

.note-editor.note-airframe .note-status-output .alert-danger,
.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
  background-color: #8080801d;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #00000032
}

.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 9px;
  width: 100%;
  cursor: ns-resize
}

.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #00000032
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default
}

.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
  padding: 10px
}

.note-editor.note-airframe {
  border: 0
}

.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 0
}

.note-popover.popover {
  display: none;
  max-width: none
}

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle
}

.note-popover.popover .arrow {
  left: 20px !important
}

.note-editor .note-toolbar,
.note-popover .popover-content {
  margin: 0;
  padding: 0 0 5px 5px
}

.note-editor .note-toolbar>.note-btn-group,
.note-popover .popover-content>.note-btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px
}

.note-editor .note-toolbar .note-btn-group .note-table,
.note-popover .popover-content .note-btn-group .note-table {
  min-width: 0;
  padding: 5px
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC")
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC")
}

.note-editor .note-toolbar .note-style .dropdown-style blockquote,
.note-editor .note-toolbar .note-style .dropdown-style pre,
.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre {
  margin: 0;
  padding: 5px 10px
}

.note-editor .note-toolbar .note-style .dropdown-style h1,
.note-editor .note-toolbar .note-style .dropdown-style h2,
.note-editor .note-toolbar .note-style .dropdown-style h3,
.note-editor .note-toolbar .note-style .dropdown-style h4,
.note-editor .note-toolbar .note-style .dropdown-style h5,
.note-editor .note-toolbar .note-style .dropdown-style h6,
.note-editor .note-toolbar .note-style .dropdown-style p,
.note-popover .popover-content .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p {
  margin: 0;
  padding: 0
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
  min-width: 337px
}

.note-editor .note-toolbar .note-color .dropdown-toggle,
.note-popover .popover-content .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  cursor: pointer;
  width: 100%;
  border-radius: 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: #eee
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee
}

.note-editor .note-toolbar .note-para .note-dropdown-menu,
.note-popover .popover-content .note-para .note-dropdown-menu {
  min-width: 228px;
  padding: 5px
}

.note-editor .note-toolbar .note-para .note-dropdown-menu>div+div,
.note-popover .popover-content .note-para .note-dropdown-menu>div+div {
  margin-left: 5px
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
  min-width: 160px
}

.note-editor .note-toolbar .note-dropdown-menu.right,
.note-popover .popover-content .note-dropdown-menu.right {
  right: 0;
  left: auto
}

.note-editor .note-toolbar .note-dropdown-menu.right::before,
.note-popover .popover-content .note-dropdown-menu.right::before {
  right: 9px;
  left: auto !important
}

.note-editor .note-toolbar .note-dropdown-menu.right::after,
.note-popover .popover-content .note-dropdown-menu.right::after {
  right: 10px;
  left: auto !important
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a i,
.note-popover .popover-content .note-dropdown-menu.note-check a i {
  color: #00bfff;
  visibility: hidden
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
  visibility: visible
}

.note-editor .note-toolbar .note-fontsize-10,
.note-popover .popover-content .note-fontsize-10 {
  font-size: 10px
}

.note-editor .note-toolbar .note-color-palette,
.note-popover .popover-content .note-color-palette {
  line-height: 1
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn,
.note-popover .popover-content .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,
.note-popover .popover-content .note-color-palette div .note-color-btn:hover {
  transform: scale(1.2);
  transition: .2s
}

.note-modal .modal-dialog {
  border-radius: 5px
}

.note-modal .form-group {
  margin-left: 0;
  margin-right: 0
}

.note-editor .note-editing-area .note-editable figure,
.note-modal .note-modal-form {
  margin: 0
}

.note-modal .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  color: #d3d3d3;
  text-align: center;
  border: 4px dashed #d3d3d3;
  margin-bottom: 10px
}

.note-placeholder {
  position: absolute;
  display: none;
  color: gray
}

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000
}

.note-handle .note-control-selection>div {
  position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: .3
}

.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder,
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid #000
}

.note-handle .note-control-selection .note-control-sizing {
  background-color: #000
}

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none
}

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none
}

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none
}

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: none;
  border-left: none
}

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: .7
}

.note-hint-popover {
  min-width: 100px;
  padding: 2px
}

.note-hint-popover .popover-content {
  padding: 3px;
  max-height: 150px;
  overflow: auto
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
  cursor: pointer
}

.note-editor .note-editing-area .note-editable table {
  width: 100%;
  border-collapse: collapse
}

.note-editor .note-editing-area .note-editable table td,
.note-editor .note-editing-area .note-editable table th {
  border: 1px solid #ececec;
  padding: 5px 3px
}

.note-editor .note-editing-area .note-editable a {
  background-color: inherit;
  text-decoration: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #337ab7
}

.note-editor .note-editing-area .note-editable a:focus,
.note-editor .note-editing-area .note-editable a:hover {
  color: #23527c;
  text-decoration: underline;
  outline: 0
}

.note-modal .note-modal-body label {
  margin-bottom: 2px;
  padding: 2px 5px;
  display: inline-block
}

.note-modal .note-modal-body .help-list-item:hover {
  background-color: #e0e0e0
}

@-moz-document url-prefix() {
  .note-modal .note-image-input {
    height: auto
  }
}

.help-list-item label {
  margin-bottom: 5px;
  display: inline-block
}

.preloader {
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 9999;
  height: 200px;
  width: 200px;
  margin: 0 auto;

}

.preloader>h1 {
  position: absolute;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  left: 50%;
  top: 58%;
  color: var(--system_primery_color);
  margin-left: -20px;
}

.body {
  position: absolute;
  top: 50%;
  margin-left: -50px;
  left: 50%;
  animation: speeder 0.4s linear infinite;
}

.body>span {
  height: 5px;
  width: 35px;
  background: var(--system_primery_color);
  position: absolute;
  top: -19px;
  left: 60px;
  border-radius: 2px 10px 1px 0;
}

.base span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 100px solid var(--system_primery_color);
  border-bottom: 6px solid transparent;
}

.base span:before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: var(--system_primery_color);
  position: absolute;
  right: -110px;
  top: -16px;
}

.base span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 55px solid var(--system_primery_color);
  border-bottom: 16px solid transparent;
  top: -16px;
  right: -98px;
}

.face {
  position: absolute;
  height: 12px;
  width: 20px;
  background: var(--system_primery_color);
  border-radius: 20px 20px 0 0;
  transform: rotate(-40deg);
  right: -125px;
  top: -15px;
}

.face:after {
  content: "";
  height: 12px;
  width: 12px;
  background: var(--system_primery_color);
  right: 4px;
  top: 7px;
  position: absolute;
  transform: rotate(40deg);
  transform-origin: 50% 50%;
  border-radius: 0 0 0 2px;
}

.body>span>span:nth-child(1),
.body>span>span:nth-child(2),
.body>span>span:nth-child(3),
.body>span>span:nth-child(4) {
  width: 30px;
  height: 1px;
  background: var(--system_primery_color);
  position: absolute;
  animation: fazer1 0.2s linear infinite;
}

.body>span>span:nth-child(2) {
  top: 3px;
  animation: fazer2 0.4s linear infinite;
}

.body>span>span:nth-child(3) {
  top: 1px;
  animation: fazer3 0.4s linear infinite;
  animation-delay: -1s;
}

.body>span>span:nth-child(4) {
  top: 4px;
  animation: fazer4 1s linear infinite;
  animation-delay: -1s;
}

@keyframes fazer1 {
  0% {
    left: 0;
  }

  100% {
    left: -80px;
    opacity: 0;
  }
}

@keyframes fazer2 {
  0% {
    left: 0;
  }

  100% {
    left: -100px;
    opacity: 0;
  }
}

@keyframes fazer3 {
  0% {
    left: 0;
  }

  100% {
    left: -50px;
    opacity: 0;
  }
}

@keyframes fazer4 {
  0% {
    left: 0;
  }

  100% {
    left: -150px;
    opacity: 0;
  }
}

@keyframes speeder {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }

  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }

  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.longfazers {
  position: absolute;
  width: 100%;
  height: 100%;
}

.longfazers span {
  position: absolute;
  height: 2px;
  width: 20%;
  background: var(--system_primery_color);
}

.longfazers span:nth-child(1) {
  top: 20%;
  animation: lf 0.6s linear infinite;
  animation-delay: -5s;
}

.longfazers span:nth-child(2) {
  top: 40%;
  animation: lf2 0.8s linear infinite;
  animation-delay: -1s;
}

.longfazers span:nth-child(3) {
  top: 60%;
  animation: lf3 0.6s linear infinite;
}

.longfazers span:nth-child(4) {
  top: 80%;
  animation: lf4 0.5s linear infinite;
  animation-delay: -3s;
}

@keyframes lf {
  0% {
    left: 200%;
  }

  100% {
    left: -200%;
    opacity: 0;
  }
}

@keyframes lf2 {
  0% {
    left: 200%;
  }

  100% {
    left: -200%;
    opacity: 0;
  }
}

@keyframes lf3 {
  0% {
    left: 200%;
  }

  100% {
    left: -100%;
    opacity: 0;
  }
}

@keyframes lf4 {
  0% {
    left: 200%;
  }

  100% {
    left: -100%;
    opacity: 0;
  }
}


/*new*/

.circle {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: rotate 2.5s linear infinite;
}

/* ==== Animation 1 ====  */
.circle1 {
  box-shadow: 0px 5px 5px 3px #0496ff, 0px -5px 5px 3px #ff0000,
    -5px 0px 5px 3px #a1ff0a, 5px 0px 5px 3px #f8ffe5;
}

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

/* ==== Animation 2 ====  */
.circle2 {
  box-shadow: 0px 5px 5px 3px #0496ff;
}

/* ==== Animation 3 ====  */
.circle3 {
  position: absolute;
  border-radius: 50%;
}

.c31 {
  border-left: 5px solid #ffb703;
}

.c32 {
  border-right: 5px solid #d00000;
}

/* ==== Animation 4 ====  */
.circle4 {
  position: absolute;
  border-radius: 50%;
}

.c41 {
  border-left: 5px solid #3a86ff;
}

.c42 {
  border-right: 5px solid #ff006e;
}

.c43 {
  border-top: 5px solid #fb5607;
}

.c44 {
  border-bottom: 5px solid #80ffdb;
}

/* ==== Animation 5 ====  */
.circle5 {
  position: absolute;
  animation: color5 1s linear infinite, rotate 2.5s linear infinite;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@keyframes color5 {
  0% {
    border: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }

  25% {
    border: 5px solid #ffd166;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }

  50% {
    border: 5px solid #06d6a0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }

  75% {
    border: 5px solid #118ab2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }

  100% {
    border: 5px solid #fb5607;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
}

/* ==== Animation 6 ==== */

.circle6 {
  position: absolute;
  border-radius: 50%;
}

.c61 {
  border-left: 15px solid #3a86ff;
  background: #000;
  border-right: 15px solid #000;
  border-top: 15px solid #000;
  border-bottom: 15px solid #000;
}

.c62 {
  border-right: 15px solid #ff006e;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

.c63 {
  border-right: 15px solid transparent;
  border-top: 15px solid #fb5607;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

.c64 {
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid #80ffdb;
}

.c65 {
  position: absolute;
  animation: colorUp 2s ease infinite;
}

@keyframes colorUp {
  0% {
    width: 0px;
    height: 0px;
    background: #fff;
  }

  15% {
    width: 50px;
    height: 50px;
    background: #ff006e;
  }

  25% {
    width: 0px;
    height: 0px;
    background: #fff;
  }

  40% {
    width: 50px;
    height: 50px;
    background: #fb5607;
  }

  50% {
    width: 0px;
    height: 0px;
    background: #fff;
  }

  65% {
    width: 50px;
    height: 50px;
    background: #80ffdb;
  }

  75% {
    width: 0px;
    height: 0px;
    background: #fff;
  }

  90% {
    width: 50px;
    height: 50px;
    background: #3a86ff;
  }
}

/* ==== Animation 7 ==== */
.circle7 {
  position: absolute;
  border-radius: 50%;
}

.c71 {
  border: 5px solid #3a86ff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.c72 {
  width: 80px;
  height: 80px;
  border: 5px solid #ff006e;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.c73 {
  width: 60px;
  height: 60px;
  border: 5px solid #fb5607;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

.c74 {
  width: 40px;
  height: 40px;
  border: 5px solid #80ffdb;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

.c75 {
  width: 20px;
  height: 20px;
  border: 5px solid #ffbe0b;
}

/* ==== Animation 8 ==== */
.circle8 {
  position: absolute;
  border-radius: 50%;
}

.c81 {
  border: 5px solid #3a86ff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  animation: 2s ease rotate2 infinite;
}

.c82 {
  width: 80px;
  height: 80px;
  border: 5px solid #ff006e;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  animation: 2s 200ms ease rotate2 infinite;
}

.c83 {
  width: 60px;
  height: 60px;
  border: 5px solid #fb5607;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  animation: 2s 500ms ease rotate2 infinite;
}

.c84 {
  width: 40px;
  height: 40px;
  border: 5px solid #80ffdb;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  animation: 2s 1s ease rotate2 infinite;
}

.c85 {
  width: 20px;
  height: 20px;
  border: 5px solid #ffbe0b;
}

@keyframes rotate2 {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }
}

/* ==== Animation 9 ==== */
.circle9 {
  position: absolute;
  border-radius: 50%;
}

.c91 {
  border: 5px solid #3a86ff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.c92 {
  width: 80px;
  height: 80px;
  border: 5px solid #ff006e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  animation: rotate2 2.5s linear infinite;
}

.c93 {
  width: 60px;
  height: 60px;
  border: 5px solid #fb5607;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

.c94 {
  width: 40px;
  height: 40px;
  border: 5px solid #80ffdb;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  animation: rotate2 2.5s linear infinite;
}

.c95 {
  width: 20px;
  height: 20px;
  background: #ffbe0b;
}

@keyframes rotate2 {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }
}

/* ==== Animation 10 ==== */
.circle10 {
  position: absolute;
  border-radius: 50%;
  border: 5px solid transparent;
  border-left: 5px solid #3a86ff;
}

.c102 {
  width: 80px;
  height: 80px;
  border-left: 5px solid #ff006e;
}

.c103 {
  width: 60px;
  height: 60px;
  border-left: 5px solid #fb5607;
}

.c104 {
  width: 40px;
  height: 40px;
  border-left: 5px solid #80ffdb;
}

.c105 {
  width: 20px;
  height: 20px;
  border-left: 5px solid #ffbe0b;
}

/* ==== Animation 11 ==== */
.circle11 {
  position: absolute;
  border-radius: 50%;
  animation-direction: reverse;
  border: 5px solid #3a86ff;
  border-left: 5px solid transparent;
}

.c112 {
  width: 80px;
  height: 80px;
  border: 5px solid #ff006e;
  border-left: 5px solid transparent;
}

.c113 {
  width: 60px;
  height: 60px;
  border: 5px solid #fb5607;
  border-left: 5px solid transparent;
}

.c114 {
  width: 40px;
  height: 40px;
  border: 5px solid #80ffdb;
  border-left: 5px solid transparent;
}

.c115 {
  width: 20px;
  height: 20px;
  border: 5px solid #ffbe0b;
  border-left: 5px solid transparent;
}

/* ==== Animation 12 ==== */
.circle12 {
  position: absolute;
  border-radius: 50%;
}

.c121 {
  border: 5px solid #3a86ff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.c122 {
  width: 80px;
  height: 80px;
  border: 5px solid #ff006e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.c123 {
  width: 60px;
  height: 60px;
  border: 5px solid #fb5607;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

.c124 {
  width: 40px;
  height: 40px;
  border: 5px solid #80ffdb;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.c125 {
  width: 20px;
  height: 20px;
  background: #ffbe0b;
}

/* ==== Animation 12 ==== */
.circle12 {
  position: absolute;
  border-radius: 50%;
}

.c121 {
  border: 5px solid #3a86ff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.c122 {
  width: 80px;
  height: 80px;
  border: 5px solid #ff006e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.c123 {
  width: 60px;
  height: 60px;
  border: 5px solid #fb5607;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

.c124 {
  width: 40px;
  height: 40px;
  border: 5px solid #80ffdb;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.c125 {
  width: 20px;
  height: 20px;
  background: #ffbe0b;
}

/* ==== Animation 13 ==== */
.circle13 {
  position: absolute;
  border-radius: 50%;
  animation: fillUp 500ms cubic-bezier(0, 1.18, 1, -0.23) infinite alternate,
    rotateFast 1s linear infinite;
}

.c131 {
  border-top: 5px solid #ffbe0b;
}

@keyframes fillUp {
  0% {
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
  }

  25% {
    border-bottom: 10px solid #ffbe0b;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
  }

  50% {
    border-bottom: 10px solid #ffbe0b;
    border-left: 10px solid #fb5607;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
  }

  75% {
    border-bottom: 10px solid #ffbe0b;
    border-left: 10px solid #fb5607;
    border-top: 10px solid #ff006e;
    border-right: 10px solid transparent;
  }

  100% {
    border-bottom: 10px solid #ffbe0b;
    border-left: 10px solid #fb5607;
    border-top: 10px solid #ff006e;
    border-right: 10px solid #00f5d4;
  }
}

@keyframes rotateFast {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ==== Animation 14 ==== */
.wrapper {
  position: relative;
}

.circle14 {
  margin: 50px auto;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(to right,
      #ffbe0b 10%,
      rgba(255, 255, 255, 0) 42%);
  animation: effect14 1.4s infinite linear;
  transform: translateZ(0);
}

.circle14:before,
.circle14:after {
  width: 50%;
  height: 50%;
  content: "";
  background: #ffbe0b;
  border-radius: 100% 0 0 0;
  position: absolute;
}

.circle14:before {
  top: 0;
  left: 0;
}

.circle14:after {
  background: #000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  margin: auto;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}

@keyframes effect14 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

/* ==== Animation 15 ==== */

.circle15 {
  position: relative;
  width: 100px;
  height: 100px;
  transform: translateZ(0);
  border-radius: 50%;
  box-shadow: inset 0 0 0 25px #ff006e;
}

.circle15:before,
.circle15:after {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 50%;
  height: 100%;
}

.circle15:before {
  top: 0;
  left: 0;
  background: #000;
  border-radius: 100px 0 0 100px;
  transform-origin: center right;
  animation: effect15 2s infinite ease 1.5s;
}

.circle15:after {
  top: 0;
  right: 0;
  background: #000;
  border-radius: 0 100px 100px 0;
  transform-origin: center left;
  animation: effect15 2s infinite ease;
}

@keyframes effect15 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*two*/


.dot {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.dot:last-child {
  margin-right: 0px;
}

/* Style 1 Starts */

.dot1 {
  width: 30px;
  height: 30px;
  background-color: #000;
}

.d11 {
  animation: diagonalSlice 2s ease infinite;
}

.d12 {
  animation: diagonalSlice 2s 300ms ease infinite;
}

.d13 {
  animation: diagonalSlice 2s 600ms ease infinite;
}

@keyframes diagonalSlice {

  0%,
  100% {
    transform: translateZ(-800px) rotate3d(1, 1, 0, 90deg);
    opacity: 0;
  }

  35% {
    transform: translateZ(-160px) rotate3d(1, 1, 0, 87deg) translateX(100px);
    opacity: 1;
  }

  70% {
    transform: translateZ(0) rotate3d(1, 1, 0, 0);
  }
}

/* Style 1 Ends */

/* Style 2 Starts */
.wrapper2 {
  perspective: 1000px;
}

.dot2 {
  width: 30px;
  height: 30px;
  background-color: #fff;
}

.d21 {
  animation: rollInOut 3s 500ms ease infinite;
}

.d22 {
  animation: rollInOut 3s 1s ease infinite;
}

.d23 {
  animation: rollInOut 3s 1.5s ease infinite;
}

@keyframes rollInOut {
  0% {
    transform: translateX(-100px) scale(0);
  }

  30%,
  70% {
    transform: translateX(0) scale(1);
    background: #e76f51;
  }

  100% {
    transform: translateX(100px) scale(0);
  }
}

/* Style 2 Ends */

/* Style 3 Starts */
.wrapper3 {
  perspective: 1000px;
  position: relative;
}

.dot3 {
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: #fcbf49;
  transform-origin: top right;
  animation: rotate-1 3s ease infinite;
}

.dot31 {
  animation-direction: reverse;
  background: #d62828;
  width: 40px;
  height: 40px;
}

@keyframes rotate-1 {

  0%,
  10%,
  90%,
  100% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(520deg) scale(0);
  }
}

/* Style 3 Ends */

/* Style 4 Starts */
.wrapper4 {
  position: relative;
}

.dot4 {
  margin: 0;
  width: 50px;
  height: 50px;
  background-color: #fcbf49;
  transform-origin: top right;
  animation: dotLeft 3s ease infinite;
}

.dot41 {
  animation: dotRight 3s ease infinite;
  background: #6930c3;
}

@keyframes dotLeft {

  0%,
  100% {
    transform: rotateY(0);
    transform-origin: left;
  }

  50% {
    transform: rotateY(-70deg);
    transform-origin: left;
  }
}

@keyframes dotRight {

  0%,
  100% {
    transform: rotateY(-70deg);
    transform-origin: right;
  }

  50% {
    transform: rotateY(0deg);
    transform-origin: right;
  }
}

/* Style 4 Ends */

/* Style 5 Starts */
.wrapper5 {
  width: 100px;
  position: relative;
}

.dot5 {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-color: #fcbf49;
  animation: dotMove 400ms linear infinite;
}

.dot50 {
  position: absolute;
  left: 0;
  animation: dotScale 400ms linear infinite;
}

.dot53 {
  right: 0;
  animation: dotScale 400ms linear infinite reverse;
}

@keyframes dotScale {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes dotMove {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(40px);
  }
}

/* Style 5 Ends */

/* Style 6 Starts */
.wrapper6 {
  position: relative;
}

.dot6 {
  margin: 0;
  position: absolute;
}

.dot60 {
  width: 100px;
  height: 100px;
  background-color: #fcbf49;
  z-index: 1;
  animation: expand 3s ease infinite;
}

.dot61 {
  width: 70px;
  height: 70px;
  background: #f77f00;
  z-index: 5;
  animation: expand 3s 300ms ease infinite;
}

.dot62 {
  width: 40px;
  height: 40px;
  background: #d62828;
  z-index: 10;
  animation: expand 3s 600ms ease infinite;
}

@keyframes expand {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

/* Style 6 Ends */

/* Style 7 Starts */
.wrapper7 {
  position: relative;
}

.dot7 {
  margin: 0;
  position: absolute;
}

.dot70 {
  width: 100px;
  height: 100px;
  background-color: #ffc300;
  z-index: 1;
}

.dot71 {
  width: 90px;
  height: 90px;
  background: #fff;
  z-index: 5;
  animation: expand7 3s linear infinite;
}

.dot72 {
  width: 60px;
  height: 60px;
  background: #ffc300;
  z-index: 10;
  animation: expand71 3s 500ms ease infinite;
}

.dot73 {
  width: 40px;
  height: 40px;
  background: #fff;
  z-index: 15;
  animation: expand71 3s 200ms ease infinite;
}

@keyframes expand7 {

  0%,
  100% {
    transform: scale(0.6);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes expand71 {

  0%,
  100% {
    transform: scale(0.4);
  }

  50% {
    transform: scale(1);
  }
}

/* Style 7 Ends */

/* Style 8 Starts */
.wrapper8 {
  width: 200px;
  height: 100px;
  position: relative;
  perspective: 20px;
}

.dot8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ff006e;
  animation: moveDot 2s ease infinite;
}

.dot81 {
  background-color: #ffd60a;
  animation: moveDot 2s 200ms ease infinite;
}

.dot82 {
  background-color: #8338ec;
  animation: moveDot 2s 400ms ease infinite;
}

@keyframes moveDot {

  0%,
  100% {
    left: 0px;
    top: 0;
  }

  30% {
    top: 100%;
    left: calc(50% - 10px);
  }

  60% {
    top: 0;
    left: calc(100% - 10px);
  }
}

/* Style 8 Ends */

/* Style 9 Starts */
.wrapper9 {
  width: 200px;
  height: 200px;
  position: relative;
  perspective: 20px;
}

.dot9 {
  width: 30px;
  height: 30px;
  background-color: #ff006e;
  animation: effect9 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.dot91 {
  background-color: #8338ec;
  animation: effect9 2s 400ms cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.dot92 {
  background-color: #ffbe0b;
  animation: effect9 2s 600ms cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.dot93 {
  background-color: #3a86ff;
  animation: effect9 2s 800ms cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@keyframes effect9 {

  0%,
  100% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }
}

.loader0 {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
  /* background: linear-gradient(red,white,gray); */
  animation: animate 0.8s linear infinite;
  z-index: 10000;
  margin-left: 10px;
  margin-top: 10px;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader0_div {
  height: 125px;
  width: 125px;
  position: relative;
}

.loader0 span {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
  animation: animate 0.8s linear infinite;
  top: 0;
  right: 0;
}

.loader0 span:nth-child(1) {
  filter: blur(5px);
}

.loader0 span:nth-child(2) {
  filter: blur(10px);
}

.loader0 span:nth-child(3) {
  filter: blur(25px);
}

.loader0 span:nth-child(4) {
  filter: blur(50px);
}

.loader0:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  border-radius: 50%;

  background-size: cover;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container>div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container>div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container>.toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container>.toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container>.toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container>.toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center>div,
#toast-container.toast-bottom-center>div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width>div,
#toast-container.toast-bottom-full-width>div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container>div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*------------------------------------------------------------------
[Master Stylesheet] - [Table of contents]

 1. Theme default css
 2. Header styles [header 1 - header10 ]
 3. Mobile Menu
 4 . predefine
 5. contact
 6. bradcam
 7 footer [footer - footer10]
 8. banner
 9. category
 10. new_arrival
 11. deal
 12. processing
 13. brand
 14. blog
 15. products
 16. cart
 17. product_details
 18. checkout
 19. about
 20. team
 21. blog_details
 22. career
 23. career_details
 24. faq
 25. my_account
 26. my_order
 27. order_details
 28.billing_address
 29. accoubnt_info
 30. login
 31. apply job
 32. newsletter
 33. email template
 34. product_view
 35. product
 36. video
 37. insta
 38. tesmonials
 39.home common [home2_common - home10_common]
 40. blog_page
 41. lookbook
 42. payment
 43. furniture_careers


------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                1.theme default css                         */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* --------------------------- other common color::start --------------------------- */
/* --------------------------- other common color::end --------------------------- */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* 1. Theme default css */
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd/CircularStd-BlackItalic.woff2") format("woff2"), url("../fonts/CircularStd/CircularStd-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd/CircularStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd/CircularStd-Black.woff2") format("woff2"), url("../fonts/CircularStd/CircularStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd/CircularStd-BoldItalic.woff2") format("woff2"), url("../fonts/CircularStd/CircularStd-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std Book";
  src: url("../fonts/CircularStd/CircularStd-BookItalic.woff2") format("woff2"), url("../fonts/CircularStd/CircularStd-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd/CircularSpotifyText-LightItalic.woff2") format("woff2"), url("../fonts/CircularStd/CircularSpotifyText-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std Book";
  src: url("../fonts/CircularStd/CircularStd-Book.woff2") format("woff2"), url("../fonts/CircularStd/CircularStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd/CircularStd-Medium.woff2") format("woff2"), url("../fonts/CircularStd/CircularStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd/CircularSpotifyText-Light.woff2") format("woff2"), url("../fonts/CircularStd/CircularSpotifyText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd/CircularStd-MediumItalic.woff2") format("woff2"), url("../fonts/CircularStd/CircularStd-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* -------------------------------------------------------------------------- */
/*                                Google fonts                                */
/* -------------------------------------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Circular Std Book";
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text_color);
  background-color: var(--background_color);
  overflow-x: hidden;
}

.img {
  max-width: 100%;
  transition: 0.3s;
}

a {
  text-decoration: none;
}

a,
.button,
button {
  transition: 0.3s;
}

a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

input:focus,
button:focus {
  outline: none;
}

a,
button {
  outline: medium none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Circular Std Book";
  color: var(--text_color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h4 {
  font-size: 20px;
  line-height: 25px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #687083;
  margin-bottom: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* button style */
.owl-carousel .owl-nav {
  position: absolute;
  right: 20px;
  top: -45px;
  display: flex;
  grid-gap: 5px;
}

@media (max-width: 767.98px) {
  .owl-carousel .owl-nav {
    right: 0px;
  }
}

.owl-carousel .owl-nav div {
  --owl-div: 36px;
  height: var(--owl-div);
  width: var(--owl-div);
  transition: all 0.3s ease 0s;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  background: var(--base_color);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .owl-carousel .owl-nav div {
    --owl-div: 32px;
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .owl-carousel .owl-nav div.owl-next {
    margin-left: 5px;
  }
}

.owl-carousel .owl-nav div.owl-prev {
  right: 40px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: var(--text_color);
  border-color: var(--text_color);
}

.mb-85 {
  margin-bottom: 85px;
}

@media (max-width: 575.98px) {
  .mb-85 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mb-85 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .mb-85 {
    margin-bottom: 40px;
  }
}

.mb-65 {
  margin-bottom: 65px;
}

@media (max-width: 575.98px) {
  .mb-65 {
    margin-bottom: 20px;
  }
}

.mt-80 {
  margin-top: 80px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_13 {
  margin-bottom: 13px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_21 {
  margin-bottom: 21px;
}

.mb_23 {
  margin-bottom: 23px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_28 {
  margin-bottom: 28px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_37 {
  margin-bottom: 37px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_52 {
  margin-bottom: 52px;
}

.mb_53 {
  margin-bottom: 53px;
}

.mb_55 {
  margin-bottom: 55px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_65 {
  margin-bottom: 65px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_76 {
  margin-bottom: 76px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.mb_27 {
  margin-bottom: 27px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_50 {
  margin-right: 50px;
}

.mr_10 {
  margin-right: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_11 {
  padding-bottom: 11px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_25 {
  padding-bottom: 25px;
}

.padding25 {
  padding: 25px;
}

.pt_70 {
  padding-top: 70px;
}

@media (max-width: 767.98px) {
  .pt_70 {
    padding-top: 30px;
  }
}

.xl_mb_60 {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .xl_mb_60 {
    margin-bottom: 60px;
  }
}

.max_450px {
  max-width: 450px;
}

/* -------------------------------------------------------------------------- */
/*                                  BG COLORS                                 */
/* -------------------------------------------------------------------------- */
.gray_color_1 {
  background: #fcfdfd;
}

#back-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  z-index: 9999999;
  display: none;
}

#back-top a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  color: #fff;
  background: var(--base_color);
  font-size: 15px;
  border-radius: 30px;
  transition: 0.3s;
  box-shadow: 0px 10px 20px 0px var(--base_color_30);
}

/* -------------------------------------------------------------------------- */
/*                                 LINE_HEIGHT                                */
/* -------------------------------------------------------------------------- */
.lineHeight1 {
  line-height: 1.71;
}

/*/ loader /*/
.preloader h3 {
  position: relative;
  font-size: 10vw;
  color: transparent;
  -webkit-text-stroke: 0.2vw #687083;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 0;
}

.preloader h3::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: var(--base_color);
  -webkit-text-stroke: 0.2vw var(--base_color) !important;
  border-right: 3px solid var(--base_color);
  overflow: hidden;
  animation: typeload 6s linear infinite;
  z-index: 9;
}

@keyframes typeload {

  0%,
  20%,
  100% {
    width: 0;
  }

  70%,
  90% {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .col-12 {
    position: relative;
  }
}

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

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

.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

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

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

.section_spacing {
  padding: 55px 0 20px 0;
}

@media (max-width: 767.98px) {
  .section_spacing {
    padding: 55px 0 20px 0;
  }
}

.section_spacing2 {
  padding: 30px 0 60px 0;
}

@media (max-width: 767.98px) {
  .section_spacing2 {
    padding: 25px 0 25px 0;
  }
}

.section_spacing3 {
  padding: 55px 0 30px 0;
}

@media (max-width: 767.98px) {
  .section_spacing3 {
    padding: 35px 0 30px 0;
  }
}

.section_spacing4 {
  padding: 5px 0 53px 0;
}

@media (max-width: 767.98px) {
  .section_spacing4 {
    padding: 5px 0 53px 0;
  }
}

.section_spacing6 {
  padding: 100px 0 70px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section_spacing6 {
    padding: 60px 0px 40px 0px;
  }
}

@media (max-width: 767.98px) {
  .section_spacing6 {
    padding: 50px 0 40px 0;
  }
}

.section_spacing7 {
  padding: 95px 0 70px 0;
}

@media (max-width: 767.98px) {
  .section_spacing7 {
    padding: 70px 0 40px 0;
  }
}

.pt_120 {
  padding-top: 120px;
}

@media (max-width: 767.98px) {
  .pt_120 {
    padding-top: 70px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}

@media (max-width: 767.98px) {
  .pb_120 {
    padding-bottom: 70px;
  }
}

.pt_110 {
  padding-top: 110px;
}

@media (max-width: 767.98px) {
  .pt_110 {
    padding-top: 70px;
  }
}

.pt_113 {
  padding-top: 113px;
}

@media (max-width: 767.98px) {
  .pt_113 {
    padding-top: 73px;
  }
}

.pb_110 {
  padding-bottom: 110px;
}

@media (max-width: 767.98px) {
  .pb_110 {
    padding-bottom: 70px;
  }
}

.pb_113 {
  padding-bottom: 113px;
}

@media (max-width: 767.98px) {
  .pb_113 {
    padding-bottom: 73px;
  }
}

.pt_100 {
  padding-top: 100px;
}

@media (max-width: 767.98px) {
  .pt_100 {
    padding-top: 70px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  .pb_100 {
    padding-bottom: 70px;
  }
}

.pt_90 {
  padding-top: 90px;
}

@media (max-width: 767.98px) {
  .pt_90 {
    padding-top: 40px;
  }
}

.pt_97 {
  padding-top: 97px;
}

@media (max-width: 767.98px) {
  .pt_97 {
    padding-top: 67px;
  }
}

.pt_70 {
  padding-top: 70px;
}

@media (max-width: 767.98px) {
  .pt_70 {
    padding-top: 40px;
  }
}

.pb_90 {
  padding-bottom: 90px;
}

@media (max-width: 767.98px) {
  .pb_90 {
    padding-bottom: 40px;
  }
}

.pb_85 {
  padding-bottom: 85px;
}

@media (max-width: 767.98px) {
  .pb_85 {
    padding-bottom: 35px;
  }
}

.owl-dots {
  display: flex;
  justify-content: center;
}

.owl-dots .owl-dot {
  margin: 0 5px;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background: #d9e3e3;
  display: inline-block;
  transition: 0.3s;
}

.owl-dots .owl-dot span:hover {
  transform: scale(1.2);
}

.owl-dots .owl-dot.active span {
  width: 30px;
}

.amazy_full_height {
  height: calc(100% - 25px);
}

.font_10 {
  font-size: 10px;
}

.font_12 {
  font-size: 12px !important;
}

.font_14 {
  font-size: 14px !important;
}

.font_15 {
  font-size: 15px;
}

.font_16 {
  font-size: 16px;
}

.font_18 {
  font-size: 18px;
}

.font_20 {
  font-size: 20px;
}

.font_22 {
  font-size: 22px;
}

.font_25 {
  font-size: 25px;
}

.font_24 {
  font-size: 24px;
}

.font_30 {
  font-size: 30px;
  line-height: 45px;
}

@media (max-width: 767.98px) {
  .font_30 {
    font-size: 25px;
    line-height: 35px;
  }
}

.font_40 {
  font-size: 40px;
  line-height: 55px;
}

@media (max-width: 767.98px) {
  .font_40 {
    font-size: 25px;
    line-height: 35px;
  }
}

.font_45 {
  font-size: 45px;
}

.font_50 {
  font-size: 50px;
}

.font_60 {
  font-size: 60px;
}

.font_70 {
  font-size: 70px;
}

.font_80 {
  font-size: 80px;
}

.f_w_300 {
  font-weight: 300 !important;
}

.f_w_400 {
  font-weight: 400 !important;
}

.f_w_500 {
  font-weight: 500 !important;
}

.f_w_600 {
  font-weight: 600 !important;
}

.f_w_700 {
  font-weight: 700 !important;
}

.dot_devide {
  display: inline-block !important;
}

.priamry_text {
  color: var(--text_color);
}

.secondary_text {
  color: var(--base_color) !important;
}

.theme_hover {
  transition: 0.3s;
}

.theme_hover:hover {
  color: var(--base_color) !important;
}

.mute_text {
  color: #687083;
}

.font_1 {
  font-family: "Circular Std Book";
}

.font_2 {
  font-family: "Circular Std Book";
}

.theme_search_field {
  background: transparent;
  height: 50px;
  border-radius: 5px;
  width: 400px;
  border: 1px solid var(--border_color);
}

.theme_search_field button {
  font-size: 18px;
  color: #ff1c5e;
  padding: 0 0 0 20px;
  line-height: 100%;
  box-shadow: none !important;
  height: 50px;
}

.theme_search_field button:hover {
  color: #ff1c5e;
}

.theme_search_field input {
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  font-family: "Circular Std Book";
  border: 0;
  background: transparent !important;
  height: 50px;
  padding: 0px 15px 0px 10px;
  box-shadow: none !important;
  line-height: 50px;
}

.theme_search_field input::-moz-placeholder {
  color: #687083;
}

.theme_search_field input::placeholder {
  color: #687083;
}

.theme_search_field.large_search_field {
  width: 500px;
  height: 60px;
}

.theme_search_field.large_search_field button {
  padding-left: 30px;
}

.theme_search_field.large_search_field input {
  height: 60px;
  line-height: 60px;
}

.header_search_field {
  background: #f9f9fd;
  height: 50px;
  border-radius: 5px;
  width: 200px;
  margin-left: 30px;
  border: 1px solid var(--border_color);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header_search_field {
    width: 195px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header_search_field {
    width: 350px;
  }
}

.header_search_field button {
  font-size: 18px;
  color: var(--base_color);
  padding: 0 0 0 20px;
  line-height: 100%;
  box-shadow: none !important;
  height: 50px;
}

.header_search_field button:hover {
  color: var(--base_color);
}

.header_search_field input {
  font-size: 14px;
  font-weight: 400;
  font-family: "Circular Std Book";
  border: 0;
  background: transparent !important;
  height: 50px;
  padding: 0px 15px 0px 10px;
  box-shadow: none !important;
  line-height: 50px;
  color: var(--text_color);
}

.header_search_field input::-moz-placeholder {
  color: #687083;
}

.header_search_field input::placeholder {
  color: #687083;
}

.header_search_field.large_search_field {
  width: 500px;
  height: 60px;
}

.header_search_field.large_search_field button {
  padding-left: 30px;
}

.header_search_field.large_search_field input {
  height: 60px;
  line-height: 60px;
}

.nice-select .list {
  background-color: #fff;
  color: #d1d1d1;
  z-index: 80;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  border-radius: 5px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
  line-height: 32px;
  padding: 10px 0px;
  border: 0;
}

.nice-select .list li.option {
  visibility: visible;
  line-height: 32px;
  background: #fff;
  font-size: 15px;
  min-height: 32px;
}

.nice-select .list li.option:hover,
.nice-select .list li.option.selected,
.nice-select .list li.option.focus,
.nice-select .list li.option.selected.focus {
  color: #00124e;
  background: #fff;
}

.small_select {
  border: solid 1px #e9e7f7 !important;
  height: 35px;
  min-width: 180px;
  line-height: 34px;
  padding-left: 20px;
}

.small_select::after {
  right: 22px;
  top: 6px;
  color: #687083;
  font-size: 10px;
}

.small_select .current {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  line-height: 30px;
}

.small_select .list {
  width: 100%;
}

.small_select .list .option {
  font-size: 14px;
  font-weight: 500;
}

.theme_select {
  border: solid 1px #e1e2e6 !important;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  padding-left: 30px;
}

.theme_select.style2 {
  padding-left: 20px;
  border: 1px solid #e3e6ef !important;
  border-radius: 0px;
}

.theme_select.style2.open::after {
  content: "\e622";
}

.theme_select.style2::after {
  content: "\e61a";
  right: 25px;
}

.theme_select.style2 .current {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 400;
  color: #687083;
}

.theme_select.select_transparent {
  background: transparent !important;
}

.theme_select::after {
  right: 33px;
  top: 6px;
  color: #687083;
  font-size: 12px;
}

.theme_select .current {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  line-height: 50px;
}

.theme_select .list {
  width: 100%;
}

.theme_select .list .option {
  font-size: 14px;
  font-weight: 400;
}

.nowrap {
  white-space: nowrap;
}

.pagination_lists {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.pagination_lists li:not(:last-child) {
  margin-right: 10px;
}

.pagination_lists li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  flex: 40px 0 0;
  text-align: center;
  line-height: 40px;
  transition: 0.3s;
  font-size: 16px;
  color: #656565;
  font-weight: 600;
}

.pagination_lists li a:hover {
  background: #fd1c5e;
  border-color: #fd1c5e;
  color: #fff;
}

.pagination_lists li a.active {
  background: #fd1c5e;
  border-color: #fd1c5e;
  color: #fff;
}

.badge_1 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: #fd1c5e;
  border-radius: 30px;
  padding: 4.5px 15px;
}

.badge_2 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: #33c922;
  border-radius: 30px;
  padding: 4.5px 15px;
}

.text_underline {
  text-decoration: underline !important;
}

.cursor_default {
  cursor: default !important;
}

.vertical_line {
  height: 10px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
}

.vertical_line.dark_line {
  background: rgba(0, 0, 0, 0.1);
}

.vertical_line.style2 {
  background: #f1f1f1;
  height: 15px;
}

.vertical_line.style3 {
  background: rgba(241, 241, 241, 0.1);
  height: 15px;
}

.vertical_line.style4 {
  background: #f1f1f1;
  height: 10px;
}

.vertical_line.style5 {
  background: #3b3b3b;
  height: 15px;
}

.vertical_line2 {
  height: 30px;
  width: 1px;
  background: #f1f1f1;
  display: inline-block;
}

.vertical_line2.dark_line {
  background: rgba(0, 0, 0, 0.1);
}

.horizontal_line {
  height: 1px;
  width: 30px;
  background: #f1f1f1;
  display: inline-block;
}

.horizontal_line.opacity_2 {
  background: rgba(241, 241, 241, 0.2);
}

/* -------------------------------------------------------------------------- */
/*                                   BORDERS                                  */
/* -------------------------------------------------------------------------- */
.amazy_dashBorder {
  border-bottom: 1px dashed #e3e6ef;
}

.amazy_bb {
  border-bottom: 1px solid var(--border_color);
}

.amazy_bb2 {
  border-bottom: 1px solid #e3e6ef;
}

.amazy_bb3 {
  border-bottom: 1px solid #eef0f4;
}

.border_bottom1px {
  border-bottom: 1px solid #f3f3f3;
}

.theme_border {
  border: 1px solid #eef0f4;
}

.theme_border2 {
  border: 1px solid #e3e6ef;
}

.home3_border {
  border-top: 1px solid var(--border_color);
}

.home6_border {
  border-bottom: 1px solid #e3e6ef;
}

.home10_border {
  border-bottom: 1px solid #ebebeb;
}

.home10_border2 {
  border-bottom: 1px solid #e1e2e6;
}

.border {
  border: 1px solid #e1e2e6;
}

.border2 {
  border: 1px solid #f3f3f3;
}

.border3 {
  border: 1px solid #e3e3e3;
}

.radius_5px {
  border-radius: 5px;
}

.radius_10px {
  border-radius: 10px;
}

.gap_5 {
  grid-gap: 5px;
}

.gap_7 {
  grid-gap: 7px;
}

.gap_10 {
  grid-gap: 10px;
}

.gap_12 {
  grid-gap: 12px;
}

.gap_13 {
  grid-gap: 13px;
}

.gap_15 {
  grid-gap: 15px;
}

.gap_20 {
  grid-gap: 20px;
}

.gap_25 {
  grid-gap: 25px;
}

.gap_30 {
  grid-gap: 30px;
}

.gap_40 {
  grid-gap: 40px;
}

.gap_r15 {
  grid-row-gap: 15px;
}

.gap_c40 {
  grid-column-gap: 40px;
}

.home2_deal_border {
  border: 2px solid #fd9a23;
}

.home2_deal_border .col-xl-3 .product_widget3 {
  margin-top: 0;
  margin: 0;
}

.amaz_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.amaz_pagination .arrow_btns {
  font-size: 14px;
  font-weight: 500;
  color: #00124e;
  grid-gap: 5px;
  margin: 0 10px;
}

.amaz_pagination .arrow_btns i {
  font-size: 7px;
}

.amaz_pagination a {
  color: #00124e;
}

.amaz_pagination a:hover {
  color: var(--base_color);
}

.amaz_pagination .page_counter_dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.amaz_pagination .page_counter {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  font-family: "Circular Std Book";
  margin: 0 2.5px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border_color);
  width: 30px;
  height: 30px;
  flex: 30px 0 0;
  border-radius: 50%;
  justify-content: center;
  line-height: 1;
}

.amaz_pagination .page_counter:hover,
.amaz_pagination .page_counter.active {
  color: #fff;
  background: var(--base_color);
  border-color: var(--base_color);
}

.amaz_pagination .page_counter:first-child {
  margin-right: 15px;
}

.amaz_pagination .page_counter:last-child {
  margin-left: 15px;
}

@media (min-width: 992px) {
  .mega_static {
    position: static !important;
  }
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: transparent;
  width: 11px;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: transparent;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: transparent;
  opacity: 0;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
  opacity: 0;
}

.list_disc {
  list-style: disc !important;
}

.home12_dark_overlay {
  position: relative;
  z-index: 0;
}

.home12_dark_overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(1, 3, 11, 0.3);
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 10px;
  padding: 0;
  z-index: 12;
}

@media (max-width: 767.98px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\e64a";
  font-family: "themify";
  font-size: 15px;
  color: #fff;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\e649";
  font-family: "themify";
  font-size: 15px;
  color: #fff;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 50px;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 50px;
  left: auto;
}

.swiper-pagination {
  bottom: 34px !important;
}

@media (max-width: 767.98px) {
  .swiper-pagination {
    display: none !important;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  font-family: "Circular Std Book";
  opacity: 1 !important;
  background: transparent;
  width: auto;
  height: auto;
  margin: 0 7.5px !important;
  position: relative;
  line-height: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  padding-left: 40px;
  margin-left: 3px !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 2px;
}

.swiper-button-next,
.swiper-button-prev {
  margin: 0 !important;
  transform: translateY(-50%);
}

.nice-select .list {
  background-color: #fff;
  color: #d1d1d1;
  z-index: 80;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  border-radius: 5px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
  line-height: 32px;
  padding: 10px 0px;
  border: 0;
}

.nice-select .list li.option {
  visibility: visible;
  line-height: 32px;
  background: #fff;
  font-size: 15px;
  min-height: 32px;
}

.nice-select .list li.option:hover,
.nice-select .list li.option.selected,
.nice-select .list li.option.focus,
.nice-select .list li.option.selected.focus {
  color: var(--base_color);
  background: #fff;
}

.small_select {
  border: solid 1px #e9e7f7 !important;
  height: 35px;
  min-width: 180px;
  line-height: 34px;
  padding-left: 20px;
}

.small_select::after {
  right: 22px;
  top: 6px;
  color: #687083;
  font-size: 8px;
}

.small_select .current {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  line-height: 30px;
}

.small_select .list {
  width: 100%;
}

.small_select .list .option {
  font-size: 14px;
  font-weight: 500;
}

.amaz_select {
  border: solid 1px var(--border_color) !important;
  height: 35px;
  min-width: 160px;
  line-height: 35px;
  padding-left: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .amaz_select {
    min-width: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .amaz_select {
    min-width: 120px;
  }
}

@media (max-width: 767.98px) {
  .amaz_select {
    min-width: 120px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .amaz_select {
    min-width: 100px;
  }
}

.amaz_select::after {
  right: 22px;
  top: 6px;
  color: #687083;
  font-size: 10px;
}

.amaz_select .current {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  line-height: 30px;
}

.amaz_select .list {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  margin-top: 1px;
  border: 0;
  padding: 12px 0;
}

.amaz_select .list .option {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 700;
  color: #687083;
  line-height: 30px;
  display: flex;
  align-items: center;
  min-height: 30px;
}

.amaz_select2 {
  border: 1px solid var(--border_color) !important;
  height: 45px;
  min-width: 160px;
  line-height: 45px;
  border-radius: 5px;
  padding-left: 15px;
}

.amaz_select2.style2 {
  padding-left: 0;
  border-radius: 0;
  border: 0 !important;
  border-bottom: 1px solid var(--border_color) !important;
}

.amaz_select2.style2 .current {
  font-family: "Circular Std Book";
  font-size: 16px;
  font-weight: 400;
  color: #687083;
}

.amaz_select2.style2::after {
  right: 1px;
}

.amaz_select2::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 free";
  right: 16px;
  top: 4px;
  color: #687083;
  font-size: 12px;
  font-weight: 900;
}

.amaz_select2 .current {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  line-height: 45px;
}

.amaz_select2 .list {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  margin-top: 1px;
  border: 0;
  padding: 12px 0;
}

.amaz_select2 .list .option {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 700;
  color: #687083;
  line-height: 30px;
  display: flex;
  align-items: center;
  min-height: 30px;
}

.amaz_select3 {
  border: 0 !important;
  height: 31px;
  min-width: 107px;
  line-height: 31px;
  padding-left: 10px;
}

.amaz_select3::after {
  right: 13px;
  top: 6px;
  color: var(--text_color);
  font-size: 8px;
}

.amaz_select3 .current {
  font-family: "Circular Std Book";
  font-size: 12px;
  font-weight: 500;
  color: var(--text_color);
  line-height: 31px;
}

.amaz_select3 .list {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  margin-top: 1px;
  border: 0;
  padding: 12px 0;
  font-size: 12px;
}

.amaz_select3 .list .option {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 700;
  color: #687083;
  line-height: 30px;
  display: flex;
  align-items: center;
  min-height: 30px;
}

.amaz_select4 {
  border: 0;
  height: 40px;
  min-width: 160px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #f5f8fa;
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  .amaz_select4 {
    min-width: 155px;
  }
}

.amaz_select4.style2 {
  border-radius: 3px;
}

.amaz_select4::after {
  right: 16px;
  top: 5px;
  color: #687083;
  font-size: 8px;
  font-weight: 900;
}

.amaz_select4 .current {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  line-height: 40px;
}

.amaz_select4 .list {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  margin-top: 1px;
  border: 0;
  padding: 12px 0;
}

.amaz_select4 .list .option {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 700;
  color: #687083;
  line-height: 30px;
  display: flex;
  align-items: center;
  min-height: 30px;
}

.amaz_select5 {
  border: 0;
  height: 40px;
  min-width: 148px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #fff;
  padding-left: 15px;
}

.amaz_select5.style2 {
  border-radius: 3px;
}

.amaz_select5::after {
  right: 16px;
  top: 5px;
  color: var(--text_color);
  font-size: 8px;
  font-weight: 900;
}

.amaz_select5 .current {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  line-height: 40px;
}

.amaz_select5 .list {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  margin-top: 1px;
  border: 0;
  padding: 12px 0;
}

.amaz_select5 .list .option {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 700;
  color: #687083;
  line-height: 30px;
  display: flex;
  align-items: center;
  min-height: 30px;
}

.amaz_select6 {
  border: 0;
  height: 40px;
  min-width: 160px;
  line-height: 40px;
  border-radius: 0px;
  background-color: #fff;
  padding-left: 20px;
  border: 1px solid var(--border_color) !important;
}

.amaz_select6.style2 {
  border-radius: 3px;
}

.amaz_select6::after {
  right: 20px;
  top: 4px;
  color: #687083;
  font-size: 8px;
  font-weight: 900;
  content: "\e61a";
}

.amaz_select6 .current {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  line-height: 40px;
  text-transform: capitalize;
}

.amaz_select6 .list {
  width: 100%;
  border-radius: 0px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 0;
  padding: 12px 0;
}

.amaz_select6 .list li.option {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  line-height: 30px;
  display: flex;
  align-items: center;
  min-height: 30px;
  text-transform: capitalize;
  padding-left: 20px;
}

.amaz_select6 .list li.option:hover {
  color: var(--text_color);
}

.theme_search_field4 {
  background: transparent;
  height: 50px;
  border-radius: 5px;
  width: 510px;
  border: 1px solid #e3e6ef;
}

@media (min-width: 1200px) and (max-width: 1459.98px) {
  .theme_search_field4 {
    width: 280px;
  }
}

.theme_search_field4 button {
  font-size: 18px;
  color: var(--base_color);
  padding: 0 0 0 20px;
  line-height: 100%;
  box-shadow: none !important;
  height: 50px;
}

.theme_search_field4 button:hover {
  color: var(--base_color);
}

.theme_search_field4 input {
  font-size: 14px;
  font-weight: 400;
  color: var(--text_color);
  font-family: "Circular Std Book";
  border: 0;
  background: transparent !important;
  height: 50px;
  padding: 0px 15px 0px 10px;
  box-shadow: none !important;
  line-height: 50px;
}

.theme_search_field4 input::-moz-placeholder {
  color: #687083;
}

.theme_search_field4 input::placeholder {
  color: #687083;
}

.theme_search_field4.large_search_field {
  width: 500px;
  height: 60px;
}

.theme_search_field4.large_search_field button {
  padding-left: 30px;
}

.theme_search_field4.large_search_field input {
  height: 60px;
  line-height: 60px;
}

.theme_search_field4.style2 {
  border-radius: 0;
  border-color: #e3e6ef;
}

.theme_search_field4.style2 i {
  color: var(--base_color);
}

.theme_search_field4.style2 input {
  font-size: 14px;
  font-weight: 400;
  color: var(--text_color);
  font-family: "Circular Std Book";
  border: 0;
  background: transparent !important;
  height: 50px;
  padding: 0px 15px 0px 10px;
  box-shadow: none !important;
  line-height: 50px;
}

.theme_search_field4.style2 input::-moz-placeholder {
  color: #686868;
}

.theme_search_field4.style2 input::placeholder {
  color: #686868;
}

.amazy_date_counter {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: center;
}

.amazy_date_counter .single_count {
  border-radius: 5px;
  border: 1px solid var(--border_color);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 14px 10px;
  min-width: 60px;
}

.amazy_date_counter .single_count span {
  font-size: 24px;
  font-weight: 700;
  display: block;
  font-family: "Circular Std Book";
  color: var(--base_color);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  line-height: 1;
  margin-bottom: 4px;
}

@media (max-width: 767.98px) {
  .amazy_date_counter .single_count span {
    font-size: 20px;
  }
}

.amazy_date_counter .single_count p {
  font-size: 12px;
  font-weight: 500;
  color: var(--text_color);
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}

.account_img_upload .thumb {
  border-radius: 10px;
}

.account_img_upload .theme_img_uploader .img_upload_btn {
  border-radius: 3px;
  border: solid 1px #eef0f4;
  background-color: #fcfdfd;
  padding: 2px 11px;
  transition: 0.3s;
  color: var(--text_color);
  flex: 0 0 100%;
  max-width: 50%;
}

.account_img_upload .theme_img_uploader .img_upload_btn:hover {
  background: var(--base_color);
  color: #fff;
  border-color: var(--base_color);
}

.account_img_upload .theme_img_uploader .img_upload_btn input {
  opacity: 0;
}

.account_img_upload .theme_img_uploader #file_name_text {
  flex: 0 0 100%;
  max-width: 50%;
  overflow: hidden;
}

.note-editor .dropdown-toggle::after {
  display: none;
}

.note-editor.note-frame,
.note-editor.note-airframe {
  border: 1px solid #e3e6ef;
  border-radius: 0;
}

.note-btn {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #dae0e5;
  white-space: nowrap;
  outline: 0;
  background-color: #fff;
  border-color: #dae0e5;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: solid 1px #eef0f4;
  background-color: #fcfdfd;
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  border-radius: 3px;
}

.note-toolbar {
  border-bottom: 1px solid #e2e2e2;
  color: #687083;
  background-color: #f5f5f5;
  border-color: #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #fff;
  padding: 26px 30px 20px 30px !important;
  border: 0 !important;
}

.note-editing-area {
  padding: 0px 30px 30px 18px;
}

.flag_toggle .toggle_btn {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  padding: 0 16px 0 0;
  color: var(--text_color);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  font-family: "Circular Std Book";
  height: 40px;
}

.flag_toggle .toggle_btn span {
  font-size: 12px;
  font-weight: 500;
  color: #00124e;
}

.flag_toggle .toggle_btn i {
  font-size: 8px;
}

.flag_toggle .toggle_btn::before {
  position: absolute;
  right: 0;
  content: "\e64b";
  color: var(--text_color);
  font-family: "themify";
  font-size: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.lag_select>span {
  color: var(--text_color) !important;
}

.language_toggle_box {
  width: 266px;
  padding: 30px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 12345611;
}

.language_toggle_box.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767.98px) {
  .zoomContainer {
    display: none !important;
  }
}

.short_curt_icons {
  background: var(--base_color);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-top: 1px solid rgba(255, 255, 255, 0.1882352941);
  display: none;
}

@media (max-width: 991.98px) {
  .short_curt_icons {
    display: flex;
    align-items: center;
  }
}

.short_curt_icons li {
  flex: 1 1 100%;
  text-align: center;
}

.short_curt_icons li a {
  font-size: 14px;
  color: #fff;
  padding: 8px 9.5px;
  display: inline-block;
  line-height: 1;
}

.short_curt_icons li a .cart_singleIcon {
  line-height: 1;
}

.short_curt_icons li a span {
  font-size: 10px;
}

.short_curt_icons li a .cart_singleIcon.cart_singleIcon_cart {
  margin-top: -33px;
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
}

.short_curt_icons li a .cart_singleIcon.cart_singleIcon_cart svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: var(--base_color);
}

.short_curt_icons li a .cart_singleIcon.cart_singleIcon_cart i {
  color: var(--base_color);
  font-size: 20px;
  position: relative;
  top: 2px;
}

@media (max-width: 991.98px) {
  #product_category_chose {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    background: #fff;
    z-index: 1234567;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    max-width: 400px;
  }

  #product_category_chose.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
  }
}

@media (max-width: 767.98px) {
  .box_header_right {
    flex: 1 1 auto;
  }
}

@media (max-width: 991.98px) {
  .product_category_chose .course_title {
    padding: 0 15px;
  }
}

.nice-select .list {
  max-height: 300px;
  overflow: auto;
}

.min-vh-50 {
  min-height: 50vh;
}

@media only screen and (min-width: 1581px) {
  .container {
    min-width: 94%;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.theme_btn {
  background: var(--text_color) 4;
  border-radius: 5px;
  display: inline-block;
  font-family: "Circular Std Book";
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 13.5px 47px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
}

.theme_btn.small_btn {
  padding: 13.5px 25px;
}

.theme_btn.large_btn {
  padding: 18.5px 30px;
}

.theme_btn.small_btn2 {
  padding: 13.5px 39px;
}

.theme_btn.small_btn3 {
  padding: 13.5px 32px;
}

.theme_btn.small_btn4 {
  padding: 11px 21px;
}

.theme_btn.small_btn5 {
  padding: 8.5px 20px;
}

@media (max-width: 575.98px) {
  .theme_btn {
    padding: 15px 16px;
  }
}

.theme_btn.green_btn {
  background: #54c254 !important;
  padding: 8.5px 18px;
  color: #fff !important;
  border-color: #54c254 !important;
  font-size: 16px;
}

.theme_btn.width_120px {
  width: 120px;
  padding: 13.5px 7px;
  text-align: center;
}

.theme_btn.width_210px {
  min-width: 210px;
  padding: 13.5px 20px;
  text-align: center;
}

.theme_btn:hover {
  color: var(--text_color) 4;
  border-color: var(--text_color) 4;
  background: transparent;
}

.yellow_btn {
  background: #fec801;
  border-radius: 0px;
  display: inline-block;
  font-family: "Circular Std Book";
  font-size: 14px;
  color: var(--base_color);
  font-weight: 700;
  padding: 18.5px 31px;
  border: 1px solid transparent;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .yellow_btn {
    padding: 13px 30px;
  }
}

.yellow_btn:hover {
  color: #fec801;
  border-color: #fec801;
  background: transparent;
}

.line_btn {
  display: inline-flex;
  align-items: center;
  color: #fd1c5e;
  font-size: 14px;
  font-weight: 500;
}

.line_btn:hover {
  color: #fd1c5e;
}

.home10_primary_btn {
  border-radius: 0px;
  display: inline-block;
  font-family: "Circular Std Book";
  font-size: 14px;
  color: var(--text_color);
  font-weight: 700;
  padding: 13.5px 23px;
  border: 1px solid #272727;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 575.98px) {
  .home10_primary_btn {
    padding: 12px 18px;
  }
}

.home10_primary_btn img {
  margin-left: 19px;
  position: relative;
  left: 0;
  transition: 0.3s;
}

.home10_primary_btn.large_btn {
  padding: 13.5px 28px;
}

@media (max-width: 575.98px) {
  .home10_primary_btn.large_btn {
    padding: 12px 18px;
  }
}

.home10_primary_btn.large_btn:hover {
  color: #fff;
  background: var(--text_color);
}

.home10_primary_btn.small_btn {
  padding: 13.5px 25px;
}

.home10_primary_btn:hover {
  color: var(--text_color);
}

.home10_primary_btn:hover img {
  left: 2px;
}

.home10_primary_btn2 {
  background: var(--base_color);
  border-radius: 5px;
  display: inline-block;
  font-family: "Circular Std Book";
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 13.5px 47px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .home10_primary_btn2 {
    padding: 12px 25px;
  }
}

.home10_primary_btn2.small_btn {
  padding: 8.5px 23px;
}

.home10_primary_btn2.large_btn {
  padding: 18.5px 47px;
}

@media (max-width: 575.98px) {
  .home10_primary_btn2.large_btn {
    padding: 14px 25px;
  }
}

.home10_primary_btn2.min_160px {
  min-width: 160px;
  text-align: center;
  padding: 13.5px 0px;
}

.home10_primary_btn2.min_180px {
  min-width: 180px;
  text-align: center;
  padding: 13.5px 0px;
  font-weight: 700;
}

.home10_primary_btn2.f_w_700 {
  font-weight: 700;
}

.home10_primary_btn2:hover {
  color: var(--base_color);
  border-color: var(--base_color);
  background: transparent;
}

.home10_primary_btn4 {
  border-radius: 2px;
  display: inline-block;
  font-family: "Circular Std Book";
  font-size: 14px;
  color: var(--base_color);
  font-weight: 700;
  padding: 13.5px 32px;
  border: 1.5px solid var(--base_color);
  text-transform: capitalize;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.home10_primary_btn4.radius_5px {
  border-radius: 5px;
}

.home10_primary_btn4.small_btn {
  padding: 6px 14px 4px 14px;
  font-size: 12px;
}

@media (max-width: 575.98px) {
  .home10_primary_btn4 {
    padding: 12px 18px;
  }
}

.home10_primary_btn4.min_180px {
  min-width: 180px;
  text-align: center;
  padding: 13.5px 10px;
  font-weight: 700;
}

.home10_primary_btn4:hover {
  color: #fff;
  background: var(--base_color);
  border-color: var(--base_color);
}

.amaz_primary_btn {
  background: var(--base_color);
  border-radius: 0px;
  display: inline-block;
  font-family: "Circular Std Book";
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 18.5px 24px;
  border: 1px solid transparent;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .amaz_primary_btn {
    padding: 13.5px 20px;
  }
}

.amaz_primary_btn.small_btn {
  padding: 8.5px 14px;
  min-width: 100px;
  font-size: 14px;
}

.amaz_primary_btn.style2 {
  padding: 14.5px 24px 12.5px 24px;
}

.amaz_primary_btn.style3 {
  padding: 10px 15px 7px 15px;
  min-width: 100px;
}

.amaz_primary_btn.style4 {
  padding: 10px 15px 7px 15px;
  min-width: 100px;
}

.amaz_primary_btn.style5 {
  padding: 14.5px 24px 12.5px 24px;
  min-width: 120px;
}

.amaz_primary_btn.style6 {
  padding: 16.5px 24px 15.5px 24px;
}

.amaz_primary_btn.style7 {
  padding: 10px 15px 7px 15px;
  min-width: 109px;
}

.amaz_primary_btn.style8 {
  padding: 4px 9px 3px 9px;
}

.amaz_primary_btn.gray_bg_btn {
  background-color: #f5f8fa;
  color: var(--text_color);
  padding: 11px 15px;
}

.amaz_primary_btn.min_200 {
  min-width: 200px;
  text-align: center;
}

.amaz_primary_btn.min_220 {
  min-width: 220px;
}

.amaz_primary_btn.min_160 {
  min-width: 160px;
  text-align: center;
}

.amaz_primary_btn.min_100 {
  min-width: 100px;
  text-align: center;
}

.amaz_primary_btn.min_180 {
  min-width: 180px;
  text-align: center;
}

.amaz_primary_btn.radius_5px {
  border-radius: 5px;
}

.amaz_primary_btn.radius_3px {
  border-radius: 3px;
}

.amaz_primary_btn:hover {
  color: #fff;
  border-color: var(--text_color);
  background: var(--text_color);
}

.amaz_primary_btn2 {
  background: #fff;
  border-radius: 0px;
  display: inline-block;
  font-family: "Circular Std Book";
  font-size: 14px;
  color: var(--base_color);
  font-weight: 700;
  padding: 17.5px 24px;
  border: 2px solid var(--base_color);
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .amaz_primary_btn2 {
    padding: 13.5px 20px;
  }
}

.amaz_primary_btn2.small_btn {
  padding: 8.5px 14px;
  min-width: 100px;
  font-size: 14px;
}

.amaz_primary_btn2.style2 {
  padding: 12.5px 24px;
}

.amaz_primary_btn2.style3 {
  border: 1.5px solid var(--base_color);
  padding: 13.5px 24px;
}

.amaz_primary_btn2.radius_5px {
  border-radius: 5px;
}

.amaz_primary_btn2.min_200 {
  min-width: 200px;
  text-align: center;
}

.amaz_primary_btn2.min_160 {
  min-width: 160px;
  text-align: center;
}

.amaz_primary_btn2.min_180 {
  min-width: 180px;
  text-align: center;
}

.amaz_primary_btn2:hover {
  color: #fff;
  border-color: var(--base_color);
  background: var(--base_color);
}

.amaz_primary_btn3 {
  border-radius: 0px;
  display: inline-block;
  font-family: "Circular Std Book";
  font-size: 14px;
  color: var(--base_color);
  font-weight: 700;
  padding: 14px 32px 13px 32px;
  border: 1px solid var(--base_color);
  text-transform: capitalize;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  background: #fff;
}

.amaz_primary_btn3.round_style {
  border-radius: 30px;
  padding: 4px 10px 3px 10px;
}

.amaz_primary_btn3.radius_5px {
  border-radius: 5px;
}

.amaz_primary_btn3.small_btn {
  padding: 6px 14px 4px 14px;
  font-size: 12px;
}

@media (max-width: 575.98px) {
  .amaz_primary_btn3 {
    padding: 12px 18px;
  }
}

.amaz_primary_btn3.min_180px {
  min-width: 180px;
  text-align: center;
  padding: 13.5px 10px;
  font-weight: 700;
}

.amaz_primary_btn3.min_140 {
  min-width: 140px;
}

.amaz_primary_btn3:hover {
  color: #fff;
  background: var(--base_color);
  border-color: var(--base_color);
}

.amazy_readMore_link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.29;
  color: var(--text_color);
  position: relative;
  text-transform: uppercase;
}

.amazy_readMore_link::before {
  content: "";
  position: absolute;
  height: 5px;
  background: var(--base_color_10);
  bottom: -5px;
  left: 0;
  right: -5px;
  transition: 0.3s;
}

.amazy_readMore_link:hover {
  color: var(--base_color);
}

.amazy_readMore_link:hover::before {
  background: var(--base_color);
}

.amaz_badge_btn {
  padding: 5px 11px 4px 11px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--base_color);
  background: var(--base_color_10);
  border-radius: 5px;
}

.amaz_badge_btn:hover {
  background: var(--base_color);
  color: #fff;
}

.amaz_badge_btn2 {
  padding: 5px 10px 4px 11px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  background: #f5f8fa;
  border-radius: 3px;
}

.amaz_badge_btn2:hover {
  background: var(--base_color);
  color: #fff;
}

.amaz_badge_btn3 {
  padding: 5px 10px 4px 11px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--base_color);
  background: var(--base_color_10);
  border-radius: 3px;
}

.amaz_badge_btn3:hover {
  background: var(--base_color);
  color: #fff;
}

.amaz_badge_btn4 {
  padding: 5px 15.5px 4px 15.5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  border-radius: 3px;
  background-color: #f5f8fa;
}

.amaz_badge_btn4:hover {
  background: var(--base_color);
  color: #fff;
}

.amaz_badge_btn6 {
  padding: 9px 11px 8px 11px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--base_color);
  border-radius: 3px;
  background-color: var(--base_color_10);
}

.amaz_badge_btn6:hover {
  background: var(--base_color);
  color: #fff;
}

.amaz_badge_btn7 {
  padding: 5px 15px 4px 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--base_color);
  border-radius: 3px;
  background-color: var(--base_color_10);
}

.amaz_badge_btn7:hover {
  background: var(--base_color);
  color: #fff;
}

.table_badge_btn {
  padding: 3.5px 16px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fec600;
  background-color: #fff8dd;
  border-radius: 3px;
}

.table_badge_btn.style2 {
  color: #199ef7;
  background-color: #ebf8ff;
}

.table_badge_btn.style2:hover {
  background: #199ef7;
  color: #fff;
}

.table_badge_btn.style3 {
  color: #f1416c;
  background-color: #fff5f8;
}

.table_badge_btn.style3:hover {
  background: #f1416c;
  color: #fff;
}

.table_badge_btn.style4 {
  color: #50cd89;
  background-color: #e7fff3;
}

.table_badge_btn.style4:hover {
  background: #e7fff3;
  color: var(--text_color);
}

.table_badge_btn:hover {
  background: #fec600;
  color: #fff;
}

.line_badge_btn {
  padding: 4px 16px 3px 16px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  border: 1px solid var(--base_color);
  min-width: 96px;
  color: var(--base_color);
}

.line_badge_btn:hover {
  background: var(--base_color);
  border-color: var(--base_color);
  color: #fff;
}

.line_badge_btn2 {
  padding: 4px 16px 3px 16px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  border: 1px solid #eef0f4;
  min-width: 96px;
  color: #687083;
  background: #fcfdfd;
}

.line_badge_btn2:hover {
  background: var(--base_color);
  border-color: var(--base_color);
  color: #fff;
}

.line_badge_btn3 {
  border-radius: 5px;
  padding: 7px 14px;
  transition: 0.3s;
  display: inline-block;
}

.amazy_status_btn {
  border-radius: 5px;
  border: 1px solid var(--border_color);
  background-color: #f9f9fd;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.green_badge {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #29c489;
  border-radius: 3px;
  padding: 2px 9px;
  display: inline-block;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.section__title h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--text_color);
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .section__title h3 {
    font-size: 22px;
  }
}

.title_link {
  grid-gap: 15px;
  white-space: nowrap;
}

.title_link .title_text {
  font-size: 14px;
  font-weight: 700;
  color: var(--base_color);
  text-transform: uppercase;
  line-height: 1;
}

.title_link .title_icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--base_color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
}

.section__title2 h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--text_color);
  margin-bottom: 0;
  line-height: 1.38;
}

@media (max-width: 767.98px) {
  .section__title2 h3 {
    font-size: 25px;
  }
}

.section__title4 .subheading_text {
  display: block;
  font-size: 16px;
  color: var(--base_color);
  font-weight: 700;
  margin-bottom: 15px;
}

.section__title4 h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--text_color);
  margin-bottom: 9px;
  line-height: 1.38;
}

.section__title4 h3 span {
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .section__title4 h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section__title4 h3 {
    font-size: 30px;
  }
}

.section__title4 p {
  font-size: 16px;
  font-weight: 500;
  color: #687083;
}

.section__title4.margin_50 {
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {
  .section__title4.margin_50 {
    margin-bottom: 30px;
  }
}

.section__title4.margin_52 {
  margin-bottom: 52px;
}

@media (max-width: 767.98px) {
  .section__title4.margin_52 {
    margin-bottom: 30px;
  }
}

.section__title4.mb_42 {
  margin-bottom: 42px;
}

@media (max-width: 767.98px) {
  .section__title4.mb_42 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .section__title4.mb_40 {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                              main theme style                              */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
.header_area {
  padding: 0px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
}

.header_area.header_static {
  position: relative;
  padding: 0px 35px 0 35px;
}

@media (max-width: 575.98px) {
  .header_area.header_static {
    padding: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header_area.header_static {
    padding: 10px 0px;
  }
}

.header_area .header_top_area {
  padding: 20px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header_area .header_top_area .header__wrapper .header__right .category_search .phone_number {
    display: none !important;
  }
}

.header_area .header_top_area .header__wrapper .header__right .category_search .icon {
  display: inline-flex;
  margin-right: 20px;
}

.header_area .header_top_area .header__wrapper .header__right .category_search .number_content span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
  color: #687083;
}

.header_area .header_top_area .header__wrapper .header__right .category_search .number_content h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text_color);
  margin-bottom: 0;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .header_area .header_top_area .header__wrapper .header__right .category_search {
    display: none !important;
  }
}

.header_area .header_top_area .header__wrapper .header__right .category_search .theme_search_field {
  margin: 0 47px 0 50px;
}

@media only screen and (min-width: 1500px) {
  .header_area .header_top_area .header__wrapper .header__right .category_search .theme_search_field {
    width: 570px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header_area .header_top_area .header__wrapper .header__right .category_search .theme_search_field {
    width: 370px;
    margin: 0 30px 0 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200.98px) {
  .header_area .header_top_area .header__wrapper .header__right .category_search .theme_search_field {
    width: 320px;
    margin: 0 30px 0 30px;
  }
}

.header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify {
  position: relative;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify.notify_wish {
    display: none;
  }
}

.header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify .notify_count {
  position: absolute;
  top: -2px;
  right: 0px;
  background: #fd1c5e;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
}

.header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify:not(:last-child) {
  margin-right: 45px;
}

@media (max-width: 991.98px) {
  .header_area .header_top_area .header__wrapper .header__right .notification_wrapper .single_notify:not(:last-child) {
    margin-right: 15px;
  }
}

.header_area .main_header_area .shop_header_wrapper .menu_logo {
  display: none;
}

.header_area .main_header_area .shop_header_wrapper .theme_search_field {
  display: none;
}

@media (max-width: 767.98px) {
  .header_area .main_header_area .shop_header_wrapper .theme_search_field {
    display: flex !important;
    margin: 9px 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .header_area .main_header_area .shop_header_wrapper .category_menu {
    display: none;
  }
}

.header_area .main_header_area .shop_header_wrapper .category_menu>a {
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  position: relative;
  padding: 29.5px 0 29.5px 32px;
  width: 188px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: var(--text_color) !important;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .header_area .main_header_area .shop_header_wrapper .category_menu>a {
    padding: 20.5px 0 20.5px 32px;
  }
}

.header_area .main_header_area .shop_header_wrapper .category_menu>a i {
  color: #000000;
  font-size: 10px;
}

.header_area .main_header_area .shop_header_wrapper .category_menu>a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 12px;
  width: 20px;
  border-bottom: 2px solid var(--base_color);
  border-top: 2px solid var(--base_color);
  transform: translateY(-50%);
}

.header_area .main_header_area .shop_header_wrapper .category_menu>a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 20px;
  border-bottom: 2px solid var(--base_color);
  transform: translateY(-50%);
}

.header_area .main_header_area .shop_header_wrapper .offer_tag {
  position: relative;
  padding-left: 60px;
  margin-left: 80px;
}

@media (max-width: 991.98px) {
  .header_area .main_header_area .shop_header_wrapper .offer_tag {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header_area .main_header_area .shop_header_wrapper .offer_tag {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header_area .main_header_area .shop_header_wrapper .offer_tag {
    padding-left: 30px;
    margin-left: 40px;
  }
}

.header_area .main_header_area .shop_header_wrapper .offer_tag::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #f1f1f1;
  width: 1px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.header_area .main_header_area .shop_header_wrapper .offer_tag p {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  margin-left: 10px;
}

.header_area .main_header_area .shop_header_wrapper .offer_tag p a {
  color: #fd1c5e;
}

.header_area .header__wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 767.98px) {
  .header_area .header__wrapper .header__left .logo_img {
    margin-left: 40px;
  }

  .header_area .header__wrapper .header__left .logo_img img {
    max-width: 110px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header_area .header__wrapper .header__left .logo_img {
    margin-right: 20px;
  }
}

.header_area .main_menu {
  margin-left: auto;
  margin-right: 0;
}

.header_area .main_menu ul li {
  display: inline-block;
  position: relative;
}

.header_area .main_menu ul li a {
  color: var(--text_color);
  font-size: 14px;
  font-weight: 500;
  margin: 0px 15px;
  padding: 32px 0;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Circular Std Book";
}

.header_area .main_menu ul li a i {
  font-size: 10px;
  font-weight: 400;
  color: var(--text_color);
  margin-left: 5px;
}

.header_area .main_menu ul li a:hover,
.header_area .main_menu ul li a.active {
  color: var(--text_color) 4;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header_area .main_menu ul li a {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .header_area .main_menu ul li a {
    margin: 0 12px;
  }
}

@media only screen and (min-width: 1439px) and (max-width: 1599.98px) {
  .header_area .main_menu ul li a {
    margin: 0 12px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1671.98px) {
  .header_area .main_menu ul li a {
    margin: 0 17px;
  }
}

.header_area .main_menu ul li .submenu {
  width: 200px;
  position: absolute;
  left: 0;
  top: 120%;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.header_area .main_menu ul li .submenu.mega_width_menu {
  width: 800px;
  padding: 30px 0 0px 30px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header_area .main_menu ul li .submenu.mega_width_menu {
    left: -235px;
  }
}

.header_area .main_menu ul li .submenu.mega_width_menu .mega_metu_title {
  font-size: 16px;
  font-weight: 600;
  color: #090b17;
  border-bottom: 1px solid var(--border_color);
  padding-left: 0;
  left: 0 !important;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 11px;
}

.header_area .main_menu ul li .submenu.mega_width_menu>li {
  flex: 33.33%;
  padding-right: 50px;
  margin-bottom: 40px;
}

.header_area .main_menu ul li .submenu.mega_width_menu>li ul li {
  padding: 0;
}

.header_area .main_menu ul li .submenu.mega_width_menu>li ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #676e8b;
  left: 0 !important;
  padding: 0;
  line-height: 31.8px;
}

.header_area .main_menu ul li .submenu.mega_width_menu>li ul li a:hover {
  color: var(--text_color) 4;
}

.header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu {
  background-image: url(../img/menu_bg.png);
  background-size: cover;
  background-position: right bottom;
  margin-bottom: 0;
  width: 100% !important;
  flex: 66.33%;
  padding-bottom: 97px;
}

.header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu h6 {
  font-size: 12px;
  font-weight: 500;
  color: #090b17 !important;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
}

.header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu h4 {
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  margin: 8px 0 11px 0;
}

.header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu a.shop_now {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #fd1c5e;
  left: 0;
  padding: 0;
}

.header_area .main_menu ul li .submenu li {
  display: block;
  margin: 0;
}

.header_area .main_menu ul li .submenu li a {
  font-size: 14px;
  line-height: 1.2;
  color: var(--text_color);
  padding: 0;
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 10px 20px;
  transition: 0.3s;
  position: relative;
  text-transform: capitalize;
  left: 0;
}

.header_area .main_menu ul li .submenu li a.active,
.header_area .main_menu ul li .submenu li a:hover {
  color: var(--text_color) 4;
}

.header_area .main_menu ul li .submenu li a:hover {
  left: 5px;
  color: var(--text_color) 4;
}

.header_area .main_menu ul li:hover>a {
  color: var(--text_color) 4;
}

.header_area .main_menu ul li:hover .submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header_area .contact_wrap {
  justify-content: flex-end;
}

@media (max-width: 575.98px) {
  .header_area .contact_wrap {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header_area .contact_wrap {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header_area .contact_wrap {
    display: none !important;
  }
}

.header_area .contact_wrap .mobile_no p {
  color: #505050;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Circular Std Book";
}

.header_area .contact_wrap .mobile_no p span a {
  color: var(--text_color) 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .header_area .contact_wrap .mobile_no p {
    font-size: 13px;
    margin-right: 8px;
  }
}

.header_area .contact_wrap .signin a.sign_in {
  font-size: 16px;
  color: #505050;
  font-weight: 600;
  margin-right: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header_area .contact_wrap .signin a.sign_in {
    margin-right: 15px;
  }
}

.header_area .contact_wrap .signin a.sign_in:hover {
  color: #4543de;
}

.header_area .contact_wrap .contact_btn {
  margin-left: 25px;
}

.header_area.navbar_fixed {
  background: #fff;
  z-index: 90;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.03);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header_area.navbar_fixed .header_top_area {
    display: none;
  }
}

.header_area.navbar_fixed .header_topbar_area {
  display: none;
}

@media (max-width: 767.98px) {
  .header_area.navbar_fixed .main_header_area {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .header_area.navbar_fixed .slicknav_menu .slicknav_icon {
    top: -2px;
  }
}

@media (min-width: 1200px) {
  .header_area.navbar_fixed .offer_tag {
    display: none !important;
  }
}

.header_area.navbar_fixed .main_menu ul li a {
  padding: 30px 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
header.amazcartui_header .header_area {
  padding: 0px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
}

header.amazcartui_header .header_area.header_static {
  position: relative;
  padding: 0px 35px 0 35px;
}

@media (max-width: 575.98px) {
  header.amazcartui_header .header_area.header_static {
    padding: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header.amazcartui_header .header_area.header_static {
    padding: 10px 0px;
  }
}

header.amazcartui_header .header_area .header_topbar_area {
  background: var(--navbar_color);
  padding: 0;
  border-bottom: 1px solid #f3f3f3;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .header_topbar_area {
    padding: 0 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .header_topbar_area .header__wrapper {
    padding: 0px 0;
  }
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header__left {
  grid-gap: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header__left {
    display: none !important;
  }
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header__left .single_top_lists {
  grid-gap: 10px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text_color);
  height: 40px;
  text-transform: uppercase;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header__left .single_top_lists:hover {
  color: var(--base_color);
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header__left .single_top_lists a {
  color: var(--text_color);
  font-size: 14px;
}

@media (max-width: 991.98px) {
  header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle {
    display: none !important;
  }
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field {
  border: 1.5px solid var(--border_color);
  background-color: #f9f9fd;
  border-radius: 0;
  width: 410px;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field i {
  color: var(--base_color);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field {
    width: 310px;
  }
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field input {
  font-family: "Circular Std Book";
  color: var(--text_color);
  font-size: 14px;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field input::-moz-placeholder {
  color: #687083;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .theme_search_field input::placeholder {
  color: #687083;
}

@media (max-width: 767.98px) {
  header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu {
    display: none;
  }
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu>a {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
  position: relative;
  padding: 0;
  width: 227px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: #687083 !important;
  cursor: pointer;
  border: 1.5px solid var(--border_color);
  background-color: #f9f9fd;
  padding: 14px 30px 13px 20px;
  margin-left: -1px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu>a {
    width: 150px;
  }
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu>a i {
  color: #687083 !important;
  font-size: 10px;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu {
  margin: 0;
  width: 307px;
  border: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
  border-radius: 0;
  padding: 0;
  top: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu.dropdown_menu_active {
  opacity: 1;
  visibility: visible;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li {
  position: relative;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li:hover>a {
  color: var(--base_color) !important;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li:hover>a:before {
  opacity: 1;
  right: 15px;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li .submenu_list {
  position: absolute;
  left: 110%;
  top: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li .submenu_list li a {
  text-transform: capitalize;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li:hover>ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu li:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a {
  padding: 11px 30px 11px 30px;
  font-size: 15px;
  font-weight: 400;
  color: var(--text_color);
  line-height: 1.9;
  width: 100%;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a.has_arrow::before {
  content: "\e649";
  position: absolute;
  font-size: 14px;
  font-family: "themify";
  font-size: 16px;
  color: var(--text_color);
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  opacity: 1;
  transition: 0.3s;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a i {
  font-size: 14px;
  margin-right: 15px;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a:hover,
header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_middle .category_menu .dropdown_menu a.active {
  color: var(--text_color);
  background-color: #f8f9fa;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_top_area_right {
  grid-gap: 20px;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_top_area_right {
    width: 100%;
    justify-content: space-between;
  }
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_top_area_right .single_top_lists {
  grid-gap: 10px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text_color);
  height: 40px;
  text-transform: uppercase;
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_top_area_right .single_top_lists:hover {
  color: var(--base_color);
}

header.amazcartui_header .header_area .header_topbar_area .header__wrapper .header_top_area_right .single_top_lists a {
  color: var(--text_color);
  font-size: 14px;
}

header.amazcartui_header .header_area .header_top_area {
  background: #fff;
  padding: 25px 0px;
  border: 0;
}

@media (max-width: 991.98px) {
  header.amazcartui_header .header_area .header_top_area {
    padding: 17.5px 0px;
  }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left {
  grid-gap: 60px;
}

@media (max-width: 767.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left {
    flex: 1 1 0;
    justify-content: center;
    margin-left: 22px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left {
    grid-gap: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left {
    grid-gap: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left .social__Links {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left .social__Links {
    display: none;
  }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left .social__Links a {
  color: #808080;
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header__left .social__Links a:hover {
  color: #fff;
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle {
  flex: 1 1 auto;
  justify-content: center;
}

@media (max-width: 991.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle {
    display: none !important;
  }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field {
  border: 1.5px solid var(--border_color);
  background-color: #f9f9fd;
  border-radius: 0;
  width: 410px;
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field i {
  color: var(--base_color);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field {
    width: 310px;
  }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field input {
  font-family: "Circular Std Book";
  color: var(--text_color);
  font-size: 14px;
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field input::-moz-placeholder {
  color: #687083;
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_middle .theme_search_field input::placeholder {
  color: #687083;
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right {
    padding-right: 18px;
  }
}

@media (max-width: 767.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right {
    margin-right: 0px;
  }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg {
  display: flex;
  align-items: center;
  grid-gap: 40px;
}

@media (max-width: 767.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg {
    grid-gap: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg {
    grid-gap: 15px;
  }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg p {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg p a {
  color: #fff;
  text-transform: uppercase;
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .account_reg p a:hover {
  color: #fff;
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .lang_currency {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  padding: 27px;
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
  margin: 0 30px 0 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .lang_currency {
    margin: 0 20px 0 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .lang_currency {
    margin: 0 15px 0 15px;
  }
}

@media (max-width: 991.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .lang_currency {
    display: none;
  }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart {
  display: flex;
  align-items: center;
  grid-gap: 33px;
}

@media (max-width: 991.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart {
    grid-gap: 15px;
  }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}

@media (max-width: 575.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists {
    grid-gap: 5px;
  }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists:hover span {
  color: var(--base_color);
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists span {
  display: inline-block;
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists span a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists span a {
    font-size: 12px;
  }
}

header.amazcartui_header .header_area .header_top_area .header__wrapper .header_top_area_right .wish_cart .single_wishcart_lists span a:hover {
  color: var(--base_color);
}

header.amazcartui_header .header_area .main_header_area {
  background: transparent;
}

@media (max-width: 767.98px) {
  header.amazcartui_header .header_area .main_header_area {
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  header.amazcartui_header .header_area .main_header_area .search_right {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  header.amazcartui_header .header_area .main_header_area .theme_search_field3 {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .main_header_area .theme_search_field3 {
    width: 280px;
  }
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .menu_logo {
  display: none;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .theme_search_field {
  display: none;
}

@media (max-width: 767.98px) {
  header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .theme_search_field {
    display: flex !important;
    margin: 9px 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu {
    display: none;
  }
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu>a {
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  font-family: "Circular Std Book";
  position: relative;
  padding: 13px 30px 13px 65px;
  width: 254px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: #fff !important;
  cursor: pointer;
  background: var(--base_color);
}

@media (max-width: 991.98px) {
  header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu>a {
    padding: 13px 30px 13px 65px;
  }
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu>a i {
  color: #fff;
  font-size: 10px;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu>a::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 50%;
  height: 12px;
  width: 20px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%);
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu>a::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 50%;
  height: 2px;
  width: 20px;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%);
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu {
  margin: 0;
  width: 330px;
  border: 0;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  padding: 0;
  top: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding-bottom: 25px;
  padding-top: 11px;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu.dropdown_menu_active {
  opacity: 1;
  visibility: visible;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li {
  position: static;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li {
    overflow: hidden;
  }
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
  width: 833px;
  padding: 31px 0 0px 50px;
  display: flex;
  flex-wrap: wrap;
  left: 110%;
  position: absolute;
  top: 0;
  background: #fff;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
    width: 320px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
    width: 590px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
    width: 700px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
    max-height: 100%;
    overflow: auto !important;
  }
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu .mega_metu_title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text_color);
  border-bottom: 1px solid var(--border_color);
  padding-left: 0;
  left: 0 !important;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li {
  flex: 33.33%;
  padding-right: 50px;
  margin-bottom: 31px;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li ul li {
  padding: 0;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  left: 0 !important;
  padding: 0;
  line-height: 2.5;
  white-space: nowrap;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li ul li a:hover {
  color: var(--base_color);
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li.img_menu {
  margin-bottom: 0;
  width: 100% !important;
  flex: 66.33%;
  padding-bottom: 121px;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li.img_menu h6 {
  font-size: 14px;
  font-weight: 500;
  color: #687083 !important;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li.img_menu h4 {
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  margin: 10px 0 11px 0;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu>li.img_menu a.shop_now {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: var(--base_color);
  left: 0;
  padding: 0;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li:hover>a {
  color: var(--text_color);
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li:hover>a:before {
  opacity: 1;
  right: 15px;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .submenu_list {
  position: absolute;
  left: 110%;
  top: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .submenu_list li a {
  text-transform: capitalize;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li:hover>ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a {
  padding: 11px 30px 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text_color);
  line-height: 1.9;
  width: 100%;
  position: relative;
  background: transparent;
  grid-gap: 18px;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a.has_arrow::before {
  content: "\e649";
  position: absolute;
  font-size: 10px;
  font-family: "themify";
  font-size: 16px;
  color: var(--text_color);
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  opacity: 1;
  transition: 0.3s;
  font-size: 12px;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a svg {
  flex: 20px 0 0;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a i {
  font-size: 20px;
  transition: 0.3s;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a:hover,
header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a.active {
  color: var(--text_color);
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a:hover i,
header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a.active i {
  color: var(--base_color);
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a:hover.has_arrow::before,
header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu a.active.has_arrow::before {
  color: var(--base_color);
}

header.amazcartui_header .header_area .header__wrapper {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 767.98px) {
  header.amazcartui_header .header_area .header__wrapper .header__left .logo_img {
    margin-left: 0px;
  }

  header.amazcartui_header .header_area .header__wrapper .header__left .logo_img img {
    max-width: 130px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .header__wrapper .header__left .logo_img {
    margin-right: 20px;
  }
}

header.amazcartui_header .header_area .main_menu {
  flex: 1 1 auto;
}

header.amazcartui_header .header_area .main_menu ul li {
  display: inline-block;
  position: relative;
}

header.amazcartui_header .header_area .main_menu ul li:first-child a {
  margin-left: 0;
}

header.amazcartui_header .header_area .main_menu ul li a {
  color: var(--text_color);
  font-size: 15px;
  font-weight: 500;
  margin: 0px 11px;
  padding: 13.75px 0;
  display: inline-block;
  font-family: "Circular Std Book";
}

header.amazcartui_header .header_area .main_menu ul li a i {
  font-size: 17px;
  font-weight: 400;
  color: var(--text_color);
  margin-left: 5px;
  text-transform: uppercase;
}

header.amazcartui_header .header_area .main_menu ul li a:hover,
header.amazcartui_header .header_area .main_menu ul li a.active {
  color: var(--base_color);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .main_menu ul li a {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  header.amazcartui_header .header_area .main_menu ul li a {
    margin: 0 9px;
    font-size: 10px;
  }

  .logo_img img {
    max-width: 120px;
  }
}

@media only screen and (min-width: 1439px) and (max-width: 1599.98px) {
  header.amazcartui_header .header_area .main_menu ul li a {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1671.98px) {
  header.amazcartui_header .header_area .main_menu ul li a {
    margin: 0 12px;
  }
}

header.amazcartui_header .header_area .main_menu ul li .submenu {
  width: 200px;
  position: absolute;
  left: 0;
  top: 120%;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu {
  width: 800px;
  padding: 30px 0 0px 30px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu {
    left: -255px;
  }
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu .mega_metu_title {
  font-size: 16px;
  font-weight: 600;
  color: #090b17;
  border-bottom: 1px solid var(--border_color);
  padding-left: 0;
  left: 0 !important;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 11px;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li {
  flex: 33.33%;
  padding-right: 50px;
  margin-bottom: 40px;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li ul li {
  padding: 0;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #676e8b;
  left: 0 !important;
  padding: 0;
  line-height: 31.8px;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li ul li a:hover {
  color: var(--base_color);
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu {
  background-image: url(../img/menu_bg.png);
  background-size: cover;
  background-position: right bottom;
  margin-bottom: 0;
  width: 100% !important;
  flex: 66.33%;
  padding-bottom: 97px;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu h6 {
  font-size: 12px;
  font-weight: 500;
  color: #090b17 !important;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu h4 {
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  margin: 8px 0 11px 0;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.mega_width_menu>li.img_menu a.shop_now {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: var(--base_color);
  left: 0;
  padding: 0;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu {
  width: 579px;
  padding: 0px 0 0px 0px;
  display: flex;
  flex-wrap: wrap;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .mega_metu_title {
  font-size: 16px;
  font-weight: 700;
  color: var(--base_color);
  padding-left: 0;
  left: 0 !important;
  padding: 0;
  font-family: "Circular Std Book";
  border: 0;
  margin: 0;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu>li {
  padding: 26px 40px;
  flex: 1 1 auto;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu>li ul li {
  padding: 0;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu>li ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  left: 0 !important;
  padding: 0;
  font-family: "Circular Std Book";
  line-height: 2.5;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu>li ul li a:hover {
  color: var(--base_color) !important;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner {
  background-image: url("../img/banner/menu_banner.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 80px 56px;
  flex: 280px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (max-width: 991.98px) {
  header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner {
    display: none !important;
  }
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--base_color_60);
  z-index: -1;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner .prodict_menu_banner_inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner .prodict_menu_banner_inner p {
  font-size: 24px;
  line-height: 1.42;
  color: #fff;
  margin-bottom: 35px;
  font-family: "Circular Std Book";
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner .prodict_menu_banner_inner p a {
  color: #fff72b;
  padding: 0;
  line-height: inherit;
  font-weight: 600;
  font-size: 24px;
}

header.amazcartui_header .header_area .main_menu ul li .submenu.product_mega_menu .prodict_menu_banner .prodict_menu_banner_inner .menu_prise {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ef0000;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.29;
  font-family: "Circular Std Book";
}

header.amazcartui_header .header_area .main_menu ul li .submenu li {
  display: block;
  margin: 0;
  position: relative;
}

header.amazcartui_header .header_area .main_menu ul li .submenu li:first-child {
  padding-top: 16px;
}

header.amazcartui_header .header_area .main_menu ul li .submenu li:last-child {
  padding-bottom: 20px;
}

header.amazcartui_header .header_area .main_menu ul li .submenu li a {
  font-size: 14px;
  line-height: 1.2;
  color: var(--text_color);
  padding: 0;
  font-weight: 500;
  display: block;
  margin: 0;
  padding: 10px 30px;
  transition: 0.3s;
  position: relative;
  text-transform: capitalize;
  left: 0;
}

header.amazcartui_header .header_area .main_menu ul li .submenu li a.active,
header.amazcartui_header .header_area .main_menu ul li .submenu li a:hover {
  color: var(--base_color);
}

header.amazcartui_header .header_area .main_menu ul li .submenu li a:hover {
  left: 5px;
  color: var(--base_color);
}

header.amazcartui_header .header_area .main_menu ul li .submenu li:hover>a {
  color: var(--base_color) !important;
}

header.amazcartui_header .header_area .main_menu ul li .submenu li .submenu_list {
  position: absolute;
  left: 110%;
  top: -17px;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .main_menu ul li .submenu li .submenu_list {
    left: auto;
    right: 110%;
  }
}

header.amazcartui_header .header_area .main_menu ul li .submenu li .submenu_list li a {
  text-transform: capitalize;
}

header.amazcartui_header .header_area .main_menu ul li .submenu li:hover>ul {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .main_menu ul li .submenu li:hover>ul {
    left: auto;
    right: 100%;
  }
}

header.amazcartui_header .header_area .main_menu ul li:hover>a {
  color: var(--base_color);
}

header.amazcartui_header .header_area .main_menu ul li:hover .submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

header.amazcartui_header .header_area .main_header_media {
  grid-gap: 20px;
  display: flex;
  align-items: center;
}

header.amazcartui_header .header_area .main_header_media .single_top_lists {
  grid-gap: 10px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text_color);
  height: 40px;
  text-transform: capitalize;
}

header.amazcartui_header .header_area .main_header_media .single_top_lists:hover {
  color: var(--base_color);
}

header.amazcartui_header .header_area .main_header_media .single_top_lists a {
  color: var(--text_color);
  font-size: 14px;
}

header.amazcartui_header .header_area .contact_wrap {
  justify-content: flex-end;
}

@media (max-width: 575.98px) {
  header.amazcartui_header .header_area .contact_wrap {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header.amazcartui_header .header_area .contact_wrap {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header.amazcartui_header .header_area .contact_wrap {
    display: none !important;
  }
}

header.amazcartui_header .header_area .contact_wrap .mobile_no p {
  color: #505050;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Circular Std Book";
}

header.amazcartui_header .header_area .contact_wrap .mobile_no p span a {
  color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  header.amazcartui_header .header_area .contact_wrap .mobile_no p {
    font-size: 13px;
    margin-right: 8px;
  }
}

header.amazcartui_header .header_area .contact_wrap .signin a.sign_in {
  font-size: 16px;
  color: #505050;
  font-weight: 600;
  margin-right: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area .contact_wrap .signin a.sign_in {
    margin-right: 15px;
  }
}

header.amazcartui_header .header_area .contact_wrap .signin a.sign_in:hover {
  color: #4543de;
}

header.amazcartui_header .header_area .contact_wrap .contact_btn {
  margin-left: 25px;
}

header.amazcartui_header .header_area.navbar_fixed {
  z-index: 90;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.03);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header.amazcartui_header .header_area.navbar_fixed .main_header_area {
    padding: 11px 0;
  }
}

@media (max-width: 767.98px) {
  header.amazcartui_header .header_area.navbar_fixed .main_header_area {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area.navbar_fixed .category_menu {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  header.amazcartui_header .header_area.navbar_fixed .slicknav_menu .slicknav_icon {
    top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area.navbar_fixed .menu_logo {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header.amazcartui_header .header_area.navbar_fixed .menu_logo img {
    max-width: 150px;
  }
}

@media (min-width: 1200px) {
  header.amazcartui_header .header_area.navbar_fixed .offer_tag {
    display: none !important;
  }
}

header.amazcartui_header .header_area .menu_search_popup {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: 0.3s;
  z-index: 12000000000;
  top: -100%;
  opacity: 0;
  visibility: hidden;
}

header.amazcartui_header .header_area .menu_search_popup.active {
  transform: translateY(0%);
  top: 0;
  opacity: 1;
  visibility: visible;
}

header.amazcartui_header .header_area .menu_search_popup .search_close {
  position: absolute;
  right: 16%;
  top: 30px;
  font-size: 20px;
  color: var(--text_color);
  cursor: pointer;
  transition: 0.3s;
  width: 20px;
  height: 20px;
  border: 1px solid var(--text_color);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text_color);
}

@media (max-width: 991.98px) {
  header.amazcartui_header .header_area .menu_search_popup .search_close {
    right: 15px;
    top: 20px;
  }
}

header.amazcartui_header .header_area .menu_search_popup .search_close:hover {
  color: var(--base_color);
  border-color: var(--base_color);
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field {
  max-width: 562px;
  position: relative;
  flex: 562px 0 0;
}

@media (max-width: 767.98px) {
  header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field {
    flex: 70% 0 0;
    max-width: 70%;
  }
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field input {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  font-size: 14px;
  color: var(--text_color);
  padding: 10px 20px 10px 0px;
  font-weight: 400;
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field input::-moz-placeholder {
  color: #6e446e;
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field input::placeholder {
  color: #6e446e;
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field input:focus {
  border-color: var(--text_color);
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field button {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  height: 100%;
  width: 30px;
  line-height: 1;
  text-align: right;
}

header.amazcartui_header .header_area .menu_search_popup .menu_search_popup_field button i {
  font-size: 18px;
  color: var(--text_color);
  font-weight: 700;
}

.promotion_bar {
  z-index: 12;
}

.promotion_bar_wrapper {
  height: 80px;
  background-image: url("../img/banner/promotion_barBg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .promotion_bar_wrapper {
    height: 60px;
    background-position: top center;
    background-size: contain;
  }
}

@media (max-width: 767.98px) {
  .promotion_bar_wrapper {
    padding-right: 50px;
    height: 50px;
    background-position: right center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .promotion_bar_wrapper {
    padding-right: 65px;
  }
}

.promotion_bar_wrapper .close_promobar {
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .promotion_bar_wrapper .close_promobar {
    right: 25px;
  }
}

.promotion_bar_wrapper .close_promobar i {
  font-size: 10px;
}

.wish_cart_mobile {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-right: 10px;
  justify-content: center;
  position: relative;
  top: 3px;
}

@media (min-width: 991.98px) {
  .wish_cart_mobile {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .wish_cart_mobile {
    margin-right: 30px;
  }
}

.wish_cart_mobile a {
  font-size: 15px;
  color: var(--text_color);
  font-weight: 900;
}

.wish_cart_mobile a:hover {
  color: var(--base_color);
}

.home6_search_toggle {
  font-size: 15px;
  color: #00124e;
  font-weight: 900;
  cursor: pointer;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.slicknav_menu .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  padding-bottom: 3px;
  position: absolute;
  top: 0px;
}

.slicknav_nav a {
  font-size: 14px;
  color: #000;
  font-family: "Circular Std Book";
  text-transform: capitalize;
  font-weight: 400;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 9.5px 15px;
  margin: 0;
}

@media (max-width: 991.98px) {
  .slicknav_nav .slicknav_item a i {
    display: none;
  }
}

.slicknav_arrow {
  position: absolute;
  right: 0;
  width: 40px;
  height: 37px;
  text-align: center;
  line-height: 40px;
  top: 0;
}

.slicknav_nav li {
  display: block;
  border-bottom: none;
  position: relative;
}

.mobile_menu .slicknav_nav ul.submenu {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #f7f7f7;
}

.mobile_menu .slicknav_nav ul.submenu li a {
  font-size: 16px;
}

.mobile_menu .slicknav_nav .slicknav_arrow {
  margin: 0;
}

.slicknav_nav .slicknav_row:hover {
  color: var(--text_color) 4;
}

.slicknav_nav a:hover {
  border-radius: 0px;
  background: transparent;
  color: var(--text_color) 4;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #071a3c !important;
  height: 2px;
  margin: 3px 0;
  transition: all 0.3s ease 0s;
  width: 18px;
  position: relative;
}

.slicknav_menu .slicknav_icon {
  margin-right: 0px;
  width: 18px;
  height: 18px;
  margin: 0;
}

.mobile_menu {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 9999999;
}

.slicknav_btn {
  right: 12px;
  margin-top: -50px;
}

.slicknav_nav {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 5px 7px 0 rgba(13, 0, 36, 0.07);
  padding: 15px 6px;
  margin-top: 0px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 6.5px 20px;
  margin: 0;
  font-family: "Circular Std Book";
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 6.5px 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .slicknav_btn {
    right: auto;
    left: 8px;
    position: absolute;
  }
}

@media (max-width: 767.98px) {
  .slicknav_menu .slicknav_icon {
    position: absolute;
    top: -70px;
    right: auto;
  }
}

.amazcartui_header .slicknav_menu .slicknav_icon {
  top: 5px;
  left: auto !important;
  right: 7px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .amazcartui_header .slicknav_menu .slicknav_icon {
    top: 6px;
  }
}

.amazcartui_header .slicknav_menu .slicknav_icon-bar {
  background-color: var(--base_color) !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .amazcartui_header .slicknav_menu .slicknav_icon-bar {
    background-color: var(--base_color) !important;
  }
}

.amazcartui_header .slicknav_btn {
  right: 0px;
  left: left;
  float: right;
}

.amazcartui_header .slicknav_nav .slicknav_row,
.amazcartui_header .slicknav_nav a {
  font-family: "Circular Std Book";
}

.amazcartui_header .slicknav_nav a:hover {
  color: var(--base_color);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.slicknav_btn {
  padding: 0px;
  border: 0px;
}

.slicknav_btn .slicknav_icon-bar {
  background-color: #ff4357;
  transition: all 0.5s linear;
  display: block;
  width: 18px;
  height: 2px;
}

.home_2 .slicknav_btn .slicknav_icon-bar {
  background-color: #4543de;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: 3px;
}

.slicknav_btn .slicknav_icon-bar:nth-child(2) {
  transform: rotate(0deg);
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) {
  transform: rotate(-45deg);
}

.slicknav_btn .slicknav_icon-bar:nth-child(3) {
  opacity: 1;
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) {
  opacity: 0;
}

.slicknav_btn .slicknav_icon-bar:nth-child(1) {
  transform: rotate(0deg);
  top: 0;
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 4px;
  position: relative;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.primary_checkbox {
  display: inline-block;
  position: relative;
  margin: 0;
  align-items: flex-start;
}

.primary_checkbox h5 {
  font-size: 14px;
  font-weight: 500;
  font-family: "Circular Std Book";
  color: var(--text_color);
  margin-bottom: 0;
}

.primary_checkbox .label_name {
  font-size: 14px;
  font-weight: 500;
  font-family: "Circular Std Book";
  color: #687083;
  margin-bottom: 0;
}

.primary_checkbox.white_checkbox .checkmark:after {
  border-color: #fff;
}

.primary_checkbox .checkmark {
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 18px;
  flex: 18px 0 0;
  border-radius: 3px;
}

.primary_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.primary_checkbox input:checked~.checkmark:after {
  width: 100%;
  height: 100%;
  border: 0;
  transition: 0.3s;
  transform: scale(0);
}

.primary_checkbox input:checked~.checkmark {
  background: var(--base_color);
  transition: 0.3s;
}

.primary_checkbox input:checked~.checkmark::before {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  display: block;
  top: 0px;
  left: 3px;
  text-indent: 1px;
  color: #828bb2;
  background-color: transparent;
  border: 0px;
  transform: rotate(8deg);
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  z-index: 99;
  color: #fff;
  transition: 0.3s;
}

.primary_checkbox .checkmark:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 3px;
  border: 1px solid var(--border_color);
  transition: 0.3s;
  transform: scale(1);
}

.primary_checkbox.style2 .checkmark:after,
.primary_checkbox.style2 .checkmark {
  border-radius: 50%;
}

.primary_checkbox.style2 .checkmark {
  width: 15px;
  height: 15px;
  line-height: 15px;
  flex: 15px 0 0;
}

.primary_checkbox.style2 input:checked~.checkmark::before {
  top: 0px;
  left: 3px;
  border: 0px;
  font-size: 8px;
  line-height: 15px;
}

.primary_checkbox.style2 .checkmark:after {
  width: 15px;
  height: 15px;
}

.primary_checkbox.style3 .checkmark:after,
.primary_checkbox.style3 .checkmark {
  border-radius: 50%;
}

.primary_checkbox.style3 .checkmark {
  width: 20px;
  height: 20px;
  line-height: 20px;
  flex: 20px 0 0;
}

.primary_checkbox.style3 input:checked~.checkmark::before {
  top: 0px;
  left: 3px;
  border: 0px;
  font-size: 11px;
  line-height: 20px;
}

.primary_checkbox.style3 .checkmark:after {
  width: 20px;
  height: 20px;
}

.primary_checkbox.style3 .label_name {
  font-size: 16px;
  font-weight: 500;
  color: #00124e;
}

.primary_checkbox.style4 .checkmark:after,
.primary_checkbox.style4 .checkmark {
  border-radius: 50%;
}

.primary_checkbox.style4 .checkmark {
  width: 19px;
  height: 19px;
  line-height: 19px;
  flex: 19px 0 0;
}

.primary_checkbox.style4 input:checked~.checkmark::before {
  top: 0px;
  left: 3px;
  border: 0px;
  font-size: 11px;
  line-height: 19px;
}

.primary_checkbox.style4 .checkmark:after {
  width: 19px;
  height: 19px;
  border: 5px solid #687083;
}

.primary_checkbox.style4 .label_name {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
}

.primary_checkbox.style5 .checkmark:after,
.primary_checkbox.style5 .checkmark {
  border-radius: 50%;
}

.primary_checkbox.style5 .checkmark {
  width: 19px;
  height: 19px;
  line-height: 19px;
  flex: 19px 0 0;
}

.primary_checkbox.style5 input:checked~.checkmark::before {
  top: 0px;
  left: 3px;
  border: 0px;
  font-size: 11px;
  line-height: 19px;
  display: none;
}

.primary_checkbox.style5 input:checked~.checkmark::after {
  border: 5px solid #222222;
  transform: scale(1);
}

.primary_checkbox.style5 input:checked~.checkmark {
  background: transparent;
}

.primary_checkbox.style5 .checkmark:after {
  width: 19px;
  height: 19px;
  border: 2px solid #e3e6ef;
}

.primary_checkbox.style5 .checkmark:before {
  display: none;
}

.primary_checkbox.style5 .label_name {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  position: relative;
  top: 1px;
}

.primary_checkbox.style6 .checkmark:after,
.primary_checkbox.style6 .checkmark {
  border-radius: 50%;
}

.primary_checkbox.style6 .checkmark {
  width: 18px;
  height: 18px;
  line-height: 18px;
  flex: 18px 0 0;
  background: #fff !important;
  border: 1px solid #e1e2e6;
}

.primary_checkbox.style6 input:checked~.checkmark::after {
  width: 10px;
  height: 10px;
  border: 0;
  transition: 0.3s;
  transform: scale(1);
  background: red;
  border: 0 !important;
  left: 3px;
  top: 3px;
}

.primary_checkbox.style6 input:checked~.checkmark {
  border: 1px solid var(--base_color);
}

.primary_checkbox.style6 input:checked~.checkmark::before {
  display: none;
}

.primary_checkbox.style6 .checkmark:after {
  width: 10px;
  height: 10px;
  left: 3px;
  top: 3px;
  border: 0 !important;
}

.primary_checkbox.style6 .checkmark::before {
  display: none;
}

.primary_checkbox.style6 .label_name {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
}

.round_checkbox {
  display: inline-block;
  position: relative;
  margin: 0;
  align-items: center;
  width: 35px;
  height: 35px;
}

.round_checkbox h5 {
  font-size: 14px;
  font-weight: 500;
  font-family: "Circular Std Book";
  color: var(--text_color);
  margin-bottom: 0;
}

.round_checkbox .label_name {
  font-size: 14px;
  font-weight: 500;
  font-family: "Circular Std Book";
  color: #656565;
  margin-bottom: 0;
}

.round_checkbox.white_checkbox .checkmark:after {
  border-color: #fff;
}

.round_checkbox .checkmark {
  position: relative;
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 18px;
  flex: 35px 0 0;
  border-radius: 50%;
  border: 1px solid var(--border_color);
}

.round_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.round_checkbox input:checked~.checkmark {
  border-color: var(--base_color);
}

.round_checkbox .checkmark::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: var(--base_color);
  border-radius: 50%;
  left: 4px;
  top: 4px;
}

.round_checkbox input:checked~.checkmark::after {
  border-color: var(--base_color);
}

.round_checkbox .checkmark:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 50%;
  transition: 0.3s;
  transform: scale(1);
}

.round_checkbox.black_check input:checked~.checkmark {
  border-color: #000000;
}

.round_checkbox.black_check .checkmark::before {
  background: #000;
}

.round_checkbox.blue_check input:checked~.checkmark {
  border-color: #1f73be;
}

.round_checkbox.blue_check .checkmark::before {
  background: #1f73be;
}

.round_checkbox.gray_check input:checked~.checkmark {
  border-color: #d6d6d6;
}

.round_checkbox.gray_check .checkmark::before {
  background: #d6d6d6;
}

.round_checkbox.paste_check input:checked~.checkmark {
  border-color: #81d742;
}

.round_checkbox.paste_check .checkmark::before {
  background: #81d742;
}

.round_checkbox.brouwn_check input:checked~.checkmark {
  border-color: #dd9a32;
}

.round_checkbox.brouwn_check .checkmark::before {
  background: #dd9a32;
}

.round_checkbox.violate_check input:checked~.checkmark {
  border-color: #8224e2;
}

.round_checkbox.violate_check .checkmark::before {
  background: #8224e2;
}

.round_checkbox.red_check input:checked~.checkmark {
  border-color: #ef3736;
}

.round_checkbox.red_check .checkmark::before {
  background: #ef3736;
}

.round_checkbox.yellow_check input:checked~.checkmark {
  border-color: #eeee22;
}

.round_checkbox.yellow_check .checkmark::before {
  background: #eeee22;
}

.theme_border {
  border-top: 1px solid #e9e7f7;
}

.primary_bulet_checkbox {
  display: inline-block;
  position: relative;
  margin: 0;
  align-items: center;
}

.primary_bulet_checkbox h5 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Circular Std Book";
  color: var(--text_color);
  margin-bottom: 0;
}

.primary_bulet_checkbox .label_name {
  font-size: 16px;
  font-weight: 500;
  font-family: "Circular Std Book";
  color: var(--text_color);
  margin-bottom: 0;
}

.primary_bulet_checkbox.white_checkbox .checkmark:after {
  border-color: #fff;
}

.primary_bulet_checkbox .checkmark {
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 18px;
  flex: 18px 0 0;
  border-radius: 50%;
}

.primary_bulet_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.primary_bulet_checkbox input:checked~.checkmark:after {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  transform: scale(1);
  border-color: var(--base_color);
}

.primary_bulet_checkbox input:checked~.checkmark {
  transition: 0.3s;
}

.primary_bulet_checkbox input:checked~.checkmark::before {
  transform: translate(-50%, -50%) scale(1);
}

.primary_bulet_checkbox .checkmark::before {
  position: absolute;
  background: var(--base_color);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.3s;
}

.primary_bulet_checkbox .checkmark:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #e9e7f7;
  transition: 0.3s;
  transform: scale(1);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.gap-15 {
  gap: 15px;
}

.row-gap-60 {
  row-gap: 60px;
}

@media (min-width: 1400px) {
  .col-xxl-8 {
    max-width: 66.666667%;
  }
}

.primary_input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 400;
  color: var(--text_color);
  padding: 10px 20px;
  width: 100%;
}

.primary_input::-moz-placeholder {
  font-size: 14px;
  color: #8e8e8e;
  text-transform: capitalize;
}

.primary_input::placeholder {
  font-size: 14px;
  color: #8e8e8e;
  text-transform: capitalize;
}

.primary_input3 {
  height: 50px;
  border: 1px solid var(--border_color);
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 400;
  color: var(--text_color);
  padding: 15px 25px;
  width: 100%;
  box-shadow: none !important;
}

.primary_input3.style2 {
  padding: 15px 20px;
}

.primary_input3.style3 {
  border-color: #e3e6ef;
}

.primary_input3.style4 {
  border-color: #e3e6ef;
  padding: 20px;
}

.primary_input3.style5 {
  border-color: #eef0f4;
  padding: 15px 20px;
}

.primary_input3.style6 {
  border-color: #e3e3e3;
  padding: 15px 20px;
  height: 45px;
  color: var(--text_color);
}

.primary_input3.style6::-moz-placeholder {
  color: #687083;
}

.primary_input3.style6::placeholder {
  color: #687083;
}

.primary_input3.radius_5px {
  border-radius: 5px;
}

.primary_input3.radius_3px {
  border-radius: 3px;
}

.primary_input3.bg_style1 {
  background-color: #f9f9fd;
}

.primary_input3.border_style2 {
  border: 1px solid #e1e2e6;
}

.primary_input3::-moz-placeholder {
  color: #687083;
}

.primary_input3::placeholder {
  color: #687083;
}

.primary_input4 {
  height: 50px;
  border: 1px solid #ebebeb;
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 400;
  color: var(--text_color);
  padding: 15px 20px;
  width: 100%;
  background: transparent;
}

.primary_input4::-moz-placeholder {
  color: #676e8b;
}

.primary_input4::placeholder {
  color: #676e8b;
}

.primary_input5 {
  height: 40px;
  border: 1px solid #e3e3e3;
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 400;
  color: var(--text_color);
  padding: 15px;
  width: 100%;
  box-shadow: none !important;
}

.primary_input5.border_style2 {
  border: 1px solid #e1e2e6;
}

.primary_input5::-moz-placeholder {
  color: #687083;
}

.primary_input5::placeholder {
  color: #687083;
}

.primary_textarea {
  height: 150px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 400;
  color: var(--text_color);
  padding: 15px 20px;
  width: 100%;
}

.primary_textarea::-moz-placeholder {
  font-size: 14px;
  color: #8e8e8e;
  text-transform: capitalize;
}

.primary_textarea::placeholder {
  font-size: 14px;
  color: #8e8e8e;
  text-transform: capitalize;
}

.primary_textarea3 {
  height: 180px;
  border: 1px solid var(--border_color);
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 400;
  color: var(--text_color);
  padding: 21px 25px;
  width: 100%;
  background: #f9f9fd;
}

.primary_textarea3.radius_5px {
  border-radius: 5px;
}

.primary_textarea3:focus {
  outline: none;
}

.primary_textarea3::-moz-placeholder {
  color: #687083;
}

.primary_textarea3::placeholder {
  color: #687083;
}

.primary_textarea4 {
  height: 130px;
  border: 1px solid #e3e6ef;
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 400;
  color: var(--text_color);
  padding: 15px 20px;
  width: 100%;
  background: transparent;
}

.primary_textarea4:focus {
  outline: none;
}

.primary_textarea4::-moz-placeholder {
  color: #687083;
}

.primary_textarea4::placeholder {
  color: #687083;
}

.primary_label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}

.primary_label2 {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  display: block;
  margin-bottom: 15px;
  line-height: 1;
}

.primary_label2.style2 {
  margin-bottom: 11px;
}

.primary_label2.style3 {
  margin-bottom: 7px;
}

.primary_label2.style4 {
  margin-bottom: 12px;
  font-weight: 600;
  color: #00124e;
}

.primary_label2 span {
  color: var(--base_color);
}

.primary_line_input {
  height: 50px;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid rgba(104, 112, 131, 0.2);
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  padding: 10px 0px;
  width: 100%;
  box-shadow: none !important;
}

.primary_line_input.style2 {
  font-weight: 400;
  border-color: var(--border_color);
}

.primary_line_input.style2::-moz-placeholder {
  font-size: 14px;
  color: #373737;
  text-transform: capitalize;
  font-weight: 400;
}

.primary_line_input.style2::placeholder {
  font-size: 14px;
  color: #373737;
  text-transform: capitalize;
  font-weight: 400;
}

.primary_line_input.style3 {
  font-weight: 400;
  color: var(--text_color);
  font-weight: 500;
}

.primary_line_input.style3::-moz-placeholder {
  font-size: 14px;
  color: #9d9d9d;
  text-transform: capitalize;
  font-weight: 500;
}

.primary_line_input.style3::placeholder {
  font-size: 14px;
  color: #9d9d9d;
  text-transform: capitalize;
  font-weight: 500;
}

.primary_line_input.style4 {
  font-weight: 400;
  color: var(--text_color);
  font-size: 16px;
  border: 1px solid #E0E0E0;
  padding-left: 20px;
  padding-right: 20px;
}

.primary_line_input.style4::-moz-placeholder {
  font-size: 16px;
  color: #687083;
  font-weight: 400;
}

.primary_line_input.style4::placeholder {
  font-size: 16px;
  color: #687083;
  font-weight: 400;
}

.primary_line_input::-moz-placeholder {
  font-size: 14px;
  color: #afafaf;
  text-transform: capitalize;
  font-weight: 500;
}

.primary_line_input::placeholder {
  font-size: 14px;
  color: #afafaf;
  text-transform: capitalize;
  font-weight: 500;
}

.primary_line_textarea {
  height: 120px;
  border-radius: 0px;
  border: 0;
  border: 1px solid #ebebeb;
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 400;
  color: var(--text_color);
  padding: 15px 0px;
  width: 100%;
  resize: none;
  box-shadow: none !important;
  padding: 20px;
}

.primary_line_textarea.style2 {
  font-weight: 400;
  border-color: var(--border_color);
}

.primary_line_textarea.style2::-moz-placeholder {
  font-size: 14px;
  color: #373737;
  text-transform: capitalize;
  font-weight: 400;
}

.primary_line_textarea.style2::placeholder {
  font-size: 14px;
  color: #373737;
  text-transform: capitalize;
  font-weight: 400;
}

.primary_line_textarea.style2:focus {
  outline: none;
}

.primary_line_textarea.style3 {
  font-weight: 500;
  border-bottom: 1px solid rgba(104, 112, 131, 0.2);
  color: var(--text_color);
}

.primary_line_textarea.style3::-moz-placeholder {
  font-size: 14px;
  color: #9d9d9d;
  text-transform: capitalize;
  font-weight: 500;
}

.primary_line_textarea.style3::placeholder {
  font-size: 14px;
  color: #9d9d9d;
  text-transform: capitalize;
  font-weight: 500;
}

.primary_line_textarea.style3:focus {
  outline: none;
}

.primary_line_textarea.style4 {
  font-weight: 400;
  font-size: 16px;
  border-color: #E0E0E0;
  height: 140px;
}

.primary_line_textarea.style4::-moz-placeholder {
  font-size: 16px;
  color: #687083;
  font-weight: 400;
}

.primary_line_textarea.style4::placeholder {
  font-size: 16px;
  color: #687083;
  font-weight: 400;
}

.primary_line_textarea.style4:focus {
  outline: none;
}

.primary_line_textarea::-moz-placeholder {
  font-size: 14px;
  color: #676e8b;
  text-transform: capitalize;
}

.primary_line_textarea::placeholder {
  font-size: 14px;
  color: #676e8b;
  text-transform: capitalize;
}

.contact_section {
  padding: 0px 0 90px 0;
}

@media (max-width: 767.98px) {
  .contact_section {
    padding: 0px 0 40px 0;
  }
}

.contact_section .home10_title {
  margin-bottom: 76px;
}

@media (max-width: 767.98px) {
  .contact_section .home10_title {
    margin-bottom: 40px;
  }
}

.contact_section .home10_title p {
  font-size: 14px;
  color: #373737;
  margin-bottom: 11px;
}

.contact_section .home10_title h3 {
  line-height: 1.25;
}

.contact_section .contact_title span {
  margin-bottom: 20px;
  color: #373737;
}

.contact_section .contact_title h4 {
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 60px;
  color: var(--text_color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact_section .contact_title h4 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .contact_section .contact_title h4 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}

@media (max-width: 767.98px) {
  .contact_section .contact_title h4 {
    font-size: 25px;
  }
}

.contact_section .address_lines .single_address_line {
  display: grid;
  grid-template-columns: 71px auto;
  grid-gap: 20px;
  margin-bottom: 23px;
  align-items: flex-start;
}

.contact_section .address_lines .single_address_line span {
  font-size: 16px;
  font-weight: 700;
  color: var(--text_color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact_section .address_lines .single_address_line p {
  font-size: 14px;
  font-weight: 400;
  color: #676e8b;
}

.contact_section .contact_form_box {
  margin-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact_section .contact_form_box {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .contact_section .contact_form_box {
    margin-right: 0px;
  }
}

.contact_section .contact_form_box .contact_title {
  color: #1A1A1C;
}

.contact_section .contact_form_box .contact_description {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #202122;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_section .contact_form_box .contact_description {
    margin-bottom: 20px;
  }
}

.contact_section .contact_address {
  margin-top: -150px;
  z-index: 1;
  position: relative;
  box-shadow: 0px 141px 200px -80px rgba(25, 58, 75, 0.3019607843);
  background: #fff;
  padding: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact_section .contact_address {
    padding: 30px;
    margin-top: -100px;
  }
}

@media only screen and (max-width: 991px) {
  .contact_section .contact_address {
    padding: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_section .contact_address {
    margin-top: -90px;
  }
}

@media only screen and (max-width: 767px) {
  .contact_section .contact_address {
    margin-top: 0px;
  }
}

.contact_map {
  padding: 0;
}

.contact_map #contact-map {
  height: 455px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact_map #contact-map {
    height: 350px;
  }
}

@media only screen and (max-width: 991px) {
  .contact_map #contact-map {
    height: 320px;
  }
}

@media (max-width: 767.98px) {
  .contact_map #contact-map {
    height: 250px;
  }
}

.contact_wiz_box .contact_box_title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.contact_wiz_box .contact_box_desc {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #FC2732;
  letter-spacing: 0.2px;
}

.contact_wiz_box .contact_link {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.contact_wiz_box .contact_link a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border_color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text_color);
  font-size: 18px;
}

.contact_wiz_box .contact_link a:hover {
  color: var(--base_color);
}

.contact_box_wrapper {
  padding-left: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact_box_wrapper {
    padding-left: 20px;
    gap: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .contact_box_wrapper {
    border-left: 0;
    padding-left: 0;
    gap: 30px;
  }
}

.amaz_select2.style2 {
  border: 1px solid #E0E0E0 !important;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
}

.amaz_select2.style2::after {
  right: 20px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.bradcam_bg_1 {
  background-image: url("../img/banner/bradcam_bg_1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bradcam_bg_2 {
  background-image: url(../img/banner/bradcam_bg_2.jpg);
}

.breadcrumb_area .breadcrumb_iner {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 156px 0 205px 0;
}

@media (max-width: 375px) {
  .breadcrumb_area .breadcrumb_iner {
    padding: 66px 0 95px 0;
  }
}

.breadcrumb_area .breadcrumb_iner .bradcam_text {
  width: 100%;
}

.breadcrumb_area .breadcrumb_iner .bradcam_text h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: "Circular Std Book";
  margin-bottom: 23px;
}

@media (max-width: 767.98px) {
  .breadcrumb_area .breadcrumb_iner .bradcam_text h3 {
    font-size: 25px;
  }
}

.breadcrumb_area .breadcrumb_iner .bradcam_text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width: 767.98px) {
  .breadcrumb_area .breadcrumb_iner .bradcam_text h2 {
    font-size: 40px;
  }
}

.breadcrumb_area .breadcrumb_iner .bradcam_text h2 a {
  color: #687083;
}

.breadcrumb_area .breadcrumb_iner .bradcam_text h2 a:hover {
  color: var(--base_color);
}

.affiliate_bradcam_area {
  background-color: #f7faff;
  padding: 115px 0 337px 0;
  background-image: url(../img/affiliate/affiliate_bg_1.jpg);
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767.98px) {
  .affiliate_bradcam_area {
    padding: 100px 0;
  }
}

.affiliate_bradcam_area .breadcam_text {
  max-width: 780px;
  margin: auto;
}

.affiliate_bradcam_area .breadcam_text span {
  font-size: 16px;
  font-weight: 700;
  color: var(--base_color);
  margin-bottom: 18px;
  display: block;
}

.affiliate_bradcam_area .breadcam_text h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text_color);
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .affiliate_bradcam_area .breadcam_text h3 {
    font-size: 30px;
  }
}

.affiliate_bradcam_area .breadcam_text p {
  font-size: 18px;
  font-weight: 400;
  color: #687083;
  margin: 20px 0 43px 0;
}

@media (max-width: 767.98px) {
  .affiliate_bradcam_area .breadcam_text p {
    font-size: 16px;
    margin: 15px 0 30px 0;
  }
}

/*----------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                              INDIVIDUAL FOOTER                             */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
footer.home_three_footer {
  background-color: var(--footer_background_color);
}

footer.home_three_footer .footer_top_area {
  padding-top: 50px;
  padding-bottom: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

footer.home_three_footer .main_footer_wrap {
  padding-top: 100px;
  padding-bottom: 24px;
}

@media (max-width: 767.98px) {
  footer.home_three_footer .main_footer_wrap {
    padding-top: 70px;
    padding-bottom: 24px;
  }
}

footer.home_three_footer .main_footer_wrap .footer_widget {
  margin-bottom: 30px;
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_logo {
  margin-bottom: 10px;
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_title h3 {
  font-family: "Circular Std Book";
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: var(--footer_text_color);
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_links li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--footer_text_color);
  font-family: "Circular Std Book";
  line-height: 1.88;
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_links li a:hover {
  color: var(--base_color);
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_list {
  max-width: 270px;
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_list p {
  font-size: 14px;
  color: #656565;
  margin-bottom: 0;
  line-height: 1.86;
  font-weight: 500;
  margin-bottom: 15px;
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_list p:not(:last-child) {
  margin-bottom: 0;
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_list p span {
  font-weight: 700;
}

footer.home_three_footer .main_footer_wrap .footer_widget .large_address {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  line-height: 0.75;
  grid-gap: 10px;
}

@media (max-width: 575.98px) {
  footer.home_three_footer .main_footer_wrap .footer_widget .large_address {
    font-size: 30px;
  }
}

footer.home_three_footer .main_footer_wrap .footer_widget .large_address span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 5px;
  display: inline-block;
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_opening_time {
  margin: 15px 0 11px 0;
  padding-bottom: 17px;
  border-bottom: 1px solid #151515;
}

footer.home_three_footer .main_footer_wrap .footer_widget .footer_opening_time p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.77;
  color: #666666;
  text-transform: uppercase;
}

footer.home_three_footer .main_footer_wrap .footer_widget .help_text p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

footer.home_three_footer .main_footer_wrap .footer_widget .help_text p a {
  color: var(--base_color);
}

footer.home_three_footer .main_footer_wrap .footer_widget .address_text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Circular Std Book";
  color: #666666;
  margin-bottom: 19px;
  line-height: 1.63;
  max-width: 226px;
}

footer.home_three_footer .main_footer_wrap .footer_widget .social__Links a {
  color: #808080;
}

footer.home_three_footer .main_footer_wrap .footer_widget .social__Links a:hover {
  color: var(--base_color);
}

footer.home_three_footer .copyright_area {
  padding-bottom: 28px;
}

footer.home_three_footer .copyright_area .footer_border {
  border-top: 1px solid #151515;
  margin-bottom: 23px;
}

footer.home_three_footer .copyright_area .copy_right_text {
  padding: 17px 0;
}

footer.home_three_footer .copyright_area .copy_right_text p {
  margin-bottom: 0;
  font-size: 14px;
  color: #687083;
  font-weight: 500;
  font-family: "Circular Std Book";
  text-transform: capitalize;
}

@media (max-width: 767.98px) {
  footer.home_three_footer .copyright_area .copy_right_text p {
    text-align: center;
  }
}

footer.home_three_footer .copyright_area .copy_right_text p a {
  color: var(--base_color);
}

footer.home_three_footer .copyright_area .copy_right_text .footer_list_links {
  display: flex;
  grid-gap: 35px;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  footer.home_three_footer .copyright_area .copy_right_text .footer_list_links {
    grid-gap: 15px;
    width: 100%;
    justify-content: center;
  }
}

footer.home_three_footer .copyright_area .copy_right_text .footer_list_links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--footer_text_color);
}

footer.home_three_footer .copyright_area .copy_right_text .footer_list_links a:hover {
  color: var(--base_color);
}

footer.home_three_footer .copyright_area .payment_imgs {
  margin: 20px 0;
}

.google_play_box {
  background: var(--base_color);
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  padding: 11px 30px;
  grid-gap: 15px;
  min-width: 215px;
  max-width: 215px;
}

.google_play_box:hover {
  background: var(--text_color);
}

.google_play_box .google_play_text span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.google_play_box .google_play_text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.home_banner .banner_single {
  padding: 148px 0 148px 0;
}

@media (max-width: 767.98px) {
  .home_banner .banner_single {
    padding: 130px 0 130px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home_banner .banner_single {
    padding: 150px 0 150px 0;
  }
}

.home_banner .banner_single .banner__text {
  max-width: 543px;
}

.home_banner .banner_single .banner__text span {
  font-size: 18px;
  font-weight: 600;
  color: var(--base_color);
  display: block;
  text-transform: uppercase;
  font-family: "Shadows Into Light Two", cursive;
}

.home_banner .banner_single .banner__text h3 {
  font-size: 60px;
  font-weight: 700;
  color: var(--text_color);
  line-height: 1.27;
  margin: 21px 0 44px 0;
  font-family: "Circular Std Book";
}

@media (max-width: 767.98px) {
  .home_banner .banner_single .banner__text h3 {
    font-size: 35px;
    margin: 9px 0 25px 0;
  }
}

.home_banner .owl-carousel .owl-nav div {
  background: #fff;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50px;
  transition: all 0.3s ease 0s;
  width: 50px;
  font-size: 12px;
  color: #000;
  border-radius: 50%;
  border: 0;
  transform: translateY(-50%);
}

.home_banner .owl-carousel .owl-nav div.owl-next {
  right: 50px;
  left: auto;
}

.home_banner .owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.home_banner .owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: var(--base_color);
}

.home_banner .owl-dots {
  display: flex;
  justify-content: start;
  grid-gap: 15px;
  position: absolute;
  align-items: center;
  bottom: 35px;
  left: 0;
  right: 0;
  max-width: 1165px;
  margin: auto;
}

@media (max-width: 575.98px) {
  .home_banner .owl-dots {
    left: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .home_banner .owl-dots {
    left: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home_banner .owl-dots {
    left: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .home_banner .owl-dots {
    left: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .home_banner .owl-dots {
    left: 40px;
  }
}

@media (min-width: 1600px) and (max-width: 1799.98px) {
  .home_banner .owl-dots {
    left: 150px;
  }
}

.home_banner .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #687083;
  display: inline-block;
  transition: 0.3s;
  position: relative;
}

.home_banner .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid var(--base_color);
  border-radius: 50%;
  left: -11px;
  top: -11px;
  transform: scale(0);
  transition: 0.3s;
}

.home_banner .owl-dots .owl-dot span:hover {
  transform: scale(1);
}

.home_banner .owl-dots .owl-dot.active span {
  width: 8px;
  height: 8px;
  background: var(--base_color);
}

.home_banner .owl-dots .owl-dot.active span:before {
  opacity: 1;
  transform: scale(1);
}

.brand_banner {
  background: var(--base_color);
  height: 380px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand_banner {
    height: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand_banner {
    height: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .brand_banner {
    height: 160px;
  }
}

.brand_banner .branding_text {
  font-family: "Circular Std Book";
  font-size: 80px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand_banner .branding_text {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand_banner .branding_text {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .brand_banner .branding_text {
    font-size: 28px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.custom_nav li:not(:last-child) {
  margin-right: 50px;
}

@media (max-width: 767.98px) {
  .custom_nav li:not(:last-child) {
    margin-right: 15px;
  }
}

.custom_nav li a {
  font-size: 14px;
  font-weight: 500;
  color: #676e8b;
  padding: 4px 0 0 0;
}

.custom_nav li a.active {
  color: #fd1c5e;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.amazy_blog_section .amaz_pagination {
  padding-top: 50px;
}

@media (max-width: 767.98px) {
  .amazy_blog_section .amaz_pagination {
    padding-top: 30px;
  }
}

.amazy_blog_Widget {
  background: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
}

.amazy_blog_Widget .thumb {
  overflow: hidden;
  display: block;
}

.amazy_blog_Widget .thumb img {
  width: 100%;
  transition: 0.3s;
  transform: scale(1);
}

.amazy_blog_Widget .blog_content {
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: start;
  align-items: start;
  padding: 20px;
  padding-bottom: 30px;
}

.amazy_blog_Widget .blog_content span {
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  display: block;
  margin: 0 0 0 0;
  font-family: "Circular Std Book";
}

.amazy_blog_Widget .blog_content h4 {
  font-size: 22px;
  font-weight: 700;
  transition: 0.3s;
  color: var(--text_color);
  line-height: 1.45;
  max-width: 385px;
  font-family: "Circular Std Book";
  margin: 28px 0 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 767.98px) {
  .amazy_blog_Widget .blog_content h4 {
    font-size: 20px;
  }
}

.amazy_blog_Widget .blog_content h4:hover {
  color: var(--base_color);
}

.amazy_blog_Widget .blog_content p {
  font-size: 16px;
  line-height: 1.63;
  margin: 25px 0 39px 0;
}

@media (max-width: 767.98px) {
  .amazy_blog_Widget.style2.mb_55 {
    margin-bottom: 35px;
  }
}

.amazy_blog_Widget.style2 .blog_content {
  padding-top: 16px;
}

.amazy_blog_Widget.style2 .blog_content span {
  font-size: 14px;
}

.amazy_blog_Widget.style2 .blog_content h4 {
  font-size: 24px;
  line-height: 1.33;
  max-width: 100%;
  margin: 7px 0 9px 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .amazy_blog_Widget.style2 .blog_content h4 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .amazy_blog_Widget.style2 .blog_content h4 {
    font-size: 20px;
  }
}

.amazy_blog_Widget.style2 .blog_content h4:hover {
  color: var(--base_color);
}

.amazy_blog_Widget.style2 .blog_content p {
  margin: 0px 0 23px 0;
}

.amazy_blog_Widget:hover .thumb img {
  transform: scale(1.1);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.blog_details_area {
  padding: 100px 0 100px 0;
}

@media (max-width: 767.98px) {
  .blog_details_area {
    padding: 70px 0 70px 0;
  }
}

.blog_details_area .blog_details_inner .blog_post_date {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  font-family: "Circular Std Book";
  grid-gap: 10px;
}

.blog_details_area .blog_details_inner .blog_post_date span {
  font-size: 12px;
  font-weight: 700;
  color: var(--base_color);
  border-radius: 5px;
  background-color: var(--base_color_20);
  padding: 3px 11px;
  text-transform: uppercase;
  display: inline-block;
}

.blog_details_area .blog_details_inner .blog_post_date p {
  font-size: 14px;
  font-weight: 400;
  color: #687083;
}

.blog_details_area .blog_details_inner h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
  max-width: 487px;
  margin: 20px 0 32px 0;
}

@media (max-width: 767.98px) {
  .blog_details_area .blog_details_inner h3 {
    font-size: 25px;
  }
}

.blog_details_area .blog_details_inner p {
  font-size: 16px;
  color: #687083;
  font-weight: 400;
  line-height: 1.63;
}

.blog_details_area .blog_details_inner .blog_details_banner {
  margin-bottom: 30px;
}

.blog_details_area .blog_details_inner .quote_text {
  display: flex;
  margin: 64px 0 40px 0;
}

.blog_details_area .blog_details_inner .quote_text .horizontal_line {
  background: var(--base_color);
  height: 3px;
  width: 90px;
  flex: 90px 0 0;
  position: relative;
  top: 6px;
  margin-right: 30px;
}

@media (max-width: 767.98px) {
  .blog_details_area .blog_details_inner .quote_text .horizontal_line {
    width: 40px;
    flex: 40px 0 0;
    margin-right: 15px;
  }
}

.blog_details_area .blog_details_inner .quote_text h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text_color);
  line-height: 1.5;
}

.blog_details_area .blog_details_inner .details_info {
  margin-top: 55px;
}

.blog_details_area .blog_details_inner .details_info h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text_color);
  margin-bottom: 10px;
  line-height: 2.08;
}

@media (max-width: 767.98px) {
  .blog_details_area .blog_details_inner .details_info h4 {
    font-size: 20px;
  }
}

.blog_details_area .blog_reply_box {
  border-top: 1px solid var(--border_color);
  padding-top: 60px;
  margin-top: 56px;
}

@media (max-width: 767.98px) {
  .blog_details_area .blog_reply_box {
    padding-top: 30px;
    margin-top: 36px;
  }
}

.blog_details_area .blog_details_tags {
  border-top: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
  padding: 15px 0 54px 0;
  margin: 55px 0 57px 0;
}

@media (max-width: 767.98px) {
  .blog_details_area .blog_details_tags {
    margin: 30px 0 30px 0;
    padding: 15px 0 30px 0;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.blog_sidebar_box {
  border: 1px solid #e3e6ef;
  padding: 30px;
}

.keyword_lists a {
  font-size: 14px;
  font-family: "Circular Std Book";
  font-weight: 400;
  color: #687083;
  border-radius: 3px;
  background: #fcfdfd;
  display: inline-block;
  padding: 7px 15.15px;
  border: 1px solid #eef0f4;
}

.keyword_lists a:hover {
  background: var(--base_color);
  border-color: var(--base_color);
  color: #fff;
}

.news_lists .single_newslist:not(:last-child) {
  border-bottom: 1px solid #e3e6ef;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.news_lists .single_newslist h4 {
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  color: var(--text_color);
  line-height: 1.44;
  font-family: "Circular Std Book";
  text-transform: capitalize;
  margin: 0px 0 2px 0;
}

.news_lists .single_newslist h4:hover {
  color: var(--base_color);
}

.news_lists .single_newslist p {
  font-size: 14px;
  line-height: 1.63;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.prodcuts_area {
  padding: 80px 0 80px 0;
}

@media (max-width: 767.98px) {
  .prodcuts_area {
    padding: 41px 0 40px 0;
  }
}

@media (min-width: 1600px) {
  .prodcuts_area.product_full_column {
    margin: 0 55px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .prodcuts_area .product_category_chose {
    margin-top: 4px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .prodcuts_area .product_category_chose {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .prodcuts_area .product_category_chose {
    overflow: auto;
    padding-top: 16px;
    margin-top: 0;
  }
}

.prodcuts_area .product_category_chose .course_title {
  margin-bottom: 15px;
}

.prodcuts_area .product_category_chose .course_title svg {
  margin-right: 10px;
  color: var(--base_color);
}

.prodcuts_area .product_category_chose .rating_lists li:not(:last-child) {
  margin-bottom: 12px;
}

.prodcuts_area .product_category_chose .rating_lists .ratings {
  display: flex;
  align-items: center;
}

.prodcuts_area .product_category_chose .rating_lists .ratings i {
  font-size: 15px;
  color: #ffc107;
  margin-right: 4px;
}

.prodcuts_area .product_category_chose .rating_lists .ratings i.unrated {
  color: #ffc107;
  opacity: 0.3;
}

.prodcuts_area .product_category_chose .rating_lists .ratings span {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  display: inline-block;
  margin-left: 11px;
}

.prodcuts_area .course_category_inner {
  border: 1px solid var(--border_color);
  padding: 25px 30px 30px 30px;
  background-color: #fff;
}

.prodcuts_area .course_category_inner .single_pro_categry h4 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 18px;
  padding-bottom: 11px;
  display: block;
}

.prodcuts_area .course_category_inner .single_pro_categry .color_filter {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
  grid-gap: 10px;
  padding: 0px;
  margin-bottom: 30px;
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper {
  padding-top: 5px;
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper #slider-range {
  background: #f1ece8;
  height: 6px;
  border-radius: 30px;
  border: 0;
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper #slider-range .ui-slider-range {
  background: var(--base_color);
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper #slider-range .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--base_color) !important;
  background: #fff !important;
  top: -3px;
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper #slider-range .ui-slider-handle:focus {
  outline: none;
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper .prise_line {
  margin-top: 30px;
  overflow: hidden;
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper .prise_line span {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  margin-right: 5px;
}

.prodcuts_area .course_category_inner .single_pro_categry .filter_wrapper .prise_line input {
  border: 0;
  font-size: 14px;
  color: var(--base_color);
  background: transparent !important;
  font-weight: 700;
}

.prodcuts_area .box_header {
  border-bottom: 1px solid var(--border_color);
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.prodcuts_area .box_header h5 {
  font-family: "Circular Std Book";
}

@media (max-width: 575.98px) {
  .prodcuts_area .box_header .box_header_right {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .prodcuts_area .box_header .box_header_right .shorting_box:first-child {
    display: none;
  }
}

.prodcuts_area .grid_shorting_style {
  margin-left: 1px;
}

.prodcuts_area .grid_shorting_style .product_wized {
  margin-right: -1px;
  margin-top: -1px;
}

.Check_sidebar li:not(:last-child) {
  margin-bottom: 12px;
}

.prduct_showing_style {
  margin-right: 3px;
}

.prduct_showing_style li:not(:last-child) {
  margin-right: 17px;
}

.prduct_showing_style a {
  color: var(--text_color);
  opacity: 0.7;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

.prduct_showing_style a:hover,
.prduct_showing_style a:focus {
  opacity: 1;
  color: var(--base_color);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.product_widget5 {
  border: 1px solid var(--border_color);
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .product_widget5.mb_45 {
    margin-bottom: 30px;
  }
}

@media (max-width: 375px) {
  .product_widget5.mb_30 {
    margin-bottom: 15px;
  }
}

.product_widget5.list_style_product {
  display: flex;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: nowrap;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_widget5.list_style_product {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_widget5.list_style_product {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .product_widget5.list_style_product {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .product_widget5.list_style_product>div {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}

.product_widget5.list_style_product .product__meta .stars {
  margin: 7px 0 20px 0;
}

@media (max-width: 767.98px) {
  .product_widget5.list_style_product .stars {
    justify-content: center;
  }
}

.product_widget5.list_style_product .stars .mute_text {
  margin-left: 3px;
}

@media (max-width: 767.98px) {
  .product_widget5.list_style_product .product_prise {
    justify-content: center !important;
  }
}

.product_widget5.list_style_product .product__meta {
  max-width: 550px;
}

@media (max-width: 767.98px) {
  .product_widget5.list_style_product .product__meta {
    padding-top: 0;
  }
}

.product_widget5.list_style_product .description_text {
  font-size: 16px;
  line-height: 1.63;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.product_widget5.list_style_product .add_cart {
  left: 20%;
}

.product_widget5 .thumb {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--border_color);
  position: relative;
  width: 100% !important;
  height: auto !important;
  padding-bottom: 100% !important;
  background-color: #F3F3F3 !important;
}

.product_widget5 .thumb .offer_text {
  position: absolute;
  background-color: #fd0260;
  width: 87px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Circular Std Book";
  color: #fff;
  padding-left: 10px;
  text-transform: uppercase;
  top: 20px;
  left: -3px;
  display: flex;
  align-items: center;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 85% 50%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 85% 50%, 100% 100%, 0% 100%);
}

.product_widget5 .thumb .offer_text.sale_text {
  background: var(--base_color);
  top: 70px;
  padding-left: 22px;
}

.product_widget5 .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.product_widget5 .product_thumb_upper {
  position: relative;
  margin-bottom: 20.5px;
}

.product_widget5 .product_thumb_upper .badge_1 {
  position: absolute;
  width: 44px;
  background: #82ca9c;
  height: 21px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  left: 20px;
}

.product_widget5 .product_thumb_upper .badge_1.style2 {
  background: #f27001;
  left: 68px;
}

.product_widget5 .product_thumb_upper .product_action {
  position: absolute;
  top: 20px;
  display: flex;
  justify-content: center;
  border-radius: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  right: 10px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
}

.product_widget5 .product_thumb_upper .product_action a {
  width: 40px;
  height: 40px;
  color: #090b17;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
}

.product_widget5 .product_thumb_upper .product_action a:not(:last-child) {
  border-bottom: 1px solid var(--border_color);
}

.product_widget5 .product_thumb_upper .product_action a:hover {
  color: var(--base_color);
}

.product_widget5 .product_thumb_upper .product_action .is_wishlist i {
  font-weight: 900;
}

.product_widget5 .product__meta {
  padding: 20px;
}

@media (max-width: 767.98px) {
  .product_widget5 .product__meta {
    padding: 10px;
  }
}

.product_widget5 .product__meta .product_banding {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  display: block;
  margin-bottom: 10px;
}

.product_widget5 .product__meta h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text_color);
  font-family: "Circular Std Book";
  margin-bottom: 30px;
  transition: 0.3s;
  line-height: 1.5;
  min-height: 58px;
}

@media (max-width: 767.98px) {
  .product_widget5 .product__meta h4 {
    margin-bottom: 16px;
    min-height: 40px;
  }
}

.product_widget5 .product__meta h4:hover {
  color: var(--base_color);
}

.product_widget5 .product_badge {
  position: absolute;
  top: 0;
  left: 0;
}

.product_widget5 .product_badge span {
  background-color: var(--text_color);
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  padding: 5px 12px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  gap: 4px;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 375px) {
  .product_widget5 .product_badge span {
    font-size: 10px;
    padding: 5px 8px;
  }
}

.product_widget5 .product_badge span.discount {
  background-color: #31DB94;
}

.product_widget5 .product_badge span.point {
  background-color: #FD5A5A;
}

.product_widget5 .product_badge span.sale {
  background-color: #4277FF;
}

.product_widget5 .product_star {
  background-color: #FEB74C;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border-radius: 100px;
  font-size: 14px;
  position: relative;
  margin-top: -13px;
}

@media (max-width: 767.98px) {
  .product_widget5 .product_star {
    font-size: 12px;
  }
}

.product_widget5 .product_price {
  gap: 5px;
}

@media (max-width: 767.98px) {
  .product_widget5 .product_price {
    gap: 12px;
  }
}

.product_widget5 .product_price .amaz_primary_btn {
  font-size: 14px;
  line-height: 1.3333333333;
  display: flex;
  align-items: center;
  gap: 4px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 9px 10px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .product_widget5 .product_price .amaz_primary_btn {
    text-indent: -99999999px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_widget5 .product_price .amaz_primary_btn {
    text-indent: -99999999px;
  }
}

@media (max-width: 767.98px) {
  .product_widget5 .product_price .amaz_primary_btn {
    text-indent: 0 !important;
    width: 100%;
    font-size: 12px;
    padding: 7px;
  }
}

.product_widget5 .product_price p {
  font-size: 20px;
  line-height: 1;
  color: var(--base_color);
  text-align: right;
  flex-grow: 1;
}

@media (max-width: 767.98px) {
  .product_widget5 .product_price p {
    font-size: 16px;
    text-align: center;
  }
}

.product_widget5 .product_price p del {
  font-size: 16px;
  color: #687083;
  display: block;
  margin-bottom: 2px;
}

@media (max-width: 767.98px) {
  .product_widget5 .product_price p del {
    font-size: 14px;
  }
}

.product_widget5:hover img {
  transform: translate(-50%, -50%) scale(1.03);
}

.product_widget5:hover .product_thumb_upper .product_action {
  opacity: 1;
  visibility: visible;
  right: 20px;
}

.product_widget5.style2 {
  border: 1px solid var(--border_color);
  padding: 20px 20px 25px 20px;
}

.product_widget5.style2 .product__meta {
  padding-bottom: 0;
}

.product_widget5.style3 {
  padding-bottom: 0;
}

.product_widget5.style3 .product__meta {
  padding: 20px;
}

.product_widget5.style3 .thumb {
  text-align: center;
}

.product_widget5.style3 .thumb img {
  max-width: 200px;
  min-width: 200px;
  margin: auto;
}

@media (max-width: 575.98px) {
  .product_widget5.style3 .thumb img {
    min-width: auto;
  }
}

.product_widget5.style3 .product__meta h4 {
  font-size: 18px;
  line-height: 1.44;
}

.product_widget5.style4 {
  padding: 20px 0px 25px 0px;
}

.product_widget5.style4 .product__meta {
  padding: 0 50px;
}

@media (max-width: 575.98px) {
  .product_widget5.style4 .product__meta {
    padding: 0 10px;
  }
}

.product_widget5.style4 .thumb {
  text-align: center;
}

.product_widget5.style4 .thumb img {
  max-width: 140px;
  min-width: 140px;
  margin: auto;
}

@media (max-width: 767.98px) {
  .product_widget5.style4 .thumb img {
    max-width: 100px;
    min-width: auto;
  }
}

.product_widget5.style4 .product__meta h4 {
  font-size: 16px;
  line-height: 1.5;
  margin: 11.5px 0 5px 0;
}

.product_widget5.style5 .product__meta h4 {
  font-size: 16px;
}

@media only screen and (min-width: 1920px) {
  .product_widget5.style5 .product__meta h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1581px) {
  .product_widget5.style5 .product__meta h4 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .product_widget5.style5 .product__meta h4 {
    font-weight: 500;
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .custom_rowProduct {
    margin: 0 -5px;
  }
}

@media (max-width: 575.98px) {
  .custom_rowProduct .col-6 {
    padding: 0 5px;
  }
}

@media (max-width: 575.98px) {
  .custom_rowProduct .product_widget5 .product_thumb_upper .badge_1 {
    top: 5px;
    left: 5px;
  }
}

@media (max-width: 575.98px) {
  .custom_rowProduct .product_widget5 .product_thumb_upper .badge_1.style2 {
    left: 52px;
  }
}

@media (max-width: 575.98px) {
  .custom_rowProduct .product_widget5:hover .product_thumb_upper .product_action {
    right: 5px;
  }
}

.amaz_fieature_active .owl-stage {
  display: flex;
}

.amaz_fieature_active .owl-item {
  display: flex;
}

.amaz_fieature_active .owl-item>* {
  width: 100%;
}

.trending_product_active .owl-stage {
  display: flex;
}

.trending_product_active .owl-item {
  display: flex;
}

.trending_product_active .owl-item>* {
  width: 100%;
}

.trending_product_active .product_widget5 {
  padding-bottom: 0;
}

.amaz_fieature_active .product_widget5 {
  border-left: none;
}

@media (max-width: 767.98px) {
  .amaz_fieature_active .product_widget5 .product_price p {
    flex: 0 0 auto;
    width: calc(100% - 50px);
  }
}

@media (max-width: 479px) {
  .amaz_fieature_active .product_widget5 .product_price p {
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 767.98px) {
  .product_page_list .col-sm-6 {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .product_page_list .col-sm-6 {
    width: 100%;
  }
}

@media only screen and (min-width: 1400px) {

  .prodcuts_area .amaz_primary_btn,
  .sujjested_prosuct_area .amaz_primary_btn,
  .new_user_section .amaz_primary_btn {
    text-indent: -999999999999px;
  }
}

.coupon_gift_box .amaz_primary_btn,
.Information_box .amaz_primary_btn {
  text-indent: 0;
}

.list_style_product {
  --list-img: 340px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .list_style_product {
    --list-img: 250px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .list_style_product {
    --list-img: 280px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .list_style_product {
    --list-img: 190px;
  }
}

.list_style_product .product_thumb_upper {
  max-width: var(--list-img) !important;
  height: 100%;
  flex: 0 0 100%;
}

@media (max-width: 479px) {
  .list_style_product .product_thumb_upper {
    max-width: 100% !important;
  }
}

.list_style_product .product_thumb_upper .thumb {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  padding-bottom: 85% !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .list_style_product .product_thumb_upper .thumb {
    padding-bottom: 100% !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .list_style_product .product_star {
    margin-bottom: 6px !important;
    font-size: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .list_style_product .product_badge span {
    font-size: 10px;
  }
}

.list_style_product .product__meta {
  max-width: calc(100% - var(--list-img) - 40px) !important;
  flex: 0 0 100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .list_style_product .product__meta {
    max-width: calc(100% - var(--list-img) - 20px) !important;
    padding-left: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .list_style_product .product__meta {
    max-width: calc(100% - var(--list-img) - 20px) !important;
    padding-left: 0;
  }
}

@media (max-width: 479px) {
  .list_style_product .product__meta {
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .list_style_product .product__meta .product_banding {
    margin-bottom: 2px;
    margin-top: 3px;
  }
}

.list_style_product .product__meta h4 {
  min-height: -moz-max-content;
  min-height: max-content;
  font-size: 26px;
  margin-bottom: 50px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .list_style_product .product__meta h4 {
    font-size: 24px;
    min-height: 69px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .list_style_product .product__meta h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .list_style_product .product__meta h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

@media (max-width: 479px) {
  .list_style_product .product__meta h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.list_style_product .product_price .amaz_primary_btn {
  text-indent: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .list_style_product .product_price .amaz_primary_btn {
    text-indent: -999999px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .list_style_product .product_price .amaz_primary_btn {
    text-indent: -999999px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .list_style_product .product_price .amaz_primary_btn {
    text-indent: -99999px;
    padding: 4px;
  }
}

@media (max-width: 479px) {
  .list_style_product .product_price .amaz_primary_btn {
    text-indent: -99999px;
  }
}

.list_style_product .product_price p {
  font-size: 26px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .list_style_product .product_price p {
    display: block !important;
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .list_style_product .product_price p {
    display: block !important;
    font-size: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .list_style_product .product_price p {
    font-size: 18px;
    display: block !important;
  }
}

@media (max-width: 479px) {
  .list_style_product .product_price p {
    font-size: 18px;
    display: block !important;
  }
}

.list_style_product .product_price p del {
  font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .list_style_product .product_price p del {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .list_style_product .product_price p del {
    font-size: 16px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .list_style_product .product_price p del {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .list_style_product .product_price p del {
    font-size: 14px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.shoping_wrapper .dark_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 8, 34, 0.4);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.shoping_wrapper .dark_overlay.active {
  opacity: 1;
  visibility: visible;
}

.shoping_wrapper .chart_close {
  --width: 30px;
  width: var(--width);
  height: var(--width);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid var(--base_color);
  color: var(--base_color);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
}

.shoping_wrapper .chart_close:hover {
  background-color: var(--base_color);
  color: #fff;
  transform: rotate(90deg);
}

.shoping_wrapper .shoping_cart {
  position: fixed;
  top: 0px;
  right: 0;
  background: #fff;
  z-index: 1000;
  height: 100%;
  width: 413px;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: 0.3s;
  box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transform: translateX(413px);
  transform-origin: right;
  transition: 0.3s;
}

@media (max-width: 575.98px) {
  .shoping_wrapper .shoping_cart {
    width: 100%;
    padding: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .shoping_wrapper .shoping_cart {
    padding: 30px 20px 30px 30px;
  }
}

.shoping_wrapper .shoping_cart.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transform-origin: right;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header {
  border-bottom: 1px solid var(--border_color);
  padding-bottom: 15px;
  align-items: center;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text_color);
  margin-bottom: 0px;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header p {
  font-size: 16px;
  font-weight: 500;
  color: #687083;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart {
  display: flex;
  border-bottom: 1px solid var(--border_color);
  align-items: center;
  padding: 20px 0;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb .thumb_inner {
  width: 100px;
  height: 100px;
  flex: 100px 0 0;
  overflow: hidden;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb .thumb_inner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content h5 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Circular Std Book";
  color: var(--text_color);
  margin-bottom: 8px;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text_color);
  font-family: "Circular Std Book";
  display: flex;
  align-items: center;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p .prise {
  color: var(--base_color);
}

.shoping_wrapper .shoping_cart .shoping_cart_subtotal {
  margin: 15px 0 22px 0;
}

.shoping_wrapper .shoping_cart .shoping_cart_subtotal h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--text_color);
}

.shoping_wrapper .shoping_cart .shoping_cart_subtotal span {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
}

.side_chartView_total {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--base_color);
  border-radius: 10px 0 0 10px;
  padding: 8px 20px 8px 8px;
  grid-gap: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  z-index: 12;
}

@media (max-width: 767.98px) {
  .side_chartView_total {
    padding: 5px 14px 5px 5px;
    grid-gap: 5px;
    display: none !important;
  }
}

.side_chartView_total .icon_lock {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

@media (max-width: 767.98px) {
  .side_chartView_total .icon_lock {
    width: 40px;
    height: 40px;
  }
}

.side_chartView_total .cart_view_text span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: block;
  margin-bottom: 0px;
}

@media (max-width: 767.98px) {
  .side_chartView_total .cart_view_text span {
    font-size: 12px;
  }
}

.side_chartView_total .cart_view_text h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

@media (max-width: 767.98px) {
  .side_chartView_total .cart_view_text h5 {
    font-size: 14px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.table.size_table {
  border-radius: 5px;
  border-collapse: collapse;
  border-radius: 5px;
}

.table.size_table thead tr th {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  border-top: 0;
  border-bottom: 0 !important;
  padding: 13px 24px;
  font-family: "Circular Std Book";
}

.table.size_table thead tr th:nth-child(1) {
  padding-left: 30px;
}

.table.size_table thead tr th:last-child {
  padding-right: 30px;
}

.table.size_table tbody tr:nth-of-type(2n + 1) td {
  background: #f6f8fa;
}

.table.size_table tbody tr:nth-of-type(2n + 2) td {
  padding: 13.5px 20px;
}

.table.size_table tbody tr td {
  border-bottom: 0;
  color: #687083;
  font-size: 14px;
  vertical-align: middle;
  padding: 7px 20px;
  white-space: nowrap;
  font-weight: 500;
}

.table.size_table tbody tr td .in_stoke {
  color: #49a60a;
}

.table.size_table tbody tr td .close_icon {
  margin-right: 10px;
  cursor: pointer;
}

.table.size_table tbody tr td .close_icon.style_2 {
  margin-left: 20px;
  margin-right: 0;
  position: relative;
  top: -2px;
}

.table.size_table tbody tr td .product_name .thumb {
  width: 160px;
  height: 100px;
  margin-right: 90px;
}

@media (max-width: 767.98px) {
  .table.size_table tbody tr td .product_name .thumb {
    width: 100px;
    height: 60px;
    margin-right: 30px;
  }
}

.table.size_table tbody tr td .product_name .thumb img {
  width: 100%;
}

.table.size_table tbody tr td .product_name span {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
}

.table.size_table tfoot td {
  border-top: 1px solid #e1e2e6;
  border-bottom: 1px solid #e1e2e6;
  padding: 25px 20px;
}

.table.size_table tfoot td:nth-child(1) {
  border-left: 1px solid #e1e2e6;
}

.table.size_table tfoot td:last-child {
  border-right: 1px solid #e1e2e6;
  text-align: right;
}

.table.size_table.custom_table2 tbody td {
  padding: 25px 40px;
}

.coupon_wrapper {
  display: grid;
  grid-template-columns: auto 100px;
  grid-gap: 5px;
}

.coupon_wrapper .theme_btn.small_btn2 {
  padding: 13.5px 9px;
}

.coupon_wrapper .primary_input {
  background: #f9f9fd;
  font-size: 14px;
  font-weight: 500;
  font-family: "Circular Std Book";
  color: var(--text_color);
}

.coupon_wrapper .primary_input::-moz-placeholder {
  color: #687083;
  font-size: 14px;
  font-weight: 500;
  font-family: "Circular Std Book";
}

.coupon_wrapper .primary_input::placeholder {
  color: #687083;
  font-size: 14px;
  font-weight: 500;
  font-family: "Circular Std Book";
}

.product_number_count {
  display: inline-flex;
}

.product_number_count .count_single_item {
  width: 40px;
  height: 50px;
  border-radius: 0px;
  border: 1px solid #e1e2e6;
  font-size: 14px;
  color: #687083;
  display: inline-block;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  transition: 0.3s;
  cursor: pointer;
  background: #f9f9fd;
}

.product_number_count .count_single_item.input-number {
  cursor: text;
  width: 60px;
  background: #fff;
  color: var(--text_color);
  font-weight: 500;
  font-family: "Circular Std Book";
  font-size: 16px;
  border-right: 0;
  border-left: 0;
}

.product_number_count .count_single_item.input-number::-moz-placeholder {
  color: var(--text_color);
}

.product_number_count .count_single_item.input-number::placeholder {
  color: var(--text_color);
}

.product_number_count.style_2 .count_single_item {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.product_number_count.style_2 .count_single_item.input-number {
  width: 30px;
}

.product_number_count.style_2 .count_single_item.input-number::-moz-placeholder {
  color: var(--text_color);
}

.product_number_count.style_2 .count_single_item.input-number::placeholder {
  color: var(--text_color);
}

.product_number_count.style_3 .count_single_item {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.product_number_count.style_3 .count_single_item.input-number {
  width: 60px;
}

.product_number_count.style_3 .count_single_item.input-number::-moz-placeholder {
  color: var(--text_color);
}

.product_number_count.style_3 .count_single_item.input-number::placeholder {
  color: var(--text_color);
}

.product_number_count.style_4 .count_single_item {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.product_number_count.style_4 .count_single_item.input-number {
  width: 50px;
}

.product_number_count.style_4 .count_single_item.input-number::-moz-placeholder {
  color: var(--text_color);
}

.product_number_count.style_4 .count_single_item.input-number::placeholder {
  color: var(--text_color);
}

.coupon_verify_information {
  border-radius: 5px;
  border: 1px solid #29c489;
  padding: 14px 20px 15px 20px;
  grid-gap: 25px;
}

.coupon_verify_information.style2 {
  border: 1px solid #fd2121;
  grid-gap: 20px;
}

.coupon_verify_information.style2 .coupon_content h4 {
  color: #fd2121;
  margin-bottom: 8px;
}

.coupon_verify_information.style2 .coupon_content p {
  font-size: 14px;
  line-height: 1.29;
  font-weight: 400;
  color: #687083;
}

.coupon_verify_information .coupon_content h4 {
  color: #29c489;
  margin-bottom: 2px;
}

.coupon_verify_information .coupon_content .remove_coupon {
  font-size: 12px;
  font-weight: bold;
  color: #ff2121;
}

.amazy_table thead tr {
  border: 1px solid #eef0f4;
}

.amazy_table thead tr th {
  border: 0 !important;
  background-color: #fcfdfd;
  padding: 14px 20px;
}

.amazy_table tbody tr td {
  vertical-align: middle;
  border: 0;
  padding: 14px 0;
}

.amazy_table tbody tr td:not(:first-child) {
  padding-left: 20px;
}

.amazy_table tbody tr td h4 {
  margin-bottom: 4px;
}

.amazy_table tbody tr:last-child td {
  padding-bottom: 0;
}

.amazy_table tbody tr:not(:last-child) td {
  border-bottom: 1px dashed #e3e6ef !important;
}

.amazy_table.style2 thead tr {
  border: 1px solid #eef0f4;
}

.amazy_table.style2 thead tr th {
  border: 0 !important;
  background-color: #fcfdfd;
  padding: 20px 30px 18px 30px;
}

.amazy_table.style2 tbody tr td {
  vertical-align: middle;
  border: 0;
  padding: 19.5px 30px;
}

.amazy_table.style2 tbody tr td h4 {
  margin-bottom: 4px;
}

.amazy_table.style2 tbody tr:not(:last-child) td {
  border-bottom: 1px solid #e3e6ef !important;
}

.amazy_table.style3 thead tr {
  border: 0;
  border-bottom: 1px dashed #e3e6ef;
}

.amazy_table.style3 thead tr th {
  border: 0 !important;
  background-color: #fff;
  padding: 14px 20px;
  white-space: nowrap;
}

.amazy_table.style3 thead tr th:first-child {
  padding-left: 0;
}

.amazy_table.style3 tbody tr td {
  vertical-align: middle;
  border: 0;
  padding: 14.25px 0;
  white-space: nowrap;
}

.amazy_table.style3 tbody tr td:not(:first-child) {
  padding-left: 20px;
}

.amazy_table.style3 tbody tr td h4 {
  margin-bottom: 4px;
}

.amazy_table.style3 tbody tr:not(:last-child) td {
  border-bottom: 1px dashed #e3e6ef !important;
}

.amazy_table.style4 thead tr {
  border: 0;
  border-bottom: 1px dashed #e3e6ef;
}

.amazy_table.style4 thead tr th {
  border: 0 !important;
  background-color: #fff;
  padding: 14px 20px;
}

.amazy_table.style4 thead tr th:first-child {
  padding-left: 0;
}

.amazy_table.style4 tbody tr td {
  vertical-align: middle;
  border: 0;
  padding: 14.5px 0;
}

.amazy_table.style4 tbody tr td:not(:first-child) {
  padding-left: 20px;
}

.amazy_table.style4 tbody tr td h4 {
  margin-bottom: 4px;
}

.amazy_table.style4 tbody tr:not(:last-child) td {
  border-bottom: 1px dashed #e3e6ef !important;
}

.amazy_table.style5 thead tr {
  border: 0;
  border: 1px solid #eef0f4;
}

.amazy_table.style5 thead tr th {
  border: 0 !important;
  padding: 19px 30px;
  background-color: #fcfdfd;
}

.amazy_table.style5 tbody tr td {
  vertical-align: middle;
  border: 0;
  padding: 14.5px 30px;
  border-bottom: 1px dashed #e3e6ef !important;
}

.amazy_table.style5 tbody tr td h4 {
  margin-bottom: 4px;
}

.amazy_table.style6 thead tr {
  border: 1px solid #eef0f4;
}

.amazy_table.style6 thead tr th {
  border: 0 !important;
  background-color: #fcfdfd;
  padding: 20px 20px 18px 20px;
}

.amazy_table.style6 tbody tr td {
  vertical-align: middle;
  border: 0;
  padding: 15.63px 20px;
  border-bottom: 1px solid #e3e6ef !important;
  line-height: 1.43;
}

.amazy_table.style6 tbody tr td h4 {
  margin-bottom: 4px;
}

.amazy_table.style7 thead tr th {
  padding: 17.5px 20px;
}

.amazy_table.style7 tbody tr td {
  padding: 17.5px 20px;
}

.amazy_table2 thead tr {
  border: 0;
  border-bottom: 1px dashed #e3e6ef;
}

.amazy_table2 thead tr th {
  border: 0 !important;
  padding: 13px 0px;
}

@media (max-width: 767.98px) {
  .amazy_table2 thead tr th {
    white-space: nowrap;
  }
}

.amazy_table2 thead tr th:not(:first-child) {
  padding-left: 20px;
  padding-right: 20px;
}

.amazy_table2 tbody tr td {
  vertical-align: middle;
  border: 0;
  padding: 14px 0;
  border-bottom: 1px dashed #e3e6ef !important;
}

@media (max-width: 767.98px) {
  .amazy_table2 tbody tr td {
    white-space: nowrap;
  }
}

.amazy_table2 tbody tr td:not(:first-child) {
  padding-left: 20px;
  padding-right: 20px;
}

.amazy_table2 tbody tr td h4 {
  margin-bottom: 4px;
}

.amazy_table3 {
  border-collapse: separate;
  border-spacing: 0 20px;
}

.amazy_table3.style2 {
  border-spacing: 0 10px;
}

.amazy_table3.style2 tbody tr td {
  border-color: #eef0f4 !important;
}

.amazy_table3.style2 tbody tr td:first-child {
  border-left: 1px solid #eef0f4 !important;
}

.amazy_table3.style2 tbody tr td:last-child {
  border-right: 1px solid #eef0f4 !important;
}

.amazy_table3.style3 {
  border-spacing: 0 10px;
}

.amazy_table3.style3 tbody tr td {
  border-color: #e3e6ef !important;
}

.amazy_table3.style3 tbody tr td:first-child {
  border-left: 1px solid #e3e6ef !important;
}

.amazy_table3.style3 tbody tr td:last-child {
  border-right: 1px solid #e3e6ef !important;
}

.amazy_table3.style4 {
  border-spacing: 0 10px;
}

.amazy_table3.style4 tbody::before {
  line-height: 0px;
  content: "";
  color: white;
  display: block;
}

.amazy_table3.style4 tbody tr td {
  border-color: #e3e6ef !important;
}

.amazy_table3.style4 tbody tr td:first-child {
  border-left: 1px solid #e3e6ef !important;
}

.amazy_table3.style4 tbody tr td:last-child {
  border-right: 1px solid #e3e6ef !important;
}

.amazy_table3.style4 thead tr th {
  border: 0 !important;
  background-color: #fcfdfd;
  padding: 19px 20px;
  border-top: 1px solid #eef0f4 !important;
  border-bottom: 1px solid #eef0f4 !important;
}

.amazy_table3.style4 thead tr th:first-child {
  border-left: 1px solid #eef0f4 !important;
}

.amazy_table3.style4 thead tr th:last-child {
  border-right: 1px solid #eef0f4 !important;
}

.amazy_table3 thead tr {
  border: 0;
}

.amazy_table3 thead tr th {
  border: 0 !important;
  padding: 8px 20px;
  text-transform: uppercase;
  border-bottom: 1px dashed #e3e6ef !important;
}

.amazy_table3 tbody tr td {
  vertical-align: middle;
  border: 0;
  padding: 20px;
  border-top: 1px solid #e3e6ef !important;
  border-bottom: 1px solid #e3e6ef !important;
}

.amazy_table3 tbody tr td:first-child {
  border-left: 1px solid #e3e6ef !important;
}

.amazy_table3 tbody tr td:last-child {
  border-right: 1px solid #e3e6ef !important;
}

.amazy_table3 tbody tr td h4 {
  margin-bottom: 4px;
}

@media (max-width: 767.98px) {
  .amazy_table3 tbody tr td h4 {
    overflow: hidden;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.variant_image h5 {
  width: 25%;
  flex: 0 0 auto;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .variant_image h5 {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .variant_image h5 {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width: 767px) {
  .variant_image h5 {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width: 479px) {
  .variant_image h5 {
    width: 100%;
  }
}

.variant_image>div {
  width: 75%;
  flex: 0 0 auto;
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .variant_image>div {
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .variant_image>div {
    width: 66.6666666667%;
  }
}

@media only screen and (max-width: 767px) {
  .variant_image>div {
    width: 66.6666666667%;
  }
}

@media only screen and (max-width: 479px) {
  .variant_image>div {
    width: 100%;
  }
}

.slick_custom_container .slider-for img {
  min-height: 100%;
}

.product_details_wrapper {
  padding: 80px 0 0px 0;
}

@media (max-width: 767.98px) {
  .product_details_wrapper {
    padding: 15px 0 0px 0;
  }
}

.product_details_wrapper .products_imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.product_details_wrapper .products_imgs .single_product_image {
  overflow: hidden;
}

.product_details_wrapper .products_imgs .single_product_image img {
  width: 100%;
  transition: 0.3s;
  transform: scale(1);
}

.product_details_wrapper .products_imgs .single_product_image:hover img {
  transform: scale(1.3);
}

.product_details_wrapper .product_content_details .stoke_badge {
  font-size: 12px;
  font-weight: 700;
  background: #13c481;
  color: #fff;
  border-radius: 2px;
  padding: 4px 7px;
}

.product_details_wrapper .product_content_details h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text_color);
  line-height: 1.42;
  max-width: 450px;
  margin: 13px 0 9px 0;
}

@media (max-width: 767.98px) {
  .product_details_wrapper .product_content_details h3 {
    font-size: 20px;
  }
}

.product_details_wrapper .product_content_details .details_text {
  margin: 24px 0 24px 0;
}

.product_details_wrapper .product_content_details .viendor_text {
  grid-gap: 30px;
}

.product_details_wrapper .product_content_details .viendor_text .stock_text:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -15px;
  height: 15px;
  width: 1px;
  background: #f1ece8;
  top: 50%;
  transform: translateY(-50%);
}

.product_details_wrapper .product_content_details .stock_text {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  margin-bottom: 0px;
  position: relative;
}

.product_details_wrapper .product_content_details .stock_text span {
  color: #687083;
  font-weight: 500;
}

.product_details_wrapper .product_content_details .destils_prise_information_box {
  border-top: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
  padding: 21px 0 14px 0;
}

.product_details_wrapper .product_content_details .destils_prise_information_box .pro_details_prise {
  grid-gap: 10px;
}

.product_details_wrapper .product_content_details .destils_prise_information_box .pro_details_prise span {
  font-size: 24px;
  font-weight: 500;
  color: #00124e;
}

.product_details_wrapper .product_content_details .destils_prise_information_box .pro_details_disPrise {
  margin: 1px 0 9px 0;
}

.product_details_wrapper .product_content_details .destils_prise_information_box .pro_details_disPrise .discount_prise {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #687083;
  font-weight: 500;
  grid-gap: 5px;
}

.product_details_wrapper .product_content_details .destils_prise_information_box .pro_details_disPrise .diccount_percents {
  border-radius: 5px;
  border: 1px solid var(--border_color);
  background-color: #f9f9fd;
  font-size: 12px;
  font-weight: 500;
  color: #687083;
  height: 21px;
  min-width: 36px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product_details_wrapper .product_content_details .destils_prise_information_box .pro_details_text {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
}

.product_details_wrapper .product_content_details .prise_text {
  font-size: 24px;
  font-family: "Circular Std Book";
  font-weight: 700;
  color: var(--base_color);
  grid-gap: 8px;
}

.product_details_wrapper .product_content_details .prise_text span {
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  font-family: "Circular Std Book";
}

.product_details_wrapper .product_content_details .size_quide_info {
  grid-gap: 20px;
}

.product_details_wrapper .product_content_details .size_quide_info .single_side_guide {
  font-size: 12px;
  color: var(--base_color);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;
  text-transform: uppercase;
}

.product_details_wrapper .product_content_details .size_quide_info .single_side_guide:last-child {
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 575.98px) {
  .product_details_wrapper .product_content_details .size_quide_info .single_side_guide:last-child {
    margin-right: auto;
    margin-left: 0;
  }
}

.product_details_wrapper .product_content_details .add_wish_compare {
  grid-gap: 30px;
}

.product_details_wrapper .product_content_details .add_wish_compare .single_wish_compare {
  font-size: 12px;
  color: var(--base_color);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;
}

.product_details_wrapper .product_content_details .add_wish_compare .single_wish_compare i {
  font-size: 16px;
}

.product_details_wrapper .product_content_details .product_ratings {
  display: flex;
  align-items: center;
  margin: 9px 0 17px 0;
}

.product_details_wrapper .product_content_details .product_ratings .stars {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.product_details_wrapper .product_content_details .product_ratings .stars i {
  font-size: 15px;
  color: #ffc107;
}

.product_details_wrapper .product_content_details .product_ratings .stars i:not(:last-child) {
  margin-right: 4px;
}

.product_details_wrapper .product_content_details .product_ratings span {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

@media (max-width: 767.98px) {
  .product_details_wrapper .product_content_details .product_info .single_pro_varient {
    flex-wrap: wrap;
  }
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .color_List label:not(:last-child) {
  margin-right: 10px;
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient.style_2 {
  grid-gap: 20px;
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient.style_2 .dot_devide {
  margin-left: 11px;
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size {
  display: flex;
  align-items: center;
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size li {
  font-size: 16px;
  font-weight: 600;
  color: var(--text_color);
  border: 1px solid #e1e2e6;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 38px;
  text-transform: uppercase;
  flex: 40px 0 0;
  cursor: pointer;
  font-family: "Circular Std Book";
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size li.active {
  border-color: var(--base_color);
  background: var(--base_color);
  color: #fff;
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size li:not(:last-child) {
  margin-right: 10px;
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size.material_lists li {
  padding: 0 15px;
  font-weight: 400;
  flex: auto 0 0;
  width: auto;
  text-transform: capitalize;
  font-size: 16px;
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size.material_list2 li {
  width: 50px;
  height: 50px;
  flex: 50px 0 0;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size.material_list2 li.active {
  border: 2px solid var(--base_color);
  background: #fff;
  color: #fff;
  padding: 3px;
}

.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size.material_list2 li img {
  width: 100%;
  border-radius: 5px;
}

.product_details_wrapper .product_content_details .product_info .add_wishCard .add_wish_list {
  font-size: 14px;
  font-weight: 600;
  color: #687083;
  display: inline-flex;
  align-items: center;
}

.product_details_wrapper .product_content_details .product_info .add_wishCard .add_wish_list i {
  font-size: 22px;
  color: #090b17;
  margin-right: 15px;
}

.product_details_wrapper .product_content_details .pro_branding_info {
  border-top: 1px solid var(--border_color);
  padding-top: 28px;
  margin-top: 40px;
}

.product_details_wrapper .product_content_details .pro_branding_info .single_branding {
  display: grid;
  grid-template-columns: 79px auto;
  grid-gap: 15px;
  margin-bottom: 1px;
}

.product_details_wrapper .product_content_details .pro_branding_info .single_branding:last-child {
  margin-top: 8px;
}

.product_details_wrapper .product_content_details .pro_branding_info .single_branding span {
  font-size: 14px;
  font-weight: 600;
  color: var(--text_color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}

.product_details_wrapper .product_content_details .pro_branding_info .single_branding p {
  font-size: 16px;
  color: #687083;
  font-weight: 400;
}

.product_details_wrapper .product_details_sujjetion {
  border-top: 1px solid var(--border_color);
  padding-top: 18px;
}

.product_details_wrapper .product_details_sujjetion .product_details_sujjetion_box {
  border: 1px solid var(--border_color);
}

.product_details_wrapper .product_details_sujjetion .product_details_sujjetion_box .product_details_sujjetion_single {
  padding: 10px;
  border-bottom: 1px solid var(--border_color);
}

.product_details_wrapper .product_details_sujjetion .product_details_sujjetion_box .product_details_sujjetion_single .thumb {
  width: 50px;
  height: 50px;
  flex: 50px 0 0;
}

.product_details_wrapper .product_details_sujjetion .product_details_sujjetion_box .product_details_sujjetion_single .product_details_sujjetion_content h4 {
  margin-bottom: 4px;
}

.product_details_wrapper .product_details_sujjetion .product_details_sujjetion_box .product_details_sujjetion_total {
  padding: 12px;
}

.product_details_wrapper .product_details_sujjetion .product_details_sujjetion_box .product_details_sujjetion_total .product_details_sujjetion_left span {
  margin-bottom: 6px;
}

.product_details_wrapper .social_links {
  display: flex;
  align-items: center;
}

.product_details_wrapper .social_links li:not(:last-child) {
  margin-right: 10px;
}

.product_details_wrapper .social_links li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  transition: 0.3s;
}

.product_details_wrapper .social_links li a:hover {
  background: var(--text_color) 4 !important;
}

.product_details_wrapper .social_links li a.facebook_bg {
  background: #3b5998;
}

.product_details_wrapper .social_links li a.twitter_bg {
  background: #1da1f2;
}

.product_details_wrapper .social_links li a.linkedin_bg {
  background: #dd5143;
}

.sujjested_prosuct_area {
  padding: 76px 0 44px 0;
}

@media (max-width: 767.98px) {
  .sujjested_prosuct_area {
    padding-bottom: 40px;
  }
}

.sujjested_prosuct_area .seperator_line {
  padding-bottom: 133px;
}

@media (max-width: 767.98px) {
  .sujjested_prosuct_area .seperator_line {
    padding-bottom: 63px;
  }
}

.product_reviews_wrapper {
  border: 1px solid var(--border_color);
  margin-top: 43px;
}

.product_reviews_wrapper .product_reviews_wrapper_head {
  border-bottom: 1px solid var(--border_color);
  padding: 18.5px 20px;
}

.product_reviews_wrapper.style_2 {
  margin-left: 0;
  border-top: 1px solid #ebebeb;
  margin-top: 70px;
}

@media (max-width: 767.98px) {
  .product_reviews_wrapper.style_2 {
    margin-top: 40px;
  }
}

.product_reviews_wrapper.style_3 {
  margin-left: 0;
  border-top: 1px solid #ebebeb;
  margin-top: 70px;
  padding-top: 30px;
}

@media (max-width: 767.98px) {
  .product_reviews_wrapper.style_3 {
    margin-top: 40px;
  }
}

.product_reviews_wrapper .details_title h4 {
  margin-bottom: 13px;
}

.product_reviews_wrapper .product_description_wrap .single_description_wrap {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 23px;
  margin-bottom: 26px;
}

.product_reviews_wrapper .course_feedback {
  display: flex;
  padding-top: 13px;
  border-bottom: 1px solid var(--border_color);
  padding-bottom: 25px;
}

@media (max-width: 767.98px) {
  .product_reviews_wrapper .course_feedback {
    flex-direction: column;
  }
}

.product_reviews_wrapper .course_feedback .course_feedback_left {
  padding-right: 50px;
  margin-bottom: 30px;
}

.product_reviews_wrapper .course_feedback .course_feedback_left h2 {
  font-size: 60px;
  font-weight: 700;
  color: var(--base_color);
  margin-bottom: 0;
  line-height: 1;
}

.product_reviews_wrapper .course_feedback .course_feedback_left .feedmak_stars {
  display: flex;
  align-items: center;
  margin: 8px 0 8px 0;
}

.product_reviews_wrapper .course_feedback .course_feedback_left .feedmak_stars i {
  color: #ffc107;
  font-size: 17px;
}

.product_reviews_wrapper .course_feedback .course_feedback_left .feedmak_stars i:not(:last-child) {
  margin-right: 5px;
}

.product_reviews_wrapper .course_feedback .course_feedback_left span {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 500;
  color: #687083;
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar {
  width: 100%;
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar {
  display: grid;
  grid-template-columns: minmax(max-content, 100%) repeat(2, 1fr);
  align-items: center;
  margin-bottom: 20px;
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress {
  height: 10px;
  background-color: #f1ece8;
  border-radius: 30px;
  margin-right: 30px;
}

@media (max-width: 767.98px) {
  .product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress {
    margin-right: 15px;
  }
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .progress .progress-bar {
  background: var(--base_color);
  border-radius: 30px;
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars {
  display: flex;
  align-items: center;
  margin: 0;
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars {
    margin-right: 15px;
  }
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i {
  color: #ffc107;
  font-size: 17px;
}

@media (max-width: 767.98px) {
  .product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i {
    font-size: 14px;
  }
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent .feedmak_stars i:not(:last-child) {
  margin-right: 5px;
}

.product_reviews_wrapper .course_feedback .feedbark_progressbar .single_progrssbar .rating_percent span {
  font-family: "Circular Std Book";
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
}

@media (max-width: 575.98px) {
  .product_reviews_wrapper .description_box img {
    width: 100%;
  }
}

.product_reviews_wrapper .description_box p {
  font-size: 14px;
  line-height: 30px;
}

.product_reviews_wrapper .description_box p.Information_text {
  font-size: 14px;
  color: #687083;
  line-height: 26px;
}

.product_reviews_wrapper .description_box p.Information_text span {
  font-weight: 600;
  color: var(--text_color);
}

.product_reviews_wrapper .description_box p.Information_text:not(:last-child) {
  margin-bottom: 5px;
}

.product_reviews_wrapper .course_cutomer_reviews {
  padding: 50px 50px;
}

@media (max-width: 767.98px) {
  .product_reviews_wrapper .course_cutomer_reviews {
    padding: 20px;
  }
}

.product_reviews_wrapper .course_cutomer_reviews .details_title {
  margin-bottom: 28px;
}

.single_reviews {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 35px;
  margin-bottom: 40px;
}

.single_reviews .thumb {
  font-size: 20px;
  font-weight: 700;
  font-family: "Circular Std Book";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--base_color);
  flex: 80px 0 0;
  margin-right: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 80px;
  margin-bottom: 20px;
}

.single_reviews:last-child {
  padding-bottom: 0px;
  border: 0;
  margin-bottom: 5px;
}

@media (max-width: 575.98px) {
  .single_reviews {
    flex-direction: column;
  }
}

.single_reviews .review_content h4 {
  margin-bottom: 1px;
  color: var(--text_color);
}

.single_reviews .review_content .review_content_head {
  margin: 0px 0 23px 0;
  grid-gap: 20px;
}

.single_reviews .review_content .rated_customer {
  display: flex;
  align-items: center;
  margin: 7px 0 0px 0;
}

.single_reviews .review_content .rated_customer .feedmak_stars {
  display: flex;
  align-items: center;
  margin: 0;
  margin-right: 15px;
}

.single_reviews .review_content .rated_customer .feedmak_stars i {
  color: #ffc107;
  font-size: 15px;
}

.single_reviews .review_content .rated_customer .feedmak_stars i:not(:last-child) {
  margin-right: 5px;
}

.single_reviews .review_content .rated_customer span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  line-height: 1;
}

.single_reviews .review_content p {
  font-size: 16px;
  line-height: 1.63;
  color: #687083;
}

.delivery_box {
  border: 1px solid #ebebeb;
  padding: 25px 30px;
}

.delivery_box .delivery_box_list {
  display: flex;
  align-items: flex-start;
  grid-gap: 20px;
}

.delivery_box .delivery_box_list:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.delivery_box .delivery_box_list .icon {
  position: relative;
  top: 4px;
}

.delivery_box .delivery_box_list .box_content h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text_color);
  margin-bottom: 3px;
}

.delivery_box .delivery_box_list .box_content p {
  font-size: 14px;
  color: #676e8b;
  line-height: 24px;
  margin-bottom: 0;
}

.delivery_box.style_2 .delivery_box_list:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.delivery_box.style_2 .delivery_box_list .box_content {
  flex: 100% 0 0;
}

.delivery_box.style_2 .delivery_box_list .box_content h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text_color);
  margin-bottom: 3px;
  line-height: 1;
}

.delivery_box.style_2 .delivery_box_list .box_content p {
  font-size: 14px;
  color: #676e8b;
  line-height: 1;
  margin-bottom: 0;
  font-family: "Circular Std Book";
  margin-top: 8px;
}

.delivery_box.style_2 .mark_text {
  color: var(--base_color);
  font-size: 14px;
  font-weight: 500;
  font-family: "Circular Std Book";
  line-height: 1;
}

.delivery_box.style_2 .mark_text:hover {
  color: var(--base_color);
}

.product_details_dec {
  border: 1px solid var(--border_color);
  margin-top: 40px;
}

.product_details_dec .product_details_dec_header {
  border-bottom: 1px solid var(--border_color);
  padding: 17px 20px;
}

.product_details_dec .product_details_dec_body {
  padding: 30px;
}

.product_details_dec .product_details_dec_body .single_desc p {
  line-height: 1.86;
  font-size: 14px;
}

.product_details_dec .product_details_dec_body .single_desc.style2 p {
  line-height: 2.14;
}

.amazcart_delivery_wiz {
  border: 1px solid var(--border_color);
}

.amazcart_delivery_wiz .amazcart_delivery_wiz_head {
  border-bottom: 1px solid var(--border_color);
  padding: 13.5px 20px;
}

.amazcart_delivery_wiz .amazcart_delivery_wiz_body {
  padding: 20px 20px 13px 20px;
}

.amazcart_delivery_wiz .amazcart_delivery_wiz_body .loc_city_selectBox {
  border-bottom: 1px solid var(--border_color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.amazcart_delivery_wiz .amazcart_delivery_wiz_body .amazcart_delivery_wiz_sep .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border_color);
  flex: 40px 0 0;
}

.amazcart_delivery_wiz .amazcart_delivery_wiz_body .delivery_text {
  line-height: 1.71;
}

.seller_performance_box {
  border-top: 1px solid var(--border_color);
  margin-top: 12px;
  padding-top: 18px;
}

.seller_performance_box .single_seller_performance {
  margin-top: 3px;
}

.zoomLens {
  border: 1px solid var(--base_color) !important;
}

.zoomWindowContainer div {
  width: 550px !important;
  height: 418px !important;
  border: 1px solid var(--base_color) !important;
}

.single_reviews .single_reviews:nth-child(2) {
  padding-left: 40px;
}

@media (max-width: 991.98px) {
  .single_reviews .single_reviews:nth-child(2) {
    padding-left: 20px;
  }
}

.single_reviews .single_reviews:nth-child(3) {
  padding-left: 60px;
}

@media (max-width: 991.98px) {
  .single_reviews .single_reviews:nth-child(3) {
    padding-left: 30px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.about_counter_area {
  background-image: url("../img/banner/about_bg_banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_counter_area .about_countBox {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.01);
  background-color: #fff;
  padding: 48px 30px;
}

@media (max-width: 767.98px) {
  .about_counter_area .about_countBox {
    padding: 30px;
  }
}

.about_counter_area .about_countBox h3 {
  font-size: 50px;
  color: var(--base_color);
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .about_counter_area .about_countBox h3 {
    font-size: 30px;
  }
}

.about_counter_area .about_countBox p {
  font-size: 16px;
  font-weight: 500;
  color: #687083;
  margin-bottom: 0;
}

.about_cta_area {
  padding: 97px 0 94px 0;
  background-image: url("../img/banner/about_cta_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .about_cta_area {
    padding: 70px 0;
  }
}

.about_cta_area p {
  margin: 13px 0 45px 0;
}

@media (max-width: 767.98px) {
  .about_cta_area p {
    margin: 10px 0 30px 0;
  }
}

.about_value_section .about_value_textBox {
  display: flex;
  grid-column-gap: 145px;
  flex-wrap: wrap;
}

.about_value_section .section__title2 {
  max-width: 330px;
}

.about_value_section .section__title2 h3 {
  line-height: 1.28;
}

.about_value_section .about_value_desc {
  max-width: 630px;
}

@media (max-width: 767.98px) {
  .about_value_section .about_val_imgs {
    flex-wrap: wrap;
  }
}

.amazy_about_banner_text .section__title2 {
  max-width: 513px;
}

.amazy_about_banner_text .section__title2 h3 {
  max-width: 450px;
  margin-bottom: 21px;
}

.about_banner_count {
  grid-gap: 60px;
  border-top: 1px solid var(--border_color);
  margin-top: 36px;
  padding-top: 38px;
}

@media (max-width: 767.98px) {
  .about_banner_count {
    grid-gap: 30px;
  }
}

.about_banner_count .single_about_banner_count h4 {
  font-size: 40px;
  font-weight: 700;
  color: var(--base_color);
  margin-bottom: 6px;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .about_banner_count .single_about_banner_count h4 {
    font-size: 30px;
  }
}

.about_banner_count .single_about_banner_count p {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.team_member_area .single_member .thumb {
  overflow: hidden;
}

.team_member_area .single_member .thumb img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s;
}

.team_member_area .single_member .member_info h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text_color);
  margin: 31px 0 0px 0;
  line-height: 28px;
}

.team_member_area .single_member .member_info p {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  margin-bottom: 0;
}

.team_member_area .single_member:hover .thumb img {
  transform: scale(1.1);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.my_account_area {
  padding: 130px 0 110px 0;
}

@media (max-width: 767.98px) {
  .my_account_area {
    padding: 70px 0 40px 0;
  }
}

.my_account_area .single_account {
  border: 1px solid var(--border_color);
  padding: 50px 76px 45px 60px;
}

.my_account_area .single_account .icon {
  margin-bottom: 17px;
}

.my_account_area .single_account h4 {
  font-size: 20px;
  font-weight: 600;
}

.my_account_area .single_account p {
  margin: 5px 0 20px 0;
}

.my_account_area .single_account .arrow_btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--base_color);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.amaz_checkout_loginArea {
  display: flex;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .amaz_checkout_loginArea {
    padding: 0px 0;
  }
}

.amaz_checkout_loginArea .login_area_inner {
  max-width: 570px;
  padding: 80px 60px;
  background: #fff;
}

@media (max-width: 575.98px) {
  .amaz_checkout_loginArea .login_area_inner {
    padding: 50px 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .amaz_checkout_loginArea .login_area_inner {
    padding: 50px 30px;
  }
}

.amaz_checkout_loginArea .login_area_inner h4 {
  font-size: 26px;
  line-height: 36px;
  color: var(--text_color);
  margin-bottom: 52px;
  font-weight: 700;
  font-family: "Circular Std Book";
}

@media (max-width: 767.98px) {
  .amaz_checkout_loginArea .login_area_inner h4 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 30px;
  }
}

.amaz_checkout_loginArea .login_area_inner .login_with_links {
  display: flex;
  grid-gap: 10px;
}

@media (max-width: 767.98px) {
  .amaz_checkout_loginArea .login_area_inner .login_with_links {
    flex-wrap: wrap;
  }
}

.amaz_checkout_loginArea .login_area_inner .login_with_links a {
  background: #ea4335;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 14.5px 30px;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 7px;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .amaz_checkout_loginArea .login_area_inner .login_with_links a {
    flex: 1 1 auto;
  }
}

.amaz_checkout_loginArea .login_area_inner .login_with_links a.Facebook_bg {
  background: #395799;
}

.amaz_checkout_loginArea .login_area_inner .login_with_links a.twitter_bg {
  background: #03abf0;
}

.amaz_checkout_loginArea .login_area_inner .login_with_links a i {
  font-size: 16px;
  color: #fff;
}

.amaz_checkout_loginArea .login_area_inner .sign_up_text {
  font-size: 14px;
  font-weight: 500;
  color: #373737;
  margin-top: 18px;
  font-family: "Circular Std Book";
}

.amaz_checkout_loginArea .login_area_inner .sign_up_text.style2 {
  font-family: "Circular Std Book";
}

.amaz_checkout_loginArea .login_area_inner .sign_up_text a {
  color: #4183ff;
}

.amaz_checkout_loginArea .remember_pass {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
}

.amaz_checkout_loginArea .remember_pass .label_name {
  color: #687083;
}

.amaz_checkout_loginArea .remember_pass .forgot_pass {
  font-size: 14px;
  font-weight: 500;
  color: #5dabfc;
}

.amaz_checkout_loginArea .remember_pass .forgot_pass:hover {
  color: var(--base_color);
}

.amaz_checkout_loginArea .remember_pass p {
  font-size: 14px;
  font-weight: 400;
  color: #687083;
}

.amaz_checkout_loginArea .remember_pass p a {
  color: #687083;
}

.amaz_checkout_loginArea .remember_pass p a:hover {
  color: var(--base_color);
}

.amaz_checkout_loginArea .primary_line_input {
  background: transparent;
  padding-bottom: 5px;
}

.custom_group_field {
  border-bottom: 1px solid var(--border_color);
}

.custom_group_field span {
  background: transparent;
  border: 0;
  padding: 0;
  width: 20px;
  text-align: left;
  padding-bottom: 9px;
  height: 40px;
}

.custom_group_field input {
  border: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Circular Std Book";
  box-shadow: none !important;
  padding-bottom: 13px;
  padding-left: 10px;
  color: var(--text_color);
  background: transparent !important;
  box-shadow: none !important;
}

.custom_group_field input:focus {
  outline: none;
}

.custom_group_field input::-moz-placeholder {
  color: #687083;
}

.custom_group_field input::placeholder {
  color: #687083;
}

.login_modal .close_modal {
  position: absolute;
  right: 15px;
  z-index: 10;
  top: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  border-radius: 50%;
  transition: 0.3s;
  display: inline-block;
}

.login_modal .close_modal:hover {
  background: var(--base_color);
  color: #fff;
  transform: rotate(90deg);
}

.login_modal .close_modal i {
  line-height: 30px;
  font-size: 14px;
}

.login_modal .modal-content {
  border: 0;
}

.login_modal .infix_login_area {
  padding: 0;
}

.login_modal .modal-body {
  padding: 0;
}

.login_modal .modal-dialog {
  max-width: 690px;
}

.login_modal .modal-dialog.style2 {
  max-width: 570px;
}

.about_modal .modal-dialog {
  max-width: 590px;
}

.about_modal .infix_login_area .login_area_inner {
  padding: 50px;
  max-width: 100%;
}

.shiping_modal .modal-dialog {
  max-width: 900px;
}

.shiping_modal .infix_login_area .login_area_inner {
  padding: 50px;
  max-width: 100%;
}

.size_modal .modal-dialog {
  max-width: 942px;
}

.size_modal .infix_login_area .login_area_inner {
  padding: 50px 40px;
  max-width: 100%;
}

.form_sep {
  grid-gap: 10px;
  margin: 29px 0 28px 0;
}

.form_sep .sep_line {
  height: 2px;
  background: #f1ece8;
}

.form_sep .form_sep_text {
  color: var(--text_color);
}

.form_sep2 {
  grid-gap: 20px;
  margin: 17px 0 35px 0;
}

.form_sep2 .sep_line {
  height: 1px;
  background: #f1ece8;
}

.form_sep2 .form_sep_text {
  color: #687083;
}

.amazy_login_area {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 745px auto;
}

@media (max-width: 767.98px) {
  .amazy_login_area {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .amazy_login_area {
    grid-template-columns: 410px auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .amazy_login_area {
    grid-template-columns: 500px auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .amazy_login_area {
    grid-template-columns: 550px auto;
  }
}

.amazy_login_area .amazy_login_area_left {
  padding: 40px 30px;
}

.amazy_login_area .amazy_login_area_left .amazy_login_form {
  max-width: 400px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .amazy_login_area .amazy_login_area_left .amazy_login_form {
    max-width: 340px;
  }
}

.amazy_login_area .amazy_login_area_left .amazy_login_form h3 {
  font-size: 32px;
  font-weight: 700;
}

.amazy_login_area .amazy_login_area_left .amazy_login_form .support_text {
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0 35px 0;
}

.amazy_login_area .amazy_login_area_left .amazy_login_form .google_logIn {
  border-radius: 5px;
  border: 1px solid var(--border_color);
  background-color: #fff;
  grid-gap: 15px;
  height: 50px;
}

.amazy_login_area .amazy_login_area_left .amazy_login_form .google_logIn:not(:last-child) {
  margin-bottom: 16px;
}

.amazy_login_area .amazy_login_area_left .amazy_login_form .sign_up_text {
  font-size: 14px;
  color: var(--text_color);
  font-weight: 500;
}

.amazy_login_area .amazy_login_area_left .amazy_login_form .sign_up_text a {
  color: var(--base_color);
}

.amazy_login_area .amazy_login_area_left .amazy_login_form .sign_up_text a:hover {
  text-decoration: underline;
}

.amazy_login_area .amazy_login_area_right {
  padding: 40px 30px;
  background-image: url("../img/banner/login_bg_img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .amazy_login_area .amazy_login_area_right {
    display: none !important;
  }
}

.amazy_login_area .amazy_login_area_right .amazy_login_area_right_inner .thumb {
  margin-bottom: 52px;
}

.amazy_login_area .amazy_login_area_right .amazy_login_area_right_inner .login_text {
  max-width: 400px;
  margin: auto;
}

.amazy_login_area .amazy_login_area_right .amazy_login_area_right_inner .login_text h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text_color);
  margin-bottom: 15px;
}

.amazy_login_area .amazy_login_area_right .amazy_login_area_right_inner .login_text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: var(--text_color);
  max-width: 300px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.social__Links a {
  font-size: 16px;
  color: #5b6c8f;
}

.social__Links a:not(:last-child) {
  margin-right: 25px;
}

.social__Links a:hover {
  color: var(--base_color);
}

.social__Links.style2 a {
  color: #687083;
}

.social__Links.style2 a:hover {
  color: var(--base_color);
}

.theme_mailChimp {
  background: transparent;
  flex-wrap: nowrap;
  border-radius: 5px;
  position: relative;
}

.theme_mailChimp form {
  display: grid;
  grid-template-columns: auto 120px;
  grid-gap: 0px;
  border: 0;
  border-radius: 0px;
}

@media (max-width: 575.98px) {
  .theme_mailChimp form {
    grid-template-columns: auto;
  }
}

.theme_mailChimp .form-control {
  background: #fff;
  color: var(--text_color);
  font-weight: 400;
  padding-left: 20px;
  border-radius: 0;
  height: 50px;
  border: 0;
  font-family: "Circular Std Book";
  font-size: 14px;
  border: 1px solid var(--border_color);
  border-right: 0;
}

@media (max-width: 575.98px) {
  .theme_mailChimp .form-control {
    border-radius: 5px;
  }
}

.theme_mailChimp .form-control::-moz-placeholder {
  color: #676e8b;
  font-size: 14px;
}

.theme_mailChimp .form-control::placeholder {
  color: #676e8b;
  font-size: 14px;
}

.theme_mailChimp .form-control:focus {
  box-shadow: none !important;
  z-index: 1;
}

.theme_mailChimp button {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: var(--base_color);
  text-transform: capitalize;
  border-radius: 0px !important;
  padding: 0 18px;
  box-shadow: none !important;
  position: relative;
  right: 0;
  top: 0;
  border: 0;
  height: 50px;
  font-family: "Circular Std Book";
}

@media (max-width: 575.98px) {
  .theme_mailChimp button {
    border-radius: 5px !important;
  }
}

.theme_mailChimp .info {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  position: absolute;
  left: 0;
  top: 110%;
}

.theme_mailChimp2 {
  background: transparent;
  flex-wrap: nowrap;
  border-radius: 5px;
  position: relative;
}

.theme_mailChimp2 form {
  display: flex;
  flex-direction: column;
  border-radius: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 10px;
}

@media (max-width: 575.98px) {
  .theme_mailChimp2 form {
    grid-template-columns: auto;
  }
}

.theme_mailChimp2 .form-control {
  background: #fff;
  color: var(--text_color);
  font-weight: 400;
  padding-left: 20px;
  border-radius: 5px;
  height: 50px;
  border: 0;
  font-family: "Circular Std Book";
  font-size: 14px;
  border-right: 0;
  border: 0;
}

@media (max-width: 575.98px) {
  .theme_mailChimp2 .form-control {
    border-radius: 5px;
  }
}

.theme_mailChimp2 .form-control::-moz-placeholder {
  color: #687083;
  font-size: 14px;
}

.theme_mailChimp2 .form-control::placeholder {
  color: #687083;
  font-size: 14px;
}

.theme_mailChimp2 .form-control:focus {
  box-shadow: none !important;
  z-index: 1;
}

.theme_mailChimp2 button {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--base_color);
  text-transform: uppercase;
  border-radius: 5px !important;
  padding: 0 38px;
  box-shadow: none !important;
  position: relative;
  right: 0;
  top: 0;
  border: 0;
  height: 50px;
  font-family: "Circular Std Book";
  width: 100%;
  line-height: 50px;
}

.theme_mailChimp2 .info {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  position: absolute;
  left: 0;
  bottom: -25px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.amaz_cat_bg1 {
  background-image: url("../img/amazCat/1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.amaz_home_cartBox {
  padding: 38px 30px;
}

.amaz_home_cartBox .amazcat_text_box h4 {
  margin-bottom: 0;
}

.amaz_home_cartBox .amazcat_text_box h4 a {
  font-size: 20px;
  font-weight: 700;
  color: var(--text_color);
  display: block;
  text-transform: capitalize;
}

.amaz_home_cartBox .amazcat_text_box h4 a:hover {
  color: var(--base_color);
}

.amaz_home_cartBox .amazcat_text_box p {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  margin: 4px 0 20px 0;
}

.amaz_home_cartBox .amazcat_text_box .shop_now_text {
  font-size: 14px;
  font-weight: 700;
  color: var(--base_color);
  text-transform: uppercase;
  display: block;
}

.amaz_cta_box {
  padding: 39px 37px;
  background-image: url("../img/banner/amaz_cta_banner.jpg ");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .amaz_cta_box {
    padding: 30px;
  }
}

.amaz_cta_box .amaz_cta_text span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 767.98px) {
  .amaz_cta_box .amaz_cta_text span {
    font-size: 14px;
  }
}

.amaz_cta_box .amaz_cta_text h4 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 15px 0 16px 0;
}

@media (max-width: 767.98px) {
  .amaz_cta_box .amaz_cta_text h4 {
    font-size: 25px;
  }
}

.amaz_cta_box .amaz_cta_text h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .amaz_cta_box .amaz_cta_text h5 {
    font-size: 14px;
  }
}

.amaz_deal_area .deal_wizard {
  padding: 65px 50px 65px 50px;
}

@media (max-width: 767.98px) {
  .amaz_deal_area .deal_wizard {
    padding: 30px 25px 30px 25px;
  }
}

.amaz_deal_area .deal_wizard h3 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  line-height: 1.29;
  max-width: 140px;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .amaz_deal_area .deal_wizard h3 {
    font-size: 25px;
  }
}

.amaz_deal_area .deal_wizard a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.amaz_deal_area .deal_wizard a:hover {
  color: var(--base_color);
  text-decoration: underline;
}

.amazBrand_boxes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1px;
  background: #fff;
  border: 1px solid var(--border_color);
}

@media (max-width: 575.98px) {
  .amazBrand_boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .amazBrand_boxes {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .amazBrand_boxes {
    grid-template-columns: repeat(4, 1fr);
  }
}

.amazBrand_boxes .single_brand {
  text-align: center;
  background: #fff;
}

.amazBrand_boxes .single_brand img {
  max-width: 100%;
}

.popular_search_lists {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 11px;
}

.popular_search_lists .popular_search_list {
  font-size: 14px;
  font-weight: 500;
  color: var(--base_color);
  position: relative;
  display: inline-block;
}

.popular_search_lists .popular_search_list:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
}

.popular_search_lists .popular_search_list:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  background: #f1ece8;
  width: 1px;
}

.popular_search_lists .popular_search_list:hover {
  color: var(--base_color);
}

.amaz_mazing_text p {
  line-height: 1.71;
  font-weight: 400;
  color: #687083;
  margin: 0;
}

.amaz_mazing_text h4 {
  margin: 17px 0 6px 0;
}

@media (max-width: 375px) {
  .amaz_recomanded_box.mb_60 {
    margin-bottom: 40px;
  }
}

.amaz_recomanded_box .owl-carousel .owl-stage-outer {
  border-right: 1px solid var(--border_color);
  border-left: 1px solid var(--border_color);
}

.amaz_recomanded_box .amaz_recomanded_box_head {
  padding: 22px 20px;
  border: 1px solid var(--border_color);
  border-bottom: 0;
}

.amaz_recomanded_box .amaz_recomanded_box_head h4 {
  font-size: 24px;
  font-weight: 700;
}

.amaz_recomanded_box .amaz_recomanded_box_body {
  display: grid;
  margin-top: 1px;
  grid-template-rows: repeat(2, 1fr);
}

.amaz_recomanded_box .amaz_recomanded_box_body .product_widget5 {
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid var(--border_color);
}

.amaz_recomanded_box_body2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 1px;
  margin-left: 1px;
}

@media (max-width: 767.98px) {
  .amaz_recomanded_box_body2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .amaz_recomanded_box_body2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .amaz_recomanded_box_body2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .amaz_recomanded_box_body2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.amaz_recomanded_box_body2 .product_widget5 {
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid var(--border_color);
}

.fieature_crousel_area .owl-stage {
  padding-right: 0 !important;
}

.amzcart_tabs {
  grid-gap: 30px;
}

@media (max-width: 767.98px) {
  .amzcart_tabs {
    justify-content: flex-start !important;
    grid-gap: 25px;
    margin-bottom: 8px;
  }
}

@media (max-width: 479px) {
  .amzcart_tabs {
    grid-gap: 15px;
  }
}

.amzcart_tabs li button {
  font-size: 24px;
  font-weight: 700;
  color: var(--text_color);
  padding: 0;
  background: transparent;
  border: 0;
  position: relative;
  padding: 0 0 7px 0;
  z-index: 12;
}

@media only screen and (max-width: 1199px) {
  .amzcart_tabs li button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .amzcart_tabs li button {
    font-size: 18px;
  }
}

.amzcart_tabs li button::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--base_color);
  opacity: 0;
  transition: 0.3s;
}

.amzcart_tabs li button.active,
.amzcart_tabs li button:hover {
  color: var(--base_color);
}

.amzcart_tabs li button.active::before,
.amzcart_tabs li button:hover::before {
  opacity: 1;
}

.House_Appliances_widget {
  display: flex;
  min-height: 627px;
}

@media (max-width: 767.98px) {
  .House_Appliances_widget {
    flex-wrap: wrap;
  }
}

.House_Appliances_widget .House_Appliances_widget_left {
  border: 1px solid var(--border_color);
  border-right: 0;
  padding: 30px 0 30px 30px;
}

@media (max-width: 767.98px) {
  .House_Appliances_widget .House_Appliances_widget_left {
    padding: 30px;
    border: 1px solid var(--border_color) !important;
  }
}

.House_Appliances_widget .House_Appliances_widget_left h4 {
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  max-width: 130px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .House_Appliances_widget .House_Appliances_widget_left h4 {
    font-size: 18px;
  }
}

.House_Appliances_widget .House_Appliances_widget_left ul li:not(:last-child) {
  border-bottom: 1px solid var(--border_color);
}

.House_Appliances_widget .House_Appliances_widget_left ul li a,
.House_Appliances_widget .House_Appliances_widget_left ul li .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--text_color);
  display: block;
  padding: 13px 0;
  border: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

.House_Appliances_widget .House_Appliances_widget_left ul li a:hover,
.House_Appliances_widget .House_Appliances_widget_left ul li a.active,
.House_Appliances_widget .House_Appliances_widget_left ul li .nav-link:hover,
.House_Appliances_widget .House_Appliances_widget_left ul li .nav-link.active {
  color: var(--base_color);
  background-color: transparent !important;
}

.House_Appliances_widget .House_Appliances_widget_right {
  padding: 40px;
  max-width: 330px;
  flex: 330px 0 0;
  background-image: url("../img/amazPorduct/appliance_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .House_Appliances_widget .House_Appliances_widget_right {
    max-width: 100%;
    flex: 100% 0 0;
    padding: 30px;
  }
}

.House_Appliances_widget .House_Appliances_widget_right h4 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.42;
  color: #fff;
  font-weight: 700;
}

.House_Appliances_widget .House_Appliances_widget_right h5 {
  font-size: 16px;
  font-weight: 700;
  color: #fec221;
  text-transform: uppercase;
  margin: 8px 0 16px 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .House_Appliances_widget .House_Appliances_widget_right img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .House_Appliances_widget .House_Appliances_widget_right img {
    width: 100%;
  }
}

.House_Appliances_product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 0;
  margin-top: 1px;
  margin-left: 1px;
}

@media (max-width: 575.98px) {
  .House_Appliances_product {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .House_Appliances_product {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .House_Appliances_product {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479px) {
  .House_Appliances_product {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

.House_Appliances_product .product_widget5 {
  border: 1px solid var(--border_color);
  margin-left: -1px;
  margin-top: -1px;
}

.House_Appliances_product .product_widget5 .amaz_primary_btn {
  text-indent: -99999999px;
}

.amaz_recomanded_area {
  padding: 30px 0 55px 0;
}

.amaz_recomanded_area .product_price p {
  flex: 0 0 auto;
  width: calc(100% - 50px);
}

@media (max-width: 479px) {
  .amaz_recomanded_area .product_price p {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .amaz_recomanded_box .amaz_recomanded_box_body2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.amaz_recomanded_box .addToCartFromThumnail {
  text-indent: -999999999px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .amaz_recomanded_box .addToCartFromThumnail {
    text-indent: 0;
  }
}

@media (max-width: 991.98px) {
  .amaz_recomanded_box .addToCartFromThumnail {
    text-indent: 0;
  }
}

.amaz_fieature_active .amaz_primary_btn {
  text-indent: -999999999px;
}

@media (max-width: 479px) {
  .amaz_fieature_active .amaz_primary_btn {
    text-indent: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .amazy_table4_body .list-group-item {
    overflow: auto;
  }
}

@media (max-width: 767.98px) {
  .amazy_table4_body .list-group-item {
    overflow: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .amazy_table4_body .list-group-item .row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  .amazy_table4_body .list-group-item .row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .amazy_table4_body .list-group-item .row>div {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

@media (max-width: 767.98px) {
  .amazy_table4_body .list-group-item .row>div {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

@media (max-width: 360px) {
  #check_pincode_btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 375px) {

  #couponForm .d-flex,
  #coupon .d-flex {
    flex-wrap: wrap;
    padding: 15px !important;
  }
}

@media (max-width: 375px) {

  #couponForm input,
  #couponForm button,
  #coupon input,
  #coupon button {
    width: 100%;
    flex: 0 0 auto;
  }
}

@media (max-width: 375px) {

  #productShow .col-6:nth-child(2n+1),
  #productDiv .col-6:nth-child(2n+1) {
    padding-right: 0;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.new_user_tabs {
  grid-gap: 5px;
}

.new_user_tabs li .nav-link {
  font-size: 16px;
  font-weight: 700;
  border: 0;
  background-color: #fff;
  color: var(--base_color);
  padding: 18px 10px;
  min-width: 168px;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .new_user_tabs li .nav-link {
    padding: 12px 8px;
    font-size: 13px;
    min-width: 80px;
  }
}

.new_user_tabs li .nav-link.active {
  color: #fff;
  background-color: var(--base_color);
}

.new_portfolio_tab {
  display: flex;
  grid-gap: 8px;
  flex-wrap: wrap;
}

.new_portfolio_tab .nav-link {
  border: 1px solid var(--border_color);
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  padding: 8px 9px 6px 9px;
  background: transparent;
  line-height: 1;
  border-radius: 5px;
  text-transform: uppercase;
}

.new_portfolio_tab .nav-link:hover,
.new_portfolio_tab .nav-link.active {
  color: #fff;
  background: var(--base_color);
  border-color: var(--base_color);
}

.position_user_tab {
  position: relative;
  margin-top: -60px;
}

@media (max-width: 575.98px) {
  .position_user_tab {
    margin-top: -43.5px;
  }
}

.new_user_section .amaz_pagination {
  margin-top: 50px;
}

@media (max-width: 575.98px) {
  .new_user_section .amaz_pagination {
    margin-top: 20px;
  }
}

.coupon_gift_box {
  display: flex;
  padding: 30px 60px;
  background: var(--base_color);
  max-width: 930px;
  grid-gap: 20px;
  margin: 5px auto 96px auto;
}

@media (max-width: 575.98px) {
  .coupon_gift_box {
    padding: 30px;
    margin: 5px auto 70px auto;
    flex-wrap: wrap;
  }
}

.coupon_gift_box .coupon_gift_box_right {
  background-image: url("../img/amazCat/new_user_coupon2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  background-position: center center;
  flex: 188px 0 0;
  padding: 20px;
}

@media (max-width: 575.98px) {
  .coupon_gift_box .coupon_gift_box_right {
    flex: 1 0 0;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.terms_condition_wrapper {
  padding: 91px 0 96px 0;
}

@media (max-width: 767.98px) {
  .terms_condition_wrapper {
    padding: 70px 0;
  }
}

.terms_condition_wrapper .single_terms_condition:not(:last-child) {
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {
  .terms_condition_wrapper .single_terms_condition:not(:last-child) {
    margin-bottom: 30px;
  }
}

.terms_condition_wrapper .single_terms_condition .condition_description {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #687083;
}

.terms_condition_wrapper .single_terms_condition .non_returnable_list li {
  font-size: 16px;
  line-height: 1.88;
  font-weight: 400;
  color: #687083;
  position: relative;
  padding-left: 15px;
}

.terms_condition_wrapper .single_terms_condition .non_returnable_list li::before {
  content: "";
  position: absolute;
  background: #687083;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.dashboard_bg {
  background: #f5f8fa;
}

.dashboard_sidebar_wized {
  border-right: 1px solid #e3e6ef;
}

@media only screen and (max-width: 991px) {
  .dashboard_sidebar_wized {
    margin-bottom: 30px;
  }
}

.dashboard_sidebar_wized .dashboard_sidebar_wized_user {
  border-bottom: 1px solid #e3e6ef;
}

.dashboard_sidebar_wized .dashboard_sidebar_wized_user h4 {
  margin: 23px 0 5px 0;
}

.dashboard_sidebar_wized .dashboard_sidebar_wized_user .user_desc {
  display: flex;
  align-items: center;
  grid-gap: 19px;
  margin-bottom: 30px;
}

.dashboard_sidebar_wized .dashboard_sidebar_wized_user .user_desc .email_text::before {
  content: "";
  position: absolute;
  right: -10px;
  height: 13px;
  width: 1px;
  background: #e3e3e3;
  top: 50%;
  transform: translateY(-50%);
}

.dashboard_sidebar_wized .dashboard_sidebar_balance_lists .dashboard_sidebar_balance_list {
  padding-left: 15px;
}

.dashboard_sidebar_wized .dashboard_sidebar_balance_lists .dashboard_sidebar_balance_list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #687083;
}

.dashboard_sidebar_wized .dashboard_sidebar_balance_lists .dashboard_sidebar_balance_list .dashboard_sidebar_balance_list_left h5 {
  margin-bottom: 1px;
}

.dashboard_sidebar_wized .dashboard_sidebar_balance {
  background: #fff;
  padding: 30px;
  margin-bottom: 19px;
  border-bottom: 1px solid #e3e6ef;
}

.dashboard_sidebar_menuList ul li .amazy_bb2 {
  margin: 27px 0 17px 0;
}

.dashboard_sidebar_menuList ul li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  grid-gap: 15px;
  padding: 10px 0;
}

.dashboard_sidebar_menuList ul li a svg path {
  transition: 0.3s;
  fill: var(--text_color);
}

.dashboard_sidebar_menuList ul li a:hover,
.dashboard_sidebar_menuList ul li a.active {
  color: var(--base_color);
}

.dashboard_sidebar_menuList ul li a:hover svg path,
.dashboard_sidebar_menuList ul li a.active svg path {
  fill: var(--base_color) !important;
}

.dashboard_sidebar_menuList ul li a.active::before {
  content: "";
  position: absolute;
  right: 0;
  height: 14px;
  width: 2px;
  background: var(--base_color);
  border-radius: 5px 0 0 5px;
  top: 50%;
  transform: translateY(-50%);
}

.dashBoard_cart_boxs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
  grid-gap: 20px;
}

.dashBoard_cart_boxs .single_cart_box {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 30px 29px 30px;
  transition: 0.3s;
}

.dashBoard_cart_boxs .single_cart_box .icon {
  width: 65px;
  height: 65px;
  background-color: #f6f8fa;
  border-radius: 50%;
  transition: 0.3s;
}

.dashBoard_cart_boxs .single_cart_box span {
  margin: 20px 0 4px 0;
  white-space: nowrap;
}

.dashBoard_cart_boxs .single_cart_box:hover {
  background: var(--base_color);
}

.dashBoard_cart_boxs .single_cart_box:hover span,
.dashBoard_cart_boxs .single_cart_box:hover h3 {
  color: #fff;
}

.dashBoard_cart_boxs .single_cart_box:hover .icon {
  background: #f6f8fa;
}

.dashboard_white_box {
  border-radius: 5px;
  padding: 20px 30px 30px 30px;
}

.dashboard_white_box.style2 {
  padding: 30px;
}

.dashboard_white_box.style3 {
  padding: 30px 30px 36px 30px;
}

.dashboard_white_box.style4 {
  padding: 60px;
}

@media (max-width: 767.98px) {
  .dashboard_white_box.style4 {
    padding: 30px;
  }
}

.dashboard_white_box.style5 {
  padding: 40px;
}

@media (max-width: 767.98px) {
  .dashboard_white_box.style5 {
    padding: 30px;
  }
}

.dashboard_white_box.style6 {
  padding: 40px 50px 45px 50px;
}

@media (max-width: 767.98px) {
  .dashboard_white_box.style6 {
    padding: 20px;
  }
}

.white_box {
  border-radius: 0px;
}

.white_box .white_box_header {
  padding: 14px 30px;
}

.white_box .dashboard_white_box_body {
  padding: 10px 30px 30px 30px;
}

.white_box.style2 .dashboard_white_box_body {
  padding: 30px 30px 30px 30px;
}

.dashboard_order_list {
  padding: 15px 0 0 0;
  --thum: 120px;
}

.dashboard_order_list:not(:last-child) {
  border-bottom: 1px dashed #e3e6ef;
  padding: 15px 0;
}

.dashboard_order_list .thumb {
  max-width: var(--thum);
  min-width: var(--thum);
  flex: 0 0 100%;
}

.dashboard_order_list .dashboard_order_content {
  max-width: calc(100% - var(--thum) - 20px);
  flex: 0 0 100%;
}

.dashboard_order_list .dashboard_order_content h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dashboard_order_list .dashboard_order_content h4:hover {
  color: var(--base_color);
}

/* -------------------------------------------------------------------------- */
/*                                    order                                   */
/* -------------------------------------------------------------------------- */
.amazy_order_tabs .nav-item {
  background-color: #fff;
}

.amazy_order_tabs .nav-item:not(:last-child) .nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 1px;
  background: #f1ece8;
}

.amazy_order_tabs .nav-item .nav-link {
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  border: 0;
  position: relative;
  padding: 9.5px 15.5px;
}

.amazy_order_tabs .nav-item .nav-link.active {
  color: var(--base_color);
}

.amazy_dashboard_area {
  padding: 50px 0 70px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .amazy_dashboard_area {
    padding: 30px 0 50px 0;
  }
}

@media (max-width: 767.98px) {
  .amazy_dashboard_area {
    padding: 30px 0 50px 0;
  }
}

.dashboard_white_box_header .amaz_select3 {
  min-width: 220px;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .dashboard_white_box_header h3.font_20.f_w_700.mb-0 {
    font-size: 18px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.summery_modal_body .close_modal_icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  border-radius: 50%;
  transition: 0.3s;
  display: inline-block;
  background: #fff;
  border: 0;
}

.summery_modal_body .close_modal_icon i {
  line-height: 30px;
  font-size: 14px;
}

.summery_modal_body .close_modal_icon:hover {
  background: var(--base_color);
  color: #fff;
  transform: rotate(90deg);
}

.summery_modal_body .summery_modal_body_inner {
  padding: 50px 30px 60px 30px;
}

@media (max-width: 767.98px) {
  .summery_modal_body .summery_modal_body_inner {
    padding: 25px 20px;
  }
}

.summery_modal_body .summery_modal_header {
  background: #f9f9fd;
  padding: 20.4px 30px;
}

.summery_modal_body .summery_modal_bodyHeader {
  background: #f9f9fd;
  padding: 15.4px 20px;
}

.summery_modal_body .summery_order_box .summery_order_body {
  justify-content: space-between;
  padding: 25px 20px 38px 20px;
}

.summery_modal_body .summery_order_box .summery_lists .single_summery_list {
  max-width: 360px;
}

@media (max-width: 575.98px) {
  .summery_modal_body .summery_order_box .summery_lists .single_summery_list {
    flex-wrap: wrap;
  }
}

.summery_modal_body .summery_order_box .summery_lists .single_summery_list:not(:last-child) {
  margin-bottom: 7px;
}

.summery_modal_body .summery_order_box .summery_lists .single_summery_list .order_text_head {
  flex: 136px 0 0;
}

.summery_modal_body .summery_order_box .summery_lists .single_summery_list p {
  line-height: 1.86;
  position: relative;
  top: -3px;
}

.summery_modal_body .subtotal_and_payment_information .total_sumery_amount {
  max-width: 330px;
  border: 1px solid #e3e6ef;
  background-color: #fafafa;
  padding: 29px 30px 37px 30px;
  border-radius: 5px;
  flex: 330px 0 0;
}

@media (max-width: 767.98px) {
  .summery_modal_body .subtotal_and_payment_information .total_sumery_amount {
    flex: 270px 0 0;
  }
}

.order_place_progress {
  display: flex;
  align-items: center;
}

@media (max-width: 575.98px) {
  .order_place_progress {
    flex-wrap: wrap;
  }
}

.order_place_progress .single_order_progress {
  flex: 1 0 0;
}

@media (max-width: 575.98px) {
  .order_place_progress .single_order_progress {
    flex: 50% 0 0;
    margin-bottom: 20px;
  }
}

.order_place_progress .single_order_progress:not(:last-child)::before {
  content: "";
  position: absolute;
  left: calc(50% + 20px);
  height: 1px;
  background: #f1ece8;
  top: 15px;
  right: calc(-50% + 20px);
}

@media (max-width: 575.98px) {
  .order_place_progress .single_order_progress:not(:last-child)::before {
    display: none;
  }
}

.order_place_progress .single_order_progress .icon {
  margin-bottom: 12px;
}

.table_border_whiteBox {
  padding: 10px 20px 0 20px;
  border: 1px solid #e3e6ef;
}

.dashboard_wallet_boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

@media (max-width: 767.98px) {
  .dashboard_wallet_boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}

.dashboard_wallet_boxes .singl_dashboard_wallet {
  border-radius: 5px;
  height: 150px;
}

.dashboard_wallet_boxes .singl_dashboard_wallet h3 {
  font-size: 40px;
}

@media (max-width: 767.98px) {
  .dashboard_wallet_boxes .singl_dashboard_wallet h3 {
    font-size: 30px;
  }
}

.dashboard_wallet_boxes .singl_dashboard_wallet.green_box {
  background-color: #e7fff3;
}

.dashboard_wallet_boxes .singl_dashboard_wallet.green_box h4 {
  color: #50cd89;
}

.dashboard_wallet_boxes .singl_dashboard_wallet.green_box h3 {
  color: #50cd89;
}

.dashboard_wallet_boxes .singl_dashboard_wallet.pink_box {
  background-color: #fff5f8;
}

.dashboard_wallet_boxes .singl_dashboard_wallet.pink_box h4 {
  color: #f1416c;
}

.dashboard_wallet_boxes .singl_dashboard_wallet.pink_box h3 {
  color: #f1416c;
}

.dashboard_wallet_boxes .singl_dashboard_wallet.bordered {
  border: 1px dashed #e3e6ef;
  background-color: #fcfdfd;
}

.payment_modal_wallet {
  padding: 30px 30px 40px 30px;
}

.payment_modal_wallet.style2 {
  padding: 61px 60px 40px 60px;
}

@media (max-width: 575.98px) {
  .payment_modal_wallet.style2 {
    padding: 20px;
  }
}

@media (max-width: 575.98px) {
  .payment_modal_wallet {
    padding: 0px;
  }
}

.payment_modal_wallet .close_modal_icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  border-radius: 50%;
  transition: 0.3s;
  display: inline-block;
  background: #fff;
  border: 0;
}

.payment_modal_wallet .close_modal_icon i {
  line-height: 30px;
  font-size: 14px;
}

.payment_modal_wallet .close_modal_icon:hover {
  background: var(--base_color);
  color: #fff;
  transform: rotate(90deg);
}

.payment_modal_wallet .wallet_payent_box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
  grid-gap: 20px;
}

@media (max-width: 575.98px) {
  .payment_modal_wallet .wallet_payent_box {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-gap: 10px;
  }
}

.payment_modal_wallet .wallet_payent_box .wallet_elemnt {
  border-radius: 5px;
  border: 1px solid #e3e6ef;
  background-color: #fff;
  padding: 12px;
}

.payment_modal_wallet .wallet_payent_box .wallet_elemnt.active {
  border-color: var(--base_color);
}

.dashboard_wishlist_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1px;
  margin-left: 1px;
}

@media (max-width: 767.98px) {
  .dashboard_wishlist_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .dashboard_wishlist_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard_wishlist_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard_wishlist_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dashboard_wishlist_grid .product_widget5 {
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #e3e6ef;
}

.add_cart_modalAdded {
  padding: 40px;
}

.add_cart_modalAdded .close_modal_icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  border-radius: 50%;
  transition: 0.3s;
  display: inline-block;
  background: #fff;
  border: 0;
  position: absolute;
  right: 20px;
  top: 20px;
}

.add_cart_modalAdded .close_modal_icon i {
  line-height: 30px;
  font-size: 14px;
}

.add_cart_modalAdded .close_modal_icon:hover {
  background: var(--base_color);
  color: #fff;
  transform: rotate(90deg);
}

@media (max-width: 767.98px) {
  .add_cart_modalAdded {
    padding: 20px;
  }
}

.add_cart_modalAdded .product_checked_box h4 {
  font-size: 20px;
  color: #4cb473;
  font-weight: 500;
  margin: 12px 0 0 0;
}

.add_cart_modalAdded .cart_added_box {
  margin: 23px 0 35px 0;
}

.add_cart_modalAdded .cart_added_box .cart_added_box_item .thumb {
  flex: 120px 0 0;
}

.add_cart_modalAdded .cart_added_box .cart_added_box_item .cart_added_content h4 {
  font-size: 16px;
  line-height: 26px;
  color: #00124e;
  font-weight: 700;
  margin-bottom: 10px;
}

.add_cart_modalAdded .cart_added_box .cart_added_box_item .cart_added_content h5 {
  font-size: 16px;
  line-height: 26px;
  color: var(--base_color);
  font-weight: 700;
  margin: 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.product_quick_view {
  display: grid;
  grid-template-columns: 44.15% 55.85%;
  position: relative;
}

@media (max-width: 767.98px) {
  .product_quick_view {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product_quick_view .close_modal_icon {
  position: absolute;
  right: 15px;
  z-index: 10;
  top: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  border-radius: 50%;
  transition: 0.3s;
  display: inline-block;
  background: #fff;
  border: 0;
}

.product_quick_view .close_modal_icon i {
  line-height: 30px;
  font-size: 14px;
}

.product_quick_view .close_modal_icon:hover {
  background: var(--base_color);
  color: #fff;
  transform: rotate(90deg);
}

.product_quick_view .product_details_img {
  background-image: url(../img/product_details/quick_view.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}

@media (max-width: 767.98px) {
  .product_quick_view .product_details_img {
    height: 300px;
  }
}

.product_quick_view .product_details_wrapper {
  padding: 0;
}

.product_quick_view .product_details_wrapper .product_content_details {
  padding: 45px 80px 45px 50px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 767.98px) {
  .product_quick_view .product_details_wrapper .product_content_details {
    padding: 25px 15px 15px 25px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_quick_view .product_details_wrapper .product_content_details {
    padding: 30px;
  }
}

.theme_modal .modal-dialog {
  max-width: 1020px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .theme_modal .modal-dialog {
    max-width: 98%;
  }
}

.theme_modal .modal-content {
  border: 0;
  border-radius: 0;
  outline: 0;
}

.theme_modal2 .modal-dialog {
  max-width: 930px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .theme_modal2 .modal-dialog {
    max-width: 98%;
  }
}

.theme_modal2 .modal-content {
  border: 0;
  border-radius: 0;
  outline: 0;
}

.max_width_700 {
  max-width: 696px !important;
}

.max_width_570 {
  max-width: 570px !important;
}

.max_width_430 {
  max-width: 430px !important;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.order_details_list_box .summery_order_body {
  justify-content: space-between;
  padding: 6px 0px 18px 0px;
}

.order_details_list_box .summery_lists .single_summery_list {
  max-width: 360px;
}

@media (max-width: 575.98px) {
  .order_details_list_box .summery_lists .single_summery_list {
    flex-wrap: wrap;
  }
}

.order_details_list_box .summery_lists .single_summery_list:not(:last-child) {
  margin-bottom: 7px;
}

.order_details_list_box .summery_lists .single_summery_list .order_text_head {
  flex: 136px 0 0;
}

.order_details_list_box .summery_lists .single_summery_list p {
  line-height: 1.86;
  position: relative;
  top: -3px;
}

.order_details_progress {
  display: flex;
  align-items: center;
}

@media (max-width: 575.98px) {
  .order_details_progress {
    flex-wrap: wrap;
  }
}

.order_details_progress .single_order_progress {
  flex: 1 0 0;
}

@media (max-width: 575.98px) {
  .order_details_progress .single_order_progress {
    flex: 50% 0 0;
    margin-bottom: 20px;
  }
}

.order_details_progress .single_order_progress:not(:last-child)::before {
  content: "";
  position: absolute;
  left: calc(50% + 20px);
  height: 1px;
  background: #f1ece8;
  top: 15px;
  right: calc(-50% + 20px);
}

@media (max-width: 575.98px) {
  .order_details_progress .single_order_progress:not(:last-child)::before {
    display: none;
  }
}

.order_details_progress .single_order_progress .icon {
  margin-bottom: 12px;
}

.dashboard_orderDetails_body .order_details_progress {
  margin: 40px 0 75px 0;
}

@media (max-width: 767.98px) {
  .dashboard_orderDetails_body .order_details_progress {
    margin: 30px 0 30px 0;
  }
}

.dashboard_orderDetails_body .order_details_progress.style2 {
  margin: 30px 0 50px 0;
}

@media (max-width: 767.98px) {
  .dashboard_orderDetails_body .order_details_progress.style2 {
    margin: 20px 0 20px 0;
  }
}

.dashboard_orderDetails_body .dashboard_orderDetails_head {
  padding: 18.5px 20px;
}

.dashboard_orderDetails_body .dashboard_orderDetails_head2 {
  padding: 27.5px 30px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.profile_tabs {
  grid-gap: 10px;
}

.profile_tabs .nav-item .nav-link {
  border-radius: 3px;
  background-color: #f5f8fa;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  color: var(--text_color);
  transition: 0.3s;
  padding: 8px 16px;
}

.profile_tabs .nav-item .nav-link.active,
.profile_tabs .nav-item .nav-link:hover {
  background: var(--base_color);
  color: #fff;
}

.profile_white_box {
  padding: 60px 60px 60px;
}

@media (max-width: 767.98px) {
  .profile_white_box {
    padding: 30px;
  }
}

.gj-datepicker-md [role=right-icon] {
  position: absolute;
  top: 14px;
  font-size: 20px;
  color: #b1b1b1;
  right: 20px;
}

.dashboard_account_wrapper {
  display: grid;
  grid-template-columns: auto 210px;
  grid-gap: 90px;
  padding-right: 60px;
}

@media (max-width: 767.98px) {
  .dashboard_account_wrapper {
    padding-right: 0;
  }
}

.tkt_uploader {
  border: 1px dashed #e3e6ef;
  border-radius: 5px;
  padding: 16px 10px;
}

.tkt_uploader input {
  opacity: 0;
}

.tkt_uploader p a {
  color: var(--base_color);
}

.tkt_uploader p a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.ticket_view_box {
  padding: 25px 25px 30px 25px;
}

.user_wrapper_lists .user_wrapper_list {
  grid-gap: 12px;
  border-bottom: 1px solid #eef0f4;
  padding: 20px 0;
}

.user_wrapper_lists .user_wrapper_list:first-child {
  border-top: 1px solid #eef0f4;
}

.user_wrapper_lists .user_wrapper_list .user_wrapper_left {
  flex: 66px 0 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.affiliate_bg {
  background: #fafbfc;
}

.affiliate_faq_box {
  border-bottom: 1px solid #e9eaf0;
  padding-bottom: 26px;
  padding-right: 30px;
}

@media (max-width: 767.98px) {
  .affiliate_faq_box {
    padding-right: 0;
  }
}

.affiliate_faq_box h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text_color);
  margin-bottom: 17px;
}

.affiliate_faq_box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  color: #687083;
}

.Affiliate_benefit_box {
  padding: 40px;
  border-radius: 5px;
  border-radius: 5px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.02);
  border: 1px solid #eef0f4;
  background-color: #fcfdfd;
}

.Affiliate_benefit_box img {
  max-width: 50px;
}

.Affiliate_benefit_box h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text_color);
  margin: 30px 0 14px 0;
}

.Affiliate_benefit_box p {
  font-size: 16px;
  line-height: 1.63;
  color: #687083;
  font-weight: 400;
}

.Requirements_boxs {
  display: flex;
  border: 1px solid #eef0f4;
}

@media (max-width: 767.98px) {
  .Requirements_boxs {
    flex-wrap: wrap;
    grid-gap: 20px;
  }
}

.single_Requirements_box {
  flex: 50% 0 0;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .single_Requirements_box {
    flex: 100% 0 0;
  }
}

.single_Requirements_box:not(:last-child) {
  border-right: 1px solid #f0f1f2;
}

.single_Requirements_box .Requirements_box_head {
  padding: 28px 40px 27px 40px;
  border-bottom: 1px solid #f0f1f2;
}

@media (max-width: 767.98px) {
  .single_Requirements_box .Requirements_box_head {
    padding: 30px;
  }
}

.single_Requirements_box .Requirements_box_head.style2 h3 {
  color: var(--base_color);
}

.single_Requirements_box .Requirements_box_head h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1ebf88;
  margin-bottom: 0;
}

.single_Requirements_box .Requirements_box_body {
  padding: 35px 68px 40px 40px;
}

@media (max-width: 767.98px) {
  .single_Requirements_box .Requirements_box_body {
    padding: 30px;
  }
}

.single_Requirements_box .Requirements_box_body ul li {
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
}

.single_Requirements_box .Requirements_box_body ul li:not(:last-child) {
  margin-bottom: 25px;
}

.single_Requirements_box .Requirements_box_body ul li .icon {
  flex: 20px 0 0;
  position: relative;
  top: 3px;
}

.single_Requirements_box .Requirements_box_body ul li .icon img {
  width: 100%;
}

.single_Requirements_box .Requirements_box_body ul li p {
  font-size: 16px;
  font-weight: 500;
  color: var(--text_color);
  line-height: 1.63;
  font-family: "Circular Std Book";
  flex: 1 1 0;
}

.work_title_area {
  display: flex;
  grid-column-gap: 102px;
  margin-bottom: 56px;
}

@media (max-width: 767.98px) {
  .work_title_area {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .work_title_area {
    grid-column-gap: 30px;
  }
}

.work_title_area .section__title4 {
  max-width: 383px;
}

.work_title_area .work_title_desc {
  margin-top: 43px;
}

@media (max-width: 767.98px) {
  .work_title_area .work_title_desc {
    margin-top: 20px;
  }
}

.work_title_area .work_title_desc p {
  font-size: 16px;
  font-weight: 400;
  color: #687083;
  line-height: 1.63;
}

.work_title_area .work_title_desc p:not(:last-child) {
  margin-bottom: 25px;
}

.process_widget_box {
  border-radius: 5px;
  padding: 40px 60px 49px 60px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.02);
  border: 1px solid #eef0f4;
  background-color: #fcfdfd;
}

@media (max-width: 767.98px) {
  .process_widget_box {
    padding: 30px;
  }
}

.process_widget_box .icon img {
  max-width: 60px;
}

.process_widget_box h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text_color);
  margin: 22px 0 13px 0;
}

.process_widget_box p {
  font-size: 16px;
  line-height: 1.63;
  color: #687083;
  font-weight: 400;
  margin-bottom: 0;
}

.commision_box {
  border-radius: 5px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
  display: flex;
  position: relative;
  margin-top: -237px;
  z-index: 10;
}

@media (max-width: 767.98px) {
  .commision_box {
    margin-top: 70px;
    flex-wrap: wrap;
  }
}

.commision_box .theme_btn {
  min-width: 280px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .commision_box .theme_btn {
    min-width: auto;
  }
}

.commision_box::before,
.commision_box::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-size: 100% 100%;
  background-position: center center;
  background-image: url(../img/affiliate/dots.svg);
  background-repeat: repeat;
  z-index: -1;
}

.commision_box::before {
  left: -50px;
  top: -47px;
}

@media (max-width: 767.98px) {
  .commision_box::before {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .commision_box::before {
    left: 0;
  }
}

.commision_box::after {
  right: -50px;
  bottom: -24px;
}

@media (max-width: 767.98px) {
  .commision_box::after {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .commision_box::after {
    right: 0;
  }
}

.commision_box .circle_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: -40px;
  right: -40px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .commision_box .circle_img {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .commision_box .circle_img {
    right: 0;
  }
}

.commision_box .circle_img img {
  border-radius: 50%;
  width: 100%;
}

@media (max-width: 767.98px) {
  .commision_box {
    margin-top: 60px;
  }
}

.commision_box .comissiion_left {
  padding: 60px 75px 60px 100px;
  max-width: 480px;
  border-right: 1px solid #ebf1ff;
  background: #fff;
}

@media (max-width: 767.98px) {
  .commision_box .comissiion_left {
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .commision_box .comissiion_left {
    padding: 30px;
    max-width: 380px;
  }
}

.commision_box .comissiion_left h4 {
  font-size: 30px;
  color: var(--text_color);
  font-weight: 700;
  margin-bottom: 0;
}

.commision_box .comissiion_left h3 {
  font-size: 50px;
  font-weight: 700;
  color: var(--text_color);
  line-height: 1;
  margin: 0;
}

.commision_box .comissiion_left p {
  font-size: 16px;
  font-weight: 400;
  color: #687083;
  line-height: 1.63;
}

.commision_box .comissiion_left .rate_text {
  margin: 10px 0 35px 0;
}

.commision_box .comissiion_left .Sale_text {
  margin-bottom: 37px;
  margin-top: 5px;
}

.commision_box .comissiion_left .discription_text {
  margin-top: 20px;
}

.commision_box .comissiion_right {
  padding: 80px 0 60px 100px;
  background: #fff;
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .commision_box .comissiion_right {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .commision_box .comissiion_right {
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .commision_box .comissiion_right {
    padding: 30px;
  }
}

.commision_box .comissiion_right .commision_payment_lists {
  max-width: 325px;
}

.commision_box .comissiion_right .commision_payment_lists .commision_payment_list {
  display: flex;
  grid-gap: 20px;
}

.commision_box .comissiion_right .commision_payment_lists .commision_payment_list:not(:last-child) {
  margin-bottom: 37px;
}

.commision_box .comissiion_right .commision_payment_lists .commision_payment_list .comission_payment_text h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text_color);
  margin-bottom: 3px;
}

.commision_box .comissiion_right .commision_payment_lists .commision_payment_list .comission_payment_text p {
  font-size: 15px;
  line-height: 1.73;
  color: var(--text_color);
  margin-bottom: 0;
}

.affliate_faq-section {
  padding-bottom: 94px;
}

@media (max-width: 767.98px) {
  .affliate_faq-section {
    padding-bottom: 70px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (min-width: 1400px) {
  .checkout_v3_area {
    display: grid;
    grid-template-columns: auto 535px;
  }
}

@media (min-width: 1441px) {
  .checkout_v3_area {
    display: grid;
    grid-template-columns: auto 825px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .checkout_v3_area {
    max-width: 1440px;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .checkout_v3_area {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767.98px) {
  .checkout_v3_area {
    display: block;
  }
}

@media (min-width: 320px) and (max-width: 1440.99px) {
  .checkout_v3_area .checkout_v3_inner {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 1441px) {
  .checkout_v3_area .checkout_v3_inner {
    max-width: 800px;
    min-width: 800px;
  }
}

@media (max-width: 767.98px) {
  .checkout_v3_area .checkout_v3_inner {
    max-width: 100%;
  }
}

.checkout_v3_area .checkout_v3_left {
  padding: 80px 30px 100px 30px;
  background: #ffffff;
}

@media (max-width: 767.98px) {
  .checkout_v3_area .checkout_v3_left {
    padding: 20px;
  }
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head {
  background: #fcfdfd;
  display: flex;
  grid-gap: 15px;
  flex-wrap: wrap;
  border-top: 2px solid #fd0027;
  padding: 15.5px 30px;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 0 0 3px 3px;
  border-right: 1px solid #eef0f4;
  border-bottom: 1px solid #eef0f4;
  border-left: 1px solid #eef0f4;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head i {
  font-size: 16px;
  color: #676e8b;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head p {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  margin-bottom: 0;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head p a {
  color: #fd0027;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head_title {
  border-radius: 3px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  border-radius: 3px;
  border: 1px solid #eef0f4;
  background-color: #fcfdfd;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head_title span {
  font-size: 14px;
  color: var(--text_color);
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 30px;
}

@media (max-width: 575.98px) {
  .checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_head_title span {
    padding: 20px 18px;
  }
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .checout_shiped_head {
  padding: 17px 30px;
  border-bottom: 1px solid #e3e6ef;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .checout_shiped_head .package_text {
  font-size: 16px;
  color: var(--text_color);
  font-weight: 700;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .checout_shiped_head p {
  margin-bottom: 0;
  display: flex;
  grid-gap: 10px;
  align-items: center;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .checout_shiped_head p .Shipped_text {
  font-size: 14px;
  font-weight: 400;
  color: var(--text_color);
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .checout_shiped_head p .name_text {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  text-transform: uppercase;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .delevery_box {
  padding: 26.5px 25px 26.5px 25px;
  border-radius: 5px;
  display: flex;
  grid-gap: 15px;
  max-width: 336px;
  margin: 20px 30px;
  border: 1px solid #2196f3;
  background-color: #fcfdfd;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .delevery_box .check_icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2196f3;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 20px 0 0;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .delevery_box .delevery_box_text h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text_color);
  margin-bottom: 0;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .delevery_box .delevery_box_text h4 {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  margin: 5px 0 2px 0;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checkout_shiped_box .delevery_box .delevery_box_text p {
  font-size: 14px;
  color: #687083;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.3;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  padding: 0 10px 10px 10px;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product {
  border: 1px solid #eef0f4;
  padding: 20px;
  grid-gap: 40px;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product {
    grid-gap: 20px;
  }
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .product_information {
  grid-gap: 20px;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .product_information .thumb {
  max-width: 100px;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .product_information .thumb img {
  width: 100%;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .product_information .product_content p {
  font-size: 16px;
  color: var(--text_color);
  font-weight: 600;
  margin-bottom: 0px;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .product_information .product_content span {
  font-size: 14px;
  color: #687083;
  display: block;
  font-weight: 400;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .offer_prise {
  display: inline-flex;
  grid-gap: 10px;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .offer_prise .prise_offer {
  font-size: 14px;
  font-weight: 400;
  background: #29c489;
  color: #fff;
  display: inline-flex;
  border-radius: 3px;
  min-width: 52px;
  height: 25px;
  align-items: center;
  justify-content: center;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .offer_prise .prise {
  font-size: 16px;
  color: #687083;
  font-weight: 500;
  text-decoration: line-through;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .quentity span {
  font-size: 16px;
  font-weight: 500;
  color: var(--text_color);
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .total_prise {
  grid-gap: 10px;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .single_checkout_shiped_product .total_prise span {
  font-size: 16px;
  font-weight: 600;
  color: var(--text_color);
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .checout_shiped_products .custom-tr td {
  padding: 10px !important;
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .shiping_address_box {
  border: 1px solid #e3e6ef;
  padding: 60px;
  margin-top: 20px !important;
}

@media (max-width: 767.98px) {
  .checkout_v3_area .checkout_v3_left .checkout_v3_inner .shiping_address_box {
    padding: 20px;
  }
}

.checkout_v3_area .checkout_v3_left .checkout_v3_inner .shiping_address_box .billing_address .product_ceck {
  margin-top: 5px;
}

.checkout_v3_area .checkout_v3_right {
  background-color: #fcfdfd;
  border: 1px solid #eef0f4;
}

.check_v3_btns {
  grid-gap: 20px;
  padding-top: 5px;
}

.check_v3_btns .return_text {
  font-size: 14px;
  color: var(--base_color);
  text-transform: uppercase;
  font-weight: 700;
}

.order_sumery_box {
  padding: 80px 0 60px 60px;
  max-width: 470px;
}

@media (max-width: 767.98px) {
  .order_sumery_box {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .order_sumery_box {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .order_sumery_box {
    padding: 80px 0 30px 30px;
  }
}

.order_sumery_box .subtotal_lists .single_total_list {
  margin-bottom: 20px;
}

.order_sumery_box .subtotal_lists .single_total_list .single_total_left h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--text_color);
  margin-bottom: 0;
}

.order_sumery_box .subtotal_lists .single_total_list .single_total_left p {
  font-size: 12px;
  font-weight: 400;
  color: #687083;
  text-transform: uppercase;
  margin-bottom: 0;
}

.order_sumery_box .subtotal_lists .single_total_list .single_total_right span {
  font-size: 14px;
  font-weight: 400;
  color: #687083;
}

.order_sumery_box .subtotal_lists .total_amount {
  border-top: 1px solid #e3e6ef;
  padding-top: 19px;
}

.order_sumery_box .subtotal_lists .total_amount .total_text {
  font-size: 14px;
  font-weight: 700;
  color: #687083;
}

.order_sumery_box .subtotal_lists .total_amount .total_text span {
  font-size: 20px;
  color: var(--text_color);
}

.check_v3_title {
  font-size: 24px;
  font-weight: 700;
}

.check_v3_title2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 11px;
}

.singleVendor_product_lists {
  margin-bottom: 17px;
}

.singleVendor_product_lists .singleVendor_product_list {
  grid-gap: 30px;
  margin-bottom: 65px;
}

@media (max-width: 767.98px) {
  .singleVendor_product_lists .singleVendor_product_list {
    margin-bottom: 30px;
  }
}

.singleVendor_product_lists .singleVendor_product_list .thumb img {
  width: 100%;
}

.singleVendor_product_lists .singleVendor_product_list .product_list_content h4 {
  margin-bottom: 10px;
}

.singleVendor_product_lists .singleVendor_product_list .product_list_content h4 a {
  font-size: 16px;
  font-weight: 500;
  color: var(--text_color);
}

.singleVendor_product_lists .singleVendor_product_list .product_list_content h4 a:hover {
  color: #fd0027;
}

.singleVendor_product_lists .singleVendor_product_list .product_list_content h5 {
  font-size: 16px;
  font-weight: 500;
  color: var(--base_color);
  grid-gap: 15px;
  margin-bottom: 0;
}

.singleVendor_product_lists .singleVendor_product_list .product_list_content h5 .product_count_text {
  font-size: 16px;
  font-weight: 500;
  color: var(--text_color);
}

.singleVendor_product_lists .singleVendor_product_list .product_list_content h5 .product_count_text span {
  display: inline-block;
  font-size: 14px;
  color: var(--text_color);
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.Contact_sVendor_box {
  grid-gap: 20px;
}

.Contact_sVendor_box .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.Contact_sVendor_box .thumb img {
  width: 100px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.Contact_sVendor_box .Contact_sVendor_info h5 {
  font-size: 16px;
  font-weight: 500;
  color: var(--text_color);
  margin-bottom: 7px;
}

.Contact_sVendor_box .Contact_sVendor_info h5 span {
  font-size: 14px;
}

.Contact_sVendor_box .Contact_sVendor_info .logout_text {
  font-size: 14px;
  color: #fd0027;
  font-weight: 500;
}

.Contact_sVendor_box .Contact_sVendor_info .logout_text:hover {
  text-decoration: underline;
}

.shipingV3_info {
  border: 1px solid #eef0f4;
  border-radius: 3px;
  padding: 0 30px;
  background-color: #fcfdfd;
}

.shipingV3_info .single_shipingV3_info {
  padding: 18px 0;
  flex-wrap: wrap;
  grid-gap: 30px;
}

.shipingV3_info .single_shipingV3_info:not(:last-child) {
  border-bottom: 1px solid #e3e6ef;
}

.shipingV3_info .single_shipingV3_info span {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
}

.shipingV3_info .single_shipingV3_info h5 {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
  line-height: 1.71;
}

.shipingV3_info .single_shipingV3_info .edit_info_text {
  font-size: 14px;
  font-weight: 500;
  color: var(--base_color);
}

.standard_shiping_box {
  padding: 11px 20px 11px 15px;
  border-radius: 3px;
  border: 1px solid #eef0f4;
  background-color: #fcfdfd;
}

.standard_shiping_box .product_ceck a {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
}

.standard_shiping_box span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
}

.shekout_subTitle_text {
  font-size: 14px;
  color: #687083;
  text-transform: capitalize;
  font-weight: 400;
}

.checkout_acc_style .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.checkout_acc_style .accordion-item:first-of-type {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.checkout_acc_style .accordion-item:last-of-type {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.checkout_acc_style .accordion-item {
  border-color: #e3e6ef;
}

.checkout_acc_style .accordion-item .accordion-header .accordion-button {
  padding: 15.5px 20px;
}

.checkout_acc_style .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

.checkout_acc_style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: #fff;
}

.checkout_acc_style .accordion-item .accordion-body {
  background-color: #fcfdfd;
  padding: 20px 20px 0 20px;
  border-top: 1px solid #e3e3e3;
}

.checkout_acc_style.style2 .accordion-item .accordion-button {
  margin-left: 30px !important;
  width: calc(100% - 60px);
  padding-left: 0;
  padding-right: 0;
}

.checkout_acc_style.style2 .accordion-item:first-child {
  border-bottom: 0 !important;
}

.checkout_acc_style.style2 .accordion-item:first-child .accordion-button {
  border-bottom: 1px solid #e3e6ef;
}

.free_shipping_message {
  margin-bottom: 30px;
}

.free_shipping_message h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.free_shipping_message h5 span {
  color: var(--base_color);
}

@media only screen and (max-width: 427px) {
  .amaz_primary_btn2.style3 {
    padding: 13.5px 4px;
  }
}

.checkout_shiped_box .close_icon svg path {
  transition: all 0.3s ease-in-out;
}

.checkout_shiped_box .close_icon:hover svg path {
  fill: var(--base_color);
}

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

.amazy_table4_head {
  border: 1px solid #eef0f4 !important;
  padding: 19px 20px;
  background: #fcfdfd;
}

.amazy_table4 .list-group-item {
  border-color: #e3e6ef !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .amazy_table4 .list-group-item {
    padding: 16px !important;
  }
}

@media (max-width: 767.98px) {
  .amazy_table4 .list-group-item {
    padding: 14px !important;
  }
}

.amazy_table4 .summery_pro_content h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.amazy_table3 .summery_pro_content h4 {
  white-space: pre-wrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ck-cart-box {
  margin-bottom: 20px;
  border: 1px solid var(--border_color);
  padding: 10px;
  border-radius: 2px;
}

.ck-cart-box .nice-select {
  float: none !important;
  margin-top: 5px;
}

.ck-cart-list li {
  display: flex !important;
}

.ck-cart-list li>div {
  flex: 0 0 auto;
}

.ck-cart-list li>div:first-child {
  width: 58.3333333333%;
  --cart-img: 80px;
}

.ck-cart-list li>div:first-child .img {
  width: var(--cart-img);
  height: var(--cart-img);
  flex: 0 0 auto;
  overflow: hidden;
}

.ck-cart-list li>div:first-child .img img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ck-cart-list li>div:first-child .content {
  width: calc(100% - var(--cart-img));
  padding-left: 16px;
}

.ck-cart-list li>div:last-child {
  width: 41.6666666667%;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.comparison_lists {
  margin: 0;
  padding: 0;
}

.comparison_lists li {
  list-style: none;
  color: #687083;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  padding: 12px 23px 12px 30px;
}

.comparison_lists li:nth-child(2n-1) {
  background: #f6f8fa;
}

.comparison_lists.style2 {
  text-align: right;
}

@media (max-width: 767.98px) {
  .comparison_lists.style2 {
    text-align: left;
  }
}

.comparison_lists.style2 li {
  color: #00124e;
}

.compare_product {
  border: 1px solid #e9e7e7;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.compare_product .compare_product_inner {
  padding: 25px;
  border-bottom: 1px solid #e9e7e7;
}

.compare_product .compare_product_inner .product_widget5 h4 {
  -webkit-line-clamp: 1;
}

.compare_product_active .owl-nav button {
  height: 40px;
  width: 40px;
  border: 1px solid #e9e7e7 !important;
  transition: 0.3s;
  background: #f0f1f3 !important;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 20%;
}

.compare_product_active .owl-nav button.owl-next {
  left: auto;
  right: -20px;
}

.compare_product_active .owl-nav button:hover {
  background-color: var(--text_color) !important;
  border: 1px solid var(--text_color) !important;
  color: #fff !important;
}

.compare_product_active .owl-nav button i {
  line-height: 28px;
}

.compare_product_active .owl-nav .owl-prev {
  margin-right: 5px;
}

.comparing_box_area {
  display: flex;
}

.comparing_box_area .compare_product_descList {
  width: 150px;
  flex: 150px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #e9e7e7;
  border-right: 0;
  border-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .comparing_box_area .compare_product_descList {
    width: 80px;
    flex: 80px 0 0;
  }
}

@media (max-width: 413px) {
  .comparing_box_area .compare_product_descList {
    padding-bottom: 29px;
  }
}

.comparing_box_area .compare_product_descList .compare_product {
  border: 0;
  border-top: 1px solid #e9e7e7;
  border-bottom: 0;
}

.compare_product_carousel {
  width: calc(100% - 150px);
  border-left: 1px solid #e9e7e7;
}

@media (max-width: 767.98px) {
  .compare_product_carousel {
    width: calc(100% - 80px);
  }
}

.compare_product_carousel .compare_product_active {
  margin-left: -1px;
}

.compare_product_carousel .owl-carousel .owl-nav {
  position: unset;
}

.compare_product_carousel .owl-carousel .owl-nav div {
  width: 35px;
  height: 35px;
  background: #f6f8fa;
  border: 1px solid #e9e7f7;
  color: #090b17;
  position: absolute;
  left: -17.5px;
  top: 144px;
}

.compare_product_carousel .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -17.5px;
  top: 144px;
}

.compare_product_carousel .owl-carousel .owl-nav div:hover {
  background: var(--base_color);
  border-color: var(--base_color);
  color: #fff;
}

.delete_pro {
  top: -10px;
  left: -10px;
  z-index: 11;
}

.reset_compare_text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--base_color);
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 20px 0 23px 15px;
  padding: 0;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.slick_custom_container .item-slick.slick-slide.slick-current.slick-active {
  outline: none !important;
}

.slick_custom_container .slider-for {
  margin-bottom: 10px;
}

.slick_custom_container .slider-for img {
  width: 100% !important;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slick_custom_container .slider-nav {
  margin: auto -5px;
}

.slick_custom_container .slider-nav .item-slick {
  max-width: 240px;
  margin-right: 0px;
  outline: none !important;
  cursor: pointer;
  margin: 0 5px;
  opacity: 0.8;
}

.slick_custom_container .slider-nav .item-slick.slick-current {
  opacity: 1;
}

.slick_custom_container .slider-nav .item-slick img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.slick_custom_container .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
}

.slick_custom_container .slick-prev {
  left: 0px;
}

.slick_custom_container .slick-next {
  right: 0px;
}

.slick_custom_container .slider-nav button {
  padding: 0;
  border: 0;
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  background: var(--base_color);
  opacity: 0;
  transition: 0.3s;
}

@media (max-width: 575.98px) {
  .slick_custom_container .slider-nav button {
    display: none !important;
  }
}

.slick_custom_container .slider-nav button:hover {
  background: var(--text_color);
}

.slick_custom_container .slider-nav:hover .slick-prev {
  left: 20px;
}

.slick_custom_container .slider-nav:hover .slick-next {
  right: 20px;
}

.slick_custom_container .slider-nav:hover button {
  opacity: 1;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.newsletter_form_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 17, 52, 0.5);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.newsletter_form_wrapper.newsletter_active {
  opacity: 1;
  visibility: visible;
}

.newsletter_form_wrapper .newsletter_form_inner {
  width: 848px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 327px auto;
  position: relative;
  max-height: 90vh;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .newsletter_form_wrapper .newsletter_form_inner {
    width: 70%;
  }
}

@media (max-width: 991.98px) {
  .newsletter_form_wrapper .newsletter_form_inner {
    grid-template-columns: 1fr;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 60%;
  }
}

.newsletter_form_wrapper .newsletter_form_inner .close_modal {
  position: absolute;
  right: 15px;
  z-index: 10;
  top: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  border-radius: 50%;
  transition: 0.3s;
  display: inline-block;
}

.newsletter_form_wrapper .newsletter_form_inner .close_modal i {
  line-height: 30px;
  font-size: 14px;
}

.newsletter_form_wrapper .newsletter_form_inner .close_modal:hover {
  background: var(--base_color);
  color: #fff;
  transform: rotate(90deg);
}

@media (max-width: 767.98px) {
  .newsletter_form_wrapper .newsletter_form_inner {
    grid-template-columns: auto;
    overflow: auto;
    width: 80%;
  }
}

@media (max-width: 575.98px) {
  .newsletter_form_wrapper .newsletter_form_inner {
    width: 90%;
  }
}

.newsletter_form_wrapper .newsletter_form_inner .newsletter_form_thumb {
  height: 100%;
  background-image: url(../img/newsletter_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .newsletter_form_wrapper .newsletter_form_inner .newsletter_form_thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

.newsletter_form_wrapper .newsletter_form_inner .newsletter_form {
  padding: 50px;
}

@media (max-width: 767.98px) {
  .newsletter_form_wrapper .newsletter_form_inner .newsletter_form {
    padding: 30px;
  }
}

.newsletter_form_wrapper .newsletter_form_inner .newsletter_form .primary_input3 {
  border-radius: 5px;
}

.newsletter_form_wrapper .newsletter_form_inner .newsletter_form h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--text_color);
  margin-bottom: 0;
}

.newsletter_form_wrapper .newsletter_form_inner .newsletter_form p {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: #676e8b;
  margin: 15px 0 25px 0;
  line-height: 1.6;
}

.newsletter_form_wrapper .popup_image {
  width: 100%;
  height: auto;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.product_action a {
  cursor: pointer;
}

.filter-by-rating-one {
  margin-left: auto;
}

.filter-by-ratings {
  margin-left: auto;
}

.refresh_btn {
  margin-left: auto;
}

.ml_10 {
  margin-left: 10px !important;
}

#pre-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999999999;
  overflow: hidden;
  outline: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.paginate_disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.empty_p {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  min-height: 100px;
}

.cursor_pointer {
  cursor: pointer !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.pd_12 {
  padding: 12px !important;
}

.product_widget5 .product_thumb_upper .badge_1 {
  width: auto;
}

h4.test-center.compare_empty {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

.compare_title_div {
  display: flex;
  justify-content: space-between;
}

.is_wishlist {
  color: var(--base_color) !important;
}

.stock_value {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #00124e !important;
}

.tag_link {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #00124e !important;
  cursor: pointer;
}

.single_reviews .thumb {
  overflow: hidden;
}

.single_reviews .thumb img {
  max-width: 100%;
  margin-top: -6px;
}

.zoomLens {
  min-height: 120px;
  min-width: 120px;
}

.round_checkbox input:checked~.checkmark {
  border-color: transparent;
}

.round_checkbox .checkmark::before {
  width: 31px;
  height: 31px;
  background: none;
  left: 1px;
  top: 1px;
}

.round_checkbox input:checked~.checkmark::before {
  box-shadow: inset 0px 0px 0px 4px #f4f4f4;
}

.color_List .size_btn {
  display: inline-block;
  border: 1px solid #e5dede;
  padding: 6px 19px;
  text-transform: uppercase;
  color: var(--text_color);
  margin-bottom: 10px;
  font-weight: 300;
  background-color: #fff;
  cursor: pointer;
}

.selected_btn {
  border-color: var(--base_color) !important;
}

.product_details_wrapper .product_content_details .stokeout_badge {
  font-size: 12px;
  font-weight: 700;
  background: var(--base_color) !important;
  color: #fff;
  border-radius: 2px;
  padding: 4px 7px;
}

.product_content_details .point {
  color: var(--base_color);
}

.product_content_details .point svg {
  margin-right: 4px;
}

.amaz_select3 {
  min-width: 145px;
}

.style_5 {
  color: var(--background_color) !important;
  background-color: var(--base_color) !important;
}

.payemntgateway_test {
  font-size: 55px;
  transform: rotate(-20deg);
}

.summery_modal_body .summery_order_box .summery_order_body {
  padding: 10px 20px 18px 20px;
}

.promotion_bar_wrapper .close_promobar i {
  color: var(--background_color);
}

.promotion_bar_wrapper .close_promobar {
  background-color: var(--base_color);
}

.add_cart {
  cursor: pointer;
}

.flex_100 {
  flex: 100% !important;
}

.flex_50 {
  flex: 50% !important;
}

.flex_33 {
  flex: 33.33% !important;
}

.flex_25 {
  flex: 25% !important;
}

@media (max-width: 991px) {
  .header_topbar_area {
    display: none !important;
  }
}

.amaz_cat_bg1 {
  background-image: none;
  background-color: rgba(169, 152, 114, 0.0008);
}

.amaz_home_cartBox {
  padding: 20px 30px;
}

.amaz_home_cartBox .img_box {
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.amaz_home_cartBox .img_box img {
  max-width: 100%;
}

.home_banner .owl-stage-outer {
  max-height: 600px;
}

.message_div,
.message_div_modal {
  min-height: 40px;
  padding: 10px;
  margin-top: 10px;
  background: rgba(187, 63, 63, 0.1294117647);
  width: 100%;
}

/* search */
.live-search li {
  border-right: 0 !important;
  border-left: 0 !important;
}

.live-search ul li:first-child {
  border-top: 0 !important;
}

.live-search ul li:last-child {
  border-bottom: 0 !important;
}

.live-search ul {
  border: 1px solid var(--border_color) !important;
  display: none;
  border-top: 0 !important;
}

.live-search ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 123;
  background: #f9f9fd;
}

.live-search ul .search_item .search_title {
  display: flex;
  justify-content: flex-end;
  background: #fff;
  padding: 8px 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #222222;
}

.live-search .tags_list a {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 2;
}

.live-search .tags_list a:hover {
  color: #ff0027;
}

.live-search .search_category_list a {
  font-size: 14px;
  font-weight: 400;
  color: #ff0027;
  line-height: 2;
}

.seach_list_padding {
  padding: 10px 22px;
}

.live-search .Products_list a {
  font-size: 16px;
  font-weight: 400;
  color: #ff0027;
  margin: 5px 0px;
}

.live-search .Products_list .product_info_text h4 {
  font-size: 14px;
  font-weight: 400;
}

.live-search .Products_list .product_info_text .prise_tag {
  font-size: 14px;
  font-weight: 400;
}

.live-search .Products_list .product_info_text .prev_prise {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  color: #222222;
}

.live-search .Products_list .product_info_text .current_prise {
  font-size: 16px;
  font-weight: 500;
  color: #ff0027;
}

.product_available {
  background: green;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 8px;
}

.product_stockout {
  background: #ff0027;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 8px;
}

.live-search .product_info_text h4 {
  font-size: 14px;
  font-weight: 400;
}

.live-search .product_info_text p {
  font-size: 14px;
  font-weight: 400;
}

.live-search .thumb {
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
}

.live-search .thumb img {
  max-width: 100%;
  max-height: 55px;
}

.highlight {
  font-weight: 500;
}

.search_empty_list_div {
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

.search_empty_list_div p {
  font-size: 16px;
  font-weight: 400;
}

.search_empty_list_div p strong {
  font-weight: 500;
}

.search_history {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  background: #fff;
}

.search_history strong {
  cursor: pointer;
}

.highlight {
  font-weight: 600;
}

.cart_thumb_div {
  --thum-width: 100px;
}

@media (max-width: 767.98px) {
  .cart_thumb_div {
    gap: 0 !important;
    width: 300px;
  }
}

.cart_thumb_div .thumb {
  max-width: var(--thum-width);
  flex: 0 0 100%;
  height: var(--thum-width);
  display: flex;
  align-items: center;
  justify-content: start;
}

.cart_thumb_div .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart_thumb_div .summery_pro_content {
  max-width: calc(100% - var(--thum-width));
  flex: 0 0 100%;
  padding-right: 20px;
}

@media (max-width: 767.98px) {
  .cart_thumb_div .summery_pro_content {
    padding-left: 20px;
  }
}

.primary_input3.style6 {
  border-color: #e3e3e3;
  padding: 2px 20px;
  height: 45px;
  color: #00124e;
}

.review_img_div {
  display: flex;
  height: 150px;
  width: 150px;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.review_img_div img {
  max-width: 100%;
  border: 1px dashed #ebebeb;
  padding: 5px;
  max-height: 145px;
  max-width: 145px;
}

.blog_login_required {
  margin-top: 40px;
}

.blog_login_required h4 a {
  color: var(--base_color);
}

.House_Appliances_product .product_widget5.style4 .thumb {
  text-align: center;
  width: 100%;
  height: 140px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  display: flex;
}

.House_Appliances_widget .House_Appliances_widget_right {
  background-image: none;
}

@media (max-width: 575.98px) {
  .House_Appliances_widget_right {
    display: none;
  }
}

.marcent_content {
  text-align: center;
}

.marcent_content h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.marcent_content span {
  display: block;
  margin-top: 20px;
}

.marcent_content .btn_1 {
  margin-top: 42px;
}

.benefits_content .single_benefits_content {
  padding-right: 117px;
}

@media (max-width: 991px) {
  .benefits_content .single_benefits_content {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .benefits_content .single_benefits_content {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.benefits_content .single_benefits_content h4 {
  font-size: 18px;
  line-height: 27px;
  padding: 19px 0 23px;
}

@media (max-width: 991px) {
  .benefits_content .single_benefits_content h4 {
    padding: 10px 0 0;
  }
}

.work_process {
  overflow: hidden;
}

.work_process .section_tittle p {
  margin-bottom: 106px;
}

@media (max-width: 991px) {
  .work_process .section_tittle p {
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work_process .section_tittle p {
    margin-bottom: 80px;
  }
}

.work_process .work_process_single {
  text-align: center;
  padding: 51px 50px 40px;
  border: 1px solid #e2e6eb;
  width: 45%;
  position: relative;
}

.work_process .work_process_single img {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 20px;
}

.work_process .work_process_single h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  .work_process .work_process_single h4 {
    margin-bottom: 15px;
  }
}

.work_process .left_line {
  position: relative;
  z-index: 1;
}

.work_process .left_line:after {
  position: absolute;
  left: 0;
  top: 10%;
}

#timeline {
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s ease;
}

#timeline .timeline-item {
  position: relative;
  display: inline-block;
  width: 100%;
}

#timeline .timeline-item:after {
  position: absolute;
  content: "";
  right: -40%;
  top: 27%;
  background: url(../img/time_line_1.png) no-repeat;
  width: 100%;
  z-index: 1;
  height: 100px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #timeline .timeline-item:after {
    right: -29%;
  }
}

#timeline .timeline-item .timeline-content {
  width: 39%;
  transition: all 0.3s ease;
  background-color: #fff;
  position: relative;
  z-index: 3;
}

#timeline .timeline-item:nth-child(even):after {
  position: absolute;
  content: "";
  right: 0;
  left: 32%;
  top: 27%;
  background: url(../img/time_line_2.png) no-repeat;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #timeline .timeline-item:nth-child(even):after {
    left: 13%;
  }
}

#timeline .timeline-item:nth-child(even) .timeline-content {
  float: right;
}

#timeline .timeline-item:last-child:after {
  display: none;
}

@media (max-width: 575px) {
  #timeline:before {
    left: 0;
  }

  #timeline .timeline-item {
    margin-top: 60px;
  }

  #timeline .timeline-item .timeline-content {
    width: 100%;
  }

  #timeline .timeline-item .timeline-content:before,
  #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #timeline:before {
    left: 0;
  }

  #timeline .timeline-item {
    margin-top: 60px;
  }

  #timeline .timeline-item .timeline-content {
    width: 60%;
  }

  #timeline .timeline-item .timeline-content:before,
  #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
  }
}

/******* pricing part ********/
.pricing_part .price_truggle {
  justify-content: center;
  margin-bottom: 80px;
  align-items: center;
}

@media (max-width: 991px) {
  .pricing_part .price_truggle {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .pricing_part .price_truggle {
    margin-bottom: 60px;
  }
}

.pricing_part .price_truggle p {
  line-height: 16px;
  padding-right: 18px;
  padding-left: 18px;
}

.pricing_part .price_truggle label {
  margin-bottom: 0;
}

.pricing_part .product_tricker {
  position: relative;
  z-index: 1;
}

.pricing_part .product_tricker:after {
  position: absolute;
  content: "";
  right: -6px;
  top: -6px;
  background-image: url(../img/pricing_tricker.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}

.pricing_part .product_tricker_text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  right: -1px;
  z-index: 2;
  transform: rotate(45deg);
  top: 25px;
}

.pricing_part .single_pricing_part {
  padding: 50px;
  border: 1px solid #e2e6eb;
  text-align: center;
  padding: 47px 50px 50px;
}

.single_pricing_part .price_icon {
  margin-bottom: 20px;
}

.single_pricing_part {
  border-radius: 20px;
}

.single_pricing_part .pricing_header img {
  width: 100% !important;
  border-radius: 20px;
}

.pricing_part .single_pricing_part {
  background-color: #e2e6eb;
}

@media (max-width: 991px) {
  .pricing_part .single_pricing_part {
    padding: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .pricing_part .single_pricing_part {
    padding: 30px;
    margin-bottom: 30px;
  }
}

.pricing_part .single_pricing_part h5 {
  font-size: 18px;
}

.pricing_part .single_pricing_part h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .pricing_part .single_pricing_part h2 {
    margin-top: 20px;
    font-size: 25px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .pricing_part .single_pricing_part h2 {
    margin-top: 20px;
    font-size: 30px;
  }
}

.pricing_part .single_pricing_part ul {
  list-style: none;
  padding: 31px 0 0 0;
}

@media (max-width: 991px) {
  .pricing_part .single_pricing_part ul {
    padding: 0;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .pricing_part .single_pricing_part ul {
    padding: 10px 0 0 0;
  }
}

.pricing_part .single_pricing_part ul li {
  margin: 15px 0;
  font-size: 16px;
  color: #8f8f8f;
  font-weight: 300;
}

.pricing_part .single_pricing_part .pricing_header {
  padding-bottom: 44px;
  border-bottom: 1px solid #e2e6eb;
}

@media (max-width: 991px) {
  .pricing_part .single_pricing_part .pricing_header {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .pricing_part .single_pricing_part .pricing_header {
    padding-bottom: 20px;
  }
}

.pricing_part .single_pricing_part .btn_2 {
  background-color: var(--background_color);
  border: 1px solid #e2e6eb;
  color: var(--text_color) !important;
  margin-top: 28px;
  font-weight: 500;
  padding: 16px 47px;
  line-height: 16px;
}

.pricing_part .single_pricing_part .btn_2:hover {
  border: 1px solid var(--base_color);
  background-color: var(--base_color);
  color: #fff !important;
}

.switch-toggle {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 20px;
  border-radius: 25px;
  background-color: var(--background_color);
  border: 1px solid var(--border_color);
}

.switch-toggle input {
  display: none;
}

.switch-toggle div {
  position: absolute;
  border-radius: 50%;
  background-color: var(--base_color);
  transition: 0.1s ease;
  box-shadow: 2.071px 7.727px 30px 0px rgba(211, 0, 98, 0.45);
}

.switch-toggle input:checked+div {
  left: 62%;
  background-color: var(--base_color);
}

.switch-toggle.outer div {
  width: 26px;
  height: 26px;
  top: -4px;
  left: -3px;
}

/******** ferquently question part css *******/
.ferquently_question_part {
  background-color: #fff;
}

@media (max-width: 991px) {
  .ferquently_question_part {
    padding: 40px 0 70px;
  }
}

.ferquently_question_part .single_ferquently_question {
  border-bottom: 1px solid #d7dbe3;
}

.ferquently_question_part .single_ferquently_question:last-child {
  border-bottom: 0px solid transparent;
}

.ferquently_question_part .single_ferquently_question p {
  padding-bottom: 30px;
}

.ferquently_question_part .accordion {
  background-color: #fff;
  color: var(--text_color);
  cursor: pointer;
  padding: 21px 18px 17px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  position: relative;
}

@media (max-width: 991px) {
  .ferquently_question_part .accordion {
    padding-right: 45px;
  }
}

.ferquently_question_part .active,
.ferquently_question_part .accordion:hover {
  background-color: var(--background_color);
}

.ferquently_question_part .accordion:after {
  content: "\e61a";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-family: "themify";
  right: 18px;
  position: absolute;
  top: 35%;
}

.ferquently_question_part .active:after {
  content: "\e622";
}

.ferquently_question_part .panel {
  padding: 0 18px;
  background-color: var(--background_color);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.ferquently_question_part p {
  font-size: 14px;
  line-height: 26px;
}

/*********** send query css here *************/
.send_query form {
  background-color: #fff;
  padding: 75px 80px 80px;
}

@media (max-width: 991px) {
  .send_query form {
    padding: 20px 20px 30px;
  }
}

.send_query .form-group {
  margin-bottom: 23px;
}

.send_query .form-group label {
  text-transform: uppercase;
  font-size: 11px;
  color: var(--text_color);
}

.send_query .form-group input {
  padding: 24px 20px;
  border: 1px solid var(--border_color);
  border-radius: 0;
  font-size: 13px;
  color: #8f8f8f;
  text-transform: none;
}

.send_query .form-group textarea {
  height: 160px;
  width: 100%;
  padding: 20px;
  font-size: 13px;
  border: 1px solid var(--border_color);
}

.send_query .send_query_btn {
  margin: 0 auto;
  text-align: center;
}

.send_query .send_query_btn .btn_1 {
  margin-top: 0;
}

.section_padding {
  padding: 120px 0;
}

.section_tittle p {
  margin-bottom: 72px;
}

.mb_40 {
  margin-bottom: 40px !important;
}

/*need to delete*/
.switch-toggle div {
  box-shadow: 2.071px 7.727px 30px 0px rgba(211, 0, 98, 0.45);
  background-color: #ff1a1a;
}

.switch-toggle {
  background-color: #d4e1e1;
  border: blue;
}

/*need to delete*/
@media (max-width: 767.98px) {
  .newsletter_form_wrapper .newsletter_form_inner {
    grid-template-columns: auto;
    overflow: auto;
  }
}

.amaz_cta_box {
  background-image: none !important;
  padding: 0px !important;
}

.random_ads_div {
  display: flex;
  align-items: center;
  justify-content: center;
}

button.amaz_primary_btn.style3.save_btn {
  padding: 5px 10px;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.slider-nav .item-slick {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid var(--border_color);
  overflow: hidden;
}

.slider-nav .item-slick img {
  max-width: 100% !important;
  max-height: 170px;
  -o-object-fit: contain;
  object-fit: contain;
}

.thumb.both_buy {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb.both_buy img {
  max-width: 100% !important;
  max-height: 60px !important;
}

.House_Appliances_widget {
  max-height: 627px;
  min-height: 100%;
}

.House_Appliances_widget .House_Appliances_widget_right {
  background-image: none;
}

.product_widget5 .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  height: 340px;
}

.amazBrand_boxes .single_brand img {
  max-height: 70px;
}

.amazBrand_boxes .single_brand {
  min-height: 100px;
}

.gallery_large .slick-slide {
  min-height: 500px;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
}

.slider-nav .item-slick {
  background: #f7f7f7;
}

.slick_custom_container .slider-for img {
  min-height: auto;
  max-height: 495px;
  max-width: 505px;
  width: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.return_part .exchange_part,
.return_part .single_return_part {
  background-color: var(--background_color);
  padding: 50px;
  margin-bottom: 20px;
}

.return_part .exchange_part ul,
.return_part .single_return_part ul {
  padding: 0;
  list-style: none;
  margin: 7px 0 0;
}

.return_part .exchange_part ul li,
.return_part .single_return_part ul li {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 300;
  margin: 20px 0;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

.return_part .exchange_part ul li:after,
.return_part .single_return_part ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  background-color: var(--text_color);
}

html[dir=rtl] .return_part .exchange_part ul li,
html[dir=rtl] .return_part .single_return_part ul li {
  padding-right: 25px;
}

html[dir=rtl] .return_part .exchange_part ul li:after,
html[dir=rtl] .return_part .single_return_part ul li:after {
  left: auto;
  right: 0;
}

section.return_part.padding_top.bg-white {
  padding-top: 120px;
}

.home_banner.owl-carousel .owl-item img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home_banner.owl-carousel .owl-item .banner_img {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 30%;
}

@media (max-width: 912px) {
  .home10_primary_btn2.small_btn {
    padding: 2.5px 10px;
  }

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

  .checkout_v3_area .checkout_v3_left {
    padding: 30px 30px 60px;
  }
}

@media (max-width: 812px) {
  .home_banner.owl-carousel .owl-item .banner_img {
    height: auto;
  }
}

.payment_modal_wallet .wallet_payent_box .wallet_elemnt {
  width: 170px;
  height: 100px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

@media (max-width: 767.98px) {
  .payment_modal_wallet .wallet_payent_box .wallet_elemnt {
    width: 100%;
    height: 80px;
  }
}

.payment_modal_wallet .wallet_payent_box .wallet_elemnt img {
  max-width: 100%;
  max-height: 75px;
}

.text_color {
  color: var(--text_color) !important;
}

.remove_sidebar_cart {
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-top: -48px;
  margin-left: -15px;
  font-size: 10px;
  border: 1px solid var(--base_color);
}

.remove_sidebar_cart i {
  color: var(--base_color);
}

.coupon_gift_box_text h3 {
  font-size: 50px !important;
  font-weight: 600;
  margin-bottom: 15px !important;
  color: var(--base_color);
  text-align: center;
}

.coupon_gift_box_text .coupon_text {
  height: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coupon_gift_box_text .coupon_text h4 {
  font-size: 18px;
  font-weight: 400;
  color: var(--text_color);
  margin-bottom: 0;
  margin-right: 15px;
  white-space: nowrap;
}

.coupon_gift_box_text .coupon_text p {
  display: inline-block;
  font-size: 14px;
  color: var(--text_color);
  white-space: nowrap;
}

.product_widget5.style4 .thumb img {
  max-width: 140px;
  /* min-width: 140px; */
  margin: auto;
  max-height: 140px;
  width: auto !important;
}

.singleVendor_product_list .thumb.single_thumb {
  display: flex;
  height: 100px;
  width: 100px;
  justify-content: center;
  align-items: center;
}

.singleVendor_product_list .thumb.single_thumb img {
  width: auto !important;
  max-width: 100px;
  max-height: 100px;
}

.nice-select.amaz_select6.wide.middle_menu_select ul li {
  display: flex;
}

.short_curt_icons .badge_count {
  font-size: 14px;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.product_details_buttons {
  position: fixed;
  z-index: 1212;
  bottom: 0;
  left: 0;
  background: var(--background_color);
  right: 0;
  display: flex;
  align-items: center;
}

.product_details_buttons .product_details_icon {
  width: 60px;
  text-align: center;
}

.product_details_buttons .product_details_icon i {
  font-size: 18px;
  color: var(--base_color);
}

.product_details_buttons .product_details_icon span {
  font-size: 14px;
  color: var(--text_color);
}

.product_details_buttons .product_details_button {
  flex: 1 1 0;
  white-space: nowrap;
}

.product_details_button {
  background: var(--base_color);
  border-radius: 0px;
  display: inline-block;
  font-family: "Circular Std Book";
  font-size: 14px;
  color: var(--background_color);
  font-weight: 700;
  padding: 18.5px 24px;
  border: 1px solid transparent;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product_details_button.style1 {
  background: #ffc107;
  transform: skewX(-20deg);
  position: relative;
  left: 11px;
  z-index: 1;
}

.product_details_button.style1 span {
  transform: skewX(20deg);
}

.amaz_recomanded_box .product_widget5 .thumb {
  margin: 0 auto;
}

.amaz_recomanded_box .product_widget5 .thumb img {
  width: auto !important;
}

.trending_product_active .product_widget5 .thumb {
  height: 328px;
  width: 328px;
}

.trending_product_active .product_widget5 .thumb img {
  max-width: 325px;
  max-height: 325px;
}

.House_Appliances_product .product_widget5.style4 .thumb {
  width: 100%;
  height: 230px;
}

.House_Appliances_product .product_widget5.style4 .thumb img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
}

.House_Appliances_product .product_widget5.style4 {
  padding: 0 !important;
}

.House_Appliances_product .product_widget5.style4 .product__meta {
  padding: 6px 10px;
}

.amaz_fieature_active .product_widget5 .thumb {
  height: 240px;
}

.amaz_fieature_active .product_widget5 .thumb img {
  max-width: 95%;
  max-height: 235px;
}

.dashboard_wishlist_grid .product_widget5.style3 .thumb {
  height: 250px;
}

.dashboard_wishlist_grid .product_widget5.style3 .thumb img {
  max-width: 245px;
  max-height: 245px;
}

.amaz_home_cartBox {
  padding: 20px 30px;
  justify-content: start !important;
  align-items: center;
  grid-gap: 20px;
}

.amaz_home_cartBox .img_box {
  display: flex;
  flex: 110px 0 0;
}

.product_widget5 .product__meta h4,
.product_widget5 .product__meta h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal !important;
}

.min-height-250 {
  min-height: 250px;
}

.refund_product_list .theme_select::after {
  right: 18px !important;
}

.nice-select.open .list {
  max-width: 100%;
}

.fb_dialog_content iframe {
  right: 55px !important;
}

.dynamic_svg svg path,
.dynamic_svg svg rect,
.dynamic_svg svg circle {
  fill: var(--base_color) !important;
  /* stroke: var(--base_color)!important; */
}

.remove_from_submenu_btn svg path {
  fill: red !important;
  stroke: transparent !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile_lang {
    margin-left: 30px;
  }

  #back-top {
    bottom: 65px;
  }
}

@media (max-width: 912px) {
  .gallery_large:hover .slick_only_mobile {
    opacity: 1;
  }
}

@media (max-width: 805px) {
  .customer_review_wrapper .customer_review_wrapper_inner {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .order_details_list_box .summery_lists .single_summery_list {
    grid-gap: 10px;
  }

  .order_details_list_box .summery_lists .single_summery_list .order_text_head {
    flex: 100px 0 0;
  }

  .mobile_lang {
    position: absolute;
    top: 0;
    left: 38px;
    right: auto;
    top: -45px;
  }

  html[dir=rtl] .mobile_lang {
    left: auto;
  }

  .mobile_lang .language_toggle_box {
    right: auto;
    left: 0;
  }

  html[dir=rtl] .mobile_lang .language_toggle_box {
    right: 0;
    left: auto;
  }

  .home_banner .owlitem .banner_img {
    height: auto !important;
  }

  .mobile_lang span {
    font-size: 12px;
  }

  .home_banner .owl-item .banner_img {
    height: auto;
  }

  #back-top {
    bottom: 65px;
  }

  .amaz_fieature_active .product_widget5 .product__meta h4 {
    font-size: 14px;
  }

  .amaz_fieature_active .product_widget5 .thumb {
    height: 150px;
  }

  .amaz_fieature_active .product_widget5 .thumb img {
    max-height: 145px;
    min-width: 140px;
  }

  .amzcart_tabs li button {
    font-size: 14px;
  }

  .House_Appliances_widget .House_Appliances_widget_left h4 {
    max-width: 100%;
  }

  .dashboard_account_wrapper {
    display: flex;
    grid-template-columns: auto 210px;
    grid-gap: 90px;
    padding-right: 60px;
    flex-direction: column-reverse;
  }

  .shipingV3_info .single_shipingV3_info {
    padding: 18px 0;
    flex-wrap: wrap;
    grid-gap: 5px;
  }

  .google_play_box {
    padding: 5px 4px;
    grid-gap: 5px;
    flex: 50% 0 0;
  }

  .apps_boxs {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .google_play_box .google_play_text h4 {
    font-size: 12px;
  }

  .google_play_box .google_play_text span {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 6px;
  }

  .google_play_box {
    min-width: auto;
    max-width: 215px;
  }

  .google_play_box {
    padding: 10px 8px;
    grid-gap: 5px;
    min-height: 50px;
    height: 50px;
  }

  .footer_links_50 {
    width: 50%;
  }

  footer.home_three_footer .main_footer_wrap .footer_widget .social__Links {
    text-align: center;
  }

  .footer_title {
    text-align: center;
  }

  .shiping_address_box .shipingV3_info {
    padding: 0 5px;
  }
}

@media (max-width: 430px) {
  .gallery_large .slick-slide {
    min-height: 390px;
  }

  .slick_custom_container .slider-for img {
    max-height: 385px;
    max-width: 348px;
  }

  .House_Appliances_product .product_widget5.style4 .thumb {
    width: 100%;
    height: 150px;
  }

  .House_Appliances_product .product_widget5.style4 .thumb img {
    max-height: 145px;
    max-width: 145px;
    /* min-width: 140px; */
  }

  .amaz_recomanded_box .product_widget5 .thumb,
  .trending_product_active .product_widget5 .thumb {
    margin: auto;
  }

  .product_page_list .product_widget5 .thumb {
    height: 190px;
    width: 190px;
  }

  .product_page_list .product_widget5 .thumb img {
    max-width: 185px;
    max-height: 185px;
  }

  .shipping_delivery_div {
    grid-gap: 10px !important;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .tab-content .product_widget5 .thumb {
    width: 100%;
  }

  .tab-content .product_widget5 .thumb img {
    max-height: 155px;
    max-width: 155px;
  }

  .product_details_dec_body {
    overflow: hidden;
  }

  .white_box.style2 .amaz_primary_btn.min_200 {
    min-width: 100px !important;
  }

  .white_box.style2 .amaz_primary_btn.style2 {
    padding: 14.5px 15px 12.5px;
  }

  .single_shipingV3_info a {
    width: 100%;
  }

  .dashboard_orderDetails_body .dashboard_orderDetails_head {
    padding: 15px 10px;
  }

  .theme_select .current {
    text-overflow: ellipsis;
    max-width: 95%;
    display: inline-block;
    overflow: hidden;
  }
}

@media (max-width: 390px) {
  header.amazcartui_header .header_area .header__wrapper .header__left .logo_img img {
    max-width: 110px;
  }

  .mobile_lang {
    top: -41px;
  }

  .product_page_list .product_widget5 .thumb {
    height: 160px;
    width: 160px;
  }

  .product_page_list .product_widget5 .thumb img {
    max-width: 155px;
    max-height: 155px;
  }

  .white_box.style2 .dashboard_white_box_body {
    padding: 10px;
  }
}

@media (max-width: 320px) {
  .product_page_list .product_widget5 .thumb {
    height: 140px;
    width: 140px;
  }

  .product_page_list .product_widget5 .thumb img {
    max-width: 135px;
    max-height: 135px;
  }
}

.product_widget5 .product_thumb_upper {
  position: relative;
  margin-bottom: 0;
}

.trending_product_active .product_widget5 .thumb {
  height: 300px;
  width: 100%;
  background: #fff;
  margin: auto;
}

.trending_product_active .product_widget5 .thumb img {
  max-width: 100%;
  max-height: 100%;
}

.account_img_upload {
  position: relative;
  z-index: 1;
}

.account_img_upload_remove {
  border: 1px solid var(--base_color);
  background-color: var(--background_color);
  border-radius: 100%;
  font-size: 10px;
  padding: 5px;
  color: var(--base_color);
  position: absolute;
  top: -10px;
  right: -7px;
  z-index: 1;
  line-height: 1;
}

.account_img_upload .thumb {
  width: 210px;
  height: 200px;
  overflow: hidden;
}

.account_img_upload .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.btn-outline-light {
  border-color: var(--border_color);
  color: var(--text_color);
  border-radius: 4px;
}

.btn-outline-light:hover {
  background-color: var(--base_color_10);
  border-color: var(--base_color_10);
  color: var(--base_color) !important;
}

.category_toggler {
  color: var(--base_color);
}

.slider-for.gallery_large.slick-initialized.slick-slider>button {
  display: none !important;
}

.sub_menu_bg_img {
  --sub-bg: 300px;
  width: var(--sub-bg);
  height: var(--sub-bg);
}

.sub_menu_bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .shipping_address_div table {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .shipping_address_div table td {
    width: 130px;
  }
}

#filter-icon rect {
  fill: currentColor;
}

header.amazcartui_header .header_area .main_header_area .shop_header_wrapper .category_menu .dropdown_menu li .mega_width_menu {
  width: 833px;
  padding: 31px 0 0px 50px;
  display: flex;
  flex-wrap: wrap;
  left: 110%;
  position: absolute;
  top: 0;
  background: #fff;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  min-height: 100%;
  transition: 0.3s;
}

.brand_banner {
  background: var(--base_color);
  height: 144px;
}

.brand_banner .branding_text {
  font-family: "Circular Std Book";
  font-size: 38px !important;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0 !important;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.customer-profile .text-sucess {
  color: #35C06D !important;
  opacity: 1 !important;
}

.customer-profile .text-danger {
  color: #FD5A5A !important;
  opacity: 1 !important;
}

.customer-profile .amaz_primary_btn {
  display: inline-block;
  background-color: var(--base_color);
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
}

.customer-profile .amaz_primary_btn>* {
  color: currentColor !important;
}

.customer-profile .amaz_primary_btn:hover {
  border-color: var(--base_color);
  background-color: #fff;
  color: var(--base_color) !important;
}

.customer-profile .bg-gray {
  background-color: #474452;
  padding: 14px;
  color: #fff !important;
}

.customer-info {
  background-color: var(--base_color);
  padding: 12px;
  position: relative;
  z-index: 1;
  --img: 60px;
}

.customer-info>div {
  flex: 0 0 auto;
  max-width: 100%;
}

.customer-info .amaz_primary_btn {
  padding: 7px 9px;
  position: absolute;
  top: -10px;
  right: 8px;
  background-color: #474452;
  border: 1px solid transparent;
}

.customer-info .amaz_primary_btn:hover {
  background-color: #fff;
  border-color: var(--text_color);
  color: var(--text_color);
}

.customer-info-img {
  width: var(--img);
  height: var(--img);
  border-radius: 10px;
  overflow: hidden;
}

.customer-info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.customer-info-content {
  width: calc(100% - var(--img));
  padding-left: 10px;
}

.customer-info-content p {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: var(--text_color);
  margin-bottom: 0;
}

.customer-info-content span {
  font-size: 12px;
  line-height: 1;
  color: rgba(var(--text_color), 0.4);
}

.customer-blance {
  padding: 14px 16px;
  background-color: var(--base_color_10);
  margin-bottom: 30px;
}

.customer-blance span {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--text_color);
}

.customer-blance p {
  font-size: 32px;
  line-height: 1;
  color: var(--base_color);
}

@media only screen and (max-width: 991px) {
  .customer-blance p {
    font-size: 26px;
  }
}

.customer-transaction .head p {
  font-size: 14px;
  font-weight: 500;
  color: var(--text_color);
}

.customer-transaction .head a {
  font-size: 12px;
  line-height: 1;
  color: var(--base_color);
}

.customer-transaction .head a:hover {
  color: var(--text_color);
}

.customer-transaction .list {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1;
}

.customer-transaction .list p {
  opacity: 0.6;
  font-size: 12px;
  max-width: 33.3333333333%;
  flex: 0 0 100%;
}

.customer-transaction .list p:last-child {
  text-align: right;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
:root {
  --right: 38px;
  --main-width: 400px;
}

@media only screen and (max-width: 991px) {
  :root {
    --right: 12px;
  }
}

#back-top {
  z-index: 99;
}

@media only screen and (max-width: 991px) {
  #back-top {
    bottom: 116px;
  }
}

.text-primary {
  color: var(--base_color) !important;
}

.bg-primary {
  background-color: var(--base_color) !important;
}

.chat {
  --padding: 30px;
  background-color: #E0EEF1;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .chat {
    --padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .chat {
    --padding: 20px;
  }
}

.chat.single_vendor .chat-center {
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .chat-px-mobile {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}

.chat-close {
  position: fixed;
  font-size: 14px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  left: 5px;
  z-index: 6;
}

.chat-caret {
  position: fixed;
  right: var(--right);
  bottom: 0;
  background-color: var(--base_color);
  width: var(--main-width);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 15px 14px;
  z-index: 999;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .chat-caret {
    z-index: 9;
    bottom: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .chat-caret {
    width: 350px;
  }
}

.chat-caret.hide {
  bottom: 400px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.chat-caret-left {
  width: 66.6666666667%;
  flex: 0 0 auto;
}

.chat-caret-left p {
  font-size: 20px;
  line-height: 0.9;
}

@media only screen and (max-width: 991px) {
  .chat-caret-left p {
    font-size: 18px;
  }
}

.chat-caret-right {
  width: 33.3333333333%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.chat-caret-user {
  --img-width: 24px;
  width: var(--img-width);
  height: var(--img-width);
  border-radius: 100%;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: -10px;
}

.chat-caret-user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.chat-caret-body {
  position: relative;
  z-index: 1;
}

.chat-caret-body-left {
  width: 41.6666666667%;
  flex: 0 0 auto;
  background-color: #E0EEF1;
  padding: 30px 10px 24px 25px;
}

@media only screen and (max-width: 767px) {
  .chat-caret-body-left {
    width: 100%;
  }
}

.chat-caret-body-left .chat-caret-info {
  max-height: calc(var(--height) - 230px);
}

@media only screen and (max-width: 767px) {
  .chat-caret-body-left .chat-caret-info {
    max-height: calc(var(--height) - 50px);
    min-height: calc(var(--height) - 50px);
  }
}

.chat-caret-body-left .chat-caret-info::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.chat-caret-body .chat-close {
  margin-left: 12px;
  margin-top: 4px;
}

.chat-caret-body-right {
  width: 58.3333333333%;
  flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .chat-caret-body-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    width: 100%;
    height: 100%;
    display: none;
  }
}

.chat-caret-details {
  position: fixed;
  bottom: 0;
  right: var(--right);
  max-width: 780px;
  z-index: 9992;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat-caret-details {
    max-width: 744px;
  }
}

@media only screen and (max-width: 767px) {
  .chat-caret-details {
    max-width: calc(100% - 24px);
  }
}

.chat-caret-details.single_vendor {
  max-width: 400px;
}

@media only screen and (max-width: 479px) and (max-width: 767px) {
  .chat-caret-details.single_vendor {
    max-width: calc(100% - 24px);
  }
}

.chat-caret-details.single_vendor .chat-caret-body-right {
  width: 100%;
}

.chat-caret-details.hide {
  bottom: -290px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.chat-caret-details .chat-footer {
  padding: 15px 12px;
  padding-right: 16px;
  border: none;
  border-top: 1px solid #ECECEC;
}

.chat-caret-details .chat-footer button {
  font-size: 18px;
}

.chat-caret-details .chat-footer .form-box {
  margin-left: 14px;
}

@media (min-width: 413px) {
  .chat-caret-details .chat-footer .form-box {
    width: 70%;
  }
}

.chat-caret-details .chat-footer .form-box button {
  padding: 0 10px;
}

.chat-caret-details .chat-footer .form-control {
  padding-right: 80px;
  font-size: 14px;
  line-height: 1.4285714286;
}

.chat-caret-header {
  background-color: var(--base_color);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 15px 12px;
  padding-right: 20px;
}

.chat-caret-header p {
  font-size: 20px;
  line-height: 0.9;
}

@media only screen and (max-width: 991px) {
  .chat-caret-header p {
    font-size: 18px;
  }
}

.chat-caret-header i {
  font-size: 24px;
}

@media only screen and (max-width: 991px) {
  .chat-caret-header i {
    font-size: 20px;
  }
}

.chat-caret-info {
  --height: 760px;
  padding: 25px 20px 0 16px;
  max-height: calc(var(--height) - 123px);
}

.chat-caret-info::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.chat-caret-info::-webkit-scrollbar-track {
  background: var(--base_color_20);
  border-radius: 10px;
}

.chat-caret-info::-webkit-scrollbar-thumb {
  background: var(--base_color_60);
  border-radius: 10px;
}

.chat-caret-info::-webkit-scrollbar-thumb:hover {
  background: var(--base_color);
}

.chat-caret-info::-webkit-scrollbar-track {
  border-radius: 0 !important;
}

@media (max-height: 900px) {
  .chat-caret-info {
    --height: 700px;
  }
}

@media (max-height: 800px) {
  .chat-caret-info {
    --height: 650px;
  }
}

@media (max-height: 768px) {
  .chat-caret-info {
    --height: 600px;
  }
}

@media (max-height: 600px) {
  .chat-caret-info {
    --height: 550px;
  }
}

@media (max-height: 540px) {
  .chat-caret-info {
    --height: 500px;
  }
}

.chat-caret-info .chat-receiver {
  max-width: 100% !important;
}

.chat-caret-info .chat-sender {
  max-width: 75% !important;
}

.chat-footer {
  background-color: #F0FBFD;
  border: 1px solid #ECECEC;
  padding: 21px 23px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .chat-footer {
    padding: 18px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chat-footer {
    padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .chat-footer {
    padding: 12px 20px;
  }
}

.chat-footer>*:not(:last-child) {
  margin-right: 12px;
}

.chat-footer button {
  font-size: 22px;
  color: #454A4D;
}

@media only screen and (max-width: 991px) {
  .chat-footer button {
    font-size: 20px;
  }
}

.chat-footer .form-box {
  overflow: hidden;
  flex: 0 0 auto;
  width: 100%;
  max-width: 86%;
  margin-left: 14px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .chat-footer .form-box {
    max-width: 82%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chat-footer .form-box {
    max-width: 78%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat-footer .form-box {
    max-width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .chat-footer .form-box {
    max-width: 75%;
  }
}

.chat-footer .form-box button {
  background-color: var(--base_color) !important;
  padding: 0 16px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.chat-footer .form-control {
  box-shadow: 0 0 0;
  border-color: var(--base_color_10);
  color: #454A4D;
  font-size: 16px;
  line-height: 2;
  padding: 6px 14px;
  border-radius: 8px;
}

.chat-footer .form-control::-moz-placeholder {
  color: currentColor;
}

.chat-footer .form-control::placeholder {
  color: currentColor;
}

.chat-receiver {
  --img-width: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  width: -moz-max-content;
  width: max-content;
  max-width: 75%;
}

@media only screen and (max-width: 991px) {
  .chat-receiver {
    --img-width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .chat-receiver {
    max-width: 90%;
  }
}

.chat-receiver-img {
  width: var(--img-width);
  flex: 0 0 auto;
  height: var(--img-width);
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.chat-receiver-img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.chat-receiver-content {
  width: calc(100% - var(--img-width) - 8px);
  flex: 0 0 auto;
  padding: 10px;
  padding-top: 7px;
  background-color: var(--base_color);
  color: #fff;
  border-radius: 11px;
  border-top-left-radius: 0;
}

.chat-receiver-content p,
.chat-receiver-content a {
  color: currentColor;
  font-size: 14px;
  line-height: 1.2857142857;
}

.chat-receiver-content p:not(:last-child),
.chat-receiver-content a:not(:last-child) {
  margin-bottom: 5px;
}

.chat-receiver-content a {
  text-decoration: underline !important;
  margin-left: 4px;
}

.chat-receiver-head {
  margin-bottom: 10px;
}

.chat-receiver-head span {
  color: #F0FBFD;
  font-size: 12px;
}

.chat-receiver-head strong {
  font-size: 14px;
}

.chat-sender {
  text-align: right;
  padding: 10px;
  padding-left: 17px;
  background-color: #454A4C;
  color: #fff;
  border-radius: 11px;
  border-top-right-radius: 0;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 69%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .chat-sender {
    max-width: 85%;
  }
}

.chat-sender p,
.chat-sender a {
  color: currentColor;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.2857142857;
}

.chat-sender a {
  text-decoration: underline !important;
  margin-left: 4px;
}

.chat-sender span {
  color: currentColor;
  font-size: 10px;
  line-height: 1;
  display: block;
}

.chat-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9991;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}

.chat-left {
  width: 25%;
  flex: 0 0 auto;
  padding: var(--padding) 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chat-left {
    width: 41.6666666667%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat-left {
    width: 41.6666666667%;
  }
}

@media only screen and (max-width: 767px) {
  .chat-left {
    width: 100%;
  }
}

.chat-center {
  width: 50%;
  flex: 0 0 auto;
  background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chat-center {
    width: 58.3333333333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat-center {
    width: 58.3333333333%;
  }
}

@media only screen and (max-width: 767px) {
  .chat #mobile_popup {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
    display: none;
  }
}

.chat-right {
  width: 25%;
  flex: 0 0 auto;
  padding: var(--padding);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chat-right {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .chat-right {
    display: none;
  }
}

.chat-lists {
  overflow: auto;
  padding-right: 20px;
  padding-left: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .chat-lists {
    padding-left: 0;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .chat-lists {
    padding-left: 0;
    padding-right: 10px;
  }
}

.chat-lists h5 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 20px;
}

.chat-lists .pinded {
  max-height: 270px;
  overflow: auto;
  margin-bottom: 40px;
  padding-left: 20px;
}

.chat-lists .pinded::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.chat-lists .pinded::-webkit-scrollbar-track {
  background: var(--base_color_20);
  border-radius: 10px;
}

.chat-lists .pinded::-webkit-scrollbar-thumb {
  background: var(--base_color_60);
  border-radius: 10px;
}

.chat-lists .pinded::-webkit-scrollbar-thumb:hover {
  background: var(--base_color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat-lists .pinded {
    margin-bottom: 30px;
    max-height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .chat-lists .pinded {
    margin-bottom: 30px;
    max-height: 332px;
  }
}

.chat-lists .pinded .chat-list {
  background-color: var(--base_color);
  color: #fff;
}

.chat-lists .pinded .chat-list p,
.chat-lists .pinded .chat-list strong {
  color: #fff !important;
}

.chat-lists .pinded .chat-list-content p {
  opacity: 0.8;
}

.chat-lists .pinded .chat-list-right .badge {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.chat-lists .regular {
  padding-left: 20px;
  max-height: 480px;
  overflow: auto;
}

.chat-lists .regular::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.chat-lists .regular::-webkit-scrollbar-track {
  background: var(--base_color_20);
  border-radius: 10px;
}

.chat-lists .regular::-webkit-scrollbar-thumb {
  background: var(--base_color_60);
  border-radius: 10px;
}

.chat-lists .regular::-webkit-scrollbar-thumb:hover {
  background: var(--base_color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat-lists .regular {
    max-height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .chat-lists .regular {
    max-height: 504px;
  }
}

.chat-conversions {
  overflow: auto;
  padding: var(--padding);
  padding-bottom: 0 !important;
  height: calc(100vh - 94px);
}

.chat-conversions::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.chat-conversions::-webkit-scrollbar-track {
  background: var(--base_color_20);
  border-radius: 10px;
}

.chat-conversions::-webkit-scrollbar-thumb {
  background: var(--base_color_60);
  border-radius: 10px;
}

.chat-conversions::-webkit-scrollbar-thumb:hover {
  background: var(--base_color);
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .chat-conversions {
    height: calc(100vh - 6px);
  }
}

@media (min-width: 1440px) and (max-width: 1580px) and (max-height: 768px) {
  .chat-conversions {
    height: calc(100vh + 68px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .chat-conversions {
    height: calc(100vh + 54px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .chat-conversions {
    height: calc(100vh + 69px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat-conversions {
    height: 674px;
  }
}

@media only screen and (max-width: 767px) {
  .chat-conversions {
    height: calc(100vh - 250px);
  }
}

.chat-list {
  --img-width: 50px;
  background-color: #fff;
  margin-bottom: 12px;
  border-radius: 6px;
  padding: 12px 15px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .chat-list {
    --img-width: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .chat-list {
    --img-width: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat-list {
    --img-width: 36px;
    padding: 8px 10px;
  }
}

.chat-list:last-child {
  margin-bottom: 0;
}

.chat-list-pinded {
  --width: 23px;
  width: var(--width);
  height: var(--width);
  border-radius: 100%;
  background-color: #454A4D;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  left: calc(var(--width) / 2 * -1);
  font-size: 12px;
  transform: rotate(45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat-list-pinded {
    --width: 18px;
    font-size: 8px;
  }
}

.chat-list-right {
  flex: 0 0 auto;
}

.chat-list-right p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat-list-right p {
    font-size: 12px;
  }
}

.chat-list-right .badge {
  --width: 20px;
  padding: 0;
  width: var(--width);
  height: var(--width);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 100%;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat-list-right .badge {
    margin-top: 5px;
    font-size: 12px;
  }
}

.chat-list-user {
  width: var(--img-width);
  height: var(--img-width);
  flex: 0 0 auto;
  border-radius: 100%;
  border: 1px solid #CDDDE0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.chat-list-user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.chat-list-content {
  width: calc(100% - var(--img-width));
  flex: 0 0 auto;
  padding-left: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat-list-content {
    padding-left: 8px;
  }
}

.chat-list-content strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
  color: #454A4D;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat-list-content strong {
    font-size: 16px;
    margin-bottom: 3px;
  }
}

.chat-list-content p {
  font-size: 14px;
  line-height: 1;
  color: #454A4D;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.order-wrap h6 {
  font-weight: 600;
  margin-bottom: 18px;
}

.order-list {
  --img: 39px;
  background-color: #fff;
  padding: 8px;
  border-radius: 4px;
}

.order-list:not(:last-child) {
  margin-bottom: 10px;
}

.order-list .img {
  width: var(--img);
  height: var(--img);
  flex: 0 0 auto;
  border-radius: 6px;
  border: 1px solid #A9ACB7;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.order-list .img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.order-list .content {
  padding-left: 12px;
  width: calc(100% - var(--img));
  flex: 0 0 auto;
}

.order-list .content p {
  color: #46575F;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.order-info {
  border-radius: 6px;
  padding: 0 20px;
  margin-top: 20px;
}

.order-info table {
  border-collapse: separate;
  border-spacing: 0 1rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .order-info table {
    border-spacing: 0 10px;
  }
}

.order-info table td {
  color: #454A4D;
  font-size: 14px;
  font-weight: 500;
}

.order-info table td:last-child {
  color: #657480;
}

.order-info table td:nth-child(2) {
  padding: 0 10px;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
.product_description_container {
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  max-height: 300px;
}

.product_description_container.short_description {
  position: relative;
}

.product_description_container.short_description::after {
  content: "";
  height: 100px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  background: linear-gradient(-180deg, hsla(0, 0%, 100%, 0) 6%, #fff 83%);
}

.show_full_btn {
  vertical-align: bottom;
  background: #ffffff;
  text-align: center;
}

.show_full_btn #show_full_details {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rating_filter_area {
  display: flex;
  gap: 10px;
  font-weight: 400;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 30px;
  padding: 20px 0;
  flex-wrap: wrap;
}

.rating_filter_area .single_filter {
  flex-basis: 1;
}

.rating_filter_area .single_filter button {
  border: 1px solid #d9dcec;
  background: #ffffff;
  padding: 6px 4px;
  min-width: 60px;
}

.rating_filter_area .single_filter button:hover {
  border-color: var(--base_color);
}

.rating_filter_area .single_filter button.active {
  border-color: var(--base_color);
  background: var(--base_color_10);
}

.rating_filter_area .single_filter button.active .value {
  color: var(--base_color);
}

.rating_filter_area .single_filter button i {
  color: #ffc107;
}

.rating_filter_area .single_filter button .value {
  color: var(--text_color);
}

.review_img_div img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.review_video_item a {
  position: relative;
  width: 100%;
}

.review_video_item a::before {
  content: "\f04b";
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: var(--base_color_10);
  color: var(--base_color_60);
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review_video_item a img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.review_video_item a:hover::before {
  background: var(--base_color_20);
}

/*----------------------------------------------------*/
.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}