@charset "UTF-8";

@font-face {
  font-display: block !important;
  font-family: solar;
  src: url(../fonts/solar-Light.eot) format("embedded-opentype"), url(../fonts/solar-Light.woff) format("woff"), url(../fonts/solar-Light.otf) format("opentype")
}

@font-face {
  font-display: block !important;
  font-family: solar-Medium;
  src: url(../fonts/solar-Medium.eot) format("embedded-opentype"), url(../fonts/solar-Medium.woff) format("woff"), url(../fonts/solar-Medium.otf) format("opentype")
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body,
html {
  direction: rtl !important
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15
}

button,
input {
  overflow: visible
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

textarea {
  overflow: auto
}

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

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

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

details {
  display: block
}

[hidden],
template {
  display: none
}

:root {
  --solar: #f97415;
  --solar-dark: #3e5379;
  --solar-gray: #e9e9e9;
  --solar-gray-700: #a8a5a5;
  --solar-blue: #1270fd;
  --solar-blue-light: #d2e4ff;
  --solar-radius: 33px;
  --solar-radius-sm: 10px;
  --xs: 12px;
  --sm: 14px;
  --md: 16px;
  font-size: var(--xs);
  --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-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --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-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: solar-Light, -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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
  --bs-body-font-family: solar-Light;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-breadcrumb-divider: "›"
}

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

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

body {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

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

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

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

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

@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-bottom: 1rem;
  margin-top: 0
}

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

ol,
ul {
  padding-right: 2rem
}

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

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

dt {
  font-weight: 700
}

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

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

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

sub,
sup {
  font-size: .75em;
  line-height: 0;
  position: relative;
  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 {
  direction: ltr;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  unicode-bidi: bidi-override
}

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

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

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

a>code {
  color: inherit
}

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

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

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom
}

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

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

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

label {
  display: inline-block
}

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

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

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 {
  border-style: none;
  padding: 0
}

textarea {
  resize: vertical
}

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

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

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

legend+* {
  clear: right
}

::-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] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: ltr
}

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

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

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

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

output {
  display: inline-block
}

iframe {
  border: 0
}

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

progress {
  vertical-align: baseline
}

[hidden] {
  display: none !important
}

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block
}

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

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

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

@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-left: calc(var(--bs-gutter-x)*-.5);
  margin-right: calc(var(--bs-gutter-x)*-.5);
  margin-top: calc(var(--bs-gutter-y)*-1)
}

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

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

.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-right: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@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%
  }

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

@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%
  }

  .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-2 {
    margin-right: 16.66666667%
  }

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

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

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

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

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

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

@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%
  }

  .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-1 {
    margin-right: 8.33333333%
  }

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

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

@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%
  }

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

@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-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%
  }
}

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

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

.table>tbody {
  vertical-align: inherit
}

.table>thead {
  vertical-align: bottom
}

.table>:not(:first-child) {
  border-top: 2px solid
}

.table-sm>:not(caption)>*>* {
  padding: .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-borderless>:not(:first-child) {
  border-top-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;
  border-color: #bacbe6;
  color: #000
}

.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;
  border-color: #cbccce;
  color: #000
}

.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;
  border-color: #bcd0c7;
  color: #000
}

.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;
  border-color: #badce3;
  color: #000
}

.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;
  border-color: #e6dbb9;
  color: #000
}

.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;
  border-color: #dfc2c4;
  color: #000
}

.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;
  border-color: #dfe0e1;
  color: #000
}

.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;
  border-color: #373b3e;
  color: #fff
}

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

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

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

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

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

@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 {
  background-color: #fff;
  border-color: #86b7fe;
  box-shadow: 0 0 0 .25rem #0d6efd40;
  color: #212529
}

.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 {
  margin: -.375rem -.75rem;
  padding: .375rem .75rem;
  -webkit-margin-end: .75rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #212529;
  margin-inline-end: .75rem;
  pointer-events: 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
}

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

  .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 {
  margin: -.375rem -.75rem;
  padding: .375rem .75rem;
  -webkit-margin-end: .75rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #212529;
  margin-inline-end: .75rem;
  pointer-events: none;
  -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 {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #212529;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding: .375rem 0;
  width: 100%
}

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

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

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

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

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

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

.form-control-lg::-webkit-file-upload-button {
  margin: -.5rem -1rem;
  padding: .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 {
  height: auto;
  padding: .375rem;
  width: 3rem
}

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

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

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

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

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

.form-select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .25rem #0d6efd40;
  outline: 0
}

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

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

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

.form-select-sm {
  border-radius: .2rem;
  font-size: .875rem;
  padding-bottom: .25rem;
  padding-right: .5rem;
  padding-top: .25rem
}

.form-select-lg {
  border-radius: .3rem;
  font-size: 1.25rem;
  padding-bottom: .5rem;
  padding-right: 1rem;
  padding-top: .5rem
}

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

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

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

.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;
  box-shadow: 0 0 0 .25rem #0d6efd40;
  outline: 0
}

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

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml;charset=utf-8,%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 10 3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml;charset=utf-8,%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;
  background-image: url("data:image/svg+xml;charset=utf-8,%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");
  border-color: #0d6efd
}

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

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

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

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-position: 100%;
  border-radius: 2em;
  margin-right: -2.5em;
  transition: background-position .15s ease-in-out;
  width: 2em
}

@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;charset=utf-8,%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-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 0
}

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

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

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

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

.form-range:focus {
  outline: 0
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40
}

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

.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -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;
  width: 1rem
}

@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 {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: .5rem;
  width: 100%
}

.form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  height: 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;
  width: 1rem
}

@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 {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: .5rem;
  width: 100%
}

.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 {
  border: 1px solid transparent;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 100% 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:placeholder-shown {
  padding-bottom: .625rem;
  padding-top: 1.625rem
}

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

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

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

.form-floating>.form-control: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) translate(-.15rem)
}

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

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

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

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

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

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

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-left: 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-bottom-left-radius: 0;
  border-top-left-radius: 0
}

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

.valid-tooltip {
  background-color: #198754e6;
  border-radius: .25rem;
  color: #fff;
  display: none;
  font-size: .875rem;
  margin-top: .1rem;
  max-width: 100%;
  padding: .25rem .5rem;
  position: absolute;
  top: 100%;
  z-index: 5
}


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

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.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.1'/%3E%3C/svg%3E");
  background-position: left calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #198754;
  padding-left: calc(1.5em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem #19875440
}

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

.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"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.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.1'/%3E%3C/svg%3E");
  background-position: left .75rem center, center left 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-left: 4.125rem
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem #19875440
}

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

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

.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 {
  color: #dc3545;
  display: none;
  font-size: .875em;
  margin-top: .25rem;
  width: 100%
}

.invalid-tooltip {
  background-color: #dc3545e6;
  border-radius: .25rem;
  color: #fff;
  display: none;
  font-size: .875rem;
  margin-top: .1rem;
  max-width: 100%;
  padding: .25rem .5rem;
  position: absolute;
  top: 100%;
  z-index: 5
}

.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 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: left calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #dc3545;
  padding-left: calc(1.5em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem #dc354540
}

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

.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"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: left .75rem center, center left 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-left: 4.125rem
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem #dc354540
}

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

.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-right: .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 {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: .375rem .75rem;
  text-align: center;
  text-decoration: 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;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle
}

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

.btn:hover {
  color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: 0 0 0 .25rem #0d6efd40
}

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

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

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

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  box-shadow: 0 0 0 .25rem #3184fd80
}

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

.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 #3184fd80
}

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

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

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

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  box-shadow: 0 0 0 .25rem #828a9180
}

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

.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 #828a9180
}

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

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

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

.btn-check:focus+.btn-success,
.btn-success:focus {
  box-shadow: 0 0 0 .25rem #3c996e80
}

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

.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 #3c996e80
}

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

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

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

.btn-check:focus+.btn-info,
.btn-info:focus {
  box-shadow: 0 0 0 .25rem #0baccc80
}

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

.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 #0baccc80
}

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

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

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

.btn-check:focus+.btn-warning,
.btn-warning:focus {
  box-shadow: 0 0 0 .25rem #d9a40680
}

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

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

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

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

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

.btn-check:focus+.btn-danger,
.btn-danger:focus {
  box-shadow: 0 0 0 .25rem #e1536180
}

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

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

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

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

.btn-check:focus+.btn-light,
.btn-light:focus,
.btn-light:hover {
  background-color: #f9fafb;
  border-color: #f9fafb;
  color: #000
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  box-shadow: 0 0 0 .25rem #d3d4d580
}

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

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

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

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

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

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  box-shadow: 0 0 0 .25rem #42464980
}

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

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

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

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

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

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem #0d6efd80
}

.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 {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff
}

.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 #0d6efd80
}

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

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

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

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem #6c757d80
}

.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 {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff
}

.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 #6c757d80
}

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

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

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

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .25rem #19875480
}

.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 {
  background-color: #198754;
  border-color: #198754;
  color: #fff
}

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

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

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

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

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .25rem #0dcaf080
}

.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 {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #000
}

.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 #0dcaf080
}

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

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

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

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .25rem #ffc10780
}

.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 {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000
}

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

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

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

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

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .25rem #dc354580
}

.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 {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff
}

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

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

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

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

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .25rem #f8f9fa80
}

.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 {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000
}

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

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

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

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

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .25rem #21252980
}

.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 {
  background-color: #212529;
  border-color: #212529;
  color: #fff
}

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

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

.btn-link {
  color: var(--primary-color);
  font-weight: 400;
  text-decoration: underline
}

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

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

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

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

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

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

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

.dropdown,
.dropend {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
  display: block
}

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

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

.dropdown-menu-dark {
  background-color: #343a40;
  border-color: #00000026;
  color: #dee2e6
}

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

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  background-color: #ffffff26;
  color: #fff
}

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

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

.dropdown-menu-dark .dropdown-divider {
  border-color: #00000026
}

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

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

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

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

.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-right: -1px
}

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

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

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

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

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

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

.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  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-left-radius: 0;
  border-bottom-right-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;
  list-style: none;
  margin-bottom: 0;
  padding-right: 0
}

.nav-link {
  color: #0d6efd;
  display: block;
  padding: .5rem 1rem;
  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;
  cursor: default;
  pointer-events: none
}

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

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

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

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

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

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

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

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

.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 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: .5rem;
  padding-top: .5rem;
  position: relative
}

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

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

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

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

.navbar-nav .dropdown-menu {
  position: static
}

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

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

.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: .25rem .75rem;
  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 {
  box-shadow: 0 0 0 .25rem;
  outline: 0;
  text-decoration: none
}

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

.navbar-nav-scroll {
  max-height: 80vh;
  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-left: .5rem;
    padding-right: .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,
  .navbar-expand-sm .offcanvas-header {
    display: none
  }

  .navbar-expand-sm .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000
  }

  .navbar-expand-sm .offcanvas-bottom,
  .navbar-expand-sm .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto
  }

  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}

@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-left: .5rem;
    padding-right: .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,
  .navbar-expand-md .offcanvas-header {
    display: none
  }

  .navbar-expand-md .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000
  }

  .navbar-expand-md .offcanvas-bottom,
  .navbar-expand-md .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto
  }

  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}

@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-left: .5rem;
    padding-right: .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,
  .navbar-expand-lg .offcanvas-header {
    display: none
  }

  .navbar-expand-lg .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000
  }

  .navbar-expand-lg .offcanvas-bottom,
  .navbar-expand-lg .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto
  }

  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}

@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-left: .5rem;
    padding-right: .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,
  .navbar-expand-xl .offcanvas-header {
    display: none
  }

  .navbar-expand-xl .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000
  }

  .navbar-expand-xl .offcanvas-bottom,
  .navbar-expand-xl .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto
  }

  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}

@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-left: .5rem;
    padding-right: .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,
  .navbar-expand-xxl .offcanvas-header {
    display: none
  }

  .navbar-expand-xxl .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000
  }

  .navbar-expand-xxl .offcanvas-bottom,
  .navbar-expand-xxl .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto
  }

  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}

.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-left: .5rem;
  padding-right: .5rem
}

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

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

.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header {
  display: none
}

.navbar-expand .offcanvas {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  bottom: 0;
  flex-grow: 1;
  position: inherit;
  transform: none;
  transition: none;
  visibility: visible !important;
  z-index: 1000
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
  border-bottom: 0;
  border-top: 0;
  height: auto
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  overflow-y: visible;
  padding: 0
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #000000e6
}

.navbar-light .navbar-nav .nav-link {
  color: #0000008c
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000000b3
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: #0000004d
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #000000e6
}

.navbar-light .navbar-toggler {
  border-color: #0000001a;
  color: #0000008c
}

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

.navbar-light .navbar-text {
  color: #0000008c
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: #000000e6
}

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

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff8c
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffffbf
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: #ffffff40
}

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

.navbar-dark .navbar-toggler {
  border-color: #ffffff1a;
  color: #ffffff8c
}

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

.navbar-dark .navbar-text {
  color: #ffffff8c
}

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

.card {
  border: 1px solid rgba(0, 0, 0, .125)
}

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

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

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

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

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

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

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

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

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

.card-link+.card-link {
  margin-right: 1rem
}

.card-header {
  background-color: #00000008;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  margin-bottom: 0;
  padding: .5rem 1rem
}

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

.card-footer {
  background-color: #00000008;
  border-top: 1px solid rgba(0, 0, 0, .125);
  padding: .5rem 1rem
}

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

.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -.5rem
}

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

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

.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-left-radius: calc(.25rem - 1px);
  border-bottom-right-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 {
    border-right: 0;
    margin-right: 0
  }

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

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

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

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

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

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

.accordion-button {
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #212529;
  display: flex;
  font-size: 1rem;
  overflow-anchor: none;
  padding: 1rem 1.25rem;
  position: relative;
  text-align: right;
  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;
  width: 100%
}

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

.accordion-button:not(.collapsed) {
  background-color: #e7f1ff;
  color: #0c63e4
}

.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230c63e4' viewBox='0 0 16 16'%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-.708'/%3E%3C/svg%3E");
  transform: rotate(180deg)
}

.accordion-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%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-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  flex-shrink: 0;
  height: 1.25rem;
  margin-right: auto;
  transition: transform .2s ease-in-out;
  width: 1.25rem
}

@media (prefers-reduced-motion:reduce) {
  .accordion-button:after {
    transition: none
  }
}

.accordion-button:hover {
  z-index: 2
}

.accordion-button:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .25rem #0d6efd40;
  outline: 0;
  z-index: 3
}

.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-left-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(.25rem - 1px);
  border-bottom-right-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.accordion-body {
  padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
  border-width: 0
}

.accordion-flush .accordion-item {
  border-left: 0;
  border-radius: 0;
  border-right: 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;
  list-style: none;
  margin-bottom: 1rem
}

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

.breadcrumb-item+.breadcrumb-item:before {
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
  float: right;
  padding-left: .5rem
}

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

.pagination {
  display: flex;
  list-style: none;
  padding-right: 0
}

.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #0d6efd;
  display: block;
  position: relative;
  text-decoration: 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
}

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

.page-link:hover {
  border-color: #dee2e6;
  z-index: 2
}

.page-link:focus,
.page-link:hover {
  background-color: #e9ecef;
  color: #0a58ca
}

.page-link:focus {
  box-shadow: 0 0 0 .25rem #0d6efd40;
  outline: 0;
  z-index: 3
}

.page-item:not(:first-child) .page-link {
  margin-right: -1px
}

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

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

.page-link {
  padding: .375rem .75rem
}

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

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

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

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

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

.pagination-sm .page-link {
  font-size: .875rem;
  padding: .25rem .5rem
}

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

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

.badge {
  border-radius: .25rem;
  color: #fff;
  display: inline-block;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  padding: .35em .65em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

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

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-left: 3rem
}

.alert-dismissible .btn-close {
  left: 0;
  padding: 1.25rem 1rem;
  position: absolute;
  top: 0;
  z-index: 2
}

.alert-primary {
  background-color: #cfe2ff;
  border-color: #b6d4fe;
  color: #084298
}

.alert-primary .alert-link {
  color: #06357a
}

.alert-secondary {
  background-color: #e2e3e5;
  border-color: #d3d6d8;
  color: #41464b
}

.alert-secondary .alert-link {
  color: #34383c
}

.alert-success {
  background-color: #d1e7dd;
  border-color: #badbcc;
  color: #0f5132
}

.alert-success .alert-link {
  color: #0c4128
}

.alert-info {
  background-color: #cff4fc;
  border-color: #b6effb;
  color: #055160
}

.alert-info .alert-link {
  color: #04414d
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffecb5;
  color: #664d03
}

.alert-warning .alert-link {
  color: #523e02
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #842029
}

.alert-danger .alert-link {
  color: #6a1a21
}

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

.alert-light .alert-link {
  color: #4f5050
}

.alert-dark {
  background-color: #d3d3d4;
  border-color: #bcbebf;
  color: #141619
}

.alert-dark .alert-link {
  color: #101214
}

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

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

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

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

.progress-bar {
  background-color: #0d6efd;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: width .6s ease;
  white-space: nowrap
}

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

.progress-bar-striped {
  background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem
}

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

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

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

.list-group-numbered {
  counter-reset: section;
  list-style-type: none
}

.list-group-numbered>li:before {
  content: counters(section, ".") ". ";
  counter-increment: section
}

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

.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  z-index: 1
}

.list-group-item-action:active {
  background-color: #e9ecef;
  color: #212529
}

.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  color: #212529;
  display: block;
  padding: .5rem 1rem;
  position: relative;
  text-decoration: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row
  }

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

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

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

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

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    border-right-width: 1px;
    margin-right: -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 {
  background-color: #cfe2ff;
  color: #084298
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #bacbe6;
  color: #084298
}

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

.list-group-item-secondary {
  background-color: #e2e3e5;
  color: #41464b
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #cbccce;
  color: #41464b
}

.list-group-item-secondary.list-group-item-action.active {
  background-color: #41464b;
  border-color: #41464b;
  color: #fff
}

.list-group-item-success {
  background-color: #d1e7dd;
  color: #0f5132
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #bcd0c7;
  color: #0f5132
}

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

.list-group-item-info {
  background-color: #cff4fc;
  color: #055160
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #badce3;
  color: #055160
}

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

.list-group-item-warning {
  background-color: #fff3cd;
  color: #664d03
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #e6dbb9;
  color: #664d03
}

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

.list-group-item-danger {
  background-color: #f8d7da;
  color: #842029
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #dfc2c4;
  color: #842029
}

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

.list-group-item-light {
  background-color: #fefefe;
  color: #636464
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #e5e5e5;
  color: #636464
}

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

.list-group-item-dark {
  background-color: #d3d3d4;
  color: #141619
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #bebebf;
  color: #141619
}

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

.btn-close {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  box-sizing: content-box;
  color: #000;
  height: 1em;
  opacity: .5;
  padding: .25em;
  width: 1em
}

.btn-close:hover {
  color: #000;
  opacity: .75;
  text-decoration: none
}

.btn-close:focus {
  box-shadow: 0 0 0 .25rem #0d6efd40;
  opacity: 1;
  outline: 0
}

.btn-close.disabled,
.btn-close:disabled {
  opacity: .25;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
  background-clip: padding-box;
  background-color: #ffffffd9;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
  box-shadow: 0 .5rem 1rem #00000026;
  font-size: .875rem;
  max-width: 100%;
  pointer-events: auto;
  width: 350px
}

.toast.showing {
  opacity: 0
}

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

.toast-container {
  max-width: 100%;
  pointer-events: none;
  width: max-content
}

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

.toast-header {
  align-items: center;
  background-clip: padding-box;
  background-color: #ffffffd9;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  color: #6c757d;
  display: flex;
  padding: .5rem .75rem
}

.toast-header .btn-close {
  margin-left: -.375rem;
  margin-right: .75rem
}

.toast-body {
  padding: .75rem;
  word-wrap: break-word
}

.modal {
  display: none;
  height: 100%;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1055
}

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

.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform .3s ease-out
}

@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 {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem)
}

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%
}

.modal-backdrop {
  background-color: #000;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 1050
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

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

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

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

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

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

.modal-footer>* {
  margin: .25rem
}

@media (min-width:576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px
  }

  .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 {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw
}

.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%
}

.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

.modal-fullscreen .modal-footer {
  border-radius: 0
}

@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }

  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }

  .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 {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }

  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }

  .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 {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }

  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }

  .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 {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }

  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }

  .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 {
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  text-align: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1080;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .tooltip-arrow {
  display: block;
  height: .4rem;
  position: absolute;
  width: .8rem
}

.tooltip .tooltip-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute
}

.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 {
  border-top-color: #000;
  border-width: .4rem .4rem 0;
  top: -1px
}

.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 {
  height: .8rem;
  right: 0;
  width: .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  border-left-color: #000;
  border-width: .4rem 0 .4rem .4rem;
  left: -1px
}

.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 {
  border-bottom-color: #000;
  border-width: 0 .4rem .4rem;
  bottom: -1px
}

.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 {
  height: .8rem;
  left: 0;
  width: .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  border-right-color: #000;
  border-width: .4rem .4rem .4rem 0;
  right: -1px
}

.tooltip-inner {
  background-color: #000;
  border-radius: .25rem;
  color: #fff;
  max-width: 200px;
  padding: .25rem .5rem;
  text-align: center
}

.popover {
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  position: absolute;
  text-align: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.popover .popover-arrow {
  display: block;
  height: .5rem;
  position: absolute;
  width: 1rem
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute
}

.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 {
  border-top-color: #00000040;
  border-width: .5rem .5rem 0;
  bottom: 0
}

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

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
  height: 1rem;
  right: calc(-.5rem - 1px);
  width: .5rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
  border-left-color: #00000040;
  border-width: .5rem 0 .5rem .5rem;
  right: 0
}

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

.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 {
  border-bottom-color: #00000040;
  border-width: 0 .5rem .5rem;
  top: 0
}

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

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

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
  height: 1rem;
  left: calc(-.5rem - 1px);
  width: .5rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
  border-right-color: #00000040;
  border-width: .5rem .5rem .5rem 0;
  left: 0
}

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

.popover-header {
  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);
  font-size: 1rem;
  margin-bottom: 0;
  padding: .5rem 1rem
}

.popover-header:empty {
  display: none
}

.popover-body {
  color: #212529;
  padding: 1rem
}

.carousel {
  position: relative
}

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

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

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

@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: translate(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translate(-100%)
}

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

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

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  opacity: 0;
  transition: opacity 0s .6s;
  z-index: 0
}

@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 {
  align-items: center;
  background: 0 0;
  border: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: .5;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity .15s ease;
  width: 15%;
  z-index: 1
}

@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;
  opacity: .9;
  outline: 0;
  text-decoration: none
}

.carousel-control-prev {
  right: 0
}

.carousel-control-next {
  left: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 2rem;
  width: 2rem
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%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 0'/%3E%3C/svg%3E")
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%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-.708'/%3E%3C/svg%3E")
}

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

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

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  bottom: 1.25rem;
  color: #fff;
  left: 15%;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: absolute;
  right: 15%;
  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
}

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

.spinner-border {
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  border: .25em solid;
  border-left: .25em solid transparent;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  vertical-align: -.125em;
  width: 2rem
}

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

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

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

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

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

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

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

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

  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
  }
}

.offcanvas {
  background-clip: padding-box;
  background-color: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  position: fixed;
  transition: transform .3s ease-in-out;
  visibility: hidden;
  z-index: 1045
}

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

.offcanvas-backdrop {
  background-color: #000;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 1040
}

.offcanvas-backdrop.fade {
  opacity: 0
}

.offcanvas-backdrop.show {
  opacity: .5
}

.offcanvas-header {
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin: 10px auto 0;
  padding: 1rem;
  width: 95%
}

.offcanvas-header .btn-close {
  margin-bottom: -.5rem;
  margin-left: -.5rem;
  margin-top: -.5rem;
  padding: .5rem
}

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

.offcanvas-body {
  background: #eee;
  background: #fff;
  border: 1px solid #000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: transparent;
  flex-grow: 1;
  margin: 0 auto;
  overflow-y: auto;
  padding: 1rem;
  width: 95%
}

.offcanvas-start {
  background: #e9e9e9;
  border-left: 1px solid rgba(0, 0, 0, .2);
  right: 0;
  top: 0;
  transform: translate(100%);
  width: 400px
}

.offcanvas-end {
  border-right: 1px solid rgba(0, 0, 0, .2);
  left: 0;
  top: 0;
  transform: translate(-100%);
  width: 400px
}

.offcanvas-top {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  top: 0;
  transform: translateY(-100%)
}

.offcanvas-bottom,
.offcanvas-top {
  height: 30vh;
  left: 0;
  max-height: 100%;
  right: 0
}

.offcanvas-bottom {
  border-top: 1px solid rgba(0, 0, 0, .2);
  transform: translateY(100%)
}

.offcanvas.show {
  transform: none
}

.placeholder {
  background-color: currentColor;
  cursor: wait;
  display: inline-block;
  min-height: 1em;
  opacity: .5;
  vertical-align: middle
}

.placeholder.btn:before {
  content: "";
  display: inline-block
}

.placeholder-xs {
  min-height: .6em
}

.placeholder-sm {
  min-height: .8em
}

.placeholder-lg {
  min-height: 1.2em
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

.placeholder-wave {
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%
}

@-webkit-keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0
  }
}

.clearfix:after {
  clear: both;
  content: "";
  display: block
}

.link-secondary {
  color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
  color: #565e64
}

.link-danger {
  color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
  color: #b02a37
}

.ratio {
  position: relative;
  width: 100%
}

.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
  position: absolute
}

.ratio>* {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  white-space: nowrap !important
}

.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: right !important
}

.float-end {
  float: left !important
}

.float-none {
  float: none !important
}

.opacity-0 {
  opacity: 0 !important
}

.opacity-25 {
  opacity: .25 !important
}

.opacity-50 {
  opacity: .5 !important
}

.opacity-75 {
  opacity: .75 !important
}

.opacity-100 {
  opacity: 1 !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 #00000026 !important
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem #00000013 !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !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: -webkit-sticky !important;
  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 {
  right: 0 !important
}

.start-50 {
  right: 50% !important
}

.start-100 {
  right: 100% !important
}

.end-0 {
  left: 0 !important
}

.end-50 {
  left: 50% !important
}

.end-100 {
  left: 100% !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-left: 1px solid #dee2e6 !important
}

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

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

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

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

.border-start-0 {
  border-right: 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-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
}

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

.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-left: 0 !important;
  margin-right: 0 !important
}

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important
}

.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important
}

.my-2 {
  margin-bottom: .5rem !important;
  margin-top: .5rem !important
}

.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important
}

.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important
}

.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !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-left: 0 !important
}

.me-1 {
  margin-left: .25rem !important
}

.me-2 {
  margin-left: .5rem !important
}

.me-3 {
  margin-left: 1rem !important
}

.me-4 {
  margin-left: 1.5rem !important
}

.me-auto {
  margin-left: 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
}

.ms-0 {
  margin-right: 0 !important
}

.ms-1 {
  margin-right: .25rem !important
}

.ms-2 {
  margin-right: .5rem !important
}

.ms-3 {
  margin-right: 1rem !important
}

.ms-4 {
  margin-right: 1.5rem !important
}

.ms-5 {
  margin-right: 3rem !important
}

.ms-auto {
  margin-right: 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-left: 0 !important;
  padding-right: 0 !important
}

.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important
}

.py-1 {
  padding-bottom: .25rem !important;
  padding-top: .25rem !important
}

.py-2 {
  padding-bottom: .5rem !important;
  padding-top: .5rem !important
}

.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important
}

.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important
}

.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 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-left: 0 !important
}

.pe-2 {
  padding-left: .5rem !important
}

.pe-3 {
  padding-left: 1rem !important
}

.pe-4 {
  padding-left: 1.5rem !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-right: 0 !important
}

.ps-1 {
  padding-right: .25rem !important
}

.ps-2 {
  padding-right: .5rem !important
}

.ps-3 {
  padding-right: 1rem !important
}

.ps-4 {
  padding-right: 1.5rem !important
}

.ps-5 {
  padding-right: 3rem !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: 1rem !important
}

.fs-6 {
  font-size: 1rem !important
}

.fw-normal {
  font-weight: 400 !important
}

.fw-bold {
  font-weight: 700 !important
}

.lh-1 {
  line-height: 1 !important
}

.lh-sm {
  line-height: 1.25 !important
}

.lh-lg {
  line-height: 2 !important
}

.text-start {
  text-align: right !important
}

.text-end {
  text-align: left !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-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: #00000080 !important
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !important
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important
}

.text-opacity-25 {
  --bs-text-opacity: 0.25
}

.text-opacity-50 {
  --bs-text-opacity: 0.5
}

.text-opacity-75 {
  --bs-text-opacity: 0.75
}

.text-opacity-100 {
  --bs-text-opacity: 1
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
  --bs-bg-opacity: 1
}

.bg-gradient {
  background-image: var(--bs-gradient) !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-right-radius: .25rem !important
}

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

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

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

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

.visible {
  visibility: visible !important
}

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

  .float-sm-end {
    float: left !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-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-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mb-sm-0 {
    margin-bottom: 0 !important
  }

  .mb-sm-5 {
    margin-bottom: 3rem !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-left: 0 !important;
    padding-right: 0 !important
  }

  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .py-sm-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }

  .ps-sm-0 {
    padding-right: 0 !important
  }

  .ps-sm-1 {
    padding-right: .25rem !important
  }

  .ps-sm-2 {
    padding-right: .5rem !important
  }

  .ps-sm-3 {
    padding-right: 1rem !important
  }

  .ps-sm-4 {
    padding-right: 1.5rem !important
  }

  .ps-sm-5 {
    padding-right: 3rem !important
  }

  .text-sm-start {
    text-align: right !important
  }

  .text-sm-end {
    text-align: left !important
  }

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

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

  .float-md-end {
    float: left !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
  }

  .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-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mt-md-0 {
    margin-top: 0 !important
  }

  .mt-md-4 {
    margin-top: 1.5rem !important
  }

  .me-md-2 {
    margin-left: .5rem !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .mb-md-3 {
    margin-bottom: 1rem !important
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-md-5 {
    margin-bottom: 3rem !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-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important
  }

  .ps-md-0 {
    padding-right: 0 !important
  }

  .ps-md-1 {
    padding-right: .25rem !important
  }

  .ps-md-2 {
    padding-right: .5rem !important
  }

  .ps-md-3 {
    padding-right: 1rem !important
  }

  .ps-md-4 {
    padding-right: 1.5rem !important
  }

  .ps-md-5 {
    padding-right: 3rem !important
  }

  .text-md-start {
    text-align: right !important
  }

  .text-md-end {
    text-align: left !important
  }

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

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

  .float-lg-end {
    float: left !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
  }

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

  .mb-lg-0 {
    margin-bottom: 0 !important
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important
  }

  .ms-lg-auto {
    margin-right: 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-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .pt-lg-3 {
    padding-top: 1rem !important
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important
  }

  .ps-lg-0 {
    padding-right: 0 !important
  }

  .ps-lg-1 {
    padding-right: .25rem !important
  }

  .ps-lg-2 {
    padding-right: .5rem !important
  }

  .ps-lg-3 {
    padding-right: 1rem !important
  }

  .ps-lg-4 {
    padding-right: 1.5rem !important
  }

  .ps-lg-5 {
    padding-right: 3rem !important
  }

  .text-lg-start {
    text-align: right !important
  }

  .text-lg-end {
    text-align: left !important
  }

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

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

  .float-xl-end {
    float: left !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
  }

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

  .mb-xl-0 {
    margin-bottom: 0 !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
  }

  .ps-xl-0 {
    padding-right: 0 !important
  }

  .ps-xl-1 {
    padding-right: .25rem !important
  }

  .ps-xl-2 {
    padding-right: .5rem !important
  }

  .ps-xl-3 {
    padding-right: 1rem !important
  }

  .ps-xl-4 {
    padding-right: 1.5rem !important
  }

  .ps-xl-5 {
    padding-right: 3rem !important
  }

  .text-xl-start {
    text-align: right !important
  }

  .text-xl-end {
    text-align: left !important
  }

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

@media (min-width:1400px) {
  .float-xxl-start {
    float: right !important
  }

  .float-xxl-end {
    float: left !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
  }

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

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

  .ps-xxl-0 {
    padding-right: 0 !important
  }

  .ps-xxl-1 {
    padding-right: .25rem !important
  }

  .ps-xxl-2 {
    padding-right: .5rem !important
  }

  .ps-xxl-3 {
    padding-right: 1rem !important
  }

  .ps-xxl-4 {
    padding-right: 1.5rem !important
  }

  .ps-xxl-5 {
    padding-right: 3rem !important
  }

  .text-xxl-start {
    text-align: right !important
  }

  .text-xxl-end {
    text-align: left !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
  }
}

@font-face {
  font-family: uicons-regular-straight;
  src: url(../fonts/uicons/uicons-regular-straight.eot) format("embedded-opentype"), url(../fonts/uicons/uicons-regular-straight.woff2) format("woff2"), url(../fonts/uicons/uicons-regular-straight.woff) format("woff")
}

i[class^=fi-rs-],
span[class^=fi-rs-] {
  line-height: 0 !important
}

i[class*=" fi-rs-"]:before,
i[class^=fi-rs-]:before,
span[class*=fi-rs-]:before,
span[class^=fi-rs-]:before {
  font-family: uicons-regular-straight !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400 !important;
  line-height: 1.6;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fi-rs-add:before {
  content: "\f101"
}

.fi-rs-alarm-clock:before {
  content: "\f102"
}

.fi-rs-align-center:before {
  content: "\f103"
}

.fi-rs-align-justify:before {
  content: "\f104"
}

.fi-rs-align-left:before {
  content: "\f105"
}

.fi-rs-align-right:before {
  content: "\f106"
}

.fi-rs-ambulance:before {
  content: "\f107"
}

.fi-rs-angle-double-left:before {
  content: "\f108"
}

.fi-rs-angle-double-right:before {
  content: "\f109"
}

.fi-rs-angle-double-small-left:before {
  content: "\f10a"
}

.fi-rs-angle-double-small-right:before {
  content: "\f10b"
}

.fi-rs-angle-down:before {
  content: "\f10c"
}

.fi-rs-angle-left:before {
  content: "\f10d"
}

.fi-rs-angle-right:before {
  content: "\f10e"
}

.fi-rs-angle-small-down:before {
  content: "\f10f"
}

.fi-rs-angle-small-left:before {
  content: "\f110"
}

.fi-rs-angle-small-right:before {
  content: "\f111"
}

.fi-rs-angle-small-up:before {
  content: "\f112"
}

.fi-rs-angle-up:before {
  content: "\f113"
}

.fi-rs-apps-add:before {
  content: "\f114"
}

.fi-rs-apps-delete:before {
  content: "\f115"
}

.fi-rs-apps-sort:before {
  content: "\f116"
}

.fi-rs-apps:before {
  content: "\f117"
}

.fi-rs-archive:before {
  content: "\f118"
}

.fi-rs-arrow-down:before {
  content: "\f119"
}

.fi-rs-arrow-left:before {
  content: "\f11a"
}

.fi-rs-arrow-right:before {
  content: "\f11b"
}

.fi-rs-arrow-small-down:before {
  content: "\f11c"
}

.fi-rs-arrow-small-left:before {
  content: "\f11d"
}

.fi-rs-arrow-small-right:before {
  content: "\f11e"
}

.fi-rs-arrow-small-up:before {
  content: "\f11f"
}

.fi-rs-arrow-up:before {
  content: "\f120"
}

.fi-rs-asterisk:before {
  content: "\f121"
}

.fi-rs-backpack:before {
  content: "\f122"
}

.fi-rs-badge:before {
  content: "\f123"
}

.fi-rs-ban:before {
  content: "\f124"
}

.fi-rs-band-aid:before {
  content: "\f125"
}

.fi-rs-bank:before {
  content: "\f126"
}

.fi-rs-barber-shop:before {
  content: "\f127"
}

.fi-rs-baseball:before {
  content: "\f128"
}

.fi-rs-basketball:before {
  content: "\f129"
}

.fi-rs-bell-ring:before {
  content: "\f12a"
}

.fi-rs-bell-school:before {
  content: "\f12b"
}

.fi-rs-bell:before {
  content: "\f12c"
}

.fi-rs-billiard:before {
  content: "\f12d"
}

.fi-rs-bold:before {
  content: "\f12e"
}

.fi-rs-book-alt:before {
  content: "\f12f"
}

.fi-rs-book:before {
  content: "\f130"
}

.fi-rs-bookmark:before {
  content: "\f131"
}

.fi-rs-bowling:before {
  content: "\f132"
}

.fi-rs-box-alt:before {
  content: "\f133"
}

.fi-rs-box:before {
  content: "\f134"
}

.fi-rs-briefcase:before {
  content: "\f135"
}

.fi-rs-broom:before {
  content: "\f136"
}

.fi-rs-browser:before {
  content: "\f137"
}

.fi-rs-brush:before {
  content: "\f138"
}

.fi-rs-bug:before {
  content: "\f139"
}

.fi-rs-building:before {
  content: "\f13a"
}

.fi-rs-bulb:before {
  content: "\f13b"
}

.fi-rs-calculator:before {
  content: "\f13c"
}

.fi-rs-calendar:before {
  content: "\f13d"
}

.fi-rs-camera:before {
  content: "\f13e"
}

.fi-rs-caret-down:before {
  content: "\f13f"
}

.fi-rs-caret-left:before {
  content: "\f140"
}

.fi-rs-caret-right:before {
  content: "\f141"
}

.fi-rs-caret-up:before {
  content: "\f142"
}

.fi-rs-check:before {
  content: "\f143"
}

.fi-rs-checkbox:before {
  content: "\f144"
}

.fi-rs-chess:before {
  content: "\f145"
}

.fi-rs-circle-small:before {
  content: "\f146"
}

.fi-rs-circle:before {
  content: "\f147"
}

.fi-rs-clip:before {
  content: "\f148"
}

.fi-rs-clock:before {
  content: "\f149"
}

.fi-rs-cloud-check:before {
  content: "\f14a"
}

.fi-rs-cloud-disabled:before {
  content: "\f14b"
}

.fi-rs-cloud-download:before {
  content: "\f14c"
}

.fi-rs-cloud-share:before {
  content: "\f14d"
}

.fi-rs-cloud-upload:before {
  content: "\f14e"
}

.fi-rs-cloud:before {
  content: "\f14f"
}

.fi-rs-comment-alt:before {
  content: "\f150"
}

.fi-rs-comment:before {
  content: "\f151"
}

.fi-rs-compress-alt:before {
  content: "\f152"
}

.fi-rs-compress:before {
  content: "\f153"
}

.fi-rs-computer:before {
  content: "\f154"
}

.fi-rs-cookie:before {
  content: "\f155"
}

.fi-rs-copy-alt:before {
  content: "\f156"
}

.fi-rs-copy:before {
  content: "\f157"
}

.fi-rs-copyright:before {
  content: "\f158"
}

.fi-rs-cream:before {
  content: "\f159"
}

.fi-rs-credit-card:before {
  content: "\f15a"
}

.fi-rs-cross-circle:before {
  content: "\f15b"
}

.fi-rs-cross-small:before {
  content: "\f15c"
}

.fi-rs-cross:before {
  content: "\f15d"
}

.fi-rs-crown:before {
  content: "\f15e"
}

.fi-rs-cursor-finger:before {
  content: "\f15f"
}

.fi-rs-cursor-plus:before {
  content: "\f160"
}

.fi-rs-cursor-text-alt:before {
  content: "\f161"
}

.fi-rs-cursor-text:before {
  content: "\f162"
}

.fi-rs-cursor:before {
  content: "\f163"
}

.fi-rs-dart:before {
  content: "\f164"
}

.fi-rs-dashboard:before {
  content: "\f165"
}

.fi-rs-data-transfer:before {
  content: "\f166"
}

.fi-rs-database:before {
  content: "\f167"
}

.fi-rs-delete:before {
  content: "\f168"
}

.fi-rs-diamond:before {
  content: "\f169"
}

.fi-rs-dice:before {
  content: "\f16a"
}

.fi-rs-diploma:before {
  content: "\f16b"
}

.fi-rs-disk:before {
  content: "\f16c"
}

.fi-rs-doctor:before {
  content: "\f16d"
}

.fi-rs-document-signed:before {
  content: "\f16e"
}

.fi-rs-document:before {
  content: "\f16f"
}

.fi-rs-dollar:before {
  content: "\f170"
}

.fi-rs-download:before {
  content: "\f171"
}

.fi-rs-duplicate:before {
  content: "\f172"
}

.fi-rs-e-learning:before {
  content: "\f173"
}

.fi-rs-earnings:before {
  content: "\f174"
}

.fi-rs-edit-alt:before {
  content: "\f175"
}

.fi-rs-edit:before {
  content: "\f176"
}

.fi-rs-envelope:before {
  content: "\f177"
}

.fi-rs-euro:before {
  content: "\f178"
}

.fi-rs-exclamation:before {
  content: "\f179"
}

.fi-rs-expand:before {
  content: "\f17a"
}

.fi-rs-eye-crossed:before {
  content: "\f17b"
}

.fi-rs-eye-dropper:before {
  content: "\f17c"
}

.fi-rs-eye:before {
  content: "\f17d"
}

.fi-rs-feather:before {
  content: "\f17e"
}

.fi-rs-file-add:before {
  content: "\f17f"
}

.fi-rs-file-ai:before {
  content: "\f180"
}

.fi-rs-file-check:before {
  content: "\f181"
}

.fi-rs-file-delete:before {
  content: "\f182"
}

.fi-rs-file-eps:before {
  content: "\f183"
}

.fi-rs-file-gif:before {
  content: "\f184"
}

.fi-rs-file-music:before {
  content: "\f185"
}

.fi-rs-file-psd:before {
  content: "\f186"
}

.fi-rs-file:before {
  content: "\f187"
}

.fi-rs-fill:before {
  content: "\f188"
}

.fi-rs-film:before {
  content: "\f189"
}

.fi-rs-filter:before {
  content: "\f18a"
}

.fi-rs-fingerprint:before {
  content: "\f18b"
}

.fi-rs-flag:before {
  content: "\f18c"
}

.fi-rs-flame:before {
  content: "\f18d"
}

.fi-rs-flip-horizontal:before {
  content: "\f18e"
}

.fi-rs-folder-add:before {
  content: "\f18f"
}

.fi-rs-folder:before {
  content: "\f190"
}

.fi-rs-following:before {
  content: "\f191"
}

.fi-rs-football:before {
  content: "\f192"
}

.fi-rs-form:before {
  content: "\f193"
}

.fi-rs-forward:before {
  content: "\f194"
}

.fi-rs-ftp:before {
  content: "\f195"
}

.fi-rs-gallery:before {
  content: "\f196"
}

.fi-rs-glasses:before {
  content: "\f197"
}

.fi-rs-globe-alt:before {
  content: "\f198"
}

.fi-rs-globe:before {
  content: "\f199"
}

.fi-rs-golf:before {
  content: "\f19a"
}

.fi-rs-graduation-cap:before {
  content: "\f19b"
}

.fi-rs-graphic-tablet:before {
  content: "\f19c"
}

.fi-rs-grid-alt:before {
  content: "\f19d"
}

.fi-rs-grid:before {
  content: "\f19e"
}

.fi-rs-gym:before {
  content: "\f19f"
}

.fi-rs-headphones:before {
  content: "\f1a0"
}

.fi-rs-headset:before {
  content: "\f1a1"
}

.fi-rs-heart:before {
  content: "\f1a2"
}

.fi-rs-home:before {
  content: "\f1a3"
}

.fi-rs-hourglass-end:before {
  content: "\f1a4"
}

.fi-rs-hourglass:before {
  content: "\f1a5"
}

.fi-rs-ice-skate:before {
  content: "\f1a6"
}

.fi-rs-id-badge:before {
  content: "\f1a7"
}

.fi-rs-inbox:before {
  content: "\f1a8"
}

.fi-rs-incognito:before {
  content: "\f1a9"
}

.fi-rs-indent:before {
  content: "\f1aa"
}

.fi-rs-infinity:before {
  content: "\f1ab"
}

.fi-rs-info:before {
  content: "\f1ac"
}

.fi-rs-interactive:before {
  content: "\f1ad"
}

.fi-rs-interlining:before {
  content: "\f1ae"
}

.fi-rs-interrogation:before {
  content: "\f1af"
}

.fi-rs-italic:before {
  content: "\f1b0"
}

.fi-rs-jpg:before {
  content: "\f1b1"
}

.fi-rs-key:before {
  content: "\f1b2"
}

.fi-rs-keyboard:before {
  content: "\f1b3"
}

.fi-rs-label:before {
  content: "\f1b4"
}

.fi-rs-laptop:before {
  content: "\f1b5"
}

.fi-rs-lasso:before {
  content: "\f1b6"
}

.fi-rs-layers:before {
  content: "\f1b7"
}

.fi-rs-layout-fluid:before {
  content: "\f1b8"
}

.fi-rs-letter-case:before {
  content: "\f1b9"
}

.fi-rs-life-ring:before {
  content: "\f1ba"
}

.fi-rs-line-width:before {
  content: "\f1bb"
}

.fi-rs-link:before {
  content: "\f1bc"
}

.fi-rs-lipstick:before {
  content: "\f1bd"
}

.fi-rs-list-check:before {
  content: "\f1be"
}

.fi-rs-list:before {
  content: "\f1bf"
}

.fi-rs-location-alt:before {
  content: "\f1c0"
}

.fi-rs-lock-alt:before {
  content: "\f1c1"
}

.fi-rs-lock:before {
  content: "\f1c2"
}

.fi-rs-magic-wand:before {
  content: "\f1c3"
}

.fi-rs-makeup-brush:before {
  content: "\f1c4"
}

.fi-rs-marker-time:before {
  content: "\f1c5"
}

.fi-rs-marker:before {
  content: "\f1c6"
}

.fi-rs-medicine:before {
  content: "\f1c7"
}

.fi-rs-megaphone:before {
  content: "\f1c8"
}

.fi-rs-menu-burger:before {
  content: "\f1c9"
}

.fi-rs-menu-dots-vertical:before {
  content: "\f1ca"
}

.fi-rs-menu-dots:before {
  content: "\f1cb"
}

.fi-rs-microphone:before {
  content: "\f1cc"
}

.fi-rs-minus-small:before {
  content: "\f1cd"
}

.fi-rs-minus:before {
  content: "\f1ce"
}

.fi-rs-mobile:before {
  content: "\f1cf"
}

.fi-rs-mode-landscape:before {
  content: "\f1d0"
}

.fi-rs-mode-portrait:before {
  content: "\f1d1"
}

.fi-rs-money:before {
  content: "\f1d2"
}

.fi-rs-mouse:before {
  content: "\f1d3"
}

.fi-rs-music-alt:before {
  content: "\f1d4"
}

.fi-rs-music:before {
  content: "\f1d5"
}

.fi-rs-network-cloud:before {
  content: "\f1d6"
}

.fi-rs-network:before {
  content: "\f1d7"
}

.fi-rs-notebook:before {
  content: "\f1d8"
}

.fi-rs-opacity:before {
  content: "\f1d9"
}

.fi-rs-package:before {
  content: "\f1da"
}

.fi-rs-paint-brush:before {
  content: "\f1db"
}

.fi-rs-palette:before {
  content: "\f1dc"
}

.fi-rs-paper-plane:before {
  content: "\f1dd"
}

.fi-rs-password:before {
  content: "\f1de"
}

.fi-rs-pause:before {
  content: "\f1df"
}

.fi-rs-pencil:before {
  content: "\f1e0"
}

.fi-rs-pharmacy:before {
  content: "\f1e1"
}

.fi-rs-physics:before {
  content: "\f1e2"
}

.fi-rs-picture:before {
  content: "\f1e3"
}

.fi-rs-ping-pong:before {
  content: "\f1e4"
}

.fi-rs-play-alt:before {
  content: "\f1e5"
}

.fi-rs-play:before {
  content: "\f1e6"
}

.fi-rs-playing-cards:before {
  content: "\f1e7"
}

.fi-rs-plus-small:before {
  content: "\f1e8"
}

.fi-rs-plus:before {
  content: "\f1e9"
}

.fi-rs-poker-chip:before {
  content: "\f1ea"
}

.fi-rs-portrait:before {
  content: "\f1eb"
}

.fi-rs-pound:before {
  content: "\f1ec"
}

.fi-rs-power:before {
  content: "\f1ed"
}

.fi-rs-presentation:before {
  content: "\f1ee"
}

.fi-rs-print:before {
  content: "\f1ef"
}

.fi-rs-protractor:before {
  content: "\f1f0"
}

.fi-rs-pulse:before {
  content: "\f1f1"
}

.fi-rs-quote-right:before {
  content: "\f1f2"
}

.fi-rs-rec:before {
  content: "\f1f3"
}

.fi-rs-receipt:before {
  content: "\f1f4"
}

.fi-rs-rectangle-horizontal:before {
  content: "\f1f5"
}

.fi-rs-rectangle-panoramic:before {
  content: "\f1f6"
}

.fi-rs-rectangle-vertical:before {
  content: "\f1f7"
}

.fi-rs-redo:before {
  content: "\f1f8"
}

.fi-rs-reflect:before {
  content: "\f1f9"
}

.fi-rs-refresh:before {
  content: "\f1fa"
}

.fi-rs-resize:before {
  content: "\f1fb"
}

.fi-rs-resources:before {
  content: "\f1fc"
}

.fi-rs-rewind:before {
  content: "\f1fd"
}

.fi-rs-rocket:before {
  content: "\f1fe"
}

.fi-rs-rotate-right:before {
  content: "\f1ff"
}

.fi-rs-rugby:before {
  content: "\f200"
}

.fi-rs-scale:before {
  content: "\f201"
}

.fi-rs-school-bus:before {
  content: "\f202"
}

.fi-rs-school:before {
  content: "\f203"
}

.fi-rs-scissors:before {
  content: "\f204"
}

.fi-rs-screen:before {
  content: "\f205"
}

.fi-rs-search-alt:before {
  content: "\f206"
}

.fi-rs-search:before {
  content: "\f207"
}

.fi-rs-settings-sliders:before {
  content: "\f208"
}

.fi-rs-settings:before {
  content: "\f209"
}

.fi-rs-share:before {
  content: "\f20a"
}

.fi-rs-shield-check:before {
  content: "\f20b"
}

.fi-rs-shield-exclamation:before {
  content: "\f20c"
}

.fi-rs-shield-interrogation:before {
  content: "\f20d"
}

.fi-rs-shield-plus:before {
  content: "\f20e"
}

.fi-rs-shield:before {
  content: "\f20f"
}

.fi-rs-shop:before {
  content: "\f210"
}

.fi-rs-shopping-bag-add:before {
  content: "\f211"
}

.fi-rs-shopping-bag:before {
  content: "\f212"
}

.fi-rs-shopping-cart-add:before {
  content: "\f213"
}

.fi-rs-shopping-cart-check:before {
  content: "\f214"
}

.fi-rs-shopping-cart:before {
  content: "\f215"
}

.fi-rs-shuffle:before {
  content: "\f216"
}

.fi-rs-sign-in:before {
  content: "\f217"
}

.fi-rs-sign-out:before {
  content: "\f218"
}

.fi-rs-signal-alt-1:before {
  content: "\f219"
}

.fi-rs-signal-alt-2:before {
  content: "\f21a"
}

.fi-rs-signal-alt:before {
  content: "\f21b"
}

.fi-rs-skateboard:before {
  content: "\f21c"
}

.fi-rs-smartphone:before {
  content: "\f21d"
}

.fi-rs-soap:before {
  content: "\f21e"
}

.fi-rs-spa:before {
  content: "\f21f"
}

.fi-rs-speaker:before {
  content: "\f220"
}

.fi-rs-spinner-alt:before {
  content: "\f221"
}

.fi-rs-spinner:before {
  content: "\f222"
}

.fi-rs-square-root:before {
  content: "\f223"
}

.fi-rs-square:before {
  content: "\f224"
}

.fi-rs-star:before {
  content: "\f225"
}

.fi-rs-stats:before {
  content: "\f226"
}

.fi-rs-stethoscope:before {
  content: "\f227"
}

.fi-rs-sticker:before {
  content: "\f228"
}

.fi-rs-stop:before {
  content: "\f229"
}

.fi-rs-stopwatch:before {
  content: "\f22a"
}

.fi-rs-subtitles:before {
  content: "\f22b"
}

.fi-rs-surfing:before {
  content: "\f22c"
}

.fi-rs-sword:before {
  content: "\f22d"
}

.fi-rs-syringe:before {
  content: "\f22e"
}

.fi-rs-tablet:before {
  content: "\f22f"
}

.fi-rs-target:before {
  content: "\f230"
}

.fi-rs-tennis:before {
  content: "\f231"
}

.fi-rs-test-tube:before {
  content: "\f232"
}

.fi-rs-test:before {
  content: "\f233"
}

.fi-rs-text-check:before {
  content: "\f234"
}

.fi-rs-text:before {
  content: "\f235"
}

.fi-rs-thumbs-down:before {
  content: "\f236"
}

.fi-rs-thumbs-up:before {
  content: "\f237"
}

.fi-rs-ticket:before {
  content: "\f238"
}

.fi-rs-time-add:before {
  content: "\f239"
}

.fi-rs-time-check:before {
  content: "\f23a"
}

.fi-rs-time-delete:before {
  content: "\f23b"
}

.fi-rs-time-fast:before {
  content: "\f23c"
}

.fi-rs-time-forward-sixty:before {
  content: "\f23d"
}

.fi-rs-time-forward-ten:before {
  content: "\f23e"
}

.fi-rs-time-forward:before {
  content: "\f23f"
}

.fi-rs-time-half-past:before {
  content: "\f240"
}

.fi-rs-time-oclock:before {
  content: "\f241"
}

.fi-rs-time-past:before {
  content: "\f242"
}

.fi-rs-time-quarter-past:before {
  content: "\f243"
}

.fi-rs-time-quarter-to:before {
  content: "\f244"
}

.fi-rs-time-twenty-four:before {
  content: "\f245"
}

.fi-rs-tool-crop:before {
  content: "\f246"
}

.fi-rs-tool-marquee:before {
  content: "\f247"
}

.fi-rs-tooth:before {
  content: "\f248"
}

.fi-rs-transform:before {
  content: "\f249"
}

.fi-rs-trash:before {
  content: "\f24a"
}

.fi-rs-treatment:before {
  content: "\f24b"
}

.fi-rs-trophy:before {
  content: "\f24c"
}

.fi-rs-umbrella:before {
  content: "\f24d"
}

.fi-rs-underline:before {
  content: "\f24e"
}

.fi-rs-undo:before {
  content: "\f24f"
}

.fi-rs-unlock:before {
  content: "\f250"
}

.fi-rs-upload:before {
  content: "\f251"
}

.fi-rs-usb-drive:before {
  content: "\f252"
}

.fi-rs-user-add:before {
  content: "\f253"
}

.fi-rs-user-delete:before {
  content: "\f254"
}

.fi-rs-user-remove:before {
  content: "\f255"
}

.fi-rs-user-time:before {
  content: "\f256"
}

.fi-rs-user:before {
  content: "\f257"
}

.fi-rs-users:before {
  content: "\f258"
}

.fi-rs-vector-2:before {
  content: "\f259"
}

.fi-rs-vector-alt:before {
  content: "\f25a"
}

.fi-rs-video-camera:before {
  content: "\f25b"
}

.fi-rs-volleyball:before {
  content: "\f25c"
}

.fi-rs-volume:before {
  content: "\f25d"
}

.fi-rs-wifi-alt:before {
  content: "\f25e"
}

.fi-rs-world:before {
  content: "\f25f"
}

.fi-rs-yen:before {
  content: "\f260"
}

.fi-rs-zoom-in:before {
  content: "\f261"
}

.fi-rs-zoom-out:before {
  content: "\f262"
}

.mfp-bg {
  background: #0b0b0b;
  opacity: .8;
  overflow: hidden;
  z-index: 1042
}

.mfp-bg,
.mfp-wrap {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  outline: none !important;
  z-index: 1043
}

.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  cursor: auto;
  width: 100%
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  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-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  left: 8px;
  margin-top: -.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046
}

button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.mfp-close {
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: .65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 44px
}

.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;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%
}

.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}

.mfp-arrow {
  height: 110px;
  margin: -55px 0 0;
  opacity: .65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
  border: inset transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0
}

.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-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 {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px
}

.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-bottom: 40px;
  padding-top: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%
}

.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px #0009;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0;
  width: auto
}

.mfp-figure,
img.mfp-img {
  line-height: 0
}

.mfp-figure:after {
  bottom: 40px;
  box-shadow: 0 0 8px #0009;
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%
}

.mfp-title {
  color: #f3f3f3;
  line-height: 18px;
  text-align: left;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 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;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, .6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px
  }
}

@media (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-left: 8px;
  padding-right: 30px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  border: none;
  box-sizing: border-box;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  padding: 4px;
  width: 100%
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  background-color: #fff;
  border: 0;
  display: block;
  filter: alpha(opacity=0);
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #bbb transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #e5e5e5;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #bbb;
  border-width: 0 5px 6px
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #e5e5e5;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: 0
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9ddbc9
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container,
.select2-dropdown,
.select2-results,
.select2-search {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
  display: block;
  position: relative
}

.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0)
}

.slick-track {
  align-items: center;
  display: block;
  display: flex;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto
}

.slick-arrow.slick-hidden {
  display: none
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto
}

.ps__rail-x {
  bottom: 0;
  height: 15px
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  position: absolute;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear
}

.ps__rail-y {
  right: 0;
  width: 15px
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  background-color: transparent;
  display: block
}

.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 {
  opacity: .9
}

.ps__thumb-x {
  bottom: 2px;
  height: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute
}

.ps__thumb-y {
  right: 2px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px
}

.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 (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  .ps {
    overflow: auto !important
  }
}

a,
address,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
center,
code,
dd,
details,
div,
dl,
dt,
embed,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
kbd,
label,
legend,
li,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
s,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

thead {
  font-weight: 600
}


aside,
details,
figure,
footer,
header,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

table {
  border-spacing: 0
}

img {
  max-width: 100%
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

a {
  color: #f97316
}

a:hover {
  color: #fdc040
}

li.hr span {
  background-color: #e4e4e4;
  display: block;
  height: 1px;
  margin: 20px 0;
  width: 100%
}

::selection {
  background: #f97316;
  color: #fff
}

::-moz-selection {
  background: #f97316;
  color: #fff
}

::placeholder {
  color: #838383
}

.hidden {
  display: none
}

.clear {
  clear: both
}

.section {
  float: left;
  width: 100%
}

.capitalize {
  text-transform: capitalize
}

.uppercase {
  text-transform: uppercase
}

.bg-img {
  background-position: 50%;
  background-size: cover
}

.position-relative {
  position: relative
}


[type=email].form-control:focus,
[type=password].form-control:focus,
[type=tel].form-control:focus,
[type=text].form-control:focus,
button:focus,
input.form-control:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea.form-control:focus,
textarea:focus {
  box-shadow: none;
  outline: none !important
}

.bg-grey-9 {
  background-color: #f4f5f9
}

.border-radius {
  border-radius: 4px
}

.border-radius-5 {
  border-radius: 5px
}

.border-radius-10 {
  border-radius: 10px
}

.border-radius-15 {
  border-radius: 15px
}

.border-radius-20 {
  border-radius: 20px
}

.img-hover-scale img,
.img-hover-scale:hover img {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

.img-hover-scale:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.hover-up,
.hover-up:hover {
  transition: all .25s cubic-bezier(.02, .01, .47, 1)
}

.hover-up:hover {
  transform: translateY(-5px)
}

.color-brand,
.text-brand {
  color: var(--solar) !important
}

.solar-radius {
  border-radius: var(--solar-radius)
}

.solar-radius-sm {
  border-radius: var(--solar-radius-sm)
}

.text-brand-2 {
  color: #fdc040 !important
}

.text-primary {
  color: #5a97fa !important
}

.text-warning {
  color: #f90 !important
}

.text-danger {
  color: #fd6e6e !important
}

.text-success {
  color: #81b13d !important
}

.text-info {
  color: #2cc1d8 !important
}

.text-grey-4 {
  color: #adadad !important
}

.text-muted {
  color: #9ba0b1 !important
}

.text-7 {
  color: #d77f7a !important
}

.text-8 {
  color: #63a2c1 !important
}

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

.text-grey-5,
.text-grey-5 a,
.text-hover-grey-5:hover {
  color: #a2a2a2 !important
}

.bg-brand {
  background-color: #f97316 !important
}

.bg-primary {
  background-color: #5a97fa !important
}

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

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

.bg-success {
  background-color: #81b13d !important
}

.bg-info {
  background-color: #2cc1d8 !important
}

.bg-grey-4 {
  background-color: #adadad !important
}

.bg-1 {
  background-color: #fddde4 !important
}

.bg-2 {
  background-color: #cdebbc !important
}

.bg-3 {
  background-color: #d1e8f2 !important
}

.bg-4 {
  background-color: #cdd4f8 !important
}

.bg-5 {
  background-color: #f6dbf6 !important
}

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

.bg-7 {
  background-color: #d77f7a !important
}

.bg-8 {
  background-color: #63a2c1 !important
}

.bg-9 {
  background-color: #f2fce4 !important
}

.bg-10 {
  background-color: #fffceb !important
}

.bg-11 {
  background-color: #ecffec !important
}

.bg-12 {
  background-color: #feefea !important
}

.bg-13 {
  background-color: #fff3eb !important
}

.bg-14 {
  background-color: #fff3ff !important
}

.bg-15 {
  background-color: #f2fce4 !important
}

.bg-grey-9 {
  background-color: #f4f5f9 !important
}

.bg-grey-1 {
  background: #fafbfc
}

.flex-horizontal-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.w-36px {
  max-width: 36px
}

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

.border-1 {
  border-width: 1px !important
}

.border-2 {
  border-width: 2px !important
}

.border-3 {
  border-width: 3px !important
}

.border-dotted {
  border-style: dotted !important
}

.border-solid {
  border-style: solid !important
}

.border-double {
  border-style: double !important
}

.border-dashed {
  border-style: dashed !important
}

.border-brand {
  border-color: #f97316 !important
}

.border-muted {
  border-color: #f7f8f9
}

.border-color-1 {
  border-color: #e0dede
}

.list-insider li {
  list-style: inside
}

a,
button,
h4,
img,
input,
span {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

@keyframes slideleft {
  10% {
    opacity: 0;
    right: 0;
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: scale(1)
  }

  90% {
    opacity: 0;
    right: 100%;
    transform: scale(0)
  }
}

body {
  color: #333e48;
  font-family: solar, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px
}


.font-heading,
.heading-sm-1,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #253d4e;
  font-family: solar-Medium, sans-serif;
  font-weight: 700;
  line-height: 1.2
}

h1 {
  font-size: 48px
}

h2 {
  font-size: 40px
}

h3 {
  font-size: 32px
}

h4 {
  font-size: 1.5rem
}

h5 {
  font-size: 20px
}

h6 {
  font-size: 16px
}

.heading-sm-1 {
  font-size: 14px
}

p {
  color: #7e859b;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px
}

.text-heading {
  color: #253d4e
}

p:last-child {
  margin-bottom: 0
}

.font-weight-bold {
  font-weight: 700
}

a,
button {
  cursor: pointer;
  text-decoration: none
}

b {
  font-weight: 500
}


strong {
  font-weight: 600
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 44px;
  position: relative
}

.section-title .title {
  align-items: flex-end;
  display: flex;
  flex-flow: row
}

.section-title h3 {
  font-size: 32px
}

.section-title a.show-all {
  color: #7e859b;
  font-size: 16px
}

.section-title a.show-all:hover {
  color: #f97316
}

.section-title a.show-all i {
  font-size: 12px;
  margin-left: 5px
}

.section-title.style-1 {
  border-bottom: 1px solid #ececec;
  font-size: 1.5rem;
  padding-bottom: 10px;
  position: relative
}

.section-title.style-1:after {
  background-color: #f9802d;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 80px
}

.section-title span {
  color: #f97316
}

h5.widget-title {
  font-size: 18px;
  font-weight: 600
}

.title.style-3 {
  background-image: url(../imgs/theme/wave.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 25px
}

.text-body {
  color: #7e859b !important
}

.font-xxs {
  font-size: 12px
}

.font-xs {
  font-size: 13px
}

.font-sm {
  font-size: 14px
}

.font-md {
  font-size: 16px
}

.font-lg {
  font-size: 17px
}

.text-hot {
  color: #f74b81
}

.text-new {
  color: #55bb90
}

.text-sale {
  color: #67bcee
}

.text-best {
  color: #f59758
}

.text-style-1 {
  position: relative
}

.text-style-1:after {
  background-color: #ffdabf;
  bottom: 20%;
  content: "";
  display: block;
  height: 20%;
  left: -5%;
  opacity: .8;
  position: absolute;
  width: 110%;
  z-index: -1
}

.text-style-1:after,
.text-style-1:hover:after {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

.text-style-1:hover:after {
  height: 30%
}

.fw-700 {
  font-weight: 700
}

.btn-default {
  background-color: #f97316;
  border-radius: 50px;
  color: #fff;
  font-family: solar-Medium, sans-serif;
  padding: 13px 28px
}

.btn-default i {
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  transition-duration: .2s
}

.btn-default:hover i {
  margin-left: 15px;
  transition-duration: .2s
}

.btn-lg {
  font-size: 16px;
  padding: 13px 28px
}

.btn-sm {
  font-size: 12px;
  padding: 4px 13px !important
}

.btn-md {
  font-size: 12px;
  padding: 10px 24px !important
}

.btn-outline {
  background-color: transparent !important
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none !important;
  outline: 0
}

.btn {
  font-family: solar-Medium, sans-serif
}

.btn:hover {
  color: #fff
}

.btn-shadow-brand {
  border: 1px solid #f7f8f9;
  box-shadow: 0 2px 6px #5897fb29
}

.btn-shadow-brand:hover {
  border: 1px solid #f97316
}

.btn-brand {
  background-color: #f97316;
  border-color: #f97316
}

.btn-heading,
button.btn-heading[type=submit] {
  background-color: #253d4e;
  border: 0;
  font-weight: 700
}

button.submit,
button[type=submit] {
  background-color: #f97316;
  border: 1px solid #f9802d;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 40px
}

.btn-brand:hover,
button.submit:hover,
button[type=submit]:hover {
  background-color: #f9802d
}

.btn-login {
  font-weight: 13px
}

.btn-login .btn {
  min-width: unset
}

.btn-login li {
  display: inline-block;
  margin: 0 5px
}

.btn-login li a {
  border-radius: 5px;
  display: block;
  line-height: 1;
  padding: 15px 25px;
  text-transform: none
}

.btn,
.btn-login li a,
.button {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0
}

.btn,
.button {
  background-color: #f97316;
  border: 1px solid transparent;
  border-radius: 33px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 11px 25px;
  transition: all .3s linear 0s
}

.btn:hover,
.button:hover {
  background-color: #fdc040
}

.btn.btn-sm,
.button.btn-sm {
  font-size: 12px;
  line-height: 1.8;
  text-transform: none
}

.btn.btn-xs,
.button.btn-xs {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.3;
  padding: 7px 8px 7px 12px;
  text-transform: none
}

.btn.btn-xs i,
.button.btn-xs i {
  font-size: 14px !important;
  line-height: 0
}

.btn.btn-rounded,
.button.btn-rounded {
  border-radius: 50px
}

.btn.btn-secondary,
.button.btn-secondary {
  background-color: #3e5379;
  border-color: #3e5379
}

.btn.btn-facebook,
.button.btn-facebook {
  background: #3b5998;
  border-color: #3b5998
}

.btn.btn-google,
.button.btn-google {
  background: #d85040;
  border-color: #d85040
}

.btn.btn-brush,
.button.btn-brush {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  color: #f97316;
  font-family: solar-Medium, sans-serif;
  padding: 14px 80px 14px 65px
}

.btn.btn-brush i,
.button.btn-brush i {
  margin: 3px 0 0 5px
}

.btn.btn-brush.btn-brush-1,
.button.btn-brush.btn-brush-1 {
  background-image: url(../imgs/theme/btn-brush-bg-1.png)
}

.btn.btn-brush.btn-brush-2,
.button.btn-brush.btn-brush-2 {
  background-image: url(../imgs/theme/btn-brush-bg-2.png)
}

.btn.btn-brush.btn-brush-3,
.button.btn-brush.btn-brush-3 {
  background-image: url(../imgs/theme/btn-brush-bg-3.png)
}

.comments-area .btn-reply {
  align-content: center;
  align-items: center;
  display: flex !important
}

.comments-area .btn-reply i {
  font-size: 12px;
  margin-left: 5px
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1
}

input {
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: none;
  font-size: 16px;
  height: 64px;
  padding-left: 20px;
  width: 100%
}

input:focus {
  background: transparent;
  border: 1px solid #f9802d
}

select {
  background: transparent;
  border: 0 solid #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7e859b;
  width: 100%
}

option,
select {
  font-size: 16px
}

option {
  background: #fff;
  border: 0 solid #626262;
  padding-left: 10px
}

textarea {
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: none;
  font-size: 16px;
  height: 50px;
  min-height: 200px;
  padding: 10px 10px 10px 20px;
  width: 100%
}

textarea:focus {
  background: transparent;
  border: 1px solid #f9802d
}

.select2-container--default .select2-selection--single {
  border: 0;
  border-bottom: 3px solid #414648;
  border-radius: 0;
  font-weight: 700;
  height: 50px;
  padding-left: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #253d4e;
  font-family: solar-Medium, sans-serif;
  font-size: 14px;
  line-height: 50px;
  padding: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 15px;
  top: 12px;
  width: 20px
}

.custom_select .select2-container {
  max-width: 155px
}

.custom_select .select2-container--default .select2-selection--single {
  border: 1px solid #ececec;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px
}

.custom_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 50px;
  padding-left: 0
}

.custom_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 14px;
  top: 9px
}

.select2-dropdown .select2-search--dropdown {
  padding: 0
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid #f9802d;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 15px;
  padding-left: 20px
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.select2-results__options::-webkit-scrollbar {
  background-clip: padding-box;
  width: 16px
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  height: 8px
}

.select2-results__options::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-track {
  background-clip: padding-box;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #d1d1d1
}

.select2-results__options::-webkit-scrollbar-button {
  display: none
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ececec;
  color: unset
}

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

.form-group input {
  background: #fff;
  border: 1px solid #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  height: 64px;
  padding-left: 20px;
  width: 100%
}

.form-group input:focus {
  background: transparent;
  border-color: #f9802d
}

label {
  margin-bottom: 5px
}

.comments-area {
  background: transparent;
  border-top: 1px solid #ececec
}

.comments-area h5 {
  font-size: 1rem;
  margin-bottom: 0
}

.comments-area .comment-list {
  padding-bottom: 48px
}

.comments-area .comment-list:last-child {
  padding-bottom: 0
}

.comments-area .comment-list .single-comment {
  margin: 0 0 15px;
  padding: 0 20px 20px;
  transition: .2s
}

.comments-area .comment-list .single-comment:not(:last-child) {
  border-bottom: 1px solid #ececec
}

.comments-area .comment-list .single-comment .reply {
  opacity: 0;
  transition: .2s
}

.comments-area .comment-list .single-comment:hover {
  transform: translateY(-5px);
  transition: .2s
}

.comments-area .comment-list .single-comment:hover .reply {
  opacity: 1;
  transition: .2s
}

.comments-area .thumb {
  display: flex;
  gap: 10px;
  margin-bottom: 10px
}

.comments-area .thumb img {
  border-radius: 50%
}

.comments-area .date {
  color: #999;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 20px
}

.comments-area .comment {
  color: #777;
  font-size: 15px;
  margin-bottom: 10px
}

.comments-area .btn-reply {
  background-color: transparent;
  color: #888;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 18px
}

.comments-area.style-2 {
  border: 0;
  margin-top: 0;
  padding: 25px 0
}

.comments-area h4 {
  color: #2a2a2a;
  font-size: 18px;
  margin-bottom: 35px
}

.comment-form .email {
  padding-right: 0
}

.form-control {
  background: transparent;
  border: 1px solid #f0e9ff;
  border-radius: 10px;
  font-size: 16px;
  height: 48px;
  padding-left: 18px
}

.comment-form {
  padding-top: 45px
}

.comment-form,
.comment-form .form-group {
  margin-bottom: 20px
}

.comment-form textarea {
  min-height: 200px;
  padding-top: 15px
}

.comment-form textarea:focus {
  background: transparent;
  border-color: #f9802d;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important
}

.form-control:focus {
  box-shadow: none;
  outline: 0
}

.form-control::placeholder {
  color: #999;
  color: #777;
  font-weight: 300
}

.button-contactForm {
  background: #f97316;
  border-color: #f97316;
  color: #fff;
  padding: 12px 25px
}

.search-form form {
  position: relative
}

.search-form form input {
  -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.search-form form button {
  background-color: transparent;
  border: none;
  color: #242424;
  font-size: 20px;
  height: 100%;
  padding: 0 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.search-form form button:hover {
  color: #fff
}

.single-animation-wrap.slick-active .slider-animated-1 h1 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 h2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 h3,
.single-animation-wrap.slick-active .slider-animated-1 h4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 span {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 p {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 a.btn {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1.slider-product-price {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

.single-animation-wrap.slick-active .slider-animated-1 .single-slider-img img {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 .slider-product-offer-wrap,
.single-animation-wrap.slick-active .slider-animated-1 .slider-product-offer-wrap-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.hero-slider-1 {
  position: relative
}

.hero-slider-1 .single-hero-slider {
  height: 538px
}

.hero-slider-1 .single-hero-slider.rectangle {
  border-radius: 0
}

.hero-slider-1 img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 248px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%
}

.dot-style-1 ul li.slick-active button {
  background: #f97316;
  border-color: #f97316
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2
}

.slider-arrow .slider-btn {
  background: transparent;
  border-radius: 50%;
  color: var(--solar);
  cursor: pointer;
  display: block;
  font-size: 25px !important;
  height: 45px;
  line-height: 45px;
  position: absolute;
  text-align: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 45px;
  z-index: 100
}

.slider-arrow .slider-btn.slider-prev {
  left: 20px
}

.slider-arrow .slider-btn.slider-prev i {
  margin-right: 2px
}

.slider-arrow .slider-btn.slider-next {
  right: 20px
}

.slider-arrow .slider-btn.slider-next i {
  margin-left: 2px
}

.slider-arrow .slider-btn:hover {
  color: #000
}

.slider-arrow.slider-arrow-2 .slider-btn {
  font-size: 24px;
  height: 40px;
  line-height: 44px;
  width: 40px
}

.slider-arrow.slider-arrow-2.flex-right {
  display: flex;
  justify-content: flex-end;
  max-width: 200px;
  position: relative;
  top: unset;
  transform: unset
}

.slider-arrow.slider-arrow-2.flex-right .slider-btn {
  left: unset;
  position: relative;
  right: unset
}

.slider-arrow.slider-arrow-2.flex-right .slider-btn.slider-prev {
  margin-right: 10px
}

.slider-arrow.style-3 .slider-btn {
  border: 1px solid #dcdeed;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  width: 40px
}

.home-slide-cover {
  position: relative
}

.home-slide-cover .slider-arrow {
  left: 0
}

.carausel-10-columns-cover .carausel-10-columns {
  margin: 0 -12px;
  overflow: hidden
}

.carausel-10-columns-cover .carausel-10-columns .card-2 {
  margin-left: 12px;
  margin-right: 12px
}

.bg-grey-10 {
  background-color: #d0f3ec
}

.card-1 {
  background: #f4f6fa;
  border: 1px solid #f4f6fa;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 215px;
  padding: 40px 30px 28px;
  position: relative;
  text-align: center;
  transition: .2s
}

.card-1:hover {
  background: #fff;
  border: 1px solid #f9802d;
  box-shadow: 5px 5px 15px #0000000d;
  transition: .2s
}

.card-1 figure {
  margin-bottom: 20px;
  text-align: center
}

.card-1 figure img {
  border-radius: 10px;
  display: inline-block;
  max-width: 80px
}

.card-1 h6 {
  margin: 0
}

.card-1 h6 a {
  color: #253d4e
}

.card-1:hover a {
  color: #f97316
}

.card-2 {
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 180px;
  padding: 20px 0 18px
}

.card-2:hover {
  background: #fff;
  border: 1px solid #f9802d;
  box-shadow: 5px 5px 15px #0000000d;
  transition: .2s
}

.card-2 figure {
  margin-bottom: 10px
}

.card-2 figure img {
  border-radius: 10px
}

.card-2 h6 a {
  color: #253d4e
}

.card-2:hover a {
  color: #f97316
}

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

.card .card-header {
  background-color: #f7f8f9;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0;
  padding: 1rem
}

.account .card {
  border: 0
}

.account .card .card-header {
  background: none;
  border: 0
}

.account .card table td,
.account .card table th {
  border: 0
}

.account .card .table>thead {
  font-family: solar-Medium, sans-serif;
  font-size: 17px
}

.card-login {
  border: 1px solid #ececec;
  border-radius: 15px;
  margin-left: 30px;
  padding: 50px
}

.nav-tabs {
  border: 0
}

.nav-tabs .nav-link {
  background-color: #eee;
  border: 0;
  border-color: currentcolor;
  border-radius: 4px;
  color: #444;
  font-family: solar-Medium, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin: 0 10px;
  padding: 15px 24px;
  -webkit-transition: .2s;
  transition: .2s
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  background-color: #fde1bd;
  color: #f97316
}

.nav-tabs .nav-link:hover {
  transform: translateY(-3px);
  transition: .2s
}

.nav-tabs .nav-link:first-child {
  padding-left: 0 !important
}

.nav-tabs.links .nav-link {
  padding: 0 10px
}

.nav-tabs.right .nav-item:last-child .nav-link {
  margin-right: 0
}

.nav.right {
  justify-content: end
}

.tab-header {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.deals-countdown .countdown-section {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2rem;
  margin-left: 7px;
  margin-right: 7px;
  padding: 20px 5px 30px;
  position: relative
}

.deals-countdown .countdown-section .countdown-amount {
  color: #f97316;
  display: inline-block;
  font-family: solar-Medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 50px;
  line-height: 1;
  line-height: 50px;
  margin-bottom: 15px;
  text-align: center;
  width: 50px
}

.deals-countdown .countdown-section .countdown-period {
  bottom: 10px;
  color: #7e859b;
  display: block;
  font-size: 16px;
  left: 0;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: capitalize;
  width: 100%
}

.img-grey-hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .5;
  transition-duration: .3s
}

.img-grey-hover:hover {
  filter: none;
  opacity: 1;
  transition-duration: .3s
}

.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  width: 100%;
  z-index: 999999
}

.bar,
.loader {
  height: 20px;
  width: 100px
}

.bar {
  align-items: center;
  display: flex;
  position: absolute
}

.bar:after,
.bar:before {
  animation: slideleft 3s ease-in-out infinite;
  background: #f97316;
  border-radius: 10px;
  content: "";
  display: block;
  height: 10px;
  opacity: 0;
  position: absolute;
  width: 10px
}

.page-header .page-title {
  font-size: 4rem;
  font-weight: 900
}

.page-header.breadcrumb-wrap {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  font-family: solar-Medium, sans-serif;
  padding: 20px
}

.breadcrumb {
  background: none;
  border-radius: 0;
  color: #7e859b;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-transform: capitalize
}

.breadcrumb span {
  padding: 0 10px;
  position: relative;
  text-align: center
}

.breadcrumb span:before {
  content: "\f111";
  display: inline-block;
  font-family: uicons-regular-straight !important;
  font-size: 9px
}

.leaflet-map {
  height: 350px;
  width: 100%
}

table {
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  vertical-align: middle;
  width: 100%
}

table td,
table th {
  border: 1px solid #ececec;
  padding: 10px 20px;
  vertical-align: middle
}

table thead>tr>th {
  border-bottom: 0;
  vertical-align: middle
}

table p {
  margin-bottom: 0
}

table.clean td,
table.clean th {
  border: 0;
  border-top: 1px solid #ececec
}

.divider {
  height: 4px;
  overflow: hidden;
  position: relative;
  z-index: 9
}

.divider:after,
.divider:before {
  border-top: 1px solid #ececec;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%
}

.divider:before {
  margin-top: -1px
}

.divider:after {
  margin-top: 1px
}

.divider i {
  background-color: #fff;
  color: #aaa;
  font-size: 20px;
  line-height: 1;
  padding: 0 20px;
  position: relative;
  z-index: 1
}

.bg-square {
  background-color: #f3fbf5;
  bottom: auto;
  height: 100%;
  left: auto;
  max-height: 70%;
  max-height: 1200px;
  max-width: 45%;
  min-width: 300px;
  position: absolute;
  right: 0;
  top: 150px;
  width: 100%;
  z-index: -1
}

.mobile-promotion {
  display: none
}

.bg-green {
  background-color: #cee8e0
}

.custom-modal .modal-dialog {
  border: 0;
  border-radius: 0;
  margin: auto;
  max-width: 888px !important;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%) !important
}

.custom-modal .modal-dialog .modal-content {
  border: 1px solid #f9802d;
  border-radius: 25px;
  padding: 40px
}

.custom-modal .modal-dialog .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2
}

.banner-left-icon {
  background: #f4f6fa;
  border-radius: 10px;
  padding: 20px;
  position: relative
}

.banner-left-icon:hover .banner-icon {
  transform: translateY(-5px);
  transition-duration: .3s
}

.banner-left-icon .banner-icon {
  margin-right: 20px;
  max-width: 40px !important;
  transition-duration: .3s
}

.banner-left-icon .banner-text h3 {
  font-size: 15px !important;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px
}

.banner-left-icon .banner-text p {
  font-size: 14px !important;
  margin-bottom: 0;
  white-space: normal
}

.banner-left-icon.style-2 {
  border: 1px solid #ececec;
  padding: 20px;
  position: relative
}

.banner-img {
  clear: both;
  overflow: hidden;
  position: relative
}

.banner-img,
.banner-img img {
  border-radius: 10px
}

.banner-img:hover img {
  opacity: .9
}

.banner-img .banner-text {
  padding: 0 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2
}

.banner-img .banner-text span {
  color: #adadad
}

.banner-img .banner-text h4 {
  font-weight: 700;
  margin-bottom: 15px;
  min-height: 100px
}

.banner-img .banner-text:hover h4 {
  transform: translateY(-5px)
}

.banner-img .banner-text a i {
  font-size: 10px;
  margin-left: 5px;
  transition-duration: .3s
}

.banner-img .banner-text a:hover i {
  margin-left: 10px;
  transition-duration: .3s
}

.banner-img.style-2 {
  background: url(../imgs/banner/banner-4.png) no-repeat bottom;
  background-size: cover;
  border-radius: 15px;
  height: 520px;
  overflow: hidden;
  width: 100%
}

.banner-img.style-2 .banner-text {
  top: 50px;
  transform: none
}

.banner-img.style-3 {
  background: url(../imgs/banner/banner-11.png) no-repeat bottom;
  background-size: cover;
  border-radius: 15px;
  height: 538px;
  overflow: hidden;
  width: 100%
}

.banner-img.style-3 .banner-text {
  top: 50px;
  transform: none
}

.hero-content {
  position: absolute;
  width: 100%;
  z-index: 4
}

.hero-content h1 {
  line-height: 1.1
}

.about-count {
  padding: 100px 0
}

.about-count:after {
  background: #4b675a
}

.about-count h1 {
  color: #fff;
  font-size: 72px
}

.about-count h4 {
  color: #fff
}

.about-count .text-center {
  position: relative;
  z-index: 3
}

.product-cart-wrap {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

.product-cart-wrap,
.product-cart-wrap:hover {
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s
}

.product-cart-wrap:hover {
  border: 1px solid #f9802d;
  box-shadow: 5px 5px 15px #0000000d
}

.product-cart-wrap .product-img-action-wrap {
  background-color: #fff;
  max-height: 320px;
  overflow: hidden;
  padding: 25px 25px 0;
  position: relative
}

.product-cart-wrap .product-img-action-wrap .product-action-1 {
  background-color: #fff;
  border: 1px solid #f9802d;
  border-radius: 5px
}

.product-cart-wrap .product-img-action-wrap .product-img {
  height: 150px;
  overflow: hidden;
  position: relative
}

.product-cart-wrap .product-img-action-wrap .product-img a {
  overflow: hidden
}

.product-cart-wrap .product-img-action-wrap .product-img a img.hover-img {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .25s, visibility .25s, transform 1.5s cubic-bezier(0, 0, .2, 1), -webkit-transform 1.5s cubic-bezier(0, 0, .2, 1);
  visibility: hidden;
  z-index: 2
}

.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, .05, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, .05, 1);
  transition: all 1.5s cubic-bezier(0, 0, .05, 1)
}

.product-cart-wrap .product-action-1 {
  box-shadow: 20px 20px 40px #00000012;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%) translateY(-50%);
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  visibility: hidden;
  z-index: 9
}

.product-cart-wrap .product-action-1.show {
  bottom: 26px;
  left: unset;
  opacity: 1;
  right: 20px;
  top: unset;
  transform: none;
  visibility: visible
}

.product-cart-wrap .product-action-1 a.action-btn,
.product-cart-wrap .product-action-1 button {
  border-right: 1px solid #f9802d;
  display: inline-block;
  height: 36px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px
}

.product-cart-wrap .product-action-1 a.action-btn:last-child,
.product-cart-wrap .product-action-1 button:last-child {
  border: none
}

.product-cart-wrap .product-action-1 a.action-btn.small,
.product-cart-wrap .product-action-1 button.small {
  height: 32px;
  line-height: 32px;
  width: 32px
}

.product-cart-wrap .product-action-1 a.action-btn.small i,
.product-cart-wrap .product-action-1 button.small i {
  font-size: 12px
}

.product-cart-wrap .product-action-1 a.action-btn:after,
.product-cart-wrap .product-action-1 button:after {
  background-color: #f97316;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .1);
  box-shadow: 4px 4px 8px #0000001a;
  color: #fff;
  content: attr(aria-label);
  font-size: 11px;
  left: 50%;
  line-height: 1.3;
  padding: 7px 10px;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translate(-50%) translateY(0);
  white-space: nowrap
}

.product-cart-wrap .product-action-1 a.action-btn:after,
.product-cart-wrap .product-action-1 a.action-btn:before,
.product-cart-wrap .product-action-1 button:after,
.product-cart-wrap .product-action-1 button:before {
  bottom: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
  visibility: hidden
}

.product-cart-wrap .product-action-1 a.action-btn:before,
.product-cart-wrap .product-action-1 button:before {
  border: 7px solid transparent;
  border-top-color: #f97316;
  content: "";
  left: calc(50% - 7px);
  margin-bottom: -13px;
  z-index: 9
}

.product-cart-wrap .product-action-1 a.action-btn:last-child,
.product-cart-wrap .product-action-1 button:last-child {
  margin-right: 0
}

.product-cart-wrap .product-action-1 a.action-btn i,
.product-cart-wrap .product-action-1 button i {
  font-size: 15px;
  margin-left: 1px
}

.product-cart-wrap .product-action-1 a.action-btn:hover,
.product-cart-wrap .product-action-1 button:hover {
  color: #fdc040
}

.product-cart-wrap .product-action-1 a.action-btn:hover:after,
.product-cart-wrap .product-action-1 button:hover:after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translate(-50%) translateY(-8px);
  visibility: visible
}

.product-cart-wrap .product-action-1 a.action-btn:hover:before,
.product-cart-wrap .product-action-1 button:hover:before {
  opacity: 1;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  visibility: visible
}

.product-cart-wrap .product-action-1 a.action-btn:hover i,
.product-cart-wrap .product-action-1 button:hover i {
  color: #fdc040
}

.product-cart-wrap .product-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.product-cart-wrap .product-badges.product-badges-mrg {
  margin: 0 0 10px
}

.product-cart-wrap .product-badges.product-badges-position {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 7
}

.product-cart-wrap .product-badges span {
  border-radius: 15px 0 20px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 8px 18px
}

.product-cart-wrap .product-badges span:last-child {
  margin-right: 0
}

.product-cart-wrap .product-badges span.hot {
  background-color: #f74b81
}

.product-cart-wrap .product-badges span.new {
  background-color: #f97316
}

.product-cart-wrap .product-badges span.sale {
  background-color: #67bcee
}

.product-cart-wrap .product-content-wrap {
  padding: 0 20px 20px
}

.product-cart-wrap .product-content-wrap .product-category {
  margin-bottom: 5px
}

.product-cart-wrap .product-content-wrap .product-category a {
  color: #adadad;
  font-size: 12px
}

.product-cart-wrap .product-content-wrap .product-category a:hover {
  color: #f97316
}

.product-cart-wrap .product-content-wrap h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px
}

.product-cart-wrap .product-content-wrap h2 a {
  color: #253d4e
}

.product-cart-wrap .product-content-wrap h2 a:hover {
  color: #f97316
}

.product-cart-wrap .product-content-wrap .product-price {
  padding-top: 5px
}

.product-cart-wrap .product-content-wrap .product-price span {
  color: #f97316;
  font-size: 18px;
  font-weight: 700
}

.product-cart-wrap .product-content-wrap .product-price span.old-price {
  color: #adadad;
  font-size: 14px;
  margin: 0 0 0 7px;
  text-decoration: line-through
}

.product-cart-wrap .product-card-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 15px
}

.product-cart-wrap .product-card-bottom .add-cart {
  cursor: pointer
}

.product-cart-wrap .product-card-bottom .add-cart .add {
  background-color: #f9802d
}

.product-cart-wrap .product-card-bottom .add-cart .add:hover {
  background-color: #f97316;
  box-shadow: 5px 5px 15px #0000000d;
  color: #fff;
  transform: translateY(-3px)
}

.product-cart-wrap .progress {
  height: 5px
}

.product-cart-wrap:hover .product-img-action-wrap .product-action-1,
.product-cart-wrap:hover .product-img-action-wrap .product-img a img.hover-img {
  opacity: 1;
  visibility: visible
}

.product-cart-wrap:hover .product-img-zoom a img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
  transform: scale3d(1.05, 1.05, 1.05) translateZ(0)
}

.product-cart-wrap.small {
  border: 0;
  text-align: center
}

.product-cart-wrap.small .product-content-wrap {
  padding: 5px 15px 0
}

.product-cart-wrap.small .product-price {
  padding-top: 0
}

.product-cart-wrap.small:hover {
  box-shadow: none
}

.product-cart-wrap.small h2 {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0
}

.product-cart-wrap.small .product-badges span {
  font-size: 10px
}

.product-cart-wrap.style-2 {
  border: 0;
  padding-bottom: 25px
}

.product-cart-wrap.style-2:hover {
  border: 0;
  box-shadow: none
}

.product-cart-wrap.style-2 .product-img-action-wrap {
  max-height: unset;
  padding: 0;
  position: relative;
  z-index: 1
}

.product-cart-wrap.style-2 .product-img-action-wrap img {
  border-radius: 15px
}

.product-cart-wrap.style-2 .product-content-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: -90px;
  max-width: 86%;
  padding: 0;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  z-index: 3
}

.product-cart-wrap.style-2 .product-content-wrap .deals-content {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 15px #0000000d;
  margin: 0 auto;
  padding: 25px 30px
}

.product-cart-wrap.style-2 .product-content-wrap .deals-countdown-wrap {
  position: absolute;
  text-align: center;
  top: -80px;
  width: 100%
}

.product-cart-wrap.style-2:hover .product-content-wrap {
  transform: translateY(-5px);
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s
}

.product-price {
  font-family: solar-Medium, sans-serif
}

.range .list-group-item {
  background: none;
  border: 0;
  display: block;
  padding: 0;
  position: relative
}

.range .checkbox {
  font-size: .8em
}

.btn.btn-small {
  border-radius: 3px;
  display: table;
  line-height: 1;
  min-width: unset;
  padding: 10px 15px
}

.shop-product-fillter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px
}

.shop-product-fillter.style-2 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px
}

.shop-product-fillter .sort-by-product-area {
  display: flex;
  position: relative
}

.shop-product-fillter .sort-by-product-area .sort-by-cover {
  position: relative
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  color: #777;
  cursor: pointer;
  padding: 9px 16px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap:hover {
  box-shadow: 5px 5px 15px #0000000d
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by {
  margin-right: 5px
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by i {
  color: #ababab;
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  top: 2px
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by span {
  font-size: 13px;
  font-weight: 500
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span {
  color: #7e859b;
  font-size: 13px;
  font-weight: 500
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span i {
  color: #7e859b;
  font-size: 15px;
  margin-left: 10px;
  position: relative;
  top: 2px
}

.sort-by-dropdown {
  background: #fff;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, .06);
  box-shadow: 0 -3px 23px #0000000f;
  color: #7e859b;
  font-weight: 500;
  left: 0;
  min-width: 100%;
  opacity: 0;
  padding: 16px 0 21px;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden;
  z-index: 99
}

.sort-by-dropdown.show {
  opacity: 1;
  visibility: visible
}

.sort-by-dropdown ul li {
  display: block
}

.sort-by-dropdown ul li a {
  color: #7e859b;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 30px;
  position: relative
}

.sort-by-dropdown ul li a.active:before {
  color: #f97316;
  content: "\f143";
  font-family: uicons-regular-straight !important;
  font-size: 12px;
  font-weight: 900;
  left: 10px;
  position: absolute;
  top: 5px
}

.sort-by-dropdown ul li a.active:hover:before {
  color: #fff
}

.sort-by-dropdown ul li a:hover {
  background-color: #f97316;
  color: #fff
}

.product-list {
  position: relative
}

.product-list .product-cart-wrap {
  align-content: center;
  align-items: center;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: unset
}

.product-list .product-cart-wrap:not(:last-child) {
  margin-bottom: 30px
}

.product-list .product-cart-wrap:hover {
  box-shadow: none
}

.product-list .product-cart-wrap:hover .product-img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  box-shadow: 0 0 20px #00000014
}

.product-list .product-cart-wrap .product-badges.product-badges-position {
  left: 0;
  top: 0
}

.product-list .product-cart-wrap .product-img-action-wrap {
  max-height: unset;
  max-width: 28%;
  padding: 0;
  position: relative
}

.product-list .product-cart-wrap .product-img-action-wrap .product-img {
  border: 1px solid #ececec;
  border-radius: 15px
}

.product-list .product-cart-wrap h2 {
  font-size: 32px
}

.product-list .product-cart-wrap .product-content-wrap .product-category a {
  display: block;
  font-size: 16px;
  margin-top: 15px
}

.product-list .product-cart-wrap .product-content-wrap .product-price span {
  font-size: 32px
}

.product-list .product-cart-wrap .product-content-wrap .product-price span.old-price {
  font-size: 20px
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  bottom: unset;
  box-shadow: 5px 5px 15px #0000000d;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 20px;
  position: relative
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn {
  background-color: #f97316;
  border: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  height: 44px;
  margin-right: 0;
  padding: 0 23px;
  position: relative;
  text-align: center;
  width: auto
}

.product-list .product-cart-wrap .product-content-wrap .product-action-1 a.action-btn i {
  color: #fff;
  margin-right: 8px
}

.detail-gallery {
  position: relative
}

.detail-gallery .zoom-icon {
  font-size: 22px;
  opacity: .6;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2
}

.slider-nav-thumbnails .slick-list {
  margin: 0 -10px;
  padding-right: 2px !important
}

.slider-nav-thumbnails .slick-slide {
  border-radius: 0;
  overflow: hidden;
  position: relative
}

.slider-nav-thumbnails .slick-slide img {
  border-radius: 5px
}

.slider-nav-thumbnails .slick-slide.slick-current:before {
  border-bottom: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -6px;
  width: 0
}

.slider-nav-thumbnails .slick-slide.slick-current img {
  border: 3px solid #f9802d
}

.slider-nav-thumbnails div.slick-slide {
  margin: 0 5px
}

.slider-nav-thumbnails button.slick-arrow {
  background: #fff;
  background: linear-gradient(-90deg, hsla(0, 0%, 100%, 0), #fff 39%);
  border: 0;
  border-radius: 0;
  color: var(--solar-dark);
  font-size: 24px;
  height: calc(100% + 2px);
  line-height: calc(100% + 2px);
  margin: 0;
  text-align: end;
  width: 80px;
  z-index: 7
}

.slider-nav-thumbnails button.slick-arrow:hover {
  color: #f97316
}

.slider-nav-thumbnails button.slick-arrow.slick-prev {
  left: -12px
}

.slider-nav-thumbnails button.slick-arrow.slick-next {
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 39%);
  right: -12px;
  text-align: start
}

.slider-nav-thumbnails:hover button {
  opacity: 1
}

.slider-nav-thumbnails .slick-next,
.slider-nav-thumbnails .slick-prev {
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.product-rate {
  background-position: 0 -12px;
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
  width: 60px
}

.product-rate,
.product-rating {
  background-image: url(../imgs/theme/rating-stars.svg);
  background-repeat: repeat-x;
  height: 12px
}

.product-rating {
  background-position: 0 0
}

.list-filter {
  list-style: none;
  margin: 0;
  padding: 0
}

.list-filter li {
  display: inline-block
}

.list-filter li a {
  color: #555;
  display: block;
  min-width: 30px;
  position: relative;
  text-align: center;
  transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s
}

.detail-info .product-price-cover {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.detail-info .product-price-cover .product-price {
  line-height: 1
}

.detail-info .product-price {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 20px
}

.detail-info .product-price .current-price {
  font-size: 1.3rem;
  font-weight: 900;
  text-decoration: none
}

.detail-info .product-price .old-price {
  color: #7e859b;
  display: block;
  font-size: 19px;
  text-decoration: line-through
}

.detail-info .product-price .save-price {
  background: #dff1d9;
  border-radius: 2px;
  color: #37ae02;
  display: inline-flex;
  font-size: 12px;
  padding: 0 .5em;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1.5
}

.button.button-add-to-cart {
  padding: 8px 40px
}

.product-info {
  border: 1px solid #ececec;
  border-radius: 15px;
  padding: 30px
}

.tab-style3 .nav-tabs .nav-item a.active,
.tab-style3 .nav-tabs .nav-item a:hover {
  box-shadow: 5px 5px 15px #0000000d;
  color: #f97316
}

.tab-style3 .nav-tabs li.nav-item a {
  background: transparent;
  border-radius: 30px;
  color: #333e48;
  display: block;
  font-family: solar-Medium, sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 13px 24px !important;
  text-align: center;
  text-transform: none
}

.tab-style3 .nav-tabs li.nav-item a.active {
  background: #fff !important
}

.tab-content.shop_info_tab {
  margin-top: 40px
}

.tab-pane .comments-area {
  border: 0;
  padding-top: 0
}

.detail-gallery .product-image-slider {
  background-color: #fff;
  border: 1px solid #3e537978;
  border-radius: 8px;
  margin-bottom: 10px;
  max-height: 800px;
  overflow: hidden
}

.slider-nav-thumbnails.overflow-x-hidden {
  max-height: 70px;
  overflow: hidden
}

.detail-gallery .product-image-slider img {
  border-radius: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  opacity: 1;
  width: 100%
}

.detail-gallery .product-image-slider.slider-nav-thumbnails {
  background: none;
  border-radius: 0
}

.detail-gallery .product-image-slider button.slick-arrow {
  background: none;
  border: 0;
  font-size: 14px;
  padding: 0
}

.detail-gallery .product-image-slider button.slick-arrow i {
  color: #adadad
}


.product-detail-rating {
  align-items: center;
  display: flex
}

.product-detail-rating {
  color: #7e859b;
  justify-content: space-between;
  padding: 15px 0
}

.product-detail .section-title.style-1 {
  font-size: 22px
}

.product-detail-rating strong {
  font-family: solar-Medium, sans-serif
}

.product-detail-rating .font-small {
  font-size: 13px
}

.progress+.progress {
  margin-top: 1rem
}

.progress span {
  background: #fff;
  line-height: 16px;
  padding-right: 10px;
  width: 45px
}

.progress-bar {
  background-color: #f97316
}

.shipping_calculator .custom_select .select2-container {
  max-width: unset
}

.shipping_calculator .custom_select .select2-container--default .select2-selection--single {
  border-radius: 10px;
  height: 64px;
  line-height: 64px
}

.shipping_calculator .custom_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 64px
}

.shipping_calculator .custom_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 14px;
  top: 50%;
  transform: translateY(-50%)
}

.shipping_calculator .w-100 .select2-container {
  max-width: unset;
  min-width: 445.5px
}

.order_review {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 30px
}

.related-products .product-img-action-wrap {
  margin-bottom: 15px;
  padding: 0
}

.col-lg-4-5 .product-cart-wrap .product-action-1 a.action-btn {
  width: 35px
}

.col-lg-4-5 .countdown-section .countdown-amount {
  width: 38px
}

.table-wishlist {
  border: 0
}

.order_table table .w-160 {
  max-width: 160px
}

.table.table-compare {
  border-radius: 15px
}

.table.table-compare>:not(caption)>*>* {
  padding: 30px 0
}

.img-hover-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease
}

.img-hover-slide {
  min-height: 280px
}

.top-right-icon {
  border-radius: 5px;
  bottom: 15px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  right: 15px;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition-duration: .4s;
  -ms-transition: all .4s ease;
  width: 30px
}

.top-left-icon,
.top-right-icon {
  position: absolute;
  text-align: center;
  z-index: 3
}

.top-left-icon {
  background-color: #fdc040;
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  height: 32px;
  left: 20px;
  line-height: 35px;
  top: 20px;
  width: 32px
}

@media print {

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .text-end {
    text-align: right !important
  }
}

.invoice {
  background: #f2f3f4;
  padding: 50px 0
}

.invoice .table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: hsla(0, 0%, 100%, .05);
  color: var(--bs-table-striped-color)
}

.invoice .table-section {
  text-align: center
}

.invoice .table>:not(caption)>*>* {
  padding: 15px 20px
}

.invoice .table td {
  font-size: 15px;
  font-weight: 400
}

.invoice table th {
  font-size: 15px
}

.invoice .bg-active {
  background: #f3f3f3;
  color: #535353 !important
}


.table tr {
  border: 1px solid #e9ecef
}

.table>:not(caption)>*>* {
  background-color: var(--bs-table-bg);
  border-bottom-width: 0
}

.vendor-wrap {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative
}

.vendor-wrap,
.vendor-wrap:hover {
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s
}

.vendor-wrap .vendor-img-action-wrap {
  padding: 25px 25px 0
}

.vendor-wrap .vendor-img-action-wrap img {
  max-width: 144px
}

.vendor-wrap .vendor-content-wrap {
  padding: 20px 20px 30px
}

.vendor-wrap .vendor-content-wrap h4 a {
  color: #253d4e
}

.vendor-wrap .vendor-content-wrap h4 a:hover {
  color: #f97316
}

.vendor-wrap .product-badges.product-badges-position {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9
}

.vendor-wrap .product-badges.product-badges-position span {
  background-color: #f97316;
  border-radius: 0 10px 0 20px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 9px 20px 10px
}

.vendor-wrap .product-badges.product-badges-position span.hot {
  background-color: #f74b81
}

.vendor-wrap .product-badges.product-badges-position span.new {
  background-color: #f97316
}

.vendor-wrap .product-badges.product-badges-position span.sale {
  background-color: #67bcee
}

.vendor-wrap.style-2 {
  display: flex
}

.vendor-wrap.style-2 .vendor-img-action-wrap {
  padding: 20px;
  position: relative
}

.vendor-wrap.style-2 .vendor-info .btn {
  min-width: 105px;
  padding: 8px 10px 8px 13px
}

.header-top-ptb-1 {
  border-bottom: 1px solid #e5e7eb;
  font-size: 13px;
  line-height: 1;
  padding: 7px 0
}

.header-top-ptb-1 #news-flash {
  font-size: 12px;
  line-height: 10px
}

.header-top-ptb-1 #news-flash li {
  min-height: 14px
}

.header-top-ptb-1 #news-flash i {
  line-height: 6px;
  margin-right: 5px
}

.header-info>ul,
.header-info>ul>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.header-info>ul>li {
  margin-right: 20px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header-info>ul>li:before {
  background: #dedfe2;
  content: "";
  height: 10px;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px
}

.header-info>ul>li:last-child {
  margin-right: 0
}

.header-info>ul>li:last-child:before {
  display: none
}

.header-info>ul>li a {
  color: #333e48;
  font-size: 14px
}

.header-info>ul>li a .icon {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px
}

.header-info>ul>li>ul.payment-dropdown {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0 0 4px 4px;
  min-width: 120px;
  opacity: 0;
  padding: 10px 15px;
  position: absolute;
  right: -60px;
  top: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
  visibility: hidden;
  z-index: 2
}

.header-info>ul>li>ul li {
  display: block
}

.header-info>ul>li>ul li a {
  color: #696969;
  display: block;
  padding: 5px
}

.header-info>ul>li>ul li a:hover {
  background-color: none;
  color: #f97316
}

.header-info>ul>li>ul li a img {
  display: inline-block;
  margin-right: 5px;
  max-width: 15px
}

.header-info>ul>li:hover>a {
  color: #333
}

.header-info>ul>li:hover>ul.payment-dropdown {
  opacity: 1;
  top: 25px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible
}

.header-info i {
  font-size: 12px;
  line-height: 6px;
  margin-right: 5px
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header-wrap .header-nav {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: space-between
}

.header-wrap .header-right,
.header-wrap.header-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header-wrap .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.logo a {
  display: block
}

.logo.logo-width-1 {
  margin-right: 70px
}

.logo.logo-width-1 a img {
  min-width: 180px;
  width: 180px
}

.header-action-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header-action-2 .header-action-icon-2 span.lable {
  font-size: 16px
}

.header-action-2 .header-action-icon-2:last-child {
  padding: 0 0 0 8px
}

.header-action-2 .header-action-icon-2>a {
  color: var(--solar-dark);
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  position: relative
}

.header-action-2 .header-action-icon-2>a img {
  max-width: 20px;
  width: 100%
}

.header-action-2 .header-action-icon-2>a span {
  color: #7e859b;
  font-size: 14px
}

.header-action-2 .header-action-icon-2>a span.pro-count {
  border-radius: 100%;
  bottom: -11px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 20px;
  left: -9px;
  line-height: 23px;
  position: absolute;
  text-align: center;
  width: 20px
}

.cart-dropdown-wrap ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px
}

.cart-dropdown-wrap ul li .shopping-cart-img a {
  display: block
}

.header-height-2 {
  border-bottom: 1px solid #ececec
}

.mobile-header-wrapper-style.sidebar-visible {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  visibility: visible
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
  height: 100%
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categori-wrap a i {
  margin-right: 15px
}

.header-action-right {
  display: none
}

.header-action-2 .header-action-icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  position: relative
}

.header-action-2 .header-action-icon-2>a svg {
  height: 1em;
  width: 1em
}

.header-action-2 .header-action-icon-2>a span.pro-count.blue {
  background-color: #f97316
}

.header-action-2 .header-action-icon-2:hover>a {
  color: #f97316;
  fill: #f97316
}

.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
  opacity: 1;
  top: calc(100% + 10px);
  visibility: visible
}

.header-middle-ptb-1 {
  padding: 25px 0 0
}

.cart-dropdown-wrap {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: 5px 5px 15px #0000000d;
  opacity: 0;
  padding: 30px 20px 27px;
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
  visibility: hidden;
  width: 320px;
  z-index: 99
}

.cart-dropdown-wrap.cart-dropdown-hm2 {
  left: 0;
  right: unset
}

.cart-dropdown-wrap.account-dropdown {
  width: 200px
}

.cart-dropdown-wrap.account-dropdown a {
  color: #253d4e
}

.cart-dropdown-wrap.account-dropdown a:hover {
  color: #f97316
}

.cart-dropdown-wrap ul li:last-child {
  margin: 0
}

.cart-dropdown-wrap ul li .shopping-cart-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-inline-end: 10px
}

.cart-dropdown-wrap ul li .shopping-cart-img a img {
  max-width: 100%
}

.cart-dropdown-wrap ul li .shopping-cart-title {
  margin: 6px 0 0
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 9px
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
  color: #f97316
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
  color: #253d4e
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 {
  color: #f97316;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
  color: #696969;
  font-size: 16px;
  font-weight: 400
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
  border-top: 2px solid #f3f3f3;
  margin: 25px 0;
  padding: 17px 0 0
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 700;
  margin: 0
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
  color: #f97316;
  float: right;
  font-size: 18px
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  align-self: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
  background-color: #f97316;
  border: 2px solid #f97316;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: solar-Medium, sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 10px 20px
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline {
  background-color: transparent;
  border: 2px solid #f97316;
  color: #f97316
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a.outline:hover {
  color: #fff
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
  background-color: #fdc040
}

.search-style-2 {
  width: 100%
}

.search-style-2 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%
}

.search-style-2 form select,
.search-style-3 form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat left .75rem center;
  background-size: 8px 10px;
  border-radius: 4px 0 0 4px;
  border-right: none;
  color: #5a6a79;
  font-size: 15px;
  font-weight: 700;
  margin-left: 56px;
  min-height: 40px;
  min-width: 180px;
  padding: 3px 35px 3px 20px;
  padding-inline-start: 5px;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 140px
}

.search-style-2 form select:focus {
  color: #333
}

.search-style-2 form select:after {
  position: absolute
}

.search-style-2 form input {
  background-image: url(../imgs/theme/icons/search.png);
  background-position: 100%;
  background-repeat: no-repeat;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  max-width: 683px;
  padding-left: 0;
  width: 100%
}

.search-style-2 form input::-moz-input-placeholder {
  opacity: 1
}

.search-style-2 form input::-webkit-input-placeholder {
  opacity: 1
}

.search-style-2 form input:focus {
  border: solid #414648;
  border-width: 0 0 3px
}

.search-style-2 form button {
  background-color: transparent;
  border: none;
  color: #f97316;
  font-size: 20px;
  height: 100%;
  padding: 5px 17px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.rtl .search-style-2 form button {
  background: #f97316;
  border-radius: 33px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
  font-size: 24px;
  height: 41px;
  left: -1px;
  padding: 5px 17.5px;
  right: auto
}

.header-bottom .header-action-right a span.pro-count {
  background-color: #f97316;
  color: #fff
}

.search-style-3 {
  margin-bottom: 10px
}

.search-style-3 form {
  position: relative
}

.search-style-3 form input {
  background-color: #f2f3f4;
  border: 0;
  border-radius: 5px;
  color: #253d4e;
  font-size: 14px;
  height: 45px;
  padding: 3px 50px 3px 20px;
  -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.search-style-3 form input::-moz-input-placeholder {
  color: #253d4e;
  opacity: 1
}

.search-style-3 form input::-webkit-input-placeholder {
  color: #253d4e;
  opacity: 1
}

.search-style-3 form input:focus {
  border: 1px solid #f9802d
}

.search-style-3 form button {
  background-color: transparent;
  border: none;
  color: #333;
  font-size: 16px;
  height: 100%;
  padding: 0 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.search-style-3 form button:hover {
  color: #f97316
}

.close-style-wrap {
  position: absolute;
  right: 55px;
  top: 40px
}

.close-style-wrap.close-style-position-inherit {
  position: inherit
}

.close-style-wrap .close-style {
  background-color: transparent;
  border: none;
  height: 26px;
  padding: 0;
  position: relative;
  width: 26px
}

.close-style-wrap .close-style>i {
  border-radius: 11px;
  display: block;
  height: 3px;
  left: 50%;
  margin: 0 !important;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 18px
}

.close-style-wrap .close-style>i.icon-top {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.close-style-wrap .close-style>i.icon-top:before {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.close-style-wrap .close-style>i.icon-top:after {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.close-style-wrap .close-style>i.icon-bottom {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.close-style-wrap .close-style>i.icon-bottom:before {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1) .2s
}

.close-style-wrap .close-style>i.icon-bottom:after {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.close-style-wrap .close-style:hover {
  -webkit-transform: rotate(1turn);
  -moz-transform: rotate(1turn);
  transform: rotate(1turn)
}

.close-style-wrap .close-style>i:after,
.close-style-wrap .close-style>i:before {
  background-color: #f97316;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.burger-icon {
  cursor: pointer;
  height: 20px;
  position: relative;
  -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
  width: 24px
}

.burger-icon>span {
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%
}

.burger-icon>span.burger-icon-top {
  top: 2px
}

.burger-icon>span.burger-icon-bottom {
  bottom: 2px
}

.burger-icon>span.burger-icon-mid {
  top: 9px
}

.burger-icon>span:after,
.burger-icon>span:before {
  background-color: #333;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.burger-icon.burger-icon-white>span:after,
.burger-icon.burger-icon-white>span:before {
  background-color: #253d4e
}


.mobile-header-wrapper-style {
  -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.mobile-header-wrapper-style {
  background-color: #fff;
  bottom: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .09);
  box-shadow: 0 0 15px #00000017;
  min-height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translate(200px);
  -ms-transform: translate(200px);
  transform: translate(200px);
  visibility: hidden;
  width: 360px;
  z-index: 888
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 30px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  background-color: #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 100px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 30px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  border-top: 1px solid rgba(0, 0, 0, .1);
  display: block;
  padding: 13px 15px;
  padding-inline-end: 5px;
  position: relative
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand {
  background: #f97316;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 32px;
  left: 15px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 6px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 32px;
  z-index: 5
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active>.menu-expand {
  background: #f97316
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children>.menu-expand i {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active>.menu-expand i {
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  color: #253d4e;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-transform: capitalize
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  border-bottom: none;
  padding: 10px 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li li {
  padding: 12px 20px;
  padding-inline-end: 5px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children .menu-expand {
  background: transparent !important;
  color: #f97316 !important;
  left: 10px !important
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children img {
  width: 21px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  align-content: center;
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 5px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children.active {
  padding-bottom: 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a {
  color: #f97316
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
  padding: 5px 15px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  border: 1px solid #ececec;
  border-radius: 5px;
  margin: 17px 0 30px;
  padding: 20px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  margin-bottom: 13px;
  position: relative
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  color: #253d4e;
  display: block;
  font-size: 14px;
  font-weight: 500
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: #f97316
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
  color: #f97316;
  font-size: 14px;
  margin-right: 8px
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover>a {
  color: #253d4e
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid hsla(0, 0%, 100%, .15)
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  color: #b6b6b6;
  font-size: 13px
}

.mobile-social-icon a {
  align-content: center;
  background: #f97316;
  border-radius: 30px;
  display: inline-flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin-right: 5px;
  text-align: center;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  width: 30px
}

.mobile-social-icon a img {
  max-width: 16px
}

.mobile-social-icon a img:hover {
  opacity: .8
}

.mobile-social-icon a:hover {
  margin-top: -2px;
  transform: translateY(-2px);
  transition-duration: .5s
}

.mobile-social-icon a:last-child {
  margin-right: 0
}

.mobile-search {
  padding: 0 0 10px
}

.hotline img {
  margin-right: 12px;
  min-width: 35px
}

.hotline p {
  color: #f97316;
  display: block;
  font-family: solar-Medium, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1
}

.hotline p span {
  color: #7e859b;
  display: block;
  font-family: solar-Light, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .9px
}

.header-style-1 {
  overflow-x: clip;
  position: relative
}

.header-style-1.header-height-2 {
  border-bottom: 0
}

.header-style-1 .header-top-ptb-1 {
  background-image: none;
  padding: 10px 0
}

.header-style-1 .header-top-ptb-1 .payment-dropdown a {
  color: #253d4e
}

.header-style-1 .header-middle-ptb-1 {
  padding: 30px 0
}

.header-style-1 .select2-container {
  max-width: unset;
  min-width: 150px
}

.header-style-1 .select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 5px 0 0 5px;
  height: 50px;
  line-height: 50px;
  max-width: unset;
  padding-left: 20px;
  width: 155px
}

.header-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px
}

.header-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0
}

.header-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "\f10f";
  font-family: uicons-regular-straight !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400 !important;
  line-height: 1 !important;
  position: absolute;
  text-transform: none;
  top: -4px
}

.header-style-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  position: relative
}

.header-style-1 .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  background-color: #cacaca;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 1px
}

.header-style-1 .search-location .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  box-shadow: 5px 5px 15px #0000000d;
  height: 40px;
  line-height: 40px;
  max-width: unset;
  padding-left: 13px;
  width: 164px
}

.header-style-1 .search-location .select2-container--default .select2-selection--single:hover {
  transform: translateY(-3px);
  transition: .2s
}

.header-style-1 .search-location .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
  top: 7px
}

.header-style-1 .search-location .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #f97316;
  font-weight: 500;
  height: 40px;
  line-height: 35px;
  position: relative
}

.header-style-1 .search-location .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  content: none
}

.header-style-1 .search-location .select2-container--default .select2-selection--single .select2-selection__rendered:before {
  color: #b6b6b6;
  content: "\f1c6";
  display: inline-block;
  font-family: uicons-regular-straight !important;
  margin-right: 7px
}

.header-style-1 .search-location .select2-container {
  margin-right: 30px;
  max-width: unset;
  max-width: 158px;
  min-width: 158px
}

.header-style-1 .search-style-2 form {
  background-color: #fff;
  border: 1px solid #f97316;
  border-radius: 4px
}

.header-style-1 .search-style-2 form input {
  background-color: #fff;
  border: none;
  border-radius: 0 5px 5px 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  max-width: 600px
}

.header-style-1 .header-bottom-bg-color {
  background-color: #fff important;
  border-bottom: 1px solid #ececec !important;
  border-top: 1px solid #ececec !important
}

.header-style-1 .main-categori-wrap>a {
  background: #f97316;
  color: #fff;
  line-height: 70px;
  padding: 0 30px
}

.header-style-1 .main-categori-wrap>a i.up {
  right: 30px
}

.header-style-1 .main-categori-wrap>a.categories-button-active {
  border-radius: 5px
}

.header-style-1 .main-categori-wrap>a.categories-button-active i {
  color: #fff;
  font-size: 10px;
  margin-bottom: 5px;
  margin-left: 12px
}

.header-style-1 .main-categori-wrap>a:hover {
  background-color: #f9802d
}

.header-style-1 .categories-dropdown-active-large {
  box-shadow: 5px 5px 15px #0000000d;
  top: 100%
}

.header-style-1 .hotline p {
  color: #f97316 !important
}

.header-style-1 .main-categori-wrap>a span {
  color: #fff !important
}

span.fi-rs-apps {
  font-size: 16px
}

.hotline i {
  opacity: .7
}

.main-menu>nav>ul>li.position-static {
  position: static
}

.main-menu>nav>ul>li>a {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap
}

.main-menu>nav>ul>li>a i {
  margin-left: 4px
}

.main-menu>nav>ul>li>a.active {
  color: #f97316
}

.main-menu>nav>ul>li ul.sub-menu {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: 5px 5px 15px #0000000d;
  left: 0;
  margin-top: 20px;
  min-width: 250px;
  opacity: 0;
  padding: 25px 15px;
  position: absolute;
  top: 100%;
  -webkit-transition: all .25s ease 0s;
  -o-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  visibility: hidden;
  z-index: 999
}

.main-menu>nav>ul>li ul.sub-menu li {
  display: block;
  line-height: 1;
  margin-bottom: 21px;
  position: relative
}

.main-menu>nav>ul>li ul.sub-menu li:last-child {
  margin-bottom: 0
}

.main-menu>nav>ul>li ul.sub-menu li a i {
  float: right;
  font-size: 9px;
  position: relative;
  top: 4px
}

.main-menu>nav>ul>li ul.sub-menu li:hover>a {
  color: #000
}

.main-menu>nav>ul>li ul.mega-menu {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 0 0 10px 10px;
  box-shadow: 5px 5px 15px #0000000d;
  left: 0;
  margin-top: 20px;
  opacity: 0;
  padding: 35px 25px 35px 35px;
  position: absolute;
  top: 100%;
  -webkit-transition: all .25s ease 0s;
  -o-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999
}

.main-menu>nav>ul>li ul.mega-menu li {
  display: block;
  float: right;
  line-height: 1;
  padding-right: 10px;
  position: relative
}

.main-menu>nav>ul>li ul.mega-menu li li {
  padding-right: 0
}

.main-menu>nav>ul>li ul.mega-menu li:last-child {
  margin-bottom: 0
}

.main-menu>nav>ul>li ul.mega-menu li.sub-mega-menu-width-22 {
  width: 22%
}

.main-menu>nav>ul>li ul.mega-menu li a.menu-title {
  display: block;
  font-size: 19px;
  font-weight: 700
}

.main-menu>nav>ul>li ul.mega-menu li ul {
  margin-top: 28px
}

.main-menu>nav>ul>li ul.mega-menu li ul li {
  display: block;
  float: none;
  line-height: 1;
  margin-bottom: 14px
}

.main-menu>nav>ul>li ul.mega-menu li ul li:last-child {
  margin-bottom: 0
}

.main-menu>nav>ul>li ul.mega-menu li ul li a {
  color: #7e859b;
  font-size: 15px;
  font-weight: 400
}

.main-menu>nav>ul>li ul.mega-menu li ul li a:hover {
  color: #f97316
}

.main-menu>nav>ul>li:hover>a {
  color: #f97316
}

.main-menu>nav>ul>li:hover ul.sub-menu {
  margin-top: 12px;
  opacity: 1;
  visibility: visible
}

.main-menu>nav>ul>li:hover ul.mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible
}

.main-menu.main-menu-padding-1>nav>ul>li {
  padding: 0 15px
}

.main-menu.main-menu-padding-1>nav>ul>li:first-child {
  padding-right: 0 !important
}

.main-menu.main-menu-lh-2>nav>ul>li {
  line-height: 70px
}

.main-menu>nav>ul>li {
  display: inline-block;
  position: relative
}

.main-menu>nav>ul>li ul.sub-menu li a {
  color: #7e859b;
  display: block;
  font-size: 14px;
  padding: 0 15px
}

.main-menu>nav>ul>li ul.sub-menu li a:hover {
  color: #f97316
}

.main-categori-wrap {
  margin-right: 35px
}

.main-categori-wrap>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700
}

.main-categori-wrap>a span {
  color: #7e859b;
  margin-right: 7px
}

.main-categori-wrap>a>i {
  color: #999;
  margin-left: 5px;
  margin-top: 7px
}

.main-categori-wrap>a>i.up {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden
}

.main-categori-wrap>a.open>i {
  transform: rotate(180deg)
}

.main-categori-wrap .categori-dropdown-inner {
  display: flex;
  min-width: 412px
}

.categories-dropdown-active-large {
  border: 1px solid #f9802d;
  border-radius: 10px
}

.categories-dropdown-active-large.open {
  opacity: 1;
  visibility: visible
}

.categories-dropdown-wrap ul li {
  border-radius: 5px
}

.categories-dropdown-wrap ul li:hover {
  border: 1px solid #f9802d;
  box-shadow: 5px 5px 15px #0000000d;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s
}

.categories-dropdown-wrap ul li:hover a {
  color: #f97316
}

.categories-dropdown-wrap ul li a {
  color: #253d4e
}

.categories-dropdown-wrap ul li a:hover {
  background-color: transparent;
  color: #f97316
}

.categories-dropdown-wrap ul li a img {
  margin-right: 15px;
  max-width: 30px
}

.categories-dropdown-wrap ul li:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
  visibility: visible
}

.categories-dropdown-wrap ul.end li {
  margin-right: 0
}

.categories-dropdown-wrap .more_categories {
  color: #f97316
}

.categories-dropdown-wrap .more_categories span.icon {
  border: 2px solid;
  border-radius: 30px;
  display: inline-block;
  height: 24px;
  margin-right: 5px;
  position: relative;
  width: 24px
}

.categories-dropdown-wrap .more_categories span.icon:after,
.categories-dropdown-wrap .more_categories span.icon:before {
  background-color: #3bb77e
}

.categories-dropdown-wrap .more_categories.show span.icon:after {
  content: none;
  display: none
}

.categories-dropdown-wrap.style-2 {
  border: 1px solid #f9802d;
  border-radius: 10px;
  padding: 30px
}

.categories-dropdown-wrap.style-2 ul li {
  border: 0;
  border-radius: 0;
  height: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  padding: 0
}

.categories-dropdown-wrap.style-2 ul li:hover {
  box-shadow: none
}

.categories-dropdown-wrap.style-2 ul li a {
  font-weight: 500
}

.categories-dropdown-wrap.style-2 ul li img {
  max-height: 20px
}

.categories-dropdown-wrap.style-2 .more_categories {
  justify-content: left
}

.categories-dropdown-wrap.style-2 .more_categories .icon {
  transform: scale(.7)
}

.pagination-area .page-item {
  margin: 0 5px
}

.pagination-area .page-item:first-child {
  margin-left: 0
}

.pagination-area .page-item:first-child .page-link {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.pagination-area .page-item:last-child .page-link {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%
}

.pagination-area .page-item.active .page-link,
.pagination-area .page-item:hover .page-link {
  background: #f97316;
  color: #fff
}

.pagination-area .page-item:last-child .page-link {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  line-height: 43px
}

.pagination-area .page-item:first-child .page-link {
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  line-height: 43px
}

.pagination-area .page-link {
  background-color: #f2f3f4;
  border: 0;
  border-radius: 40px;
  box-shadow: none;
  color: #7e859b;
  display: block;
  font-family: solar-Medium, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 10px;
  text-align: center;
  width: 40px
}

.pagination-area .page-link.dot {
  background-color: transparent;
  color: #7e859b;
  letter-spacing: 2px
}

.primary-sidebar .sidebar-widget {
  border: 1px solid #ececec;
  box-shadow: 5px 5px 15px #0000000d;
  padding: 24px;
  position: relative
}

.widget-category-2 ul li {
  align-items: center;
  border: 1px solid #f2f3f4;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  line-height: 48px;
  margin: 0 0 15px;
  padding: 9px 18px;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s
}

.widget-category-2 ul li:last-child {
  margin-bottom: 0 !important
}

.widget-category-2 ul li:hover {
  border: 1px solid #f9802d;
  box-shadow: 5px 5px 15px #0000000d;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s
}

.widget-category-2 ul li:hover a {
  color: #f97316
}

.widget-category-2 ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #253d4e;
  font-size: 14px;
  line-height: 1.5;
  padding: 0
}

.widget-category-2 ul li a:hover {
  background-color: transparent;
  color: #f97316
}

.widget-category-2 ul li a img {
  margin-right: 15px;
  max-width: 40px
}

.widget-category-2 ul li:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
  visibility: visible
}

.widget-category-2 ul.end li {
  margin-right: 0
}

.widget-category-2 .count {
  background-color: #f9802d;
  border-radius: 20px;
  color: #253d4e;
  display: inline-block;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
  text-align: center;
  width: 24px
}

.sidebar-widget .banner-img {
  float: none
}

.social-network li {
  display: inline-block;
  margin: 0 5px 0 0
}

footer .mobile-social-icon {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: flex-end
}

footer .mobile-social-icon h6 {
  display: inline-block;
  margin-right: 15px
}

footer .hotline {
  min-width: 200px
}

footer .hotline img {
  margin-right: 12px;
  max-width: 30px;
  min-width: 10px;
  opacity: .5
}

.newsletter {
  position: relative
}

.newsletter .newsletter-inner {
  background: url(../imgs/banner/banner-10.png) no-repeat 50%;
  background-size: cover;
  border-radius: 20px;
  clear: both;
  display: table;
  min-height: 179px;
  overflow: hidden;
  padding: 35px 78px;
  width: 100%
}

.newsletter .newsletter-inner img {
  bottom: 0;
  max-width: 29%;
  position: absolute;
  right: 50px
}

.newsletter .newsletter-inner .newsletter-content p {
  font-size: 18px
}

.newsletter .newsletter-inner .newsletter-content form {
  background-color: #fff;
  border-radius: 50px;
  max-width: 450px;
  position: relative;
  z-index: 4
}

.newsletter .newsletter-inner .newsletter-content form input {
  background: url(../imgs/theme/icons/icon-plane.png) no-repeat 25px;
  border: 0;
  border-radius: 50px 0 0 50px;
  padding-left: 58px
}

.newsletter .newsletter-inner .newsletter-content form button {
  border: 0;
  border-radius: 50px;
  font-weight: 700
}

.widget-about {
  font-size: 15px;
  min-width: 300px
}

.contact-infor {
  color: #253d4e;
  font-size: 15px
}

.contact-infor li:not(:last-child) {
  margin-bottom: 10px
}

.contact-infor li img {
  margin-right: 8px;
  max-width: 16px
}

.footer-link-widget:not(:last-child) {
  margin-right: 50px
}

.footer-link-widget p {
  color: #253d4e;
  font-size: 15px
}

.footer-list {
  list-style: none outside none;
  margin: 0;
  min-width: 170px;
  padding: 0
}

.footer-list li {
  display: block;
  margin: 0 0 13px;
  transition-duration: .3s
}

.footer-list li:last-child {
  margin: 0
}

.footer-list li:hover {
  padding-left: 5px;
  transition-duration: .3s
}

.footer-list li a {
  color: #253d4e;
  display: block;
  font-size: 15px
}

.footer-list li a:hover {
  color: #f97316
}

.footer-bottom {
  border-top: 1px solid #7e859b
}

.footer-mid .widget-title {
  margin: 15px 0 20px
}

.section-padding {
  padding: 40px 0
}

.p-10 {
  padding: 10px !important
}

.p-15 {
  padding: 15px !important
}

.p-20 {
  padding: 20px !important
}

.p-25 {
  padding: 25px !important
}

.p-30 {
  padding: 30px !important
}

.p-40 {
  padding: 40px !important
}

.p-65 {
  padding: 65px !important
}

.pt-5 {
  padding-top: 5px !important
}

.pt-15 {
  padding-top: 15px !important
}

.pt-40 {
  padding-top: 40px !important
}

.pt-60 {
  padding-top: 60px !important
}

.pb-5 {
  padding-bottom: 5px !important
}

.pb-10 {
  padding-bottom: 10px !important
}

.pb-15 {
  padding-bottom: 15px !important
}

.pb-20 {
  padding-bottom: 20px !important
}

.pb-30 {
  padding-bottom: 30px !important
}

.pb-40 {
  padding-bottom: 40px !important
}

.pr-20 {
  padding-right: 20px !important
}

.pr-60 {
  padding-right: 60px !important
}

.mb-24 {
  margin-bottom: 24px
}

.mt-5 {
  margin-top: 5px !important
}

.mt-10 {
  margin-top: 10px !important
}

.mt-15 {
  margin-top: 15px !important
}

.mt-20 {
  margin-top: 20px !important
}

.mt-30 {
  margin-top: 30px !important
}

.mt-40 {
  margin-top: 40px !important
}

.mb-5 {
  margin-bottom: 5px !important
}

.mb-10 {
  margin-bottom: 10px !important
}

.mb-15 {
  margin-bottom: 15px !important
}

.mb-20 {
  margin-bottom: 20px !important
}

.mb-25 {
  margin-bottom: 25px !important
}

.mb-30 {
  margin-bottom: 30px !important
}

.mb-40 {
  margin-bottom: 40px !important
}

.mb-45 {
  margin-bottom: 45px !important
}

.mb-50 {
  margin-bottom: 50px !important
}

.mb-100 {
  margin-bottom: 100px !important
}

.ml-5 {
  margin-left: 5px !important
}

.ml-15 {
  margin-left: 15px !important
}

.mr-5 {
  margin-right: 5px !important
}

.mr-10 {
  margin-right: 10px !important
}

.mr-15 {
  margin-right: 15px !important
}

.mr-30 {
  margin-right: 30px !important
}

.rtl .logo.logo-width-1 {
  margin-left: 0;
  margin-right: unset
}

.rtl .main-menu>nav>ul>li ul.sub-menu {
  left: unset;
  right: 0
}

.rtl .main-menu>nav>ul>li ul.sub-menu li a i {
  float: left;
  transform: rotate(180deg)
}

.rtl .header-info>ul>li {
  margin-left: 10px;
  margin-right: 0
}

.rtl .header-info>ul>li:before {
  left: -10px;
  right: unset
}

.rtl .header-style-1 .search-style-2 form input {
  margin-left: 20px;
  margin-right: 20px
}

.rtl .header-style-1 .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  left: 0;
  right: unset
}

.rtl .header-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 30px;
  right: unset
}

.rtl .header-style-1 .search-location .select2-container--default .select2-selection--single .select2-selection__rendered:before {
  margin-left: 7px;
  margin-right: unset
}

.rtl .header-style-1 .search-location .select2-container {
  margin-left: 30px;
  margin-right: unset
}

.rtl .header-style-1 .main-categori-wrap>a.categories-button-active i {
  margin-left: unset;
  margin-right: 12px
}

.rtl .search-style-2 form input {
  background-position: 0
}

.rtl .hotline img {
  margin-left: 12px;
  margin-right: unset
}

.rtl .categories-dropdown-active-large {
  left: unset;
  right: 0
}

.rtl .slider-arrow.slider-arrow-2.flex-right {
  flex-direction: row-reverse;
  justify-content: flex-start
}

.rtl .section-title h3 {
  margin-left: 30px;
  margin-right: unset
}

.rtl .section-title.style-1:after {
  left: unset;
  right: 0
}

.rtl .product-rating {
  background-position: 100% 0
}

.rtl .product-cart-wrap .product-badges.product-badges-position {
  left: unset;
  right: 0
}

.rtl .product-cart-wrap .product-badges span {
  border-radius: 0 10px 0 20px
}

.rtl .newsletter .newsletter-inner img {
  left: 50px;
  right: unset
}

.rtl .banner-left-icon .banner-icon {
  margin-left: 20px;
  margin-right: unset
}

.rtl footer .mobile-social-icon h6 {
  margin-left: 10px;
  margin-right: unset
}

.rtl .mobile-social-icon a:last-child {
  margin-right: 5px
}

.rtl .widget-category-2 ul li a img {
  margin-left: 15px;
  margin-right: unset
}

.rtl .contact-infor li img {
  margin-left: 8px;
  margin-right: unset
}

.rtl .categories-dropdown-wrap ul li a img {
  margin-left: 15px;
  margin-right: unset
}

.rtl .categories-dropdown-wrap.style-2 .more_categories {
  justify-content: start
}

.rtl .page-item:last-child .page-link {
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px
}

.rtl .page-item:first-child .page-link {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px
}

.rtl .shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by {
  margin-left: 5px;
  margin-right: unset
}

.rtl .shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by i {
  margin-left: 10px;
  margin-right: unset
}

.rtl .shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span i {
  margin-left: unset;
  margin-right: 10px
}

.rtl .breadcrumb {
  display: flex
}

.rtl .breadcrumb span:before {
  content: "\f110"
}

.rtl input:not([type=checkbox], [type=radio]) {
  padding-right: 20px
}

.rtl .search-form form button {
  border-radius: 100px 0 0 100px;
  left: 0;
  right: unset
}

.rtl .mr-5 {
  margin-left: 5px !important
}

.rtl .mr-10 {
  margin-left: 10px !important
}

.rtl .mr-15 {
  margin-left: 15px !important
}

@media only screen and (max-width:768px) {
  .totall-product h2 {
    font-size: 28px
  }

  .header-style-1 .header-bottom-bg-color {
    border-bottom: none !important;
    border-top: none !important;
    margin-top: 15px
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0
  }

  .logo.logo-width-1 {
    left: 50%;
    margin-right: 0;
    position: absolute;
    transform: translate(-50%)
  }

  .logo.logo-width-1 a img {
    height: 60px;
    min-width: 90px;
    width: 90px
  }

  .header-bottom {
    padding: 10px 0
  }

  .header-action-2 .header-action-icon-2 {
    padding: 0 2px
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 6px
  }

  .header-action-2 .header-action-icon-2>a {
    font-size: 22px;
    margin-right: 0
  }

  .cart-dropdown-wrap {
    right: -39px;
    width: 290px
  }

  .cart-dropdown-wrap ul li .shopping-cart-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-inline-end: 10px
  }

  .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    padding: 12px 22px 13px
  }

  .categories-dropdown-wrap ul li a {
    padding: 5px 12px
  }

  .mobile-header-wrapper-style {
    max-width: 100%;
    width: 300px
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 15px 30px 13px
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 140px
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 0
  }


  .header-height-2 {
    min-height: 65px
  }

  .banner-img {
    float: left
  }

  .footer-mid .logo img {
    display: contents;
    max-width: 150px
  }

  .footer-mid .widget-about {
    min-width: 205px
  }

  .footer-mid .widget-about strong {
    display: none
  }

  .product-list .product-cart-wrap {
    align-items: start
  }

  .product-list .product-cart-wrap .product-img-action-wrap {
    max-width: 45%
  }

  .product-list .product-cart-wrap h2 {
    font-size: 24px
  }

  .product-list .product-cart-wrap p.mt-15 {
    display: none
  }

  .product-list .product-cart-wrap .product-rate-cover {
    margin-bottom: 20px
  }

  .detail-info {
    padding: 0 !important
  }

  .detail-info h2 {
    font-size: 30px
  }

  .product-cart-wrap .product-img-action-wrap .product-action-1 {
    min-width: 111px
  }

  .custom-modal .modal-dialog {
    max-width: 720px !important
  }
}

@media only screen and (min-width:768px) and (max-width:992px) {
  .mobile-promotion {
    background: #f97316;
    color: #fff;
    display: block;
    padding: 8px 0;
    text-align: center
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {

  .header-action-2 .header-action-icon-2 {
    padding: 0 10px
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 10px
  }

  .header-action-2 .header-action-icon-2>a {
    font-size: 22px
  }

  .cart-dropdown-wrap {
    width: 310px
  }

  .comment-form .name {
    margin-bottom: 1rem;
    padding-right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {

  .header-action-2 .header-action-icon-2>a {
    color: #fff;
    fill: #fff
  }

  .header-height-2 {
    border-bottom: 2px solid #f97316;
    min-height: 50px
  }

  .comment-form .email {
    padding-left: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .totall-product h2 {
    font-size: 28px
  }

  .main-menu.main-menu-padding-1>nav>ul>li {
    padding: 0 8px
  }

  .search-style-2 form input {
    width: 340px
  }

  .hotline p {
    font-size: 15px
  }

  .hero-slider-1 {
    height: 350px
  }
}

@media (min-width:992px) {
  .col-md-1-5 {
    width: 20%
  }

  .col-md-2-5 {
    width: 40%
  }

  .col-md-3-5 {
    width: 60%
  }

  .col-md-4-5 {
    width: 80%
  }

  .col-md-5-5 {
    width: 100%
  }
}

@media only screen and (min-width:1200px) {
  .container {
    max-width: 1610px
  }

  .col-lg-1-5 {
    width: 20%
  }

  .col-lg-2-5 {
    width: 40%
  }

  .col-lg-3-5 {
    width: 60%
  }

  .col-lg-4-5 {
    width: 80%
  }

  .col-lg-5-5 {
    width: 100%
  }

  .header-action-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-flex-shrink: 0;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media only screen and (min-width:1200px) and (max-width:1365px) {
  .main-menu.main-menu-padding-1>nav>ul>li {
    padding: 0 14px
  }
}

@media only screen and (max-width:1400px) {
  .product-cart-wrap.style-2 .product-content-wrap {
    max-width: 94%
  }

  .hero-slider-1 .single-hero-slider {
    height: 467px
  }

  .banner-img.style-2 {
    height: 483px
  }

  .slider-nav-thumbnails button.slick-arrow.slick-prev {
    left: 0
  }

  .detail-info h2 {
    font-size: 30px
  }

  .tab-style3 .nav-item {
    margin-bottom: 15px
  }
}

@media only screen and (max-width:1024px) {
  .header-style-1 .main-categori-wrap {
    margin-right: 20px
  }

  .product-cart-wrap .product-action-1 a.action-btn {
    font-size: 13px;
    height: 34px;
    line-height: 40px;
    width: 34px
  }

  .banner-img .banner-text h4 {
    margin-top: 0 !important
  }

  .header-wrap .header-right {
    overflow: hidden
  }

  .et,
  .header-action-2 .header-action-icon-2 span.lable,
  .hotline {
    display: none !important
  }

  .main-menu.main-menu-padding-1>nav>ul>li {
    padding: 0 10px
  }

  .hero-slider-1 .single-hero-slider {
    height: 350px
  }

  .banner-img .banner-text h4 {
    font-size: 18px;
    min-height: 50px
  }

  .header-style-1 .search-style-2 form {
    max-width: 450px
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 8px
  }

  .nav-tabs.links .nav-link {
    font-size: 14px;
    padding: 0 7px
  }

  .deals-countdown .countdown-section {
    margin-left: 2px;
    margin-right: 2px;
    padding: 20px 2px 30px
  }

  .section-title.style-1 {
    font-size: 1.5rem;
    padding-bottom: 15px
  }

  .section-title.style-2 {
    display: block
  }

  .section-title.style-2 h3 {
    font-size: 28px;
    margin-bottom: 25px
  }

  .modal-open .modal {
    padding-right: 0 !important
  }

  .vendor-wrap.style-2 {
    display: block
  }
}

@media only screen and (max-width:480px) {

  .mobile-promotion {
    background: #3bb77e;
    color: #fff;
    display: block;
    padding: 8px 0;
    text-align: center
  }

  .hero-slider-1 {
    height: unset
  }

  .header-height-2 {
    min-height: 40px
  }

  .header-action-2 .header-action-icon-2:last-child {
    padding: 0
  }

  .popular-categories .slider-btn.slider-prev {
    left: unset !important;
    right: 50px !important
  }

  .mb-sm-0 {
    margin-bottom: 0 !important
  }

  .mb-sm-5 {
    margin-bottom: 2rem
  }

  .nav.right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
  }

  ul.footer-list {
    margin-bottom: 30px
  }

  .pt-40,
  .pt-60 {
    padding-top: 30px !important
  }

  .w-50 {
    width: 100% !important
  }

  .product-list .product-cart-wrap {
    display: block
  }

  .product-list .product-cart-wrap .product-img-action-wrap {
    max-width: 100%
  }

  .shop-product-fillter {
    display: block
  }

  .shop-product-fillter .totall-product {
    margin-bottom: 15px
  }

  .table td {
    display: block;
    text-align: center;
    width: 100%
  }

  .table td:before {
    content: attr(data-title) " ";
    float: left;
    font-weight: 700;
    margin-right: 15px;
    text-transform: capitalize
  }

  .table thead {
    display: none
  }

  .d-sm-none {
    display: none
  }


  .product-cart-wrap:not(:last-child) {
    margin-bottom: 30px !important
  }

  .slick-track .product-cart-wrap {
    margin-bottom: 0 !important
  }

  .img-hover-slide {
    min-height: 232px
  }

  .comments-area .thumb {
    min-width: 100px
  }

  .featured .col-lg-2 {
    width: 50%
  }

  .nav-tabs .nav-link {
    font-size: 13px;
    padding: 10px 12px
  }

  .deals-countdown .countdown-section {
    margin-left: 2px;
    margin-right: 2px;
    padding: 20px 2px 30px
  }

  .newsletter form {
    margin: 15px 0
  }

  footer .col-lg-2.col-md-3 {
    width: 50%
  }

  .product-detail .tab-style3 .nav-tabs li.nav-item a {
    padding: .5rem;
    text-transform: none
  }

  .related-products .product-cart-wrap {
    margin-bottom: 30px
  }


  .section-title {
    margin-bottom: 15px
  }

  .section-title,
  .section-title .title {
    display: block
  }

  .section-title h3 {
    font-size: 28px;
    margin-bottom: 20px
  }

  .section-title .show-all {
    display: none
  }

  .nav-tabs.links .nav-link {
    margin-bottom: 10px
  }

  .slider-arrow.slider-arrow-2.flex-right {
    display: none
  }

  .newsletter .newsletter-inner {
    padding: 20px
  }

  .newsletter .newsletter-inner h2 {
    font-size: 22px
  }

  .newsletter .newsletter-inner .newsletter-content p {
    font-size: 14px;
    margin-bottom: 25px !important
  }

  .newsletter .newsletter-inner button.submit,
  .newsletter .newsletter-inner button[type=submit] {
    padding: 12px 20px
  }

  .footer-link-widget:not(:last-child) {
    margin-right: 0
  }

  .widget-about {
    margin-bottom: 30px
  }

  footer p.font-md {
    font-size: 13px
  }

  .product-info {
    border: 0;
    padding: 0
  }

  .product-info .tab-style3 .nav-tabs li.nav-item a {
    font-size: 13px;
    margin: 0 !important;
    padding: 11px 8px !important
  }

  .order_table table .w-160 {
    margin: 0 auto
  }

  .modal-open .modal {
    padding-right: 0 !important
  }
}

@media only screen and (min-width:480px) and (max-width:667px) {
  .header-height-2 {
    min-height: 40px
  }


  .col-lg-4 .banner-img {
    margin-bottom: 30px
  }

  .modal-open .modal {
    padding-right: 0 !important
  }
}

@media only screen and (max-width:375px) {

  .custom-modal .modal-dialog .modal-content {
    padding: 0
  }

  .modal-open .modal {
    padding-right: 0 !important
  }
}

body {
  font-family: solar
}

.main-categori-wrap>a span {
  color: #7e859b !important;
  margin-left: 7px
}

.header-style-1 .search-style-2 form {
  border-radius: 33px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  padding-right: 21px
}

div#news-flash li:first-child {
  border-radius: 33px
}

div#news-flash li {
  height: 16px
}

div#news-flash li span {
  color: var(--solar)
}

.header-top-ptb-1 #news-flash {
  border-right: 1px solid #dee2e6;
  font-size: 14px;
  font-weight: 600;
  height: 16px;
  line-height: 18px;
  min-width: 400px;
  overflow: hidden;
  padding-right: 10px
}

.main-categori-wrap {
  margin-left: 35px;
  margin-right: unset;
  position: relative
}

.header-action-2 .header-action-icon-2 span.lable {
  font-size: 14px;
  margin: 5px 0 0 10px
}

.main-menu>nav>ul>li>a i {
  font-size: 8px;
  margin-right: 4px;
  position: relative
}

.main-menu>nav>ul>li>a {
  color: #253d4e;
  display: inline-block;
  font-family: solar-Medium, sans-serif;
  font-size: 14px;
  font-weight: 500
}

.product-cart-wrap .product-card-bottom .add-cart .add {
  background-color: #fee3d0;
  border-radius: 4px;
  color: #f97316;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 20px;
  position: relative
}

.banner-text h4 {
  font-size: 20px
}

.header-style-1 .main-categori-wrap>a.categories-button-active {
  border-radius: 33px;
  font-family: solar-Medium, sans-serif;
  font-size: 16px;
  line-height: 44px;
  padding: 0 20px;
  white-space: nowrap
}

.categories-dropdown-active-large {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 33px;
  font-size: 16px;
  left: 0;
  list-style-type: none;
  margin: 26px 0 0;
  min-width: 270px;
  opacity: 0;
  padding: 30px;
  position: absolute;
  top: 177%;
  -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
  visibility: hidden;
  z-index: 99
}

.categories-dropdown-wrap ul li {
  align-items: center;
  border: 1px solid #f2f3f4;
  border-radius: 33px;
  color: #eee;
  display: flex;
  font-family: solar;
  font-size: 12px;
  height: 50px;
  line-height: 48px;
  margin: 0 0 15px 15px;
  min-width: 219px;
  padding: 9px 18px;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  white-space: nowrap
}

.categories-dropdown-wrap .more_categories span.icon:after {
  background-color: #f97316;
  content: "";
  height: 12px;
  position: absolute;
  right: 9px;
  top: 4px;
  width: 2px
}

.categories-dropdown-wrap .more_categories span.icon:before {
  background-color: #f97316;
  content: "";
  height: 2px;
  position: absolute;
  right: 4px;
  top: 9px;
  width: 12px
}

.categories-dropdown-wrap .more_categories {
  align-items: center;
  color: #fee3d0;
  display: flex;
  font-family: solar-Medium, sans-serif;
  font-size: 13px;
  justify-content: center;
  margin-top: 15px;
  position: relative
}

.categories-dropdown-wrap ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: gray;
  font-size: 14px;
  line-height: 1.5;
  padding: 0
}

.rtl .logo.logo-width-1 {
  margin-left: unset;
  margin-right: 0
}

.nav-tabs {
  align-items: center;
  background: #fff;
  background: #f4f4f5;
  border: 1px solid #eee;
  border-radius: 33px;
  display: flex;
  gap: 11px;
  justify-content: center;
  margin-bottom: 4px;
  padding: 4px 7px
}

li.nav-item {
  margin: 0 -7px
}

.nav-tabs.links .nav-link {
  background: none;
  border-radius: 33px;
  color: #253d4e;
  font-family: solar;
  font-size: 14px;
  margin: 0;
  padding: 7px 14px
}

.shadow-xl {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1)
}

.nav-tabs.links .nav-link.active,
.nav-tabs.links .nav-link:hover {
  background: #fff;
  color: #f97316;
  text-align: center
}

.nav-tabs .nav-link:first-child {
  margin-left: 0 !important;
  padding-left: 14px !important
}

.slick-dots {
  bottom: 0;
  left: 0;
  margin: 5px auto;
  padding: 0;
  right: 0;
  text-align: center
}

.slick-dots li {
  background: rgba(0, 0, 0, .4);
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 6px;
  margin: 0 3px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  vertical-align: middle;
  width: 6px
}

.slick-dots li button {
  background: none;
  border: none;
  display: none !important
}

.slick-dots li.slick-active {
  background: var(--solar);
  width: 16px
}

.product-cart-wrap .product-action-1 {
  display: flex
}

.product-cart-wrap.style-2 .product-content-wrap .deals-countdown-wrap {
  white-space: nowrap
}

.profile-widget .hidear-card-user {
  border-radius: 50% !important;
  display: block;
  height: 130px;
  left: 0;
  margin-bottom: -60px !important;
  margin-right: 20px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  right: 0;
  top: -54px;
  width: 130px
}

.profile-widget .img-profile {
  padding: 6px
}

.profile-widget .member-prfile-box {
  background-color: #fff;
  display: flex;
  position: relative;
  transition: all .3s cubic-bezier(.25, .8, .25, 1) !important
}

.profile-widget .vendor-wrap {
  overflow: visible
}

.profile-widget .vendor-wrap .vendor-content-wrap {
  background: #fff;
  margin-top: 23px;
  z-index: 7
}

.profile-widget .img-profile {
  background: #fff;
  border-radius: inherit;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  padding: 8px;
  width: 100%
}

.profile-widget .vendor-wrap .vendor-content-wrap {
  margin: 0;
  padding: 0;
  width: 100%
}

.profile-widget h4 {
  font-size: 14px
}

.profile-widget .contact-infor {
  align-content: center;
  align-items: start;
  color: #253d4e;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  justify-content: start;
  justify-content: flex-start;
  text-align: center
}

.profile-widget ul.contact-infor li {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 !important
}

.most-seller,
.wrap-section {
  background: #f9fafb;
}

.container-custom {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 33px;
  margin: 0 auto;
  padding: 40px 20px;
  width: 97%
}

.nav-tabs {
  margin: 0 auto
}

@media (min-width:768px) {
  .section-padding-xl {
    padding: 70px 30px
  }
}

@media (max-width:767px) {

  .small-el.most-seller,
  .wrap-section,
  .section-padding {
    padding: 25px 0
  }

  .text-heading {
    margin-bottom: 20px;
  }

  .nav-tabs.links .nav-link {
    white-space: nowrap
  }

  .banner-img .banner-text h4 {
    font-size: 14px
  }

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

  .section-title {
    display: block;
    margin-bottom: 15px
  }

  .related-products h2.section-title {
    overflow: hidden;
    padding-right: 5px;
    padding-top: 10px
  }

  .nav-tabs {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 36px;
    overflow: scroll;
    padding-right: 14px;
    width: fit-content
  }

  .container-custom {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 33px;
    margin: 0 auto;
    padding: 40px 15px;
    width: 98%
  }

  .mobile-promotion {
    background: #6495ed;
    color: #fff;
    display: block;
    padding: 8px 0;
    text-align: center
  }

  .nav-scroll {
    width: 400px
  }

  .nav-scroll a {
    white-space: nowrap
  }
}

.vendor-logo-review img {
  height: 84px;
  width: 84px
}

.small-el .product-cart-wrap .product-content-wrap h2 {
  box-sizing: border-box;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

.small-el .product-cart-wrap .product-img-action-wrap {
  background-color: #fff;
  border-bottom: 1px solid #c3c3c3;
  max-height: 320px;
  overflow: hidden;
  padding: 0;
  position: relative
}

.small-el .product-cart-wrap .product-content-wrap {
  padding: 5px
}

.small-el .product-cart-wrap .product-content-wrap .product-category {
  margin-bottom: 3px
}

.small-el .font-small {
  font-size: .9rem
}

.small-el .product-cart-wrap .product-card-bottom {
  margin: 0
}

.small-el .product-cart-wrap .product-content-wrap .product-price span {
  color: #f97316;
  font-size: .95rem;
  font-weight: 700
}

.small-el .product-cart-wrap .product-card-bottom {
  margin: -7px 0 0;
  white-space: nowrap
}

.small-el .product-cart-wrap .product-content-wrap .product-price {
  padding-top: 0
}

.small-el .product-cart-wrap .product-content-wrap .product-price span.old-price {
  color: #adadad;
  font-size: .8rem;
  margin: 0;
  text-decoration: line-through
}

.small-el .product-cart-wrap .product-card-bottom .add-cart .add {
  background-color: #fee3d0;
  border-radius: 4px;
  color: #f97316;
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  padding: 0 5px;
  position: relative
}

.small-el .by-vendor {
  margin-top: -7px
}

.small-el .slick-slide {
  float: left;
  height: 100%;
  margin: 0 7px;
  min-height: 1px
}

.nav-tabs {
  margin: 15px auto
}

.carausel-10-columns-cover .carausel-10-columns .card-2 {
  margin-left: 5px;
  margin-right: 5px
}

.vendor-wrap:hover {
  border: 0
}

.card-2 {
  height: 102px;
  width: 100px !important
}

.card-2 figure img {
  max-width: 80px;
  width: 48px
}

.card-2 figure {
  margin-bottom: 0;
  text-align: center
}

.card-2 h6 {
  font-size: 10px;
  margin: 0
}

.about-count:after {
  background: #f9802d
}

.about-count {
  background: url(../imgs/page/about-9.png) no-repeat 50%;
  color: #fff;
  padding: 54px 0
}

.section-title h3 {
  font-size: 18px;
  font-weight: 700;
  margin-right: 30px
}

.s-rating {
  align-items: center;
  display: flex;
  gap: 5px
}

.s-rating-value {
  background: #7e859b;
  border: 1px solid #eee;
  border-radius: 10px;
  color: #fff;
  padding: 5px 10px;
  white-space: nowrap
}

.solar-prize {
  align-items: center;
  border: 1px solid #fff7f2;
  border: 1px solid #cae9fd !important;
  border-radius: 10px;
  color: #2da6f9;
  display: flex;
  gap: 5px;
  justify-content: center;
  line-height: 1;
  padding: 5px
}

.solar-prize a {
  color: #fafcff !important
}

.solar-vendoer-product-wrap {
  background: #fff;
  border-radius: 10px;
  margin: 10px 5px;
  padding: 5px
}

.solar.follow-social {
  margin-bottom: 5px;
  margin-top: 9px
}

.solar.default-img {
  border-radius: 10px;
  height: 124px;
  overflow: hidden;
  width: 136px
}

.propertise-products li {
  background: #f4f6fa;
  border-radius: 10px;
  padding: 3px 10px
}

.solar-btn-primary {
  background: var(--solar) !important;
  border: 1px solid var(--solar-light);
  color: var(--solar-light) !important
}

.solar-btn-blue {
  background: var(--solar-blue-light) !important;
  border: 1px solid var(--solar-blue-light);
  color: var(--solar-blue) !important
}

.solar-btn-secondary {
  background: var(--solar-gray) !important;
  border: 1px solid var(--solar-gray);
  color: var(--solar-gray-700) !important
}

.solar-btn-white {
  background: #fff !important;
  border: 1px solid var(--solar);
  color: var(--solar) !important
}

.solar-btn-md {
  padding: 6px 20px
}

.badges-secandary {
  background: #3e8ed0 !important;
  color: #ecf0f4 !important
}

.font-sm {
  font-size: var(--sm) !important
}

.font-xss {
  font-size: var(--xs) !important
}

.ctg-brand-section {
  background-image: linear-gradient(180deg, #fff9f5, transparent)
}

.ctg-brand-section-x {
  background-image: linear-gradient(180deg, transparent, #fff9f5)
}

.card-collection {
  align-items: center;
  background: #fff !important;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 50%;
  border-radius: 10px;
  display: flex !important;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  margin: 10px 5px;
  min-height: 80px !important;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: .2s;
  width: 81px !important
}

.card-collection figure img {
  display: inline-block;
  max-width: 80px;
  width: 48px
}

section.product-section-page .card-collection figure img {
  height: 78% !important
}

section.product-section-page .card-collection {
  height: 70px;
  min-height: 70px !important
}

.card-collection figure {
  margin-bottom: 0;
  text-align: center
}

.card-collection h6 a {
  color: #253d4e;
  font-size: 10px;
  margin: 0
}

.card-brands {
  align-items: center;
  background: #fff !important;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 50%;
  border-radius: 17px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 2px 1px -1px rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .14);
  display: flex !important;
  flex-direction: column;
  height: 57px;
  justify-content: center;
  margin: 5px;
  min-height: 42px !important;
  padding: 0;
  position: relative;
  text-align: center;
  transition: .2s;
  width: 87px !important
}

.card-brands figure img {
  display: inline-block;
  height: 34px;
  max-width: 89px;
  padding: 5px
}

.bg-solar-blue-700 {
  background: #169cf9 !important
}

.bg-solar-blue-300 {
  background: #cae9fd !important
}

.bg-solar-blue-100 {
  background: #f4faff !important
}

.txt-solar-blue-100 {
  color: #f4faff !important
}

.bg-solar-orange-light-700 {
  background: #fdc040 !important
}

.bg-solar-green-700 {
  background: #20c997 !important
}

.bg-solar-green-700 :hover {
  background: #cae9fd !important
}

.border-3xl {
  border-radius: 33px
}

.single-comment {
  background: #fff
}

.accordion-item {
  border-radius: 33px;
  margin: 10px auto;
  overflow: hidden
}

.accordion-button:not(.collapsed) {
  background-color: #fee3d0 !important;
  border: 0;
  box-shadow: inset 0 -1px #00000020;
  color: #253d4e !important
}

.solar-title {
  color: #411e06;
  padding: 30px;
  text-align: center
}

.container-custome-rounded {
  background: #fff;
  border-radius: 33px
}

.contact-infor li,
.footer-list li a {
  color: #7e859b;
  display: block;
  font-size: 13px
}

.footer-mid .widget-title {
  color: #fff
}

.header-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.rtl .header-style-1 .search-style-2 form input {
  background: transparent;
  border-bottom-left-radius: 33px;
  border-top-left-radius: 33px;
  margin-left: 0;
  margin-right: 0;
  max-width: 500px;
  overflow: hidden;
  padding-right: 10px
}

#container-bootom-menue {
  align-items: center;
  bottom: 0;
  display: none !important;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 1000
}

#container-bootom-menue .menu {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 1px 0 rgba(52, 46, 173, .25), 0 15px 30px 0 rgba(52, 46, 173, .1);
  display: flex;
  flex-grow: 1;
  height: 72px;
  max-width: 370px;
  overflow: hidden
}

#container-bootom-menue .menu-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  text-decoration: none
}

#container-bootom-menue .menu-item:focus,
#container-bootom-menue .menu-item:hover {
  outline: none
}

@media screen and (max-width:767px) {
  #container-bootom-menue .menu {
    height: 56px
  }
}

.header-action-2 .header-action-icon-2>a img {
  margin: 0 auto
}

.header-action-2 .header-action-icon-2 {
  width: 48px
}

.vendoer-img-block {
  background: #f2f3f4;
  border: 1px solid #eee;
  border-radius: 10px
}

.vendor-img {
  height: 125px;
  width: 135px
}

.solar-prize {
  background: #3490f3 !important;
  color: #fff;
  margin: 0 auto;
  position: relative;
  top: -5px;
  width: 95%
}

.responsive-text-truncate {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (min-width:768px) {
  .responsive-text-truncate {
    max-width: 200px
  }
}

.contact-infor li:not(:last-child) {
  margin-bottom: -5px
}

.solar-icon-color {
  color: #6c757d
}

.vendoer-info-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-start
}

.brand-wrap1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  color: #777;
  cursor: pointer;
  padding: 4px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.product-list1 .product-cart-wrap .product-img-action-wrap {
  flex-basis: 37%;
  padding: 5px
}

.product-list1 .product-cart-wrap .product-content-wrap {
  padding: 15px 6px 7px
}

.product-cart-wrap .product-img-action-wrap .product-img a {
  align-items: center;
  border-left: 1px solid #ededed;
  display: flex;
  justify-content: center;
  padding: 15px
}

.hero-slider-1 .single-hero-slider {
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  height: 429px
}

.contact-infor div,
.contact-infor span {
  color: #7e859b
}

.container {
  margin: 0 auto;
  width: 90%
}

.vendor-img {
  height: 82px;
  width: 100px
}

.solar-animation {
  cursor: pointer
}

.solar-animation.active,
.solar-animation:hover {
  border: 1px solid var(--solar);
  margin-top: -2px;
  opacity: .8;
  transform: translateY(-2px);
  transition-duration: .5s
}

.pulse {
  animation: pulse 1s ease-in-out infinite
}

@keyframes pulse {
  0% {
    opacity: 1
  }

  50% {
    opacity: .7
  }

  to {
    opacity: 1
  }
}

.form-switch .form-check-input {
  background-repeat: no-repeat
}

.form-check-input:checked {
  background-color: var(--solar);
  border-color: var(--solar-light)
}

.group-product-count input {
  border-radius: 4px;
  height: 30px;
  width: auto
}

label.form-selectgroup-item input.form-selectgroup-input {
  height: auto;
  width: auto
}

label.form-selectgroup-item {
  display: flex
}

img.icon,
svg.icon {
  height: 1em;
  max-width: 100%;
  vertical-align: middle;
  width: 1em;
  fill: currentColor
}

img.icon {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%
}

.scalex--1 {
  transform: scalex(-1)
}

.header-info.header-info-right a {
  margin-right: 5px
}

.icon.cart-empty {
  color: #f97316;
  font-size: 52px
}

.main-menu>nav>ul>li ul.mega-menu li ul li img {
  margin-left: 10px
}

.cart-dropdown-wrap.account-dropdown a {
  align-items: center;
  display: flex
}

.register-sign-in-dropdown-inner .sign-in-action {
  display: flex;
  font-size: 12px;
  justify-content: center;
  padding: 8px 0
}

.register-sign-in-dropdown-inner .register {
  padding: 10px 0
}

.register-sign-in-dropdown-inner .sign-in-action .sign-in-button {
  border: 1px solid transparent;
  border-radius: .25rem;
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  font-size: 1rem;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  padding: .25em .5em;
  text-align: center;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap
}

.register-sign-in-dropdown-inner .register {
  align-items: center;
  border-top: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  padding: 10px 0 0
}

.register-sign-in-dropdown-inner .register a {
  font-size: 13px
}

.btn-border-outline {
  background: transparent !important;
  border-color: #3e5379;
  color: #3e5379
}

.btn-border-outline:hover {
  background: #3e5379 !important;
  color: #fff
}

.content-slider .icon-slider {
  bottom: -60px;
  position: relative;
  right: -35px;
  z-index: -1
}

.engineer-bar-main a .text-turncate,
.vendor-bar-main a .text-turncate {
  color: #253d4e
}

.bar-authenticated {
  color: #0866ff;
  margin-inline-end: 2px;
  position: relative;
  top: -1px
}

section.banners {
  padding-bottom: 40px
}

.border-none {
  border: none !important
}

.engineer-bar-main .vendor-img.img-vendor-wrap {
  height: auto;
  margin: auto;
  overflow: hidden
}

.engineer-bar-main .vendor-img.img-vendor-wrap .img-vendor {
  border-radius: 50%;
  display: block;
  height: 90px;
  object-fit: cover;
  overflow: hidden;
  padding: 6px;
  width: 90px
}

.small-el .by-vendor a {
  color: var(--solar-dark)
}

.small-el .product-cart-wrap .product-card-bottom .add-cart .add i {
  position: relative;
  top: 1px
}

.section-why h3 {
  font-size: clamp(1.25rem, 5vw, 1.5rem);
  line-height: 1.4
}

.section-why p {
  color: #333e48;
  line-height: 1.8
}

.section-why .features-list {
  margin-top: 20px
}

.section-why .features-list li {
  color: #333e48;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px
}

.section-why .features-list li svg {
  color: var(--solar);
  font-size: 19px;
  margin-left: 5px
}

.section-why .img {
  padding-left: 50px
}

.bar-solar-btn-white {
  border: 1px solid #e5e7eb;
  box-shadow: none;
  color: #253d4e !important;
  font-size: 11px;
  line-height: 1.8;
  text-transform: none
}

div#ctg-brand-Content {
  position: relative
}

div#ctg-brand-Content .ps__rail-y {
  display: none
}

.web-Modal {
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center
}

.web-Modal .modal-content {
  animation: fadeIn .3s ease-in-out;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  max-width: 400px;
  padding: 20px;
  width: 90%
}

.modal-header {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px
}

.modal-close {
  color: #888;
  cursor: pointer;
  float: right;
  font-size: 20px;
  position: relative;
  right: 13px;
  top: -20px
}

.modal-close:hover {
  color: #000
}

.web-Modal input.form-control {
  height: 40px !important
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(.9)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.text-2-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.5em;
  line-height: 1.7em;
  overflow: hidden;
  text-overflow: ellipsis
}

.span-certified:before {
  background: #f97316;
  border-radius: 50px;
  color: #fff;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px
}

.main-menu>nav>ul {
  align-items: center;
  display: flex
}

.order-status_changes {
  padding-right: 30px
}

.order-status_changes li {
  border-right: 1px solid;
  border-color: #e5e7eb;
  color: #6b7280;
  padding-bottom: 30px;
  padding-right: 20px
}

.order-status_changes li.active {
  color: #3e5379
}

.order-status_changes li i {
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  margin-right: -38px;
  padding: 5px
}

.order-status_changes li svg.icon {
  background: #eee;
  border-radius: 100px;
  height: 2rem;
  padding: 3px;
  width: 2rem
}

.order-status_changes li svg.icon.success {
  display: none
}

.order-status_changes li.active svg.icon.success {
  display: inline-block
}

.order-status_changes li.active svg.icon.noney-success {
  display: none
}

.order-status_changes li svg.icon.noney-success {
  display: inline-block
}

.order-status_changes li svg.is-loading {
  padding: 5px
}

.order-status_changes li.active svg.icon {
  background: #dbeafe
}

.order-status_changes li span {
  font-size: 1.4rem;
  font-weight: 700;
  padding-right: 5px
}

.order-status_changes li:last-child {
  border-color: #fff
}

.products-list {
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  margin-top: 30px;
  overflow: hidden
}

.products-list .item-order {
  border-bottom: 1px solid #e5e7eb
}

.strong-price {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  margin-top: 20px
}

.strong-price b {
  font-size: 2rem;
  font-weight: bolder
}

.order-total {
  background: #f9fafb;
  padding: 30px
}

.order-total .strong {
  font-size: 1.4rem;
  font-weight: 700
}

.order-total .form-switch span.badge {
  border-radius: 100rem;
  display: inline-block;
  height: .5rem;
  min-height: auto;
  min-width: 0;
  padding: 0;
  vertical-align: baseline;
  width: .5rem
}

.order-total>div {
  margin-bottom: 10px
}

.cistim-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 2px -1px rgba(0, 0, 0, .1)
}

.nav-sort-tabs .icon {
  opacity: .5
}

.nav-sort-tabs .icon.active {
  opacity: 1
}

.nav-sort-tabs select {
  color: inherit;
  font-size: 14px;
  max-width: 100px
}

.select-brands-list .form-check-input[type=checkbox] {
  border: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: all .3s ease;
  width: 0 !important
}

.select-brands-list .form-check-input:checked[type=checkbox]+label.card-collection {
  background-color: rgba(249, 116, 21, .04) !important;
  border: 1px solid rgba(249, 116, 21, .43);
  border-bottom: 4px solid var(--solar)
}

.small-el .by-vendor {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-turncate-wc {
  color: #253d4e
}

.slider-nav-thumbnails .slick-slide img {
  border: 1px solid #3e5379
}

.text-capitalize.text-nowrap.overflow-hidden,
.vendor-bar-main {
  text-overflow: ellipsis
}

.vendor-bar-main {
  overflow: hidden
}

.file-mockup {
  margin-bottom: 30px !important;
  max-width: 450px
}

.file-mockup .icon {
  background: #5f73a3;
  border-radius: 5px;
  color: #e2f3f8;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  margin: 10px;
  text-align: center;
  width: 50px
}

.nav-tabs {
  padding: 6px 10px
}

.nav-tabs.links .nav-link {
  font-size: 16px
}

.engineer-bar-main {
  padding-bottom: 0 !important;
  padding-top: 0 !important
}

.overflow-x-scroll {
  overflow-y: hidden
}

html {
  scroll-behavior: smooth;
  scrollbar-color: #888 #f1f1f1;
  scrollbar-width: thin
}

.perfect-scrollbar-categories {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #1e293c24 #f4f4f500;
  scrollbar-width: thin;
  transition: all .2s ease-in-out
}

::-webkit-scrollbar {
  width: 8px
}

::-webkit-scrollbar-track {
  background: #f1f1f1
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
  background: #555
}

.perfect-scrollbar-categories:hover {
  scrollbar-color: #1e293c59 #f4f4f5;
  transition: all .2s ease-in-out
}

#brands>.scroll-x-container,
#vendors>.scroll-x-container,
#vendors_s>.scroll-x-container {
  scrollbar-color: #1e293c00 #f4f4f500;
  scrollbar-width: thin;
  transition: all .2s ease-in-out
}

#brands>.scroll-x-container:hover,
#vendors>.scroll-x-container:hover,
#vendors_s>.scroll-x-container:hover {
  scrollbar-color: #1e293c59 #f4f4f5;
  transition: all .2s ease-in-out
}

#brands>div>.ps-scroll-x-container,
#vendors>div>.ps-scroll-x-container,
#vendors_s>div>.ps-scroll-x-container {
  flex-wrap: nowrap;
  gap: 5px
}

#brands>div>.ps-scroll-x-container button,
#vendors>div>.ps-scroll-x-container button,
#vendors_s>div>.ps-scroll-x-container button {
  font-size: 14px;
  white-space: nowrap
}

@media (min-width:992px) {
  .col-lg-2_4 {
    flex: 0 0 20%;
    max-width: 20%
  }
}

.overflow-x-scroll {
  overflow-x: scroll
}

.divider {
  background: #e8ebf3;
  height: 16px;
  margin-left: 6px;
  width: 2px
}

.product-detail .views {
  color: #7e859b
}

.is-discount-percentage {
  background: #4688ff3d;
  border-radius: 3px;
  color: #3e5379;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  height: 19px;
  line-height: 19px;
  overflow: hidden;
  padding: 0 5px 0 8px;
  position: relative;
  text-transform: capitalize
}

.counter-custom input.form-control {
  -moz-appearance: textfield;
  border-color: transparent;
  border-radius: 0 !important;
  color: #333e48;
  font-weight: 900;
  max-width: 50px;
  max-width: 37px;
  padding: 0;
  text-align: center
}

.counter-custom input.form-control::-webkit-inner-spin-button,
.counter-custom input.form-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.counter-custom input.form-control:hover {
  border-color: #f97316 !important
}

.main-quantity .icon-quantity {
  color: #7e859b;
  cursor: pointer;
  transition: all .3s ease
}

.main-quantity .icon-quantity:hover {
  color: #f97316
}

.main-quantity>strong {
  font-family: solar-Medium, sans-serif;
  font-weight: 500
}

.man-list-attributes {
  background: url(../imgs/background-gradient.avif);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #f0f2f8;
  border-radius: 8px;
  font-size: larger;
  margin-top: 0;
  padding: 5px
}

.main-list-features {
  background: linear-gradient(0deg, #fff, #fff);
  border: 1px solid #f3f4f8;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .05);
  margin-top: 12px;
  padding: 14px 4px;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center
}

.main-list-features,
.main-list-features>div {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%
}

.main-list-features>div {
  flex-direction: row;
  gap: 12px;
  justify-content: space-evenly
}

.main-list-features .is-feature {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  min-width: 130px
}

.main-list-features .is-feature .icon-feature {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  background: linear-gradient(#f3f4f8, #fff 85.71%);
  border-radius: 8px;
  height: 42px;
  justify-content: center;
  width: 42px
}

.main-list-features .is-feature .icon-feature img {
  height: 30px;
  width: 30px
}

.main-offers-b {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative
}

.main-offers-b:after,
.main-offers-b:before {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%2338AE04FF' stroke-dasharray='3' stroke-dashoffset='7' stroke-linecap='square' stroke-width='2' rx='6' ry='6'/%3E%3C/svg%3E");
  border-radius: 50%;
  content: "";
  height: 10px;
  position: absolute;
  top: calc(50% - 5.5px);
  width: 10px
}

.main-offers-b:before {
  right: -5px
}

.main-offers-b:after {
  left: -5px
}

.btn-offers {
  display: flex;
  height: 50px;
  min-width: 90px;
  padding: 8px 16px;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%2338AE04FF' stroke-dasharray='4' stroke-dashoffset='7' stroke-linecap='square' stroke-width='2' rx='6' ry='6'/%3E%3C/svg%3E") rgba(56, 174, 4, .05);
  border: none;
  border-radius: 6px;
  color: #38ae04;
  font-family: solar-Medium, sans-serif;
  gap: 8px;
  line-height: 17px;
  min-width: 230px;
  text-align: right
}

.btn-offers .d-flex {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  min-width: 0
}

.file-mockup p {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap
}

.main-list-features .line {
  border: 1px solid #f3f4f8;
  height: 4.5rem
}

.empty-comment .qos,
.f-dqos {
  border-top: 1px solid #f3f4f8;
  justify-content: space-around
}

.empty-comment p,
.f-dqos p {
  font-size: 1.12rem !important
}

.shop_info_tab p {
  color: #7e859b;
  line-height: 2
}

.featured-products li a img {
  max-width: 50px !important
}

.is-discount-single {
  align-items: center;
  background-color: #fee3d0;
  border-radius: 50px;
  color: #f97316;
  display: inline-flex;
  font-size: 11px;
  gap: 5px;
  height: 17px;
  margin-left: 3px;
  margin-top: 5px;
  padding: 0 12px
}

.is-discount-single b {
  font-family: solar-Medium;
  font-size: 13px;
  line-height: 20px;
  padding-top: 3px
}

.eventCounter ul.time {
  margin: 5px 10px 0
}

.eventCounter li,
.eventCounter ul.time {
  align-items: center;
  display: flex;
  justify-content: center
}

.eventCounter li {
  flex-direction: column;
  flex-wrap: nowrap;
  list-style-type: none;
  padding: 3px;
  text-transform: uppercase
}

.eventCounter li span {
  background: #f5fbf2;
  border-radius: .2em;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .06), 0 2px 3px rgba(0, 0, 0, .1);
  color: #38ae04;
  display: block;
  font-family: system-ui;
  font-size: 1.2rem;
  font-weight: 700;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 26px
}

.eventCounter ul li strong {
  color: #333e48;
  display: block;
  font-size: 9px;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: 1px
}

.eventCounter li samp {
  color: #333e48;
  font-family: fantasy;
  font-size: 17px;
  height: 40px
}

@media (max-width:1200px) {
  .nav-tabs.links .nav-link {
    padding-bottom: 10px
  }

  .nav-tabs {
    gap: 3px
  }
}

.vendor-cover-img-blur {
  position: relative;
  z-index: 1
}

.vendor-cover-img-blur:before {
  background-image: var(--bg-image);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: blur(50px);
  height: 100%;
  left: 0;
  opacity: .8;
  position: absolute;
  top: 0;
  transform: scalex(1.2);
  width: 100%;
  z-index: -1
}

.hero-vendor.slick-initialized.slick-slider .slick-list.draggable {
  overflow: initial
}

.profile-widget .vendor-wrap .vendor-content-wrap .profile-widget .img-profile {
  background: #fff;
  border: 1px solid #ced4da
}

.nav-tabs.nav-tabs-bar-custom .nav-link {
  border-bottom: 2px solid transparent;
  border-radius: 0 !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  padding: 5px 0 18px !important;
  transition: color .2s ease
}

.nav-tabs-bar-custom .nav-link.active {
  border-bottom: 2px solid #f97316
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.nis-offer-card {
  border-radius: 20px;
  height: 196px;
  margin-top: 20px;
  overflow: hidden
}

.nis-offer-card .btn {
  border-color: #fff
}

img.icon-nis-offer-card {
  filter: brightness(0) invert(1);
  height: 100%;
  left: -38px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 43%
}

.nis-offer-card-img {
  height: 0;
  left: -15px;
  position: relative;
  top: -23px;
  z-index: 9
}

.nis-offer-card-img img {
  border-radius: 20px;
  max-width: 125px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%
}

.nis-offer-card h3 {
  position: relative;
  z-index: 9
}

.profile-widget .vendor-wrap .hero-vendor {
  max-height: 400px
}

.img-filter-icon {
  filter: brightness(5) invert(.9);
  opacity: .8
}

.feature-thumb-icon {
  position: relative
}

.feature-thumb-icon:before {
  background: linear-gradient(45deg, transparent, rgba(47, 85, 212, .1));
  border-radius: 8px;
  content: "";
  height: 80px;
  left: 32%;
  position: absolute;
  transform: rotate(33.75deg);
  width: 80px
}

.services.banner-left-icon:hover .feature-thumb-icon:before {
  animation: spinner-border 5s linear 0s infinite normal none running !important;
  background: rgba(47, 85, 212, .1)
}

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

div#carousel-services-vendor .slick-track {
  align-items: normal
}

.achievements-coustom .slick-track {
  align-items: start
}

.achievements-coustom .card-project {
  border-radius: 8px;
  margin-bottom: 0 !important
}

.achievements-coustom .hero-slider-1 ul.slick-dots {
  position: absolute
}

.achievements-coustom .slick-dots li {
  background: #6e6565b0
}

.achievements-coustom .card-project h3 a {
  color: #253d4e;
  display: block;
  display: -webkit-box;
  font-family: solar-Medium;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 15px;
  padding: 0 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 51px;
  overflow: hidden
}

.achievements-coustom .card-project p {
  display: -webkit-box;
  display: box;
  font-size: 14px;
  padding: 10px 10px 0;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  margin-bottom: 0 !important;
  min-height: 100px;
  overflow: hidden
}

.achievements-coustom li.slick-active {
  background: var(--solar)
}

.profile-widget .vendor-cover-img {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px
}

.symbol-group-followers {
  align-items: center;
  display: flex
}

.symbol-group-followers img,
.symbol-group-followers-count {
  border-radius: 50%;
  margin-right: -10px;
  position: relative;
  z-index: 0
}

.symbol-group-followers-count {
  background: #181c32;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px
}

.distributors_branches .vendor-bar-main .position-relative {
  display: none
}

.distributors_branches .is-reviews-trusted {
  align-items: flex-start !important;
  flex-direction: column;
  gap: 0 !important
}

.aps-vendor-add {
  padding-bottom: 10px
}

.aps-vendor-add .main-aps {
  align-items: center;
  background: #1c325e;
  border-radius: 15px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
  display: flex;
  height: 100%;
  justify-content: space-between;
  min-height: 150px;
  padding: 10px
}

.aps-vendor-add .main-aps h3 {
  color: #fff;
  font-size: 16px;
  line-height: 1.8
}

.aps-vendor-add .main-aps img.img {
  height: 100px;
  width: auto !important
}

.achievements-coustom .card-project .date {
  background: #fff;
  border-radius: 8px;
  bottom: -25px;
  box-shadow: 0 0 10px #ccc;
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  left: 45px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase
}

.achievements-coustom .card-project .date strong {
  display: inline-block;
  padding: 10px 5px
}

.achievements-coustom .card-project .date span {
  background: #f97316;
  border-radius: 0 0 8px 8px;
  color: #fff;
  display: block;
  font-size: 14px;
  min-width: 70px;
  padding: 0 19px
}

.header-logo-media .mobile-header-logo img {
  height: 38px
}

@media only screen and (max-width:820px) {
  .mobile-p-0 {
    padding: 0 !important
  }

  .img-qr {
    display: none
  }

  .content-slider h2 {
    font-size: 35px
  }

  .content-slider h2:after {
    background: #f97415;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 12"><path d="M0,6 C20,0 80,0 100,6" stroke="%23f97415" stroke-width="2" fill="none"/></svg>') no-repeat;
    background-size: cover;
    border-radius: 56px;
    content: "";
    display: block;
    height: 2px;
    height: 9px;
    overflow: hidden;
    position: relative;
    top: -10px;
    transform: scaleX(1.2) scaleY(.8) rotate(351deg);
    width: 100%;
    z-index: -1
  }

  .content-slider h2 {
    position: relative
  }

  .cart-list table td {
    padding: 5px 10px
  }

  .cart-list table .tr-product-info img {
    height: 50px !important;
    width: 50px !important
  }

  .cart-list .group-product-count input.edit-btn,
  .decrease_btn,
  .increase_btn {
    padding: 0 5px !important
  }

  .cart-list table td h6 {
    font-size: 1rem !important
  }
}

.is-discount-single.is-sm {
  font-size: 10px;
  gap: 5px;
  height: 16px;
  margin-left: 3px;
  margin-top: 5px;
  padding: 0 12px
}

.is-discount-single.is-sm b {
  font-size: 12px
}

.icon-none.icon.icon-error {
  display: none !important
}

.btn-follower {
  background-color: rgba(249, 116, 21, .08) !important;
  border: 1px solid rgba(249, 116, 21, .43);
  border-radius: 8px
}

.btn-follower,
.btn-follower:hover {
  border-bottom: 3px solid var(--solar);
  color: #f97316
}

.btn-whatsapp,
.btn-whatsapp:hover {
  background-color: rgba(76, 175, 80, .08) !important;
  border: 1px solid rgba(76, 175, 80, .43);
  border-bottom: 3px solid #4caf50;
  border-radius: 8px;
  color: #4caf50 !important
}

.btn-phone,
.btn-phone:hover {
  background-color: rgba(8, 102, 255, .08) !important;
  border: 1px solid rgba(8, 102, 255, .43);
  border-bottom: 3px solid #0866ff;
  border-radius: 8px;
  color: #0866ff !important
}

.btn-follower,
.btn-phone,
.btn-whatsapp {
  min-width: 90px
}

.nav-tabs.links .nav-link>svg {
  color: #3e5379
}

.nav-tabs.links .nav-link.active>svg,
.nav-tabs.links .nav-link:hover>svg {
  color: #f97316
}

div#carousel-home-vendor {
  display: flex;
  justify-content: center
}

.btn-follower>span {
  display: flex
}

div#more-about-solar .card-collection:hover,
div.more-about-solar .card-collection:hover {
  background-color: rgba(249, 116, 21, .04) !important;
  border: 1px solid rgba(249, 116, 21, .43) !important;
  border-bottom: 4px solid var(--solar) !important
}


.search-style-3 form input {
  padding: 3px 20px 3px 10px
}

.mobile-search form input {
  background: transparent;
  font-size: 10px !important;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.mobile-search form {
  align-items: center;
  border: 1px solid #f97316;
  border-radius: 33px;
  display: flex
}

.search-style-3 form select {
  font-size: 12px;
  margin-left: 36px;
  max-width: 87px !important;
  min-height: 40px;
  min-width: auto
}

.search-style-3 form button {
  background: #f97316;
  border-radius: 33px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: #fff;
  font-size: 20px;
  height: 41px;
  left: -1px;
  padding: 4px 12.5px 5px;
  right: auto
}

.mobile-search {
  padding-top: 20px
}

.border-left-transparent {
  border-left-color: transparent !important
}

.cart-list table th {
  border-color: transparent
}

.cart-list .group-product-count input.edit-btn {
  background: transparent;
  border: none;
  padding: 0 3px
}

.group-product-count {
  border: 1px solid #dde2e8;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px rgba(35, 35, 35, .08);
  box-shadow: 1px 1px 3px rgba(35, 35, 35, .08);
  width: max-content
}

.decrease_btn,
.increase_btn {
  color: #818ea0;
  font-weight: bolder;
  padding: 0 10px !important
}

tr.tr-product-info td {
  border-right-color: transparent
}

.text-color-b {
  color: #7e859b
}

input#pac-input {
  border-radius: 5px;
  display: block;
  height: 41px;
  margin: 10px auto auto !important;
  padding-right: 50px;
  position: relative !important;
  width: calc(100% - 34px)
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da !important;
  border-radius: 10px !important;
  font-weight: 400;
  height: 34px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3e5379 !important;
  line-height: 34px !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #f973165c
}

.offcanvas-body .select2-container {
  width: 100% !important
}

.tab-style3 .nav-tabs li.nav-item a.active i:before {
  display: inline-block;
  transform: rotate(180deg)
}

.tab-style3 .nav-tabs li.nav-item a i:before {
  font-size: 16px;
  position: relative;
  top: 4px
}

.empty-comment .qos {
  display: flexb;
  flex-direction: column;
  gap: 20px;
  padding-right: 10px
}

.user-thumb {
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  height: 90px;
  margin: 0 auto 10px;
  padding: 5px;
  position: relative;
  width: 90px
}

.user-thumb img {
  border: none;
  border-radius: 50% !important;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  padding: 0;
  width: 100%
}

.info-user h3 {
  font-size: 1.525rem;
  text-align: center
}

.info-user p {
  color: var(--solar);
  font-size: 14px;
  text-align: center
}

.account-sidebar a {
  align-items: center;
  color: #253d4e;
  display: block;
  display: flex;
  font-family: solar-Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  padding: 10px 20px
}

.account-sidebar a.active,
.account-sidebar a:hover {
  background-color: var(--solar);
  color: #fff
}

.bot .wrap {
  border: 1px solid #f2f7fb;
  border-radius: 12px
}

.image i {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 23px;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%
}

.bt-card {
  background: #ebf0f5;
  border-radius: 14px;
  box-shadow: 0 4px 24px 2px rgba(20, 25, 38, .05)
}

.form-profile .form-select,
.form-profile input.form-control {
  height: 38px !important
}

.box-icon-trending {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px
}

.bt-card h4 {
  font-size: 1.7rem
}

.body-text,
.box-icon-trending .number {
  color: #575864
}

.body-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

.box-icon-trending.up svg {
  color: #22c55e
}

@media (max-width:575.98px) {
  .modal-fullscreen-sm-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }

  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }

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

  .product-section-page .nav-tabs.links .nav-link-x {
    font-size: 12px
  }

  .form-select-aside[wire\:model=is_sort_by] {
    font-size: 13px;
    min-width: 69px !important;
    padding-left: 0
  }

  .form-select-aside[wire\:model\.live=city]+.select2-container--default .select2-selection--single {
    height: 27px !important
  }

  .form-select-aside[wire\:model=is_sort_by]+.select2-container--default .select2-selection--single {
    height: 30px !important
  }

  .form-select-aside[wire\:model\.live=city]+.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    line-height: 27px !important
  }

  .form-select-aside[wire\:model=is_sort_by]+.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 9px;
    line-height: 30px !important;
    padding-left: 14px;
    padding-right: 5px
  }

  .detail-gallery .product-image-slider {
    max-height: 250px;
    pointer-events: none
  }

  .slider-nav-thumbnails .slick-slide img {
    height: 35px;
    width: 35px
  }

  .slider-nav-thumbnails button.slick-arrow.slick-prev {
    left: -10px
  }

  .breadcrumb {
    font-size: 11px !important
  }

  .page-header.breadcrumb-wrap {
    padding: 0 5px 15px !important
  }

  .vinder .product-price span.is-discount-percentage {
    font-size: 10px;
    margin: 0 10px 0 0 !important;
    min-width: max-content;
    position: relative;
    top: -1px
  }

  .vinder .product-price .d-flex.align-items-center.gap-2 {
    gap: 0 !important;
    line-height: 1.5;
    white-space: nowrap
  }

  .btn-offers {
    gap: 3px;
    height: 55px;
    padding: 5px 10px
  }

  .eventCounter ul.time {
    margin-left: 5px;
    margin-right: 5px
  }

  .btn-offers .d-flex {
    font-size: 11px;
    line-height: 1.2
  }

  .eventCounter li span {
    font-size: 1rem
  }

  .eventCounter ul li strong {
    font-size: 8px
  }

  .main-list-features {
    margin: 0 -20px;
    width: calc(100% + 40px)
  }

  .main-list-features .is-feature {
    font-size: 11px;
    min-width: auto
  }

  .main-list-features .is-feature .icon-feature {
    height: 25px;
    width: 25px
  }

  .main-list-features .header-info>ul>li a {
    font-size: 11px
  }

  .man-list-attributes {
    font-size: 13px
  }

  .man-list-attributes,
  .man-list-shipping {
    margin: 0 -20px;
    width: calc(100% + 40px)
  }

  .header-info>ul>li>ul.payment-dropdown {
    opacity: 1;
    right: -10px;
    top: 25px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
  }

  .product-info.mt-15.mb-40.pb-30.bg-white.border-radius-div {
    margin-bottom: 0 !important
  }

  .primary-sidebar.sticky-sidebar.mt-30 {
    margin-top: 10px !important
  }

  .detail-gallery .product-image-slider img {
    max-height: 250px
  }

  .is-discount-percentage {
    border-radius: 2px;
    font-size: 9px;
    height: 18px;
    line-height: 18px
  }

  .perfect-scrollbar-categories {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important
  }

  #myTab-31 .form-check.form-check-inline {
    font-size: 9px;
    margin-left: .5rem;
    padding: 0
  }

  #myTab-31 .form-check .form-check-input {
    margin-left: 3px;
    margin-right: 0
  }

  .form-select-aside[wire\:model=is_sort_by]+.select2-container {
    left: -5px;
    position: relative;
    width: 55px !important
  }

  .select2-results__option[aria-selected] {
    font-size: 12px
  }

  .form-select-aside[wire\:model=is_sort_by] {
    background-position: left .2rem center;
    border-radius: 6px !important;
    font-size: 12px;
    height: 30px !important;
    left: -7px;
    margin: 0 !important;
    min-width: auto !important;
    padding-right: 5px;
    position: relative;
    width: 58px
  }

  .ctg-brand-section {
    border-radius: 5rem;
    margin-bottom: 15px !important;
  }

  select.mymobielfliltter {
    font-size: 11px !important;
    min-width: 92px !important
  }

  .nav-tabs.links .nav-link {
    font-size: 12px;
    padding: 7px 6px !important
  }

  .small-el .product-cart-wrap .product-content-wrap .product-price span {
    font-size: .8rem
  }

  .small-el .product-cart-wrap .product-card-bottom .add-cart .add {
    font-size: .7rem
  }

  .product-cart-wrap .product-badges span {
    font-size: 10px;
    padding: 5px 15px
  }

  .banner-left-icon .banner-text h3 {
    font-size: 12px !important
  }

  .banner-left-icon .banner-text p {
    font-size: 10px !important
  }

  .banner-left-icon {
    padding: 0px
  }
}

.line-or {
  align-items: center;
  display: flex;
  justify-content: center
}

.line-or span {
  background-color: #dee2e6;
  flex: 1 1;
  height: 1px
}

div#registerModal img.icon {
  display: block;
  height: auto;
  margin: auto;
  width: 25px
}

div#registerModal #step2 img.icon {
  margin-top: 10px;
  width: 90px
}

.symbol {
  border-radius: .475rem;
  display: inline-block;
  flex-shrink: 0;
  position: relative
}

.symbol .symbol-label {
  align-items: center;
  background-color: #f9731624;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .475rem;
  color: #f97316;
  display: flex;
  font-weight: 500;
  justify-content: center
}

.symbol.symbol-50px .symbol-label {
  height: 50px;
  width: 50px
}

.flex-stack {
  align-items: center;
  justify-content: space-between
}

.cursor-pointer {
  cursor: pointer !important
}

.form-check-custom {
  align-items: center;
  display: flex;
  font-size: 20px;
  margin: 0;
  padding-left: 0
}

.form-check-custom .form-check-input {
  background: #f1f1f4;
  border-color: #f1f1f4
}

.form-check-custom .form-check-input:checked {
  background-color: var(--solar);
  border-color: var(--solar-light)
}

.toggle-password {
  background: #fff;
  border-radius: 50% !important;
  left: 5px;
  line-height: 0;
  padding: 0 11px;
  position: absolute;
  top: 9px;
  transition: all .3s ease;
  z-index: 9
}

.indicator-progress {
  display: none
}

.solar-button {
  background: var(--solar);
}

.solar-button .indicator-label {
  display: inline-block
}

.solar-button .indicator-progress,
.solar-button[wire\:loading] .indicator-label {
  display: none
}

.solar-button[wire\:loading] .indicator-progress {
  display: inline-block
}

.solar-button:disabled .indicator-label {
  display: none
}

.solar-button:disabled .indicator-progress {
  display: inline-block
}

.plans svg.icon {
  fill: transparent
}

.plans .card.card-md {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  position: relative
}

.plans .pricing-header {
  color: #202942;
  font-size: 18px;
  font-weight: 700
}

.plans .price {
  font-family: 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;
  font-size: 50px
}

.plans .price sup {
  font-size: 29px;
  font-weight: 500
}

.plans .ribbon-bookmark {
  color: #f97316;
  display: inline-block;
  font-size: 50px;
  font-weight: 100;
  left: 30px;
  opacity: .2;
  position: absolute;
  top: 30px
}

.plans .card.card-md.green {
  background: linear-gradient(45deg, #3e5379, #f97316 50%);
  color: #fff
}

.plans .card.card-md.green .pricing-header {
  color: #fff
}

.plans .card.card-md.green p {
  color: #fff;
  opacity: .9
}

.plans .card.card-md.green svg.icon {
  color: #fff !important
}

.plans .card.card-md.green a.btn.btn-green {
  background: #fff;
  color: #f97316
}

.text-heading {
  font-size: clamp(1.25rem, 5vw, 1.5rem);
  font-weight: 800;
  color: #1e293b;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  width: fit-content;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
}

.text-heading i {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  /* background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%); */
  background: white;
  border: 1px solid rgba(249, 115, 22, 0.1);
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(249, 115, 22, 0.08), inset 0 2px 0 rgba(255, 255, 255, 0.7);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.text-heading:hover i {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(249, 115, 22, 0.25);
}

.banner-left-icon {
  margin-bottom: 0px;
  white-space: nowrap
}

.header-solar-icon {
  align-items: center;
  border-radius: 50%;
  color: var(--solar-dark);
  display: flex;
  flex-direction: column;
  height: 48px !important;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 48px !important
}

.border-radius-div {
  border-radius: 8px
}

.mobile-qrcode {
  margin-right: 0
}

@media (max-width:575.98px) {
  .header-style-1.header-height-2 {
    position: relative;
    z-index: 8;

    .mobile-qrcode {
      margin-right: 40px
    }
  }

  .header-solar-icon {
    align-items: center;
    background: transparent;
    border-radius: 50%;
    color: var(--solar-dark);
    display: flex;
    flex-direction: column;
    height: 32px;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 32px
  }



  .header-action-2 .header-action-icon-2 {
    width: 32px
  }

  .container {
    width: 100%
  }

  .content-slider {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    text-align: center
  }

  .home-slide-cover {
    border-radius: 33px;
    margin: 5px auto;
    position: relative
  }



  .slick-list {
    overflow: visible
  }

  .home-slide-cover button.submit,
  button[type=submit] {
    background-color: #f97316;
    border: 1px solid #f9802d;
    border-radius: 23px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 35px
  }

  .hero-slider-1 .single-hero-slider {
    background-position: 50%;
    background-size: cover;
    border-radius: 30px;
    height: auto
  }

  .container-custome-rounded {
    background: transparent
  }

  .w-md {
    margin: 0 auto;
    width: 95%
  }

  .banner-img {
    width: 100%
  }

  .comment-list {
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
    width: 95%
  }

  .qs-info {
    width: 100%
  }

  .about-count h1 {
    font-size: 28px
  }

  .border-radius-div {
    border-radius: 8px
  }
}

@media (min-width:576px) and (max-width:767.98px) {
  .container {
    margin: 0 auto;
    width: 95%
  }

  .w-md {
    margin: 0 auto
  }

  .qs-info,
  .w-md {
    width: 90%
  }

  .about-count h1 {
    font-size: 28px
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .container {
    margin: 0 auto;
    width: 90%
  }

  .qs-info {
    width: 90%
  }
}

@media (min-width:992px) and (max-width:1199.98px) {
  .container {
    margin: 0 auto;
    width: 90%
  }

  .w-md {
    margin: 0 auto
  }

  .qs-info,
  .w-md {
    width: 80%
  }
}

@media (min-width:1200px) {
  .container {
    margin: 0 auto;
    width: 90%
  }

  .w-md {
    margin: 0 auto
  }

  .qs-info,
  .w-md {
    width: 80%
  }
}

.image-tender img {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 88px;
  justify-content: center;
  width: 88px
}

.image-tender {
  position: absolute;
  right: 37%;
  top: -192px
}

h3.typed-text {
  clear: both;
  color: #f97316;
  font-size: 2rem;
  height: 24px
}

.content-slider h2 {
  font-size: 50px;
  font-weight: 400
}

.content-slider h3 {
  font-size: 13px;
}

.content-slider p {
  font-size: 1rem
}

li.nav-item {
  margin: 0
}

.product-img-offers,
.product-img-tender {
  position: relative
}

.product-img-tender:After {
  background: linear-gradient(3deg, #f973164a, transparent);
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%
}

.image-offer {
  margin: 0 auto;
  width: 87px
}

.product-img-offers:after {
  background: linear-gradient(3deg, #2196f394, transparent);
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%
}

.offer.add {
  background-color: #03a9f42b;
  border-radius: 4px;
  color: #2196f3;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 20px;
  position: relative
}

.offer.add:hover {
  background-color: rgba(13, 116, 162, .17)
}

.icon-svg-info {
  color: #777
}

.img-vendor-wrap {
  height: 70px;
  width: 100px
}

.img-vendor {
  height: 100%;
  object-fit: contain;
  width: 100%
}

.main-menu>nav>ul>li ul.mega-menu li a.menu-title {
  align-items: center;
  color: #3b3b39;
  display: flex;
  font-size: 1.2rem !important;
  font-weight: 500;
  gap: 10px;
  justify-content: flex-end;
  line-height: 1
}

.main-menu>nav>ul>li ul.mega-menu li ul {
  margin-top: 3px
}

.main-menu>nav>ul>li ul.mega-menu li ul li a {
  color: #7e7e7e;
  display: block;
  font-size: 1rem !important;
  line-height: 1.4
}

.card-2 {
  align-items: center;
  background: #f4f6fa;
  border: 1px solid #f4f6fa;
  border-radius: 50%;
  display: flex !important;
  flex-direction: column;
  height: 61px;
  justify-content: center;
  margin: 0;
  min-height: 80px !important;
  padding: 0;
  position: relative;
  text-align: center;
  transition: .2s;
  width: 84px !important
}

.card-2 figure img {
  display: inline-block;
  max-width: 78px;
  width: 32px
}

.vendor-title {
  align-items: center;
  display: flex;
  justify-content: center
}

.vendor-h-title {
  color: #13162b !important;
  font-size: 16px !important;
  margin-bottom: 10px;
  padding: 5px 30px;
  width: fit-content
}

.solar-btn-secondary {
  background: #e9e9e9 !important;
  color: #0b0b0b !important
}

.button-solar {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  position: relative
}

.solar-btn-green {
  background-color: #4caf50 !important;
  border: none !important;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  color: #fff !important;
  cursor: pointer;
  transition: all .3s ease
}

.solar-btn-green:hover {
  background-color: #45a049 !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .3)
}

.button-add-to-cart:hover {
  background-color: #f9802d !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .3)
}

.solar-btn-white-hover:hover {
  background-color: #f9802d !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .3);
  color: #fff !important
}

.prize-button {
  align-items: center;
  display: flex;
  gap: 2px;
  height: 11px;
  position: relative
}

.prize-button:after {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1
}

.svg-prize {
  height: 24px;
  position: relative;
  width: 24px;
  z-index: 7
}

.prize-text {
  font-size: var(--xs);
  position: relative;
  z-index: 2
}

.prize-button-membership,
.prize-button-membership:after {
  background: gold
}

.prize-text-membership {
  color: #000
}

.prize-button-verify {
  background: var(--solar)
}

.prize-button-verify:after {
  background: var(--solar-light)
}

.prize-text-verify {
  color: var(--solar)
}

.prize-button-trust {
  background: var(--solar-blue)
}

.prize-button-trust:after {
  background: var(--solar-blue-light)
}

.prize-text-trust {
  color: var(--solar-blue)
}

.d-text-shadow {
  color: #000;
  text-shadow: 2px 2px 4px #fff
}

.default-img-list {
  border: none !important;
  height: 140px
}

.img-profile {
  height: 100px;
  width: 100px
}

.product-list1 .product-cart-wrap .product-img-action-wrap {
  height: 100px
}

.product__grid__img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%
}

.shop_info_tab p {
  font-size: 1.2rem
}

.hidear-card-user {
  top: -60px !important
}

.vendor-cover-img {
  height: 350px !important
}

.wrap-profile-cover {
  --bs-aspect-ratio: 60%;
  height: 300px
}

.ratio.wrap-profile-cover:after {
  background: linear-gradient(0deg, #dfdfdf, hsla(0, 0%, 100%, .135));
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  right: 0
}

.profile-cover {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 100%;
  object-fit: contain;
  width: 100%
}

.about-count h1 {
  color: #253d4e;
  font-size: 2rem;
  text-align: center
}

.div-count {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 16px;
  width: 100%
}

.about-count {
  background: none;
  border-radius: 15px;
  color: #ff9800;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  z-index: 100
}

.about-count h4 {
  color: #ff9800;
  font-size: 1.2rem;
  text-align: center
}

.about-count:after {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.list-aboutus {
  font-size: var(--xs);
  list-style: none
}

.services.banner-left-icon {
  background: #fff;
  border-radius: 33px;
  gap: 4px;
  min-height: 200px;
  padding: 20px 13px;
  position: relative
}

.banner-text .icon-box-title {
  font-size: 14px !important
}

.banner-text p {
  font-size: 12px !important
}

@media (max-width:575.98px) {
  .nav-tabs {
    overflow: hidden;
    overflow-x: scroll !important;
    width: 100%
  }

  .nav-tabs:not(ul#vendor-tab) {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    display: flex;
    gap: 5px;
    justify-content: space-around !important;
    margin-bottom: 4px;
    padding: 4px 7px !important;
  }

  .d-none-modiel {
    display: none !important
  }

  ul#vendor-tab {
    background-color: transparent;
    border: none
  }

  .nav-tabs-xs {
    align-items: center;
    background: #fff;
    border: none;
    border-bottom: 2px solid #eee;
    border-radius: 0;
    box-shadow: none !important;
    display: flex;
    gap: 7px;
    justify-content: space-around;
    margin-bottom: 4px;
    padding: 4px 2px
  }

  .nav-tabs.links .nav-link.active,
  .nav-tabs.links .nav-link:hover {
    background: #fff;
    border-bottom: none;
    border-radius: 0;
    color: #f97316;
    text-align: center
  }

  .nav-tabs.nav-tabs-bar-custom .nav-link {
    font-family: solar-Medium
  }

  .nav-tabs.links .nav-link-x {
    border-radius: 30px;
    font-family: solar;
    font-family: solar-Medium;
    height: 28px;
    margin: 0;
    padding: 2px 5px
  }

  .ctg-brand-section .nav-tabs.links .nav-link-x {
    font-size: 11px
  }

  .nav-tabs.links .nav-link-x.active,
  .nav-tabs.links .nav-link-x:hover {
    background: #fff;
    background: hsla(25, 95%, 91%, .7);
    border: .1px solid transparent;
    border-radius: 10px;
    color: #f97316;
    font-family: solar-Medium;
    text-align: center
  }

  .nav-tabs .nav-link-x:first-child {
    margin-left: 0 !important;
    padding-left: 9px !important
  }

  .nav-engineer-tabs {
    background: transparent;
    border: 0;
    gap: .5rem;
    padding: .25rem 0
  }

  .nav-engineer-tabs .nav-item {
    flex: 0 0 auto
  }

  .nav-engineer-tabs .nav-link {
    background: transparent;
    border: 0;
    color: #253d4e;
    padding: .35rem .5rem
  }

  .nav-engineer-tabs .nav-link.active {
    background: transparent !important;
    color: #f97316
  }

  .nav-engineer-link {
    min-width: 64px;
    transition: color .2s ease, transform .2s ease
  }

  .nav-engineer-icon {
    background: var(--solar-gray);
    border-radius: 50%;
    color: #5a5a5a;
    height: 44px;
    transition: box-shadow .2s ease, transform .2s ease, background-color .2s ease;
    width: 44px
  }

  .nav-engineer-label {
    display: inline-block;
    font-size: 12px;
    line-height: 1.1;
    margin-top: .35rem;
    white-space: nowrap
  }

  .nav-engineer-link.active .nav-engineer-label,
  .nav-engineer-link:hover .nav-engineer-label {
    color: var(--solar-reverse)
  }

  .nav-engineer-link.active .nav-engineer-icon,
  .nav-engineer-link:hover .nav-engineer-icon {
    box-shadow: 0 0 0 2px var(--solar-blue-light);
    transform: translateY(-1px)
  }

  @media (min-width:768px) {
    .nav-engineer-tabs {
      justify-content: center
    }
  }

  .vendor-cover-img {
    height: 200px !important
  }

  .img-profile {
    height: 120px;
    width: 120px
  }

  .ratio.wrap-profile-cover:after {
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, .135));
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    right: 0
  }

  .vendor-info {
    justify-content: flex-start !important;
    margin-bottom: 20px
  }

  .wrap-profile-cover {
    --bs-aspect-ratio: 60%;
    height: auto !important
  }

  .profile-widget .hidear-card-user {
    height: 120px;
    width: 120px
  }

  .about-count h1 {
    color: #9e9e9e;
    font-size: 28px;
    text-align: center
  }

  .services.banner-left-icon {
    height: 297px;
    margin: 0 auto 20px;
    width: 95%
  }

  .ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio);
    position: relative
  }

  .show-filter-advance-mobile {
    display: none
  }

  .category-sm-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr)
  }

  .img-vendor-wrap {
    width: 95px
  }

  a.btn.btn-sm.solar-btn-white.solar-btn-white-hover.font-weight-bold.border-radius-5.btn-shadow-brand.d-flex.gap-1.flex-shrink-0.bar-solar-btn-white {
    font-size: 11px
  }
}

@media (min-width:575.98px) {
  .show-filter-advance-mobile {
    display: block !important
  }

  .ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio);
    position: absolute
  }
}

.section-round-shadow {
  border-radius: var(--solar-radius-sm);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1)
}

.table-offer {
  border: 3px solid var(--solar-gray);
  border-radius: 12px;
  padding: 5px
}

.table-offer th:first-child {
  border-top-right-radius: 12px
}

.table-offer th:last-child {
  border-top-left-radius: 12px
}

.footer td {
  border-width: 1px
}

.footer td:first-child {
  border-bottom-right-radius: 12px
}

.footer td:last-child {
  border-bottom-left-radius: 12px
}

.placeholder {
  background-color: #e9e9e9
}

.placeholder,
.rounded-5 {
  border-radius: 15px
}

.shine-button:hover:before {
  animation: shine 1.5s ease-out infinite
}

.shine-button:before {
  background-image: linear-gradient(120deg, hsla(0, 0%, 100%, 0) 30%, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0) 70%);
  left: -100px;
  opacity: .6;
  width: 100px
}

@keyframes shine {
  0% {
    left: -100px
  }

  60% {
    left: 100%
  }

  to {
    left: 100%
  }
}

/*!* Fancy blur effect *!*/

/*!* Remove these to get rid of the spinner *!*/
div#carousel-offer-vendor-arrows {
  top: 93% !important
}

div#carousel-albume-vendor-arrows,
div#carousel-services-vendor-arrows {
  top: 90%
}

div#carousel-x-vendor-arrows {
  top: 93% !important
}

div#carousel-categories-vendor-arrows,
div#carousel-home-vendor-arrows,
div#carousel-store-vendor-arrows {
  top: 97% !important
}

.hero-slider-1 .slider-arrow-2 .slider-btn {
  font-size: 16px !important;
  height: 30px !important;
  line-height: 38px !important;
  width: 30px !important
}

.carousel-home-vendor-cover .slick-dots,
.carousel-store-vendor-cover .slick-dots {
  bottom: -30px !important
}

.slider-btn {
  background: var(--solar);
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 16px !important;
  font-size: 16px;
  height: 30px !important;
  line-height: 38px !important;
  position: absolute;
  text-align: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 30px !important;
  z-index: 100
}

span.slick-arrow.slick-arrow-2.slider-btn.slider-prev {
  color: #fff;
  display: none !important;
  left: 9px;
  position: absolute;
  top: 45%
}

span.slick-arrow.slick-arrow-2.slider-btn.slider-next {
  color: #fff;
  display: none !important;
  position: absolute;
  right: 9px;
  top: 45%
}

.heading_bar {
  color: var(--solar);
  position: relative
}

.heading_bar:before {
  animation: mover 2s infinite alternate;
  background: #fff;
  width: 15px;
  z-index: 5
}

.heading_bar:after,
.heading_bar:before {
  bottom: -5px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute
}

.heading_bar:after {
  background: #ff9800 !important;
  border-left: 100px solid var(--solar);
  border-radius: 30px;
  border-right: 90px #ff5722;
  width: 100%
}

@-webkit-keyframes mover {
  0% {
    transform: translateX(-10)
  }

  to {
    transform: translateX(60px)
  }
}

@keyframes mover {
  0% {
    transform: translateX(-10)
  }

  to {
    transform: translateX(60px)
  }
}

.shine-button {
  background-color: #007bff;
  border: none;
  border-radius: 33px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  transition: background-color .3s ease
}

.shine-button:before {
  background: hsla(0, 0%, 100%, .5);
  content: "";
  height: 100%;
  left: -75px;
  position: absolute;
  top: 0;
  transform: skewX(-30deg);
  transition: all .5s ease;
  width: 50px
}

.shine-button:hover:before {
  left: 110%
}

.shine-button:hover {
  background-color: var(--solar)
}

.counter-custom {
  font-family: solar-Medium, sans-serif;
  gap: 3px;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  z-index: 1
}

.counter-custom,
.radius-lg {
  border-radius: 33px !important
}

.form-select,
input.form-control {
  border-radius: 33px !important;
  height: 31px !important
}

.icon-tabler-circle-check {
  fill: #20c997;
  color: #20c997
}

.detail-info h2 {
  font-size: 1.5rem !important
}

.tab-product-details a {
  font-size: 1rem !important
}

.nav-start {
  align-items: center;
  background: #fff;
  background: #f4f4f5;
  border: 1px solid #eee;
  border-radius: 33px;
  display: flex;
  gap: 11px;
  justify-content: flex-start;
  margin-bottom: 4px;
  padding: 4px 7px
}

.product-info li.nav-item {
  margin-bottom: 0
}

@media (max-width:576px) {
  .detail-info h2 {
    font-size: 1.5rem !important
  }

  .detail-info .product-price .current-price {
    font-size: 1.3rem !important
  }
}

.product-list1 .product-flex {
  align-items: flex-start;
  display: flex
}

.product-list1 .product-cart-wrap .product-img-action-wrap {
  flex-basis: 44%;
  padding: 16px 0 0
}

.product-list1 .product-cart-wrap .product-content-wrap {
  padding: 7px 5px
}

.card-filter {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border-radius: 16px;
  flex-basis: 100%;
  margin: 15px auto;
  padding: 1.5em;
  width: 95%
}

.card-filter-xs {
  border-radius: 16px;
  margin: 5px auto;
  padding: .5em
}

.image-container {
  overflow: hidden !important;
  position: relative !important
}

.image-container,
.image-container img {
  height: 100% !important;
  width: 100% !important
}

.image-container img {
  left: 0 !important;
  object-fit: contain !important;
  position: absolute !important;
  top: 0 !important
}

.form-select-sm {
  font-family: solar-Medium;
  font-size: 1.2rem;
  padding: 5px 25px
}

.form-select-sm,
.form-select-xs {
  border-radius: 10px !important;
  height: 34px !important
}

.form-select-xs {
  padding: 6px 8px;
  text-align: right;
  width: 60px
}

.scroll-x-container {
  overflow-x: auto !important;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-color: var(--solar) #e9ecef;
  scrollbar-width: thin
}

.scroll-x-container::-webkit-scrollbar {
  height: 4px
}

.scroll-x-container::-webkit-scrollbar-track {
  background: #e9ecef
}

.scroll-x-container::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  border-radius: 10px
}

.scroll-x-container {
  scroll-snap-type: x mandatory
}

.form-select-aside {
  font-size: 1.2rem
}

.form-select-aside option {
  font-size: .8rem
}

.form-check-input:focus,
.form-select:focus {
  box-shadow: 0 0 0 .25rem var(--solar-light);
  outline: 0
}


.form-switch label {
  color: #000;
  font-family: solar-Medium;
  margin-right: -5px;
  vertical-align: middle
}

.solar-bold {
  font-family: solar-Medium !important
}

.nav-tabsless {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  display: flex;
  gap: 2px !important;
  justify-content: space-around;
  margin-bottom: 0;
  padding: 4px 7px
}

.nav-tabsless,
.nav-tabsless.nav-item a {
  margin: 0 !important;
  padding: 0 !important
}

:root {
  --solar-primary: #f97415;
  --solar-secondary: #115fd4;
  --solar-light: #fee4d2;
  --solar-dark: #ae4b04;
  --solar-blue-light: #d5e4fc;
  --solar-gray: #f8f9fa;
  --solar-gray-dark: #6c757d;
  --solar-white: #fff;
  --solar-shadow: rgba(0, 0, 0, .1);
  --solar-reverse: #068ce9 !important
}

.education {
  color: #7f8c8d;
  font-size: .95rem
}

.quick-info-section {
  margin: 25px 0
}

.quick-info-item {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  height: 100%;
  padding: 15px 10px;
  text-align: center;
  transition: all .3s ease
}

.quick-info-item:hover {
  border-color: var(--solar-primary);
  box-shadow: 0 6px 20px rgba(249, 116, 21, .15);
  transform: translateY(-3px)
}

.info-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--solar-primary) 0, var(--solar-dark) 100%);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 0 auto 8px;
  width: 40px
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 2px
}

.info-label {
  color: #6c757d;
  font-size: .75rem;
  font-weight: 500
}

.info-value {
  font-size: .9rem
}

.info-value,
.section-title {
  color: #2c3e50;
  font-weight: 700
}

.section-title {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  gap: 12px;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center
}

.section-title svg {
  color: var(--solar-primary)
}

.engineer-home .info-icon,
.engineer-home .section-title svg {
  color: var(--solar-reverse)
}

.engineer-home .info-icon {
  background: transparent
}

.engineer-home .info-value {
  color: var(--solar-reverse)
}

.engineer-home .quick-info-section {
  background: #fff
}

.engineer-home .quick-info-item {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .02) 25%, transparent 0, transparent 50%, rgba(0, 0, 0, .02) 0, rgba(0, 0, 0, .02) 75%, transparent 0, transparent);
  background-position: 0 0;
  background-size: 16px 16px
}

.engineer-home .quick-info-item:hover {
  border-color: var(--solar-reverse)
}

.about-section-enhanced {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
  padding: 30px
}

.about-content {
  text-align: center
}

.about-text {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 800px
}

.certificate-card {
  align-items: center;
  background: "#68ce92b";
  border-left: 4px solid var(--solar-primary);
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  padding: 20px;
  text-align: center;
  transition: all .3s ease
}

.certificate-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--solar-reverse) 0, var(--solar-reverse) 100%);
  border-radius: 50%;
  color: var(--solar-gray-dark);
  display: flex;
  flex-shrink: 0;
  height: 50px;
  justify-content: center;
  width: 50px
}

.certificate-issuer {
  color: #6c757d;
  font-size: .9rem;
  margin: 0
}

.hero-vendor.bg-grid-sphere-blue {
  position: relative
}

.hero-vendor.bg-grid-sphere-blue:after {
  background: linear-gradient(90deg, rgba(59, 130, 246, .22) 1px, transparent 0), linear-gradient(180deg, rgba(59, 130, 246, .22) 1px, transparent 0), radial-gradient(circle at 50% 50%, rgba(59, 130, 246, .2) 0, rgba(59, 130, 246, .08) 40%, transparent 80%);
  background-size: 32px 32px, 32px 32px, 100% 100%;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2
}

.nav-engineer-tabs {
  gap: .5rem;
  padding: .5rem 0
}

.nav-engineer-tabs .nav-link {
  background: transparent;
  border: 0;
  color: #334155
}

.nav-engineer-tabs .nav-link.active {
  background: transparent !important;
  color: var(--solar-primary)
}

.nav-engineer-link {
  min-width: 72px;
  transition: color .2s ease, transform .2s ease
}

.nav-engineer-label {
  color: #334155;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: .4rem;
  white-space: nowrap
}

.nav-engineer-icon {
  align-items: center;
  background: var(--solar-gray);
  border: 2px solid;
  border-radius: 50%;
  color: #475569;
  display: inline-flex;
  font-family: solar-Medium;
  height: 48px;
  justify-content: center;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
  width: 48px
}

.nav-engineer-link:hover .nav-engineer-label {
  color: var(--solar-secondary)
}

.nav-engineer-link.active .nav-engineer-label {
  color: var(--solar-primary)
}

.nav-engineer-link:hover .nav-engineer-icon {
  background: var(--solar-blue-light);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, .18);
  transform: translateY(-1px)
}

.nav-engineer-link:focus-visible {
  outline: none
}

.nav-engineer-link:focus-visible .nav-engineer-icon {
  box-shadow: 0 0 0 3px rgba(249, 115, 22, .45)
}

.nav-engineer-link.active .nav-engineer-icon {
  background: var(--solar-primary);
  border-color: var(--solar-primary);
  box-shadow: 0 0 0 3px rgba(249, 115, 22, .35), 0 6px 12px rgba(0, 0, 0, .08);
  color: #fff
}

@media (min-width:768px) {
  .nav-engineer-tabs {
    justify-content: center
  }
}

.mega-menu>nav.nav-mega-menu>ul>li ul.mega-menu li ul li a:hover img {
  filter: none !important
}

/* ============================================================
   Dashboard Mobile Responsive
   ============================================================ */

/* --- Mobile Bottom Nav Toggle --- */
.dash-hnav {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 0
}

.dash-hnav-scroll {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 0;
  padding: 6px 8px calc(env(safe-area-inset-bottom, 0px) + 6px)
}

.dash-hnav-scroll::-webkit-scrollbar {
  display: none
}

.dash-hnav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 64px;
  padding: 8px 10px;
  border-radius: 10px;
  color: #7b8794;
  text-decoration: none;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
  transition: all .2s ease;
  flex-shrink: 0;
  position: relative
}

.dash-hnav-item i {
  font-size: 18px;
  line-height: 1;
  transition: color .2s ease
}

.dash-hnav-item span {
  line-height: 1.2
}

.dash-hnav-item:hover {
  color: var(--solar);
  background: rgba(249, 115, 22, .04)
}

.dash-hnav-item.active {
  color: var(--solar);
  background: rgba(249, 115, 22, .08)
}

.dash-hnav-item.active::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--solar)
}

/* --- Dashboard Mobile Cards --- */
.dash-mobile-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 14px 16px;
  transition: all .2s ease;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent
}

.dash-mobile-card:hover {
  border-color: rgba(249, 115, 22, .2);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06)
}

.dash-status-badge {
  display: inline-block;
  background: rgba(249, 115, 22, .1);
  color: var(--solar);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  margin-top: 4px
}

.dash-product-thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
  flex-shrink: 0
}

.dash-cta-img {
  max-height: 160px;
  width: auto
}

/* --- Stat card responsive adjustments --- */
@media (max-width: 767.98px) {
  .bt-card .image svg {
    width: 36px;
    height: 40px
  }

  .bt-card h4 {
    font-size: 1.15rem
  }

  .bt-card .body-text {
    font-size: 11px
  }

  .dash-cta-img {
    max-height: 100px
  }

  .dash-mobile-card {
    padding: 12px
  }


}