fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}
@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

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

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

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

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

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

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

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top], .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right], .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left], .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .b-popover-dark.bs-popover-auto[x-placement^=top], .b-popover-light.bs-popover-auto[x-placement^=top], .b-popover-danger.bs-popover-auto[x-placement^=top], .b-popover-warning.bs-popover-auto[x-placement^=top], .b-popover-info.bs-popover-auto[x-placement^=top], .b-popover-success.bs-popover-auto[x-placement^=top], .b-popover-secondary.bs-popover-auto[x-placement^=top], .b-popover-primary.bs-popover-auto[x-placement^=top], .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .b-popover-dark.bs-popover-auto[x-placement^=right], .b-popover-light.bs-popover-auto[x-placement^=right], .b-popover-danger.bs-popover-auto[x-placement^=right], .b-popover-warning.bs-popover-auto[x-placement^=right], .b-popover-info.bs-popover-auto[x-placement^=right], .b-popover-success.bs-popover-auto[x-placement^=right], .b-popover-secondary.bs-popover-auto[x-placement^=right], .b-popover-primary.bs-popover-auto[x-placement^=right], .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .b-popover-dark.bs-popover-auto[x-placement^=bottom], .b-popover-light.bs-popover-auto[x-placement^=bottom], .b-popover-danger.bs-popover-auto[x-placement^=bottom], .b-popover-warning.bs-popover-auto[x-placement^=bottom], .b-popover-info.bs-popover-auto[x-placement^=bottom], .b-popover-success.bs-popover-auto[x-placement^=bottom], .b-popover-secondary.bs-popover-auto[x-placement^=bottom], .b-popover-primary.bs-popover-auto[x-placement^=bottom], .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .b-popover-dark.bs-popover-auto[x-placement^=left], .b-popover-light.bs-popover-auto[x-placement^=left], .b-popover-danger.bs-popover-auto[x-placement^=left], .b-popover-warning.bs-popover-auto[x-placement^=left], .b-popover-info.bs-popover-auto[x-placement^=left], .b-popover-success.bs-popover-auto[x-placement^=left], .b-popover-secondary.bs-popover-auto[x-placement^=left], .b-popover-primary.bs-popover-auto[x-placement^=left], .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

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

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

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

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

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

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

.m-4 {
  margin: 1.5rem !important;
}

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

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

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

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

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

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

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

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

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

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

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

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

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

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

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

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.bv-no-focus-ring:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}
.bv-d-xl-down-none {
  display: none !important;
}

.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.b-avatar:focus {
  outline: 0;
}
.b-avatar.btn, .b-avatar[href] {
  padding: 0;
  border: 0;
}
.b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
  transition: transform 0.15s ease-in-out;
}
.b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  transform: scale(1.15);
}
.b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
  opacity: 0.65;
  pointer-events: none;
}
.b-avatar .b-avatar-custom,
.b-avatar .b-avatar-text,
.b-avatar .b-avatar-img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);
}
.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap;
}
.b-avatar[href] {
  text-decoration: none;
}
.b-avatar > .b-icon {
  width: 60%;
  height: auto;
  max-width: 100%;
}
.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 1;
}

.b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}
.b-avatar-sm .b-avatar-text {
  font-size: calc(0.6rem);
}
.b-avatar-sm .b-avatar-badge {
  font-size: calc(0.42rem);
}

.b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
}
.b-avatar-lg .b-avatar-text {
  font-size: calc(1.4rem);
}
.b-avatar-lg .b-avatar-badge {
  font-size: calc(0.98rem);
}

.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap;
}
.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6;
}
.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 1;
}

.b-calendar {
  display: inline-flex;
}
.b-calendar .b-calendar-inner {
  min-width: 250px;
}
.b-calendar .b-calendar-header,
.b-calendar .b-calendar-nav {
  margin-bottom: 0.25rem;
}
.b-calendar .b-calendar-nav .btn {
  padding: 0.25rem;
}
.b-calendar output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1;
}
.b-calendar .b-calendar-footer {
  margin-top: 0.5rem;
}
.b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap;
}
.b-calendar .b-calendar-grid-caption {
  padding: 0.25rem;
}
.b-calendar .b-calendar-grid-body .col[data-date] .btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0;
}
.b-calendar .btn:disabled, .b-calendar .btn.disabled, .b-calendar .btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none;
}

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

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

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}
.dropdown .dropdown-menu:focus {
  outline: none;
}

.b-dropdown-form {
  display: inline-block;
  padding: 0.25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400;
}
.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.b-dropdown-form.disabled, .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #adb5bd;
  pointer-events: none;
}

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

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}
.custom-checkbox.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}
.custom-checkbox.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}
.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}
.custom-switch.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc(
        0.3125rem + 2px
      );
  left: calc(
        -2.8125rem + 2px
      );
  width: calc(
  1.25rem - 4px
);
  height: calc(
  1.25rem - 4px
);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.9375rem);
}

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}
.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}
.custom-switch.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}
.custom-switch.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc(
        0.21875rem + 2px
      );
  left: calc(
        -1.96875rem + 2px
      );
  width: calc(
  0.875rem - 4px
);
  height: calc(
  0.875rem - 4px
);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}
.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.65625rem);
}

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

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

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

.b-form-btn-label-control.form-control > .btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none !important;
  border: 0;
}
.b-form-btn-label-control.form-control > .btn:disabled {
  pointer-events: none;
}
.b-form-btn-label-control.form-control.is-valid > .btn {
  color: #28a745;
}
.b-form-btn-label-control.form-control.is-invalid > .btn {
  color: #dc3545;
}
.b-form-btn-label-control.form-control > .dropdown-menu {
  padding: 0.5rem;
}
.b-form-btn-label-control.form-control > .form-control {
  height: auto;
  min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  word-break: break-word;
  font-size: inherit;
  white-space: normal;
  cursor: pointer;
}
.b-form-btn-label-control.form-control > .form-control.form-control-sm {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
}
.b-form-btn-label-control.form-control > .form-control.form-control-lg {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
}
.input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #e9ecef;
  opacity: 1;
}
.b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none;
}
.b-form-btn-label-control.form-control[aria-disabled=true] > label {
  cursor: default;
}

.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem;
}

.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden;
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
}
.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}
.b-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc(
  1.5em + 1rem
);
  border-radius: 0 0.3rem 0.3rem 0;
}

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
}
.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}
.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}
.b-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc(
  1.5em + 0.5rem
);
  border-radius: 0 0.2rem 0.2rem 0;
}

.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

input[type=color].form-control {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-sm,
.input-group-sm input[type=color].form-control {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control.form-control-lg,
.input-group-lg input[type=color].form-control {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: 0.65;
}

.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}
.input-group > .custom-range:focus {
  z-index: 3;
}
.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    transition: none;
  }
}
.input-group > .custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

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

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}

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

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none;
}
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(220, 53, 69, 0.35);
}
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(220, 53, 69, 0.35);
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}
.custom-radio.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%;
}

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}
.custom-radio.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
.custom-radio.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50%/50% 50%;
}

.b-rating {
  text-align: center;
}
.b-rating.d-inline-flex {
  width: auto;
}
.b-rating .b-rating-star,
.b-rating .b-rating-value {
  padding: 0 0.25em;
}
.b-rating .b-rating-value {
  min-width: 2.5em;
}
.b-rating .b-rating-star {
  display: inline-flex;
  justify-content: center;
  outline: 0;
}
.b-rating .b-rating-star .b-rating-icon {
  display: inline-flex;
  transition: all 0.15s ease-in-out;
}
.b-rating.disabled, .b-rating:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer;
}
.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
  transform: scale(1.5);
}
.b-rating[dir=rtl] .b-rating-star-half {
  transform: scale(-1, 1);
}

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0;
}
[dir=rtl] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir=rtl]:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 0.25rem;
}
.b-form-spinbutton output > div,
.b-form-spinbutton output > bdi {
  display: block;
  min-width: 2.25em;
  height: 1.5em;
}
.b-form-spinbutton.flex-column {
  height: auto;
  width: auto;
}
.b-form-spinbutton.flex-column output {
  margin: 0 0.25rem;
  padding: 0.25rem 0;
}
.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%;
}
.b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto;
}
.b-form-spinbutton .btn {
  line-height: 1;
  box-shadow: none !important;
}
.b-form-spinbutton .btn:disabled {
  pointer-events: none;
}
.b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
  transform: scale(1.25);
}
.b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
  background-color: #e9ecef;
}
.b-form-spinbutton.disabled {
  pointer-events: none;
}

.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.b-form-tags.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.b-form-tags.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.b-form-tags.disabled {
  background-color: #e9ecef;
}

.b-form-tags-list {
  margin-top: -0.25rem;
}
.b-form-tags-list .b-form-tags-field,
.b-form-tags-list .b-form-tag {
  margin-top: 0.25rem;
}

.b-form-tags-input {
  color: #495057;
}

.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.5;
  margin-right: 0.25rem;
}
.b-form-tag.disabled {
  opacity: 0.75;
}
.b-form-tag > button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
  margin-left: 0.25rem;
}

.form-control-sm .b-form-tag {
  line-height: 1.5;
}

.form-control-lg .b-form-tag {
  line-height: 1.5;
}

.media-aside {
  display: flex;
  margin-right: 1rem;
}

.media-aside-right {
  margin-right: 0;
  margin-left: 1rem;
}

.modal-backdrop {
  opacity: 0.5;
}

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
  margin-left: 0.25rem;
  line-height: 1;
}
.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}
.popover.b-popover.fade:not(.show) {
  opacity: 0;
}
.popover.b-popover.show {
  opacity: 1;
}

.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}
.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #b8daff;
}
.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #cce5ff;
}
.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #b8daff;
}
.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #cce5ff;
}
.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #b8daff;
}
.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #bdddff;
}
.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #b8daff;
}
.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #cce5ff;
}
.b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}
.b-popover-primary .popover-body {
  color: #004085;
}

.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #d6d8db;
}
.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #d6d8db;
}
.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #e2e3e5;
}
.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #d6d8db;
}
.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #dadbde;
}
.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #d6d8db;
}
.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #e2e3e5;
}
.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}
.b-popover-secondary .popover-body {
  color: #383d41;
}

.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c3e6cb;
}
.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d4edda;
}
.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c3e6cb;
}
.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d4edda;
}
.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c3e6cb;
}
.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c9e8d1;
}
.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c3e6cb;
}
.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d4edda;
}
.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}
.b-popover-success .popover-body {
  color: #155724;
}

.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #bee5eb;
}
.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d1ecf1;
}
.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #bee5eb;
}
.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d1ecf1;
}
.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #bee5eb;
}
.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #c5e7ed;
}
.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #bee5eb;
}
.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d1ecf1;
}
.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}
.b-popover-info .popover-body {
  color: #0c5460;
}

.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #ffeeba;
}
.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fff3cd;
}
.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #ffeeba;
}
.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fff3cd;
}
.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #ffeeba;
}
.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ffefbe;
}
.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #ffeeba;
}
.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fff3cd;
}
.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}
.b-popover-warning .popover-body {
  color: #856404;
}

.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #f5c6cb;
}
.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #f8d7da;
}
.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #f5c6cb;
}
.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #f8d7da;
}
.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #f5c6cb;
}
.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6cace;
}
.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #f5c6cb;
}
.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #f8d7da;
}
.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba;
}
.b-popover-danger .popover-body {
  color: #721c24;
}

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #fdfdfe;
}
.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #fefefe;
}
.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #fdfdfe;
}
.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #fefefe;
}
.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #fdfdfe;
}
.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #f6f6f6;
}
.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #fdfdfe;
}
.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #fefefe;
}
.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}
.b-popover-light .popover-body {
  color: #818182;
}

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: #c6c8ca;
}
.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #d6d8d9;
}
.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #c6c8ca;
}
.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #d6d8d9;
}
.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  border-bottom-color: #c6c8ca;
}
.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #ced0d2;
}
.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-left-color: #c6c8ca;
}
.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #d6d8d9;
}
.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}
.b-popover-dark .popover-body {
  color: #1b1e21;
}

.b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: calc(1030 + 5);
}

.b-sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
}

.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin: 0;
  outline: 0;
  transform: translateX(0);
}
.b-sidebar.slide {
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .b-sidebar.slide {
    transition: none;
  }
}
.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto;
}
.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  transform: translateX(-100%);
}
.b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
  margin-left: auto;
}
.b-sidebar.b-sidebar-right {
  left: auto;
  right: 0;
}
.b-sidebar.b-sidebar-right.slide:not(.show) {
  transform: translateX(100%);
}
.b-sidebar.b-sidebar-right > .b-sidebar-header .close {
  margin-right: auto;
}
.b-sidebar > .b-sidebar-header {
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center;
}
[dir=rtl] .b-sidebar > .b-sidebar-header {
  flex-direction: row-reverse;
}

.b-sidebar > .b-sidebar-header .close {
  float: none;
  font-size: 1.5rem;
}
.b-sidebar > .b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
.b-sidebar > .b-sidebar-footer {
  flex-grow: 0;
}

.b-skeleton-wrapper {
  cursor: wait;
}

.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(white, black);
          mask-image: radial-gradient(white, black);
}
.b-skeleton::before {
  content: " ";
}

.b-skeleton-text {
  height: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}

.b-skeleton-button {
  width: 75px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}

.b-skeleton-input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: #ced4da solid 1px;
  border-radius: 0.25rem;
}

.b-skeleton-icon-wrapper svg {
  color: rgba(0, 0, 0, 0.12);
}

.b-skeleton-img {
  height: 100%;
  width: 100%;
}

.b-skeleton-animate-wave::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.4), transparent);
  animation: b-skeleton-animate-wave 1.75s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-wave::after {
    background: none;
    animation: none;
  }
}

@keyframes b-skeleton-animate-wave {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.b-skeleton-animate-fade {
  animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-fade {
    animation: none;
  }
}

@keyframes b-skeleton-animate-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.b-skeleton-animate-throb {
  animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .b-skeleton-animate-throb {
    animation: none;
  }
}

@keyframes b-skeleton-animate-throb {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.975);
  }
}
.table.b-table.b-table-fixed {
  table-layout: fixed;
}
.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}
.table.b-table[aria-busy=true] {
  opacity: 0.55;
}
.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}
.table.b-table > caption {
  caption-side: bottom;
}
.table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}
.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}
.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}

.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
  margin-bottom: 1rem;
}
.b-table-sticky-header > .table,
.table-responsive > .table,
[class*=table-responsive-] > .table {
  margin-bottom: 0;
}

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}

@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}
@supports (position: sticky) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: sticky;
    left: 0;
  }
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }
  .table.b-table > thead > tr > .table-b-table-default,
  .table.b-table > tbody > tr > .table-b-table-default,
  .table.b-table > tfoot > tr > .table-b-table-default {
    color: #212529;
    background-color: #fff;
  }
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
  .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
  .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #343a40;
  }
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
  }
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
}
.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}
.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.75rem / 2) center;
  padding-right: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.75rem / 2) center;
  padding-left: calc(0.75rem + 0.65em);
}
.table.b-table > thead > tr > [aria-sort=none],
.table.b-table > tfoot > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=ascending],
.table.b-table > tfoot > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > [aria-sort=descending],
.table.b-table > tfoot > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=none], .table.b-table.table-dark > tfoot > tr > [aria-sort=none],
.table.b-table > .thead-dark > tr > [aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=ascending], .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],
.table.b-table > .thead-dark > tr > [aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-dark > thead > tr > [aria-sort=descending], .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],
.table.b-table > .thead-dark > tr > [aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=none],
.table.b-table > tfoot > tr > .table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=ascending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table > thead > tr > .table-dark[aria-sort=descending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}
.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}
.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-sm > caption,
  .table.b-table.b-table-stacked-sm > tbody,
  .table.b-table.b-table-stacked-sm > tbody > tr,
  .table.b-table.b-table-stacked-sm > tbody > tr > td,
  .table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-sm > thead,
  .table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-md > caption,
  .table.b-table.b-table-stacked-md > tbody,
  .table.b-table.b-table-stacked-md > tbody > tr,
  .table.b-table.b-table-stacked-md > tbody > tr > td,
  .table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-md > thead,
  .table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-lg > caption,
  .table.b-table.b-table-stacked-lg > tbody,
  .table.b-table.b-table-stacked-lg > tbody > tr,
  .table.b-table.b-table-stacked-lg > tbody > tr > td,
  .table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-lg > thead,
  .table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  .table.b-table.b-table-stacked-xl > caption,
  .table.b-table.b-table-stacked-xl > tbody,
  .table.b-table.b-table-stacked-xl > tbody > tr,
  .table.b-table.b-table-stacked-xl > tbody > tr > td,
  .table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  .table.b-table.b-table-stacked-xl > thead,
  .table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}
.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}
.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}
.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}
.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0 calc(1rem / 2) 0 0;
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}
.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 calc(1rem / 2);
  margin: 0;
}
.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}
.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}

.b-time {
  min-width: 150px;
}
.b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output,
.b-time output.disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.b-time[aria-disabled=true] output {
  pointer-events: none;
}
[dir=rtl] .b-time > .d-flex:not(.flex-column) {
  flex-direction: row-reverse;
}

.b-time .b-time-header {
  margin-bottom: 0.5rem;
}
.b-time .b-time-header output {
  padding: 0.25rem;
  font-size: 80%;
}
.b-time .b-time-footer {
  margin-top: 0.5rem;
}
.b-time .b-time-ampm {
  margin-left: 0.5rem;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}
.b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.b-toast.b-toast-solid .toast {
  background-color: white;
}
.b-toast .toast {
  opacity: 1;
}
.b-toast .toast.fade:not(.show) {
  opacity: 0;
}
.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  background-color: rgba(230, 242, 255, 0.85);
  border-color: rgba(184, 218, 255, 0.85);
  color: #004085;
}
.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: rgba(184, 218, 255, 0.85);
}
.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff;
}

.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
  color: #383d41;
}
.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}
.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}

.b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
  color: #155724;
}
.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}
.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}

.b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
  color: #0c5460;
}
.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}
.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}

.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
  color: #856404;
}
.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}
.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}

.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, 0.85);
  border-color: rgba(245, 198, 203, 0.85);
  color: #721c24;
}
.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, 0.85);
  border-bottom-color: rgba(245, 198, 203, 0.85);
}
.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee;
}

.b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
  color: #818182;
}
.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}
.b-toast-light.b-toast-solid .toast {
  background-color: white;
}

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
  color: #1b1e21;
}
.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}
.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}

.b-toaster {
  z-index: 1100;
}
.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}
.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%; /* IE 11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: transform 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}
.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.tooltip.b-tooltip.show {
  opacity: 0.9;
}
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}
.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  margin: 0.25rem 0;
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #007bff;
}
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #007bff;
}
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #6c757d;
}
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #6c757d;
}
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d;
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #28a745;
}
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #28a745;
}
.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745;
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #17a2b8;
}
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #17a2b8;
}
.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8;
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ffc107;
}
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ffc107;
}
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #dc3545;
}
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #dc3545;
}
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545;
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #f8f9fa;
}
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #f8f9fa;
}
.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #343a40;
}
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #343a40;
}
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40;
}

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}
.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
  transform-origin: center;
  animation: 2s infinite linear normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
  transform-origin: center;
  animation: 2s infinite linear reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
  transform-origin: center;
  animation: 1s infinite steps(8) normal b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
  transform-origin: center;
  animation: 1s infinite steps(8) reverse b-icon-animation-spin;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
    animation: none;
  }
}
.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
  transform-origin: center;
  animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
}
@media (prefers-reduced-motion: reduce) {
  .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
    animation: none;
  }
}

@keyframes b-icon-animation-cylon {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
@keyframes b-icon-animation-cylon-vertical {
  0% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(-25%);
  }
}
@keyframes b-icon-animation-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes b-icon-animation-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes b-icon-animation-throb {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}

.color-bg-dark {
  background: #F2FDFF;
}

.color-bg-light {
  background: #fae196;
}

.color-bg-brown {
  background: #F3F0EB;
}

.color-primary {
  color: #E84A3A;
}

.color-primary-additional {
  color: #E84A3A;
}

.color-black-v1 {
  color: #242424;
}

.color-grey-v1 {
  color: #4D4D4D;
}

.color-grey-v2 {
  color: #EDEDED;
}

.color-grey-v3 {
  color: #A0A0A0;
}

.color-error {
  color: #BF3E33;
}

.row {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 1365px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (max-width: 359px) {
  .row {
    margin-left: -6px;
    margin-right: -6px;
  }
}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1365px) {
  .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 359px) {
  .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-left: 6px;
    padding-right: 6px;
  }
}

#app .text-primary {
  color: #E84A3A !important;
}

/** Inter Regular **/
@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-style: normal;
  src: url("/fonts/Inter-LightBETA.woff2") format("woff2"), url("/fonts/Inter-LightBETA.woff") format("woff"), url("/fonts/Inter-LightBETA.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/Inter-Regular.woff2") format("woff2"), url("/fonts/Inter-Regular.woff") format("woff"), url("/fonts/Inter-Regular.ttf") format("ttf");
  font-display: swap;
}
/** Inter SemiBold **/
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src: url("/fonts/Inter-SemiBold.woff2") format("woff2"), url("/fonts/Inter-SemiBold.woff") format("woff"), url("/fonts/Inter-SemiBold.ttf") format("ttf");
  font-display: swap;
}
/** Inter Bold **/
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/Inter-Bold.woff2") format("woff2"), url("/fonts/Inter-Bold.woff") format("woff"), url("/fonts/Inter-Bold.ttf") format("ttf");
  font-display: swap;
}
html, body {
  scrollbar-color: #E84A3A;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 8px;
  height: 2px;
  background-color: #d2d2d2;
}

::-webkit-scrollbar-thumb {
  background-color: #E84A3A;
  border-radius: 4px;
}

::-webkit-scrollbar-button:vertical:start:decrement {
  background: transparent;
  display: none;
}
::-webkit-scrollbar-button:vertical:end:increment {
  background: transparent;
  display: none;
}
::-webkit-scrollbar-button:horizontal:start:decrement {
  background: transparent;
  display: none;
}
::-webkit-scrollbar-button:horizontal:end:increment {
  background: transparent;
  display: none;
}

body {
  background: #FFFFFF;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #242424;
  position: relative;
}
@media screen and (max-width: 1365px) {
  body {
    font-size: 14px;
  }
}

#app {
  transition: 0.4s ease-in-out;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  #pages {
    padding-top: 118px;
  }
}

h1.ultra, h2.ultra {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 1365px) {
  h1.ultra, h2.ultra {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  h1.ultra, h2.ultra {
    font-size: 32px;
  }
}
@media screen and (max-width: 359px) {
  h1.ultra, h2.ultra {
    font-size: 28px;
  }
}

h1, h2.as-h1, .as-h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 1365px) {
  h1, h2.as-h1, .as-h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  h1, h2.as-h1, .as-h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 359px) {
  h1, h2.as-h1, .as-h1 {
    font-size: 28px;
  }
}

h2, h1.as-h2, .as-h2 {
  font-size: 32px;
  line-height: 1.12;
  font-weight: 700;
}
@media screen and (max-width: 1365px) {
  h2, h1.as-h2, .as-h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 359px) {
  h2, h1.as-h2, .as-h2 {
    font-size: 24px;
  }
}

h3.large, .as-h3-large {
  font-size: 32px;
  line-height: 1.12;
}
@media screen and (max-width: 991px) {
  h3.large, .as-h3-large {
    font-size: 28px;
  }
}

h3, h1.as-h3, .as-h3 {
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 991px) {
  h3, h1.as-h3, .as-h3 {
    font-size: 20px;
  }
}

h4, .as-h4 {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  h4, .as-h4 {
    font-size: 16px;
  }
}

h5, .as-h5 {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1365px) {
  h5, .as-h5 {
    font-size: 14px;
  }
}

p.small {
  font-size: 14px;
  line-height: 1.43;
}

p.ultrasmall {
  font-size: 12px;
  line-height: 1.67;
}

p.fs-16 {
  font-size: 16px;
}
@media screen and (max-width: 1365px) {
  p.fs-16 {
    font-size: 14px;
  }
}

.fs-14 {
  font-size: 14px;
  line-height: 1.4;
}

.fs-12 {
  font-size: 12px;
  line-height: 1.5;
}

.lh-05 {
  line-height: 0.5;
}

a {
  color: #242424;
  text-decoration: none;
  transition: 0.4s ease;
}
a:hover {
  text-decoration: none;
  color: #242424;
  opacity: 0.9;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-600 {
  font-weight: 600;
}

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

.page-container {
  min-height: calc(80vh - 100px);
  padding-top: 146px;
}
@media screen and (max-width: 991px) {
  .page-container {
    min-height: calc(80vh - 48px);
  }
}

.container {
  width: 1266px;
  max-width: 1266px;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
  .container {
    width: 1024px;
    max-width: 1024px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 575px) {
  .container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 359px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}

button.button, a.button {
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
  box-shadow: none !important;
  outline: none !important;
  transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 575px) {
  button.button, a.button {
    padding: 8px 12px;
  }
}

button.button.btn-v1, a.button.btn-v1 {
  border: 2px solid #281C7E;
  background: transparent;
  color: #281C7E;
}
button.button.btn-v1:focus, button.button.btn-v1:active, a.button.btn-v1:focus, a.button.btn-v1:active {
  box-shadow: none;
  outline: none;
}
button.button.btn-v1:hover, a.button.btn-v1:hover {
  background: #281C7E;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  button.button.btn-v1:hover, a.button.btn-v1:hover {
    background: transparent;
    color: #281C7E;
  }
}

button.button.btn-v2, a.button.btn-v2 {
  padding: 10px 18px;
  color: #E84A3A;
  background: #FFFFFF;
  border: 2px solid #E84A3A;
}
button.button.btn-v2:focus, button.button.btn-v2:active, a.button.btn-v2:focus, a.button.btn-v2:active {
  box-shadow: none;
  outline: none;
}
button.button.btn-v2:hover, a.button.btn-v2:hover {
  color: #FFFFFF;
  background: #E84A3A;
  border: 2px solid #E84A3A;
}
@media screen and (max-width: 991px) {
  button.button.btn-v2:hover, a.button.btn-v2:hover {
    color: #E84A3A;
    background: #FFFFFF;
    border: 2px solid #E84A3A;
  }
}

button.button.btn-v3, a.button.btn-v3 {
  border: 2px solid #E84A3A;
  background: #E84A3A;
  color: #FFFFFF;
}
button.button.btn-v3:focus, button.button.btn-v3:active, a.button.btn-v3:focus, a.button.btn-v3:active {
  box-shadow: none;
  outline: none;
}
button.button.btn-v3:hover, a.button.btn-v3:hover {
  background: #FFFFFF;
  color: #E84A3A;
}
@media screen and (max-width: 991px) {
  button.button.btn-v3:hover, a.button.btn-v3:hover {
    background: #E84A3A;
    color: #FFFFFF;
  }
}
button.button.btn-v3[disabled], a.button.btn-v3[disabled] {
  pointer-events: none;
  background-color: #A0A0A0;
  border: 2px solid #A0A0A0;
}

button.button.btn-v4, a.button.btn-v4 {
  border: 2px solid #F5F5F5;
  background: #F5F5F5;
  color: #242424;
}
button.button.btn-v4:focus, button.button.btn-v4:active, a.button.btn-v4:focus, a.button.btn-v4:active {
  box-shadow: none;
  outline: none;
}
button.button.btn-v4:hover, a.button.btn-v4:hover {
  background: #EDEDED;
  border-color: #EDEDED;
}
@media screen and (max-width: 991px) {
  button.button.btn-v4:hover, a.button.btn-v4:hover {
    background: #F5F5F5;
  }
}

button.button.btn-v5, a.button.btn-v5 {
  border: 2px solid #F5F5F5;
  background: #F5F5F5;
  color: #242424;
}
button.button.btn-v5:focus, button.button.btn-v5:active, a.button.btn-v5:focus, a.button.btn-v5:active {
  box-shadow: none;
  outline: none;
}
button.button.btn-v5:hover, a.button.btn-v5:hover {
  border: 2px solid #dcdcdc;
  background: #dcdcdc;
}
@media screen and (max-width: 991px) {
  button.button.btn-v5:hover, a.button.btn-v5:hover {
    border: 2px solid #F5F5F5;
    background: #F5F5F5;
  }
}

button.button.btn-v6, a.button.btn-v6 {
  padding: 10px 24px;
  gap: 10px;
  border: 2px solid #281C7E;
  background: transparent;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12) !important;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.006em;
  color: #281C7E;
}
button.button.btn-v6:focus, button.button.btn-v6:active, a.button.btn-v6:focus, a.button.btn-v6:active {
  box-shadow: none !important;
  outline: none !important;
}
button.button.btn-v6:hover, a.button.btn-v6:hover {
  border: 2px solid #E84A3A;
}
@media screen and (max-width: 991px) {
  button.button.btn-v6:hover, a.button.btn-v6:hover {
    border: 2px solid #281C7E;
  }
}

.buttons-to-account-first {
  margin-right: 4px;
}

button.button.btn-sm, .btn-group-sm > button.button.btn, a.button.btn-sm, .btn-group-sm > a.button.btn {
  padding: 6px 16px;
}

button.btn-v1.transparent, a.btn-v1.transparent {
  background: transparent;
}
button.btn-v1.transparent:hover, a.btn-v1.transparent:hover {
  background: #281C7E;
  color: #FFFFFF;
}

button.button.btn-44, a.button.btn-44 {
  background: #F5F5F5;
  width: 44px;
  height: 44px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

button.button.btn-40 {
  background: #E84A3A;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}

button.button.button-line.btn-v1, a.btn-v1.button.button-line {
  display: block;
  background: transparent;
  padding: 10px 20px;
  width: 100%;
  position: relative;
  text-align: left;
  color: #242424;
}
button.button.button-line.btn-v1::before, a.btn-v1.button.button-line::before {
  content: url("/svg/button-arrow-right.svg");
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 2;
  transition: 0.6s ease-in;
}
button.button.button-line.btn-v1:hover, a.btn-v1.button.button-line:hover {
  opacity: 0.6;
  background: transparent;
}
@media screen and (max-width: 991px) {
  button.button.button-line.btn-v1:hover, a.btn-v1.button.button-line:hover {
    opacity: 1;
  }
}
button.button.button-line.btn-v1:hover::before, a.btn-v1.button.button-line:hover::before {
  right: 10px;
}

button.button-circle, a.button-circle {
  display: inline-block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  position: relative;
  transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  overflow: hidden;
  border: none;
}
@media screen and (max-width: 991px) {
  button.button-circle, a.button-circle {
    width: 72px;
    height: 72px;
  }
}
button.button-circle::before, a.button-circle::before {
  content: url("/svg/button-arrow-right.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: 500ms ease-in;
}
@media screen and (max-width: 991px) {
  button.button-circle:hover::before, a.button-circle:hover::before {
    transform: translate(-50%, -50%);
  }
}
button.button-circle:hover::before, a.button-circle:hover::before {
  transform: translate(80%, -50%);
}

button.button-circle.btn-v1, a.button-circle.btn-v1 {
  background: #FFFFFF;
}

button.button-circle.btn-v2, a.button-circle.btn-v2 {
  background: #fae196;
}

@keyframes shake-horizontal {
  0% {
    transform: translate(-50%, -50%);
  }
  33% {
    transform: translate(0%, -50%);
  }
  66% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(100%, -50%);
  }
}
button.btn-text {
  border: none;
  padding: 2px 8px;
  background: transparent;
  border-radius: 4px;
}
button.btn-text:focus, button.btn-text:active {
  background: #E3E3E3;
}

button.link-to-modal, a.link-to-modal {
  background: transparent;
  border: none;
  padding: 0 4px;
  box-shadow: none;
  outline: none;
}
button.link-to-modal:hover, a.link-to-modal:hover {
  color: inherit;
  background: transparent;
}
button.link-to-modal:focus, button.link-to-modal:active, a.link-to-modal:focus, a.link-to-modal:active {
  border: none;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  opacity: 0.8;
  color: #E84A3A !important;
}

button.rotate-button, a.rotate-button {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: #E84A3A;
  transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 991px) {
  button.rotate-button, a.rotate-button {
    width: 90px;
    height: 90px;
    font-size: 12px;
  }
}

button.rotate-button.right, a.rotate-button.right {
  transform: rotate(15deg);
}

button.rotate-button.left, a.rotate-button.left {
  transform: rotate(-15deg);
}

.btn-back {
  font-size: 14px;
  color: #E84A3A;
  line-height: 20px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.btn-back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-top: 1px solid #A0A0A0;
  border-left: 1px solid #A0A0A0;
  transition: 0.2s ease-in-out;
}
.btn-back:hover {
  cursor: pointer;
  opacity: 0.8;
}
.btn-back:hover::before {
  border-top: 1px solid #E84A3A;
  border-left: 1px solid #E84A3A;
  left: -4px;
}

button.button.btn-reset {
  padding: 4px 12px !important;
  font-size: 12px;
  background: #242424;
  color: #FFFFFF;
  border-radius: 24px;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  letter-spacing: 0.03em;
  transition: 0.4s ease-in-out;
  font-weight: 400;
}
button.button.btn-reset:hover {
  opacity: 0.8;
}

.input-box {
  position: relative;
  background: #FFFFFF;
  transition: 0.2s ease-in;
}
.input-box label, .input-box .load {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  color: #A0A0A0;
  transition: 0.2s ease-in;
  background: #FFFFFF;
  padding: 0 2px;
}
.input-box input:valid ~ label, .input-box label.load, .input-box .load {
  color: #242424;
}
.input-box input:focus ~ label, .input-box input:active ~ label, .input-box input:valid ~ label,
.input-box textarea:focus ~ label, .input-box textarea:active ~ label, .input-box textarea:valid ~ label, .input-box input[disabled] ~ label, .input-box label.load, .input-box .load {
  font-size: 12px;
  line-height: 1;
  top: -5px;
  z-index: 2;
}
.input-box input:focus ~ label::-moz-placeholder, .input-box input:active ~ label::-moz-placeholder, .input-box input:valid ~ label::-moz-placeholder, .input-box textarea:focus ~ label::-moz-placeholder, .input-box textarea:active ~ label::-moz-placeholder, .input-box textarea:valid ~ label::-moz-placeholder, .input-box input[disabled] ~ label::-moz-placeholder, .input-box label.load::-moz-placeholder, .input-box .load::-moz-placeholder {
  color: #A0A0A0;
}
.input-box input:focus ~ label::placeholder, .input-box input:active ~ label::placeholder, .input-box input:valid ~ label::placeholder,
.input-box textarea:focus ~ label::placeholder, .input-box textarea:active ~ label::placeholder, .input-box textarea:valid ~ label::placeholder, .input-box input[disabled] ~ label::placeholder, .input-box label.load::placeholder, .input-box .load::placeholder {
  color: #A0A0A0;
}
.input-box input:focus ~ label, .input-box input:active ~ label,
.input-box textarea:focus ~ label, .input-box textarea:active ~ label {
  color: #E84A3A;
}
.input-box input:focus ~ label::-moz-placeholder, .input-box input:active ~ label::-moz-placeholder, .input-box textarea:focus ~ label::-moz-placeholder, .input-box textarea:active ~ label::-moz-placeholder {
  color: #A0A0A0;
}
.input-box input:focus ~ label::placeholder, .input-box input:active ~ label::placeholder,
.input-box textarea:focus ~ label::placeholder, .input-box textarea:active ~ label::placeholder {
  color: #A0A0A0;
}
.input-box input:focus::-moz-placeholder, .input-box input:active::-moz-placeholder {
  color: #A0A0A0;
}
.input-box input:focus::placeholder, .input-box input:active::placeholder {
  color: #A0A0A0;
}
.input-box .help-popover {
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 3;
}

input, textarea {
  padding: 14px 16px;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  transition: 0.4s ease-in;
  width: 100%;
  height: auto;
  border: 1px solid #8D8D8D;
  outline: none !important;
  box-shadow: none !important;
}
@media screen and (max-width: 400px) {
  input, textarea {
    padding: 14px 45px 14px 16px;
  }
}
input:focus, input:active, textarea:focus, textarea:active {
  border: 1px solid #E84A3A;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: transparent;
}
input::placeholder, textarea::placeholder {
  color: transparent;
}

input.input-with-icon {
  padding: 14px 36px 14px 16px;
  text-overflow: ellipsis;
}

input.input-search::-moz-placeholder {
  color: #A0A0A0;
}

input.input-search::placeholder {
  color: #A0A0A0;
}

input.placeholder-dark:focus::-moz-placeholder {
  color: #242424;
}

input.placeholder-dark:focus::placeholder {
  color: #242424;
}

textarea {
  resize: none;
  min-height: 96px;
}

textarea.height-100 {
  height: calc(100% - 24px);
}

label {
  margin-bottom: 0;
}

input.input-num {
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #EDEDED;
  outline: none !important;
  box-shadow: none !important;
  max-width: 100%;
  width: 72px;
}
input.input-num:focus, input.input-num:active {
  border: 1px solid #E84A3A;
}

input.input-dark-gray {
  padding-top: 14px;
  padding-bottom: 14px;
  background: #F5F5F5;
  border-color: #F5F5F5;
}
input.input-dark-gray:focus, input.input-dark-gray:active {
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

#editor .ck-content {
  height: 300px;
  border: 2px solid #F5F5F5;
  background: #F5F5F5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#editor .ck-content.ck-focused {
  border-bottom: 2px solid #E84A3A;
  border-top: 2px solid #F5F5F5;
  border-left: 2px solid #F5F5F5;
  border-right: 2px solid #F5F5F5;
  outline: none;
  box-shadow: none;
}
#editor .ck.ck-toolbar {
  background: #FFFFFF;
  border: 2px solid #F5F5F5;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#editor.is-invalid .ck-content {
  border-bottom: 2px solid #BF3E33;
  border-top: 2px solid #F5F5F5;
  border-left: 2px solid #F5F5F5;
  border-right: 2px solid #F5F5F5;
}

.custom-file {
  height: 44px;
}
.custom-file:focus, .custom-file:active {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

label.custom-file-label {
  position: static;
  padding: 14px 16px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #EDEDED !important;
  border-radius: 4px;
  font-size: 14px !important;
  line-height: 20px !important;
  transition: 0.4s ease-in;
  color: #4D4D4D;
  box-shadow: none !important;
  outline: none !important;
}
label.custom-file-label::after {
  content: none !important;
}
label.custom-file-label:hover {
  cursor: pointer;
}
label.custom-file-label:focus, label.custom-file-label:active {
  box-shadow: none !important;
  outline: none !important;
}
label.custom-file-label .form-file-text {
  max-width: 80%;
  overflow: hidden;
}
label.custom-file-label .custom-file-input:focus ~ .custom-file-label {
  box-shadow: none !important;
  outline: none !important;
}

input.custom-file-input {
  position: absolute;
}

input.custom-file-input.focus ~ label.custom-file-label {
  box-shadow: none !important;
  outline: none !important;
}

label.custom-file-label {
  z-index: 3;
  margin-bottom: 0;
}

.input-box, .textarea-box {
  position: relative;
}
.input-box:before, .textarea-box:before {
  position: absolute;
  right: 4px;
  bottom: 6px;
  z-index: 2;
  transition: 0.4s ease;
}
.input-box .btn-absolute, .textarea-box .btn-absolute {
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 3;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 14px 16px 14px 4px;
  color: #E84A3A;
}
@media screen and (max-width: 1534px) {
  .input-box .btn-absolute, .textarea-box .btn-absolute {
    padding: 0 16px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.input-box.is-invalid, .textarea-box.is-invalid {
  animation: is-invalid 500ms linear;
}
.input-box.is-invalid input, .input-box.is-invalid .as-input, .input-box.is-invalid textarea, .textarea-box.is-invalid input, .textarea-box.is-invalid .as-input, .textarea-box.is-invalid textarea {
  border: 1px solid #BF3E33;
}
.input-box.is-invalid label, .input-box.is-invalid .label, .textarea-box.is-invalid label, .textarea-box.is-invalid .label {
  color: #BF3E33 !important;
}
.input-box.is-invalid label.custom-file-label, .textarea-box.is-invalid label.custom-file-label {
  border: 1px solid #BF3E33;
}
.input-box.is-invalid .multiselect .multiselect__tags, .textarea-box.is-invalid .multiselect .multiselect__tags {
  border: 1px solid #BF3E33;
}

.textarea-box:before {
  bottom: auto;
  top: 34px;
}

button.as-input {
  padding: 14px 16px;
  background: #FFFFFF;
  border: 1px solid #8D8D8D;
  box-shadow: none !important;
  border-radius: 4px;
  width: 100%;
  color: #A0A0A0;
  font-size: 14px;
  height: 48px;
  text-align: left;
}
button.as-input .label {
  color: #A0A0A0;
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 4;
  background: #FFFFFF;
  transition: 0.2s ease-in-out;
  pointer-events: none;
  padding: 0 2px;
}
button.as-input .label.active {
  display: block;
  font-size: 12px;
  line-height: 1;
  top: -5px;
  z-index: 2;
}

#account .textarea-box:before {
  bottom: auto;
  top: 32px;
}

.checkbox input[type=checkbox], .checkbox input[type=radio] {
  display: none;
}
.checkbox label {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
.checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #A0A0A0;
  border-radius: 4px;
  transition: 0.5s ease-in;
}
.checkbox label::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  border-left: 2px solid #E84A3A;
  border-bottom: 2px solid #E84A3A;
  transform: rotate(-45deg) scale(0.9) skew(-5deg, -5deg);
  left: 3px;
  top: 6px;
  opacity: 0;
  z-index: 2;
  transition: 0.2s ease-in;
}
.checkbox label:hover {
  cursor: pointer;
}
.checkbox input[type=checkbox]:checked + label::before {
  border: 1px solid #E84A3A;
}
.checkbox input[type=checkbox]:checked + label::after {
  transform: rotate(-45deg) scale(1) skew(-5deg, -5deg);
  opacity: 1;
}
.checkbox input[type=radio] + label {
  padding-left: 20px;
}
.checkbox input[type=radio] + label::before {
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.checkbox input[type=radio] + label::after {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  border: none;
  top: 7px;
  left: 3px;
  transform: none;
}
.checkbox input[type=radio]:checked + label::before {
  background: #E84A3A;
}
.checkbox input[type=radio]:checked + label::after {
  opacity: 1;
}

.checkbox.is-invalid label {
  animation: is-invalid 500ms linear;
}
.checkbox.is-invalid label::before {
  border: 1px solid #BF3E33;
}

.checkbox.blured input, .checkbox.blured label {
  filter: blur(1px);
}
.checkbox.blured .help-popover {
  transform: translateY(-1px);
}

.nav-item .blured {
  filter: blur(1px);
  pointer-events: none;
}

input[type=range] {
  position: relative;
  z-index: 5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
input[type=range]:focus, input[type=range]:active {
  border: none;
  outline: none;
  box-shadow: none;
}
input[type=range]::-webkit-slider-runnable-track {
  border: none;
  background-color: transparent;
  height: 8px;
  border-radius: 4px;
}
input[type=range]::-webkit-slider-thumb {
  background: #E84A3A;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 0 0 10px #FFFFFF inset;
  cursor: pointer;
  width: 28px;
  height: 28px;
  -webkit-appearance: none;
  margin-top: -10px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
  z-index: 3;
}
input[type=range]::-webkit-slider-thumb:hover {
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.4), 0 0 0 10px #FFFFFF inset;
}
input[type=range]::-moz-range-track {
  border: none;
  background-color: #E0E0E0;
  height: 8px;
}
input[type=range]::-moz-range-thumb {
  border: none;
  background-color: #E0E0E0;
  height: 8px;
}

.multiselect {
  position: relative;
  z-index: 15;
  color: #242424;
}
.multiselect .multiselect__tags {
  min-height: 48px;
  background: #FFFFFF;
  border: 1px solid #8D8D8D;
  border-radius: 4px;
  font-size: 14px;
  padding: 12px 40px 0 16px;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
}
.multiselect .multiselect__tags::before {
  margin: 0;
  top: 12px;
  border: none;
  width: 20px !important;
  height: 20px !important;
  transform-origin: center center;
  position: absolute;
  right: 8px;
  transition: 0.4s ease-in-out;
  content: url("/svg/button-arrow-select.svg");
}
.multiselect .multiselect__tags:hover {
  cursor: pointer;
}
.multiselect .multiselect__tags .multiselect__single, .multiselect .multiselect__tags .multiselect__input {
  background: transparent;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  white-space: nowrap;
  border: none;
}
.multiselect .multiselect__tags .multiselect__single {
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiselect .multiselect__tags .multiselect__input {
  padding: 0;
}
.multiselect .multiselect__tags .multiselect__placeholder {
  margin-bottom: 0;
  padding-top: 0;
  color: #A0A0A0;
}
.multiselect .multiselect__content-wrapper {
  font-size: 14px;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 778px) {
  .multiselect .multiselect__content-wrapper .multiselect__content {
    width: 100%;
  }
  .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element span {
    white-space: wrap;
  }
}
.multiselect .multiselect__content-wrapper .multiselect__element {
  color: #242424;
}
.multiselect .multiselect__content-wrapper .multiselect__option--highlight {
  background: #f08579;
  color: #242424;
}
.multiselect .label {
  position: absolute;
  left: 14px;
  top: 14px;
  font-size: 14px;
  color: #A0A0A0;
  z-index: 4;
  background: transparent;
  transition: 0.2s ease-in-out;
  pointer-events: none;
  padding: 0 2px;
}
.multiselect .label.active {
  display: block;
  font-size: 12px;
  line-height: 1;
  top: -5px;
  z-index: 2;
  background: #FFFFFF;
  color: #A0A0A0;
}

.multiselect.multiselect--active {
  z-index: 23;
}
.multiselect.multiselect--active .label.active {
  color: #E84A3A;
}
.multiselect.multiselect--active .multiselect__tags {
  border: 1px solid #E84A3A;
}
.multiselect.multiselect--active .multiselect__tags::before {
  transform: rotate(-180deg);
}

.multiselect.input-white .multiselect__select, .multiselect.input-white .multiselect__tags {
  background: #FFFFFF;
}
.multiselect.input-white .multiselect__select .multiselect__single, .multiselect.input-white .multiselect__tags .multiselect__single {
  background: #FFFFFF;
}
.multiselect.input-white input {
  background: #FFFFFF !important;
}

.b-form-datepicker.form-control {
  border: none;
  border-radius: 0;
  flex-direction: row-reverse;
  box-shadow: none !important;
  position: relative;
  background: #FFFFFF;
  color: #242424;
}
.b-form-datepicker.form-control::before {
  content: url("/svg/calendar.svg");
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 3;
}
.b-form-datepicker.form-control label.form-control {
  position: static;
  padding: 14px 16px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: none !important;
  border-radius: 4px;
  width: 100%;
  min-height: auto;
  font-size: 14px;
  color: #A0A0A0 !important;
  line-height: 20px;
  text-align: left;
}
.b-form-datepicker.form-control button.btn {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 34px;
}
.b-form-datepicker.form-control button.btn svg.bi-calendar, .b-form-datepicker.form-control button.btn svg.bi-calendar-fill {
  display: none !important;
}
.b-form-datepicker.form-control .dropdown-menu {
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #242424 !important;
  padding: 12px 20px;
}
.b-form-datepicker.form-control .dropdown-menu .b-calendar-header {
  display: none;
}
.b-form-datepicker.form-control .dropdown-menu .b-calendar-grid {
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.b-form-datepicker.form-control .dropdown-menu footer {
  display: none;
}
.b-form-datepicker.form-control .dropdown-menu header {
  margin-bottom: 24px;
  padding: 0;
}
.b-form-datepicker.form-control .dropdown-menu .b-calendar-nav button[title="Previous year"], .b-form-datepicker.form-control .dropdown-menu .b-calendar-nav button[title="Next year"], .b-form-datepicker.form-control .dropdown-menu .b-calendar-nav button[title="Current month"] {
  display: none;
}
.b-form-datepicker.form-control .dropdown-menu .b-calendar-nav button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 14px;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
}
.b-form-datepicker.form-control .dropdown-menu .b-calendar-nav button svg {
  fill: #E84A3A;
}
.b-form-datepicker.form-control .dropdown-menu .b-calendar-nav button:hover {
  opacity: 0.6;
}
.b-form-datepicker.form-control .dropdown-menu .b-calendar-nav button[title="Next month"] {
  right: 12px;
}
.b-form-datepicker.form-control .dropdown-menu .b-calendar-nav button[title="Previous month"] {
  left: 12px;
}
.b-form-datepicker.form-control .dropdown-menu .btn-outline-primary {
  color: #E84A3A;
  box-shadow: none !important;
}
.b-form-datepicker.form-control .dropdown-menu .btn-outline-primary:hover {
  background: #f08579;
}
.b-form-datepicker.form-control .dropdown-menu .btn-primary:not(:disabled):not(.disabled):active, .b-form-datepicker.form-control .dropdown-menu .btn-primary:not(:disabled):not(.disabled).active, .b-form-datepicker.form-control .dropdown-menu .show > .btn-primary.dropdown-toggle {
  background: #E84A3A;
  box-shadow: none !important;
}

@media screen and (max-width: 767px) {
  .card--category-owner {
    width: 100%;
    height: 88px;
    margin-bottom: 8px !important;
  }
}

.card--category {
  width: 184px;
  height: 184px;
  display: block;
  border-radius: 9px;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 1365px) {
  .card--category {
    width: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .card--category {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .card--category {
    width: 210px;
  }
}
@media screen and (max-width: 800px) {
  .card--category {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .card--category {
    width: 100%;
    height: 88px;
    padding-top: 0;
  }
}
.card--category .card--category-title {
  position: absolute;
  z-index: 2;
  color: #FFFFFF;
  left: 0;
  right: 0;
  top: 0;
  padding: 24px;
}
@media screen and (max-width: 1365px) {
  .card--category .card--category-title {
    padding: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .card--category .card--category-title {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .card--category .card--category-title {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .card--category .card--category-title {
    padding: 16px;
  }
}
.card--category .card--category-title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #FFFFFF;
}
@media screen and (max-width: 1365px) {
  .card--category .card--category-title span {
    font-size: 26px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .card--category .card--category-title span {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .card--category .card--category-title span {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .card--category .card--category-title span {
    font-size: 16px;
    line-height: 24px;
  }
}
.card--category:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
}
.card--category:hover .category_image {
  transform: scale(1.1);
}
.card--category .category_image {
  border-radius: 4px;
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 767px) {
  .card--category .category_image {
    width: 100%;
    height: 100%;
  }
}
.card--category .loaded .category_image {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .nav__buttons {
    display: flex;
  }
}
.nav__buttons p {
  white-space: nowrap;
  color: #A0A0A0;
}
@media screen and (max-width: 1200px) {
  .nav__buttons p {
    padding: 0 12px;
  }
  .nav__buttons p:first-child {
    padding-left: 0;
  }
  .nav__buttons p:last-child {
    padding-right: 0;
  }
}
.nav__buttons p:hover {
  cursor: pointer;
}
.nav__buttons p.active {
  color: #242424;
}

.owl-carousel .owl-stage {
  display: flex;
  transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53) !important;
}
.owl-carousel .owl-item {
  height: auto;
}
.owl-carousel .owl-item .testimonial--card img {
  display: inline-block;
  width: auto;
}
.owl-carousel .owl-item .tooltip {
  display: none !important;
}

.carousel .carousel-control-prev, .carousel .carousel-control-next {
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.4s ease-in-out;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.carousel .carousel-control-prev:hover, .carousel .carousel-control-next:hover {
  background-color: rgba(176, 176, 176, 0.6);
}
.carousel .carousel-control-prev {
  left: 10px;
}
.carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 28px;
  height: 28px;
  background-image: url("/svg/carousel-prev.svg");
}
.carousel .carousel-control-next {
  right: 10px;
}
.carousel .carousel-control-next .carousel-control-next-icon {
  width: 28px;
  height: 28px;
  background-image: url("/svg/carousel-next.svg");
}

.swal2-popup.swal2-modal {
  padding: 44px;
  min-width: 520px;
}
@media screen and (max-width: 575px) {
  .swal2-popup.swal2-modal {
    min-width: auto;
    padding: 28px 20px;
  }
}
.swal2-popup.swal2-modal .swal2-icon {
  display: none !important;
}
.swal2-popup.swal2-modal .swal2-header, .swal2-popup.swal2-modal .swal2-content {
  align-items: flex-start;
  padding: 0;
  text-align: left;
}
.swal2-popup.swal2-modal .swal2-title {
  color: #242424;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 12px;
  text-align: left;
}
.swal2-popup.swal2-modal .swal2-html-container {
  color: #4D4D4D;
  font-size: 16px;
}
.swal2-popup.swal2-modal .swal2-actions {
  margin-top: 36px;
  justify-content: flex-start;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .swal2-popup.swal2-modal .swal2-actions {
    flex-direction: column;
  }
}
.swal2-popup.swal2-modal .swal2-actions button {
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .swal2-popup.swal2-modal .swal2-actions button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.swal2-popup.swal2-modal .swal2-styled.swal2-confirm, .swal2-popup.swal2-modal .swal2-styled.swal2-deny, .swal2-popup.swal2-modal .swal2-styled.swal2-cancel {
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 600;
  border: 2px solid #281C7E;
  transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  color: #FFFFFF;
  background: #281C7E;
  box-shadow: none;
  outline: none;
}
.swal2-popup.swal2-modal .swal2-styled.swal2-confirm:hover, .swal2-popup.swal2-modal .swal2-styled.swal2-deny:hover, .swal2-popup.swal2-modal .swal2-styled.swal2-cancel:hover {
  background: #FFFFFF;
  color: #281C7E;
}
.swal2-popup.swal2-modal .swal2-styled.swal2-deny {
  border: 2px solid #281C7E;
  background: #FFFFFF;
  color: #281C7E;
}
.swal2-popup.swal2-modal .swal2-styled.swal2-deny:hover {
  background: #281C7E;
  color: #FFFFFF;
}
.swal2-popup.swal2-modal .swal2-styled.swal2-cancel {
  border: 2px solid #E84A3A;
  background: #FFFFFF;
  color: #E84A3A;
}
.swal2-popup.swal2-modal .swal2-styled.swal2-cancel:hover {
  background: #f08579;
}
.swal2-popup.swal2-modal textarea.swal2-textarea, .swal2-popup.swal2-modal input.swal2-input {
  background: #F5F5F5;
  border: 2px solid #F5F5F5;
  font-size: 14px;
}
.swal2-popup.swal2-modal textarea.swal2-textarea:focus, .swal2-popup.swal2-modal textarea.swal2-textarea:active, .swal2-popup.swal2-modal input.swal2-input:focus, .swal2-popup.swal2-modal input.swal2-input:active {
  border-top: 2px solid #F5F5F5;
  border-right: 2px solid #F5F5F5;
  border-left: 2px solid #F5F5F5;
  border-bottom: 2px solid #E84A3A;
  outline: none;
  box-shadow: none;
}

.b-rating.form-control, .b-rating.disabled {
  border: none;
  padding: 0 0 0 0.5em;
  background: transparent;
  height: auto;
}
.b-rating.form-control .b-rating-star svg, .b-rating.disabled .b-rating-star svg {
  display: none;
}
.b-rating.form-control .b-rating-star-full .b-rating-icon, .b-rating.form-control .b-rating-star-empty .b-rating-icon, .b-rating.disabled .b-rating-star-full .b-rating-icon, .b-rating.disabled .b-rating-star-empty .b-rating-icon {
  width: 16px;
  height: 20px;
  position: relative;
}
.b-rating.form-control .b-rating-star-full .b-rating-icon::before, .b-rating.form-control .b-rating-star-empty .b-rating-icon::before, .b-rating.disabled .b-rating-star-full .b-rating-icon::before, .b-rating.disabled .b-rating-star-empty .b-rating-icon::before {
  content: url("/svg/rating.svg");
  position: absolute;
  left: 0;
  top: 0;
}
.b-rating.form-control .b-rating-star-empty, .b-rating.disabled .b-rating-star-empty {
  opacity: 0.8;
  filter: brightness(50%);
}

.b-rating.disabled .b-rating-star-empty {
  display: none;
}

.social-box {
  display: flex;
}
.social-box a {
  color: #E84A3A;
  display: inline-block;
  position: relative;
  padding: 0 8px;
}
@media screen and (max-width: 359px) {
  .social-box a {
    font-size: 14px;
  }
}
.social-box a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  height: 14px;
  width: 1px;
  background: #A0A0A0;
}
.social-box div:last-child a {
  padding-right: 0;
}
.social-box div:last-child a::before {
  content: none;
}
.social-box div:first-child a {
  padding-left: 0;
}

.social-box-new {
  display: flex;
  position: absolute;
  display: flex;
  top: 0px;
  right: 0px;
}
.social-box-new a {
  color: #0A0A0A;
  display: inline-block;
  position: relative;
  padding: 0 8px;
}
.social-box-new div:last-child a {
  padding-right: 0;
}
.social-box-new div:first-child a {
  padding-left: 0;
}

@media screen and (max-width: 778px) {
  .social-box-new-desktop {
    display: none;
  }
}

.social-box-new-mobile {
  display: none;
}
@media screen and (max-width: 778px) {
  .social-box-new-mobile {
    display: flex;
    position: relative;
  }
}

.input-box .vue-image-crop-upload .vicp-wrap {
  max-width: 100%;
  width: 624px;
  padding: 44px;
  border-radius: 12px;
  height: 440px;
}
@media screen and (max-width: 600px) {
  .input-box .vue-image-crop-upload .vicp-wrap {
    padding: 30px 24px;
    height: 360px;
  }
}
.input-box .vue-image-crop-upload .vicp-wrap .vicp-close {
  right: 26px;
  top: 26px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .input-box .vue-image-crop-upload .vicp-wrap .vicp-close {
    right: 12px;
  }
}
.input-box .vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area {
  border: none;
  background: #F5F5F5;
}
@media screen and (max-width: 600px) {
  .input-box .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right {
    display: none;
  }
}
.input-box .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item.vicp-preview-item-circle {
  width: 200px;
  padding: 0;
}
.input-box .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item.vicp-preview-item-circle img {
  position: static;
  width: 100%;
  border-radius: 4px;
  padding: 0;
  border: none;
}
@media only screen and (max-width: 600px) {
  .input-box .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range {
    width: 24px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 190px;
    margin: 0;
    left: 288px;
    height: auto;
  }
}
@media only screen and (max-width: 400px) {
  .input-box .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range {
    left: 280px;
  }
  .input-box .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .input-box .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range button {
    position: relative;
  }
}
@media only screen and (max-width: 600px) {
  .input-box .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon5 {
    margin-bottom: 12px;
  }
}
.input-box .vue-image-crop-upload .vicp-wrap .vicp-operate {
  right: auto;
  left: 40px;
  bottom: 40px;
  padding-top: 36px;
}
@media only screen and (max-width: 600px) {
  .input-box .vue-image-crop-upload .vicp-wrap .vicp-operate {
    left: 24px;
    bottom: 24px;
  }
}
.input-box .vue-image-crop-upload .vicp-wrap .vicp-operate a {
  display: inline-block;
  float: none;
  background: #E84A3A;
  color: #FFFFFF;
  margin-left: 0;
  margin-right: 10px;
  border-radius: 4px;
  padding: 12px 20px;
  font-weight: 600;
  height: auto;
  width: auto;
  line-height: 1;
}
.input-box .vue-image-crop-upload .vicp-wrap .vicp-operate a:hover {
  opacity: 0.6;
  background: #E84A3A;
  color: #FFFFFF;
}

.mb-196 {
  margin-bottom: 96px;
}

.mb-68 {
  margin-bottom: 68px;
}
@media screen and (max-width: 991px) {
  .mb-68 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .mb-68 {
    margin-bottom: 24px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .mb-60 {
    margin-bottom: 32px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .mb-48 {
    margin-bottom: 30px;
  }
}

.mb-44 {
  margin-bottom: 44px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 575px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-lg-16 {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .mb-lg-16 {
    margin-bottom: 16px;
  }
}

.pt-196 {
  padding-top: 96px;
}
@media screen and (max-width: 991px) {
  .pt-196 {
    padding-top: 72px;
  }
}
@media screen and (max-width: 359px) {
  .pt-196 {
    padding-top: 48px;
  }
}

.pb-196 {
  padding-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .pb-196 {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 359px) {
  .pb-196 {
    padding-bottom: 48px;
  }
}

.pt-160 {
  padding-top: 96px;
}
@media screen and (max-width: 991px) {
  .pt-160 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 359px) {
  .pt-160 {
    padding-top: 48px;
  }
}

.pb-160 {
  padding-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .pb-160 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 359px) {
  .pb-160 {
    padding-bottom: 48px;
  }
}

.pt-96 {
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .pt-96 {
    padding-top: 54px;
  }
}
@media screen and (max-width: 575px) {
  .pt-96 {
    padding-top: 48px;
  }
}
@media screen and (max-width: 359px) {
  .pt-96 {
    padding-top: 36px;
  }
}

.pb-96 {
  padding-bottom: 96px;
}
@media screen and (max-width: 991px) {
  .pb-96 {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 359px) {
  .pb-96 {
    padding-bottom: 48px;
  }
}

.pt-60 {
  padding-top: 60px;
}

.pt-16 {
  padding-top: 16px;
}

@media screen and (max-width: 991px) {
  .pt-96.top--page {
    padding-top: 48px;
  }
}
@media screen and (max-width: 359px) {
  .pt-96.top--page {
    padding-top: 24px;
  }
}

.pt-53 {
  padding-top: 53px;
}
@media screen and (max-width: 991px) {
  .pt-53 {
    padding-top: 24px;
  }
}
@media screen and (max-width: 575px) {
  .pt-53 {
    padding-top: 0;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .pb-48 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .pb-48 {
    padding-bottom: 30px;
  }
}

.pe-15 {
  padding-right: 15px;
}

.promt {
  padding: 16px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 1365px) {
  .promt {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 575px) {
  .promt {
    padding: 16px;
  }
}

.promt-light {
  background: #F2FDFF;
  border-bottom: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
}
@media screen and (max-width: 1200px) {
  .promt-light {
    border-right: 1px solid #EDEDED;
  }
}

.help-popover {
  padding-left: 8px;
}
.help-popover img:hover {
  cursor: pointer;
}

.popover.b-popover {
  border: none;
  font-size: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  line-height: 1.2;
}
.popover.b-popover .popover-body {
  padding: 16px;
  color: #4D4D4D;
  white-space: pre-line;
}
.popover.b-popover p {
  margin-bottom: 8px;
}
.popover.b-popover .bs-popover-top > .arrow::before, .popover.b-popover .bs-popover-auto[x-placement^=top] > .arrow::before {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.popover ul, .custom-ul ul {
  padding-left: 0;
  margin-bottom: 0;
}
.popover ul li, .custom-ul ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.popover ul li::before, .custom-ul ul li::before {
  content: url("/svg/ok-18.svg");
  position: absolute;
  left: 0;
  top: -2px;
}

.loading-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 80;
}

.loading-box-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  z-index: 1050;
}

.dashed-primary {
  border-bottom: 1px dashed #E84A3A;
}

.cursor-pointer {
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.cursor-pointer:hover {
  opacity: 0.8;
}

.bnt-set-addres {
  line-height: 1.43;
  padding: 8px 20px;
  border: 2px solid #E84A3A;
  background: transparent;
  color: #E84A3A;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 4px;
}
.bnt-set-addres span {
  display: block;
}

.image-container, .with-video {
  position: relative;
  overflow: hidden;
  min-height: 70px;
  border-radius: 12px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 575px) {
  .image-container, .with-video {
    border-radius: 4px;
  }
}
.image-container img, .with-video img {
  border-radius: 12px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .image-container img, .with-video img {
    border-radius: 4px;
  }
}
.image-container .top--box, .with-video .top--box {
  position: absolute;
  z-index: 4;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 12px;
  top: 12px;
  background: #FFFFFF;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .image-container .top--box, .with-video .top--box {
    left: 12px;
    right: auto;
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
}
@media screen and (max-width: 575px) {
  .image-container .top--box, .with-video .top--box {
    top: 6px;
    left: 10px;
  }
}

.image-container.br-4::after, .image-container.br-4 img {
  border-radius: 4px;
}

.image-container-40 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-container-108 img {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.with-video::before {
  content: url("/svg/play.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.as-hr-dark {
  border-bottom: 1px solid #EDEDED;
  padding-top: 12px;
  margin-bottom: 12px;
}

.as-hr-light {
  border-bottom: 1px solid #E3E3E3;
  padding-top: 12px;
  margin-bottom: 12px;
}

.as-hr-v3 {
  border-bottom: 1px solid #A0A0A0;
}

.as-hr-account {
  border-bottom: 1px solid #E3E3E3;
  padding-top: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .as-hr-account {
    padding-top: 20px;
  }
}

.as-hr-small {
  border-bottom: 1px solid #E3E3E3;
  padding-top: 8px;
  margin-bottom: 8px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #E3E3E3;
}

@media screen and (max-width: 767px) {
  hr.mb-40 {
    margin-bottom: 20px;
  }
}

.nowrap {
  white-space: nowrap;
}

.preline {
  white-space: pre-line;
}

.top-common-box {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.status {
  padding: 4px 8px;
  border-radius: 16px;
  font-size: 12px;
  display: inline-block;
  color: #FFFFFF;
  white-space: nowrap;
}

.status.status_1 {
  background: #A0A0A0;
}

.status.status_2, .status.status_6, .status.status_7 {
  background: #E84A3A;
}

.status.status_3 {
  background: #281C7E;
}

.status.status_4, .status.status_5 {
  background: #BF3E33;
}

#article-content, #editor {
  font-family: "Inter", sans-serif;
}
#article-content blockquote, #editor blockquote {
  padding-left: 24px;
  position: relative;
  border-left: none;
}
#article-content blockquote::before, #editor blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #E84A3A;
  border-radius: 4px;
}
#article-content img, #editor img {
  max-width: 100%;
}
#article-content a, #editor a {
  color: #E84A3A;
}
#article-content a:hover, #editor a:hover {
  opacity: 0.8;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
  filter: blur(4px);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  touch-action: none;
  -ms-touch-action: none;
}

img.w-24 {
  width: 24px !important;
  height: auto;
}

.border-left {
  border-left: 1px solid #A0A0A0;
}
@media screen and (max-width: 991px) {
  .border-left {
    border-left: none !important;
  }
}

.border-dashed-primary {
  border-bottom: 1px dashed #E84A3A;
}

.box-coockie {
  padding: 24px 0;
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.25);
}

.opacity {
  opacity: 0;
  animation: showPage 800ms ease-out;
  animation-fill-mode: forwards;
}

@keyframes showPage {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.reset-button {
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 991px) {
  .m-m-20 {
    margin: 20px 20px;
  }
}

.seo_page_info_hide {
  max-height: 110px;
  overflow: hidden;
}

#tag-products .tag-products-header .tag-products-header-button .tag-products-header-button-first, #tag-products .tag-products-header .tag-products-header-button .tag-products-header-button-second {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.006em;
  color: #0A0A0A;
  padding: 10px 42px;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #tag-products .tag-products-header .tag-products-header-button .tag-products-header-button-first, #tag-products .tag-products-header .tag-products-header-button .tag-products-header-button-second {
    padding: 10px 40px;
  }
}
#tag-products .tag-products-header .tag-products-header-button .tag-products-header-button-first:hover, #tag-products .tag-products-header .tag-products-header-button .tag-products-header-button-second:hover {
  background: #E84A3A;
  color: #FFFFFF;
}
#tag-products .tag-products-header .tag-products-header-button .tag-products-header-button-first {
  margin-right: 8px;
}
#tag-products .tag-products-header h1 {
  margin-right: 8px;
}
#tag-products .tag-products-header span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #9E9E9E;
}
#tag-products .tag-products-header .filter__sort .filter__sort-item {
  margin-right: 8px;
}
#tag-products .tag-products-header .filter__sort .filter__sort-item:last-child {
  margin-right: 0;
}
#tag-products .tag-products-header .filter__sort .filter__sort-item .checkbox label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.006em;
  color: #757575;
}
#tag-products .tag-products-header .filter__sort .filter__sort-item .multiselect__tags {
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  min-height: 36px;
  min-width: 210px;
  width: -moz-fit-content;
  width: fit-content;
}
#tag-products .tag-products-header .filter__sort .filter__sort-item .multiselect__tags::before {
  top: 8px;
  z-index: 16;
  right: 8px;
}
#tag-products .tag-products-header .filter__sort .filter__sort-item .multiselect__tags .multiselect__single {
  position: relative;
  top: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.006em;
  color: #757575;
  padding: 8px 36px 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
}
#tag-products .sub-tag-items-container {
  background: #F5F5F5;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #tag-products .sub-tag-items-container {
    background: #FFFFFF;
  }
}
#tag-products .sub-tag-items-container .sub-tag-items {
  width: 100%;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  #tag-products .sub-tag-items-container .sub-tag-items {
    padding: 0;
    overflow-x: scroll;
    flex-wrap: nowrap !important;
    white-space: nowrap;
  }
}
#tag-products .sub-tag-items-container .sub-tag-items .sub-tag-item .button {
  margin-right: 8px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 32px;
  padding: 8px 12px;
}
@media screen and (max-width: 767px) {
  #tag-products .sub-tag-items-container .sub-tag-items .sub-tag-item .button {
    background: #F5F5F5;
  }
}
#tag-products .sub-tag-items-container .sub-tag-items .sub-tag-item .button span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.006em;
  color: #0A0A0A;
}
#tag-products .sub-tag-items-container .sub-tag-items .sub-tag-item .active {
  background: #E84A3A;
}
#tag-products .sub-tag-items-container .sub-tag-items .sub-tag-item .active span {
  color: #FFFFFF;
}

.btn-show-all {
  color: #281C7E !important;
  font-size: 14px;
  font-weight: 600;
  display: flex !important;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.btn-show-all img {
  width: 10px;
}
.btn-show-all .rotate-180 {
  transform: rotate(180deg);
}

#main-header {
  background: #F5F5F5;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  /* FIRST LINE NAVIGATION */
  /* SECOND LINE NAVIGATION */
  /* THIRD LINE NAVIGATION */
}
#main-header .logo {
  max-width: 200px;
}
#main-header .container {
  width: 1360px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0px;
}
@media screen and (max-width: 1400px) {
  #main-header .container {
    width: 1200px;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #main-header .container {
    width: 990px;
    max-width: 990px;
  }
}
@media screen and (max-width: 991px) {
  #main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  #main-header .container {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 778px) {
  #main-header .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
#main-header .header-phone {
  margin-right: 24px;
  letter-spacing: -0.006em;
  color: #0A0A0A;
  font-size: 14px;
  line-height: 20px;
}
#main-header .header-phone:hover {
  color: #E84A3A;
}
#main-header .top_navigation {
  background: #FFFFFF;
  padding: 16px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  #main-header .top_navigation {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  #main-header .top_navigation {
    font-size: 14px;
    padding: 4px 0;
  }
}
#main-header .top_navigation nav {
  display: flex;
}
#main-header .top_navigation nav .nav-item:first-child .link {
  padding-left: 0;
}
#main-header .top_navigation nav .nav-item:last-child .link {
  padding-right: 0;
}
#main-header .top_navigation nav .link {
  display: inline-block;
  padding: 0 8px;
}
#main-header .top_navigation nav .link.color-primary {
  color: #E84A3A !important;
}
#main-header .top_navigation .link {
  color: #242424;
}
#main-header .top_navigation .link:hover {
  color: #E84A3A;
}
#main-header .top_navigation .buttons-to-account {
  padding-left: 30px;
  display: flex;
  align-items: center;
}
#main-header .top_navigation .buttons-to-account a.link-to-modal:first-child, #main-header .top_navigation .buttons-to-account span:first-child {
  position: relative;
  padding-right: 8px;
}
#main-header .top_navigation .buttons-to-account a.link-to-modal:first-child::before, #main-header .top_navigation .buttons-to-account span:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: #ACACAC;
}
#main-header .top_navigation .buttons-to-account a.link-to-modal:last-child, #main-header .top_navigation .buttons-to-account span:last-child {
  padding-left: 8px;
}
#main-header .top_navigation .tags-main {
  display: flex;
}
#main-header .top_navigation .tags-main .tag-main {
  padding: 0 12px;
}
@media screen and (max-width: 1199px) {
  #main-header .top_navigation .tags-main .tag-main {
    padding: 0 8px;
  }
}
#main-header .top_navigation .tags-main .tag-main img {
  margin-right: 4px;
}
#main-header .top_navigation .tags-main .tag-main a {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 1199px) {
  #main-header .top_navigation .tags-main .tag-main a {
    font-size: 12px;
  }
}
#main-header .top_navigation .tags-main .tag-main .new-year-color {
  color: #E84A3A;
}
#main-header .top_navigation .tags-main .tag-main:first-child .link {
  padding-left: 0;
}
#main-header .top_navigation .tags-main .tag-main:last-child .link {
  padding-right: 0;
}
#main-header .top_navigation .tags-main .tag-main-more {
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  padding: 2px 12px;
  cursor: pointer;
}
#main-header .top_navigation .tags-main .tag-main-more:hover {
  color: #E84A3A;
  border: 1px solid #E84A3A;
}
#main-header .top_navigation .link {
  color: #242424;
}
#main-header .top_navigation .link:hover {
  color: #E84A3A;
}
#main-header .search_navigation {
  padding: 16px 0;
  border-bottom: 0.5px solid #F5F5F5;
}
#main-header .search_navigation #header-common-search {
  position: relative;
  background-color: #F5F5F5;
  border-radius: 24px;
}
#main-header .search_navigation #header-common-search input.input-search {
  width: 588px;
  font-weight: 500;
  color: #A0A0A0;
  letter-spacing: -0.006em;
  padding: 14px 60px 14px 24px;
  border-radius: 24px;
  background-image: url("/svg/search.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
}
#main-header .search_navigation #header-common-search input.input-search:focus, #main-header .search_navigation #header-common-search input.input-search:active, #main-header .search_navigation #header-common-search input.input-search:hover {
  background-image: url("/svg/search-active.svg");
}
@media screen and (max-width: 1400px) {
  #main-header .search_navigation #header-common-search input.input-search {
    width: 400px;
  }
}
#main-header .bottom_navigation {
  padding: 12px 0;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 1200px) {
  #main-header .bottom_navigation {
    overflow-x: scroll;
  }
}
#main-header .bottom_navigation nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#main-header .bottom_navigation nav .nav-item a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
#main-header .bottom_navigation nav .nav-item a h5 {
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  #main-header .bottom_navigation .container {
    width: 1200px;
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  #main-header .bottom_navigation .container {
    width: 1100px;
    max-width: 1100px;
  }
}

.header-categories {
  padding-right: 20px;
  border-right: 1px solid #E0E0E0;
  margin-right: 20px;
}
.header-categories .active {
  color: #E84A3A;
}
.header-categories:hover {
  color: #E84A3A;
}
.header-categories .header-categories-first-img {
  margin-right: 8px;
}
.header-categories .header-categories-last-img {
  margin-left: 4px;
}
.header-categories .header-categories-first-img, .header-categories .header-categories-last-img {
  width: 20px;
  height: 20px;
}

.mobile-menu .header-categories {
  padding-right: 0px;
  border-right: none;
  margin-right: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mobile-menu .logo-box img {
    width: 120px;
  }
}
.mobile-menu .container-fluid, .mobile-menu .container-sm, .mobile-menu .container-md, .mobile-menu .container-lg, .mobile-menu .container-xl {
  padding: 0px;
  margin: 0px;
}
.mobile-menu .container-fluid .mobile-menu-header-line, .mobile-menu .container-sm .mobile-menu-header-line, .mobile-menu .container-md .mobile-menu-header-line, .mobile-menu .container-lg .mobile-menu-header-line, .mobile-menu .container-xl .mobile-menu-header-line {
  border: 1px solid #E0E0E0;
}
.mobile-menu .mobile-menu-header .basket_icon {
  margin-right: 15px;
}
.mobile-menu .mobile-menu-header .selected_icon {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
.mobile-menu .mobile-menu-header .selected_icon .selected_count {
  right: 2px;
}

.box-category {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 6px;
  border-style: solid;
  border-width: 6px;
  display: inline-block;
}

.logo-box {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #242424;
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .logo-box {
    color: #4D4D4D;
    font-size: 16px;
  }
}
.logo-box span {
  color: #E84A3A;
}
@media screen and (max-width: 991px) {
  .logo-box span {
    font-size: 16px;
  }
}

.search-button-block {
  width: 100%;
}

.selected_icon {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #E0E0E0;
}
.selected_icon .basket_icon-img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.selected_icon .active {
  color: #E84A3A;
}
.selected_icon span:hover {
  color: #E84A3A;
}
.selected_icon .selected_count {
  position: absolute;
  top: -4px;
  right: 5px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #E84A3A;
  color: #FFFFFF;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .selected_icon .selected_count {
    top: 3px;
  }
}

.categories-nav {
  cursor: pointer;
}

.basket_icon, .selected_icon {
  position: relative;
}
@media screen and (max-width: 991px) {
  .basket_icon, .selected_icon {
    display: flex;
    align-items: center;
  }
}
.basket_icon .basket_count, .selected_icon .basket_count {
  position: absolute;
  top: -4px;
  right: -7px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #E84A3A;
  color: #FFFFFF;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .basket_icon .basket_count, .selected_icon .basket_count {
    top: 3px;
  }
}

.search--box {
  position: absolute;
  z-index: 20;
  top: calc(100% + 16px);
  width: 100%;
  background: #FFFFFF;
  padding: 48px 60px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-size: 14px;
}
.search--box .search--box--info {
  position: relative;
}
.search--box .search--box--info img {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .search--box {
    width: calc(100% - 200px);
  }
}
.search--box .category {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
.search--box .category::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #A0A0A0;
}
.search--box .recipes-container-search .image-container {
  height: 150px;
}
.search--box .recipes-container-search .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#header-common-scroll {
  background: #FFFFFF;
  padding: 24px 0;
  border-bottom: 1px solid #E3E3E3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
#header-common-scroll .selected_icon .basket_icon-img {
  margin-right: 8px;
}
#header-common-scroll .selected_icon span {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  #header-common-scroll {
    display: none;
  }
}
#header-common-scroll nav {
  display: flex;
}
#header-common-scroll .nav-item:first-child a {
  padding-left: 4px;
}
#header-common-scroll .nav-item:last-child a {
  padding-right: 0;
}
#header-common-scroll .nav-item a, #header-common-scroll .nav-item span {
  font-weight: 600;
  display: inline-block;
  padding: 0 8px;
  color: #242424;
}
#header-common-scroll .nav-item a:hover, #header-common-scroll .nav-item span:hover {
  color: #E84A3A;
}
#header-common-scroll .nav-item span.color-primary, #header-common-scroll .nav-item a.color-primary {
  color: #E84A3A !important;
}
#header-common-scroll .nav-item-more {
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#header-common-scroll .nav-item-more:hover {
  border: 1px solid #E84A3A;
}

#header-common-scroll.show {
  opacity: 1;
  visibility: visible;
}

#header-common-mobile-menu-top-tags .mobile-menu .mobile-menu-tags {
  overflow-x: scroll;
}
#header-common-mobile-menu-top-tags .mobile-menu .mobile-menu-tags .mobile-menu-tag {
  margin: 0 6px;
}
#header-common-mobile-menu-top-tags .mobile-menu .mobile-menu-tags .mobile-menu-tag a {
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #0A0A0A;
}
#header-common-mobile-menu-top-tags .mobile-menu .mobile-menu-tags .mobile-menu-tag a.color-primary {
  color: #E84A3A;
}
#header-common-mobile-menu-top-tags .mobile-menu .mobile-menu-tags .mobile-menu-tag img {
  margin-right: 4px;
}
#header-common-mobile-menu-top-tags .mobile-menu .mobile-menu-tags .mobile-menu-tag:first-child {
  margin-left: 0;
}
#header-common-mobile-menu-top-tags .mobile-menu .mobile-menu-tags .mobile-menu-tag:last-child {
  margin-right: 0;
}

.common-tags {
  width: 604px;
  position: fixed;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 109;
  background: #FFFFFF;
  padding: 28px 40px 28px 40px;
  overflow-y: scroll;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .common-tags {
    width: 100%;
  }
}
.common-tags .common-tags-header {
  margin-bottom: 28px;
}
.common-tags .common-tags-header .title span {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.017em;
  color: #0A0A0A;
}
.common-tags .common-tags-header img {
  cursor: pointer;
}
.common-tags .common-tags-header-line {
  border-bottom: 1px solid #E0E0E0;
  margin-left: -40px;
  margin-right: -40px;
}
.common-tags .common-tags-body .common-tags-body-item {
  margin-top: 40px;
}
.common-tags .common-tags-body .common-tags-body-item .item {
  margin-bottom: 16px;
}
.common-tags .common-tags-body .common-tags-body-item .item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.common-tags .common-tags-body .common-tags-body-item .item a:hover {
  color: #E84A3A;
}
.common-tags .common-tags-body .common-tags-body-item .sub-items .sub-item {
  margin-bottom: 24px;
}
.common-tags .common-tags-body .common-tags-body-item .sub-items .sub-item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 12px;
  letter-spacing: -0.006em;
  color: #0A0A0A;
  background: #F5F5F5;
  border: 1px solid #EDEDED;
  border-radius: 32px;
}
.common-tags .common-tags-body .common-tags-body-item .sub-items .sub-item a:hover {
  color: #FFFFFF;
  background: #E84A3A;
}

.mobile-navigation {
  width: 396px;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 109;
  background: #FFFFFF;
  padding: 28px 40px 28px 40px;
  box-shadow: -6px 0px 12px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  overflow-y: scroll;
}
.mobile-navigation .mobile-navigation-header img {
  cursor: pointer;
}
.mobile-navigation .mobile-navigation-header span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.mobile-navigation .mobile-navigation-line {
  margin-top: 28px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E0E0E0;
  margin-left: -40px;
  margin-right: -40px;
}
.mobile-navigation .mobile-navigation-search {
  margin-bottom: 14px;
}
.mobile-navigation .mobile-navigation-search input {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.006em;
  color: #A0A0A0;
  border: 1px solid #E0E0E0;
  border-radius: 24px;
}
.mobile-navigation .mobile-navigation-search .search-button {
  z-index: 3;
  position: absolute;
  top: 125px;
  right: 40px;
}
@media screen and (max-width: 400px) {
  .mobile-navigation {
    width: 100%;
  }
}
.mobile-navigation .close img {
  width: 32px;
  height: 32px;
}
.mobile-navigation ul {
  padding-left: 0;
  margin-bottom: 92px;
}
.mobile-navigation ul li {
  list-style: none;
}
.mobile-navigation ul li a, .mobile-navigation ul li span {
  font-weight: 550;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
  display: inline-block;
  padding: 12px 0;
}
.mobile-navigation ul li:last-child a, .mobile-navigation ul li:last-child span {
  padding-bottom: 0;
}
.mobile-navigation ul li:first-child a, .mobile-navigation ul li:first-child span {
  padding-top: 0;
}
.mobile-navigation ul li:hover a {
  color: #E84A3A;
}
.mobile-navigation .small-button {
  padding: 6px 16px;
  background: #E84A3A;
  color: #FFFFFF;
  border-radius: 20px;
}
.mobile-navigation .mobile-navigation-footer .mobile-navigation-footer-phone {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
  margin-bottom: 28px;
}
.mobile-navigation .mobile-navigation-footer .mobile-navigation-footer-links {
  margin-bottom: 28px;
}
.mobile-navigation .mobile-navigation-footer .mobile-navigation-footer-links span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.mobile-navigation .mobile-navigation-footer .mobile-navigation-footer-links .selected_icon .selected_count {
  font-size: 10px;
  top: -2px;
  color: #FFFFFF;
}
.mobile-navigation .mobile-navigation-footer .mobile-navigation-footer-links .basket_icon .basket_count {
  font-size: 10px;
  top: -5px;
  color: #FFFFFF;
}
.mobile-navigation .mobile-navigation-footer .mobile-navigation-footer-buttons .buttons-to-account-first {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .mobile-navigation {
    display: flex;
  }
}

.buttons-to-account {
  margin-right: 20px;
}
.buttons-to-account a {
  margin-right: 8px;
  letter-spacing: -0.006em;
  color: #0A0A0A;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.buttons-to-account a:hover {
  color: #E84A3A;
}
.buttons-to-account a:last-child {
  margin-right: 0px;
}

.left-menu-container .left-menu {
  position: fixed;
  z-index: 101;
  top: 136px;
  left: 0;
  width: 280px;
  background: #FFFFFF;
  padding: 12px 20px 28px 32px;
  height: calc(100vh - 136px);
  overflow-y: scroll;
  scrollbar-color: #E0E0E0;
  scrollbar-width: 6px;
}
@media screen and (max-width: 991px) {
  .left-menu-container .left-menu {
    top: 118px;
    height: calc(100vh - 118px);
  }
}
@media screen and (max-width: 768px) {
  .left-menu-container .left-menu {
    border-top: 1px solid #E0E0E0;
    width: 100%;
  }
}
.left-menu-container .left-menu .item {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
}
.left-menu-container .left-menu .item .item-header .item-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
  width: 188px;
}
.left-menu-container .left-menu .item .item-header .item-link:hover {
  color: #E84A3A;
}
.left-menu-container .left-menu .item .item-header .item-img {
  cursor: pointer;
}
.left-menu-container .left-menu .item .sub-items {
  margin-top: 12px;
}
.left-menu-container .left-menu .item .sub-items .sub-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
  padding-bottom: 8px;
}
.left-menu-container .left-menu .item .sub-items .sub-item:hover {
  color: #E84A3A;
}
.left-menu-container .left-menu .item .sub-items .sub-item .sub-sub-items {
  margin-top: 8px;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px dashed #E0E0E0;
}
.left-menu-container .left-menu .item .sub-items .sub-item .sub-sub-items .sub-sub-item {
  font-size: 14px;
  line-height: 20px;
  color: #6F6F6F;
  padding-bottom: 6px;
}
.left-menu-container .left-menu .item .sub-items .sub-item .sub-sub-items .sub-sub-item a {
  color: inherit;
}
.left-menu-container .left-menu .item .sub-items .sub-item .sub-sub-items .sub-sub-item a:hover {
  color: #E84A3A;
}
.left-menu-container .overlay-left-menu {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: calc(100vh - 136px);
  position: fixed;
  z-index: 100;
  top: 136px;
  left: 0;
  touch-action: none;
}
@media screen and (max-width: 991px) {
  .left-menu-container .overlay-left-menu {
    top: 118px;
    height: calc(100vh - 118px);
  }
}

#mobile_search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 80px;
  z-index: 110;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #mobile_search {
    padding: 12px 40px;
  }
}
@media screen and (max-width: 575px) {
  #mobile_search {
    padding: 12px 32px;
  }
}
@media screen and (max-width: 359px) {
  #mobile_search {
    padding: 12px;
  }
}
#mobile_search .search-button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.breadcrumb {
  background: transparent;
  font-size: 14px;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  padding-right: 8px;
}
.breadcrumb .breadcrumb-item a {
  color: #A0A0A0;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #4D4D4D;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}
.breadcrumb .breadcrumb-item .active {
  color: #E84A3A;
}

footer .logo {
  max-width: 200px;
}
footer a:hover {
  color: #E84A3A;
}
footer .container {
  width: 1360px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0px;
}
@media screen and (max-width: 1400px) {
  footer .container {
    width: 1200px;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  footer .container {
    width: 990px;
    max-width: 990px;
  }
}
@media screen and (max-width: 991px) {
  footer .container {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 778px) {
  footer .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
footer .footer-white .footer-mobile-info {
  display: none;
}
footer .footer-white .footer-mobile-info .footer-mobile-info-item {
  margin-bottom: 20px;
}
footer .footer-white .footer-mobile-info .footer-mobile-info-item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
}
footer .footer-white .footer-mobile-info .footer-mobile-info-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
@media screen and (max-width: 778px) {
  footer .footer-white .footer-mobile-info {
    display: block;
  }
}
footer .footer-white .logo-box {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 778px) {
  footer .footer-white .logo-box {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-white .logo-box img {
    width: 120px;
  }
}
footer .footer-white nav {
  flex-wrap: wrap;
}
@media screen and (max-width: 778px) {
  footer .footer-white nav {
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #E0E0E0;
    justify-content: initial !important;
  }
}
footer .footer-white nav .nav-item {
  margin-right: 16px;
}
@media screen and (max-width: 991px) {
  footer .footer-white nav .nav-item {
    margin-bottom: 16px;
  }
}
footer .footer-white nav .nav-item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.006em;
  color: #0A0A0A;
}
footer .footer-white nav .nav-item a:hover {
  color: #E84A3A;
}
@media screen and (max-width: 778px) {
  footer .footer-white nav .nav-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-white .contacts-info {
    flex-direction: column;
    align-items: start !important;
  }
}
@media screen and (max-width: 778px) {
  footer .footer-white .contacts-info {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
  }
}
footer .footer-white .contacts-info .contacts-info-first {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #E0E0E0;
}
@media screen and (max-width: 1199px) {
  footer .footer-white .contacts-info .contacts-info-first {
    margin-right: 0px;
    padding: 0px;
    margin-bottom: 16px;
    border-right: none;
  }
}
footer .footer-white .contacts-info .contacts-info-second {
  margin-right: 28px;
}
@media screen and (max-width: 1199px) {
  footer .footer-white .contacts-info .contacts-info-second {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}
footer .footer-white .contacts-info a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.006em;
  color: #0A0A0A;
}
footer .footer-white .contacts-info a:hover {
  color: #E84A3A;
}
@media screen and (max-width: 778px) {
  footer .footer-white .contacts-info a {
    font-size: 16px;
  }
}
footer .footer-white .contacts-info .links {
  margin-right: 8px;
}
footer .footer-white .contacts-info .links:last-child {
  margin-right: 0px;
}
footer .footer-information {
  padding-bottom: 32px;
}
@media screen and (max-width: 778px) {
  footer .footer-information {
    font-size: 16px;
    flex-direction: column;
    align-items: start !important;
    padding-bottom: 0px;
  }
}

.footer-line {
  border-bottom: 1px solid #E3E3E3;
}

.footer-grey {
  background: #F8F8F8;
}
.footer-grey .footer-grey-links {
  padding-top: 16px;
  margin-bottom: 32px;
}
.footer-grey .footer-grey-links a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.footer-grey .footer-grey-links a:hover {
  color: #E84A3A;
}
.footer-grey .footer-grey-first {
  margin-bottom: 16px;
}
@media screen and (max-width: 778px) {
  .footer-grey .footer-grey-first {
    display: none;
  }
}
.footer-grey .footer-grey-third {
  display: none;
}
@media screen and (max-width: 778px) {
  .footer-grey .footer-grey-third {
    display: block;
  }
}
.footer-grey .footer-grey-second {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.007em;
  color: #4D4D4D;
}
@media screen and (max-width: 778px) {
  .footer-grey .footer-grey-second {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 44px;
  }
}
.footer-grey .footer-grey-second .footer-img {
  margin-top: 20px;
  padding-bottom: 16px;
}
@media screen and (max-width: 778px) {
  .footer-grey .footer-grey-second .footer-img {
    display: none;
  }
}
.footer-grey .footer-grey-second .footer-img img {
  width: 100%;
  max-width: 834px;
}
.footer-grey .footer-grey-second .footer-pay-info {
  margin-bottom: 20px;
}
.footer-grey .footer-grey-second .footer-img-mobile {
  display: none;
}
@media screen and (max-width: 778px) {
  .footer-grey .footer-grey-second .footer-img-mobile {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
  }
  .footer-grey .footer-grey-second .footer-img-mobile .normal {
    width: 100%;
  }
  .footer-grey .footer-grey-second .footer-img-mobile .small {
    width: 25%;
  }
  .footer-grey .footer-grey-second .footer-img-mobile img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
.footer-grey .footer-grey-third a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
}

.mr-16 {
  margin-right: 16px;
}

.mr-8 {
  margin-right: 8px;
}

.color-active {
  color: #E84A3A !important;
}

.footer-nav-active {
  color: #E84A3A !important;
}
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    filter: blur(0px);
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes is-invalid {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
/*  SIDEBAR RIGTH*/
.slide-right-enter-active {
  transition: all 0.3s ease;
}

.slide-right-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-right-enter, .slide-right-leave-to {
  transform: translateX(100%);
}

/*  SIDEBAR LEFT*/
@media screen and (max-width: 1200px) {
  .slide-left-enter-active {
    transition: all 0.3s ease;
    position: relative;
    z-index: 1001;
  }
}

@media screen and (max-width: 1200px) {
  .slide-left-leave-active {
    transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
    position: relative;
    z-index: 1001;
  }
}

@media screen and (max-width: 1200px) {
  .slide-left-enter, .slide-left-leave-to {
    transform: translateX(-100%);
    position: relative;
    z-index: 1001;
  }
}

/* SEARCH TOP */
.slide-top-enter-active {
  transition: all 0.3s ease;
  position: relative;
  z-index: 109;
}

.slide-top-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
  position: relative;
  z-index: 109;
}

.slide-top-enter, .slide-top-leave-to {
  transform: translateY(-100%);
  position: relative;
  z-index: 109;
}

/* common slide */
.slide-fade-enter-active {
  transition: 0.4s ease;
  transition-delay: 0.4s;
}

.slide-fade-leave-active {
  transition: 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.slide-fade-leave-to {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slide-fade-enter, .slide-fade-leave-to {
  opacity: 0;
  visibility: hidden;
  transform-origin: left center;
}

/* FAQ TEXT */
/* SEARCH BOX */
.slide-opacity-enter-active {
  transition: all 0.3s ease;
}

.slide-opacity-leave-active {
  transition: all 0.2s ease;
}

.slide-opacity-enter, .slide-opacity-leave-to {
  opacity: 0;
  transform: scale(0.96);
  transform-origin: center left;
}

/* PAGE ANIMATION */
.page-enter-active {
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 0.4s;
}

.page-leave-active {
  transition: opacity 0.3s, transform 0.3s;
}

.page-enter, .page-leave-to {
  opacity: 0;
  transform: translateX(-10%);
}

@media screen and (max-width: 991px) {
  #account .page-enter-active .container-account, #account .page-enter-active .page-title {
    transition: opacity 0.5s, transform 0.5s;
    transition-delay: 0.4s;
  }
}
@media screen and (max-width: 991px) {
  #account .page-leave-active .container-account, #account .page-leave-active .page-title {
    transition: opacity 0.3s, transform 0.3s;
  }
}
@media screen and (max-width: 991px) {
  #account .page-enter, #account .page-leave-to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 991px) {
  #account .page-enter .container-account, #account .page-leave-to .container-account {
    opacity: 0;
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 991px) {
  #account .page-enter .page-title, #account .page-leave-to .page-title {
    opacity: 0;
    transform: translate(-60%, 100px);
  }
}

/* HIDE / SHOW ELEMENT */
.opacity-enter-active {
  transition: 0.3s ease;
  transition-delay: 0.3s;
}

.opacity-leave-active {
  transition: 0.3s ease;
}

.opacity-enter, .opacity-leave-to {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}

.animation--white, .animation-bg-dark {
  position: relative;
}
.animation--white::before, .animation-bg-dark::before {
  content: "";
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.animation--white::before {
  background: #FFFFFF;
}

.animation-bg-dark::before {
  background: #F2FDFF;
}

.animation--white.aos-animate, .animation-bg-dark.aos-animate {
  transform: none;
}
.animation--white.aos-animate::before, .animation-bg-dark.aos-animate::before {
  height: 0;
}

.image--animal.aos-animate.test-hide {
  animation: hide-animal 1.5s ease;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

@keyframes hide-animal {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.help-popover img {
  animation: hide-popover 1s ease infinite;
  animation-fill-mode: forwards;
}

@keyframes hide-popover {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
    transform: scale(0.94);
  }
  100% {
    opacity: 1;
  }
}
/**/
.fade-bottom-leave-active {
  transition: transform 0.3s;
}

.fade-bottom-leave-to {
  transform: translateY(100%);
}

.farmer--card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.farmer--card a {
  display: block;
  position: relative;
  z-index: 13;
}
@media screen and (max-width: 460px) {
  .farmer--card {
    font-size: 14px;
  }
}
.farmer--card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: -20px;
  padding: 20px;
  bottom: -60px;
  opacity: 0;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: scale(0.85);
  transition-property: transform, opacity;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 991px) {
  .farmer--card::before {
    content: none;
  }
}
.farmer--card:hover {
  z-index: 15;
}
.farmer--card:hover::before {
  opacity: 1;
  transform: scale(1);
  z-index: 12;
}
.farmer--card:hover .hidden--box {
  display: block;
}
.farmer--card:hover .image-container, .farmer--card:hover .body--container, .farmer--card:hover .head--container {
  z-index: 13;
}
.farmer--card .head--container {
  position: relative;
}
@media screen and (max-width: 545px) {
  .farmer--card p.mb-16 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 460px) {
  .farmer--card p.mb-16 {
    margin-bottom: 12px;
  }
}
.farmer--card .image-container {
  position: relative;
  z-index: 10;
  margin-bottom: 24px;
}
.farmer--card .image-container img {
  border-radius: 12px;
  width: 100%;
}
.farmer--card .image-container .video {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 3;
  left: 20px;
  bottom: 20px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
}
.farmer--card .image-container .video img {
  width: auto;
  margin-right: 8px;
}
.farmer--card .category-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.farmer--card .body--container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.farmer--card .info--box {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .farmer--card .info--box {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 460px) {
  .farmer--card .info--box {
    font-size: 12px;
  }
}
.farmer--card .info--box .border-bottom-card:last-child {
  border-bottom: none;
}
.farmer--card .hidden--box {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 10;
  padding-top: 12px;
}
@media screen and (max-width: 991px) {
  .farmer--card .hidden--box {
    display: block;
    position: static;
    padding: 0;
  }
}
.farmer--card .hidden--box .like {
  width: 48px;
  height: 48px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .farmer--card .hidden--box .like {
    display: none;
  }
}
.farmer--card .hidden--box .like:hover {
  cursor: pointer;
}
.farmer--card .button {
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.farmer--card .button.btn-v2 {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 1199px) {
  .farmer--card .button.btn-v2 {
    height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .farmer--card .button.btn-v2 {
    width: 100%;
    text-align: center;
    background: transparent;
    border-color: #E84A3A;
    color: #E84A3A;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  .farmer--card .button.btn-v2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .farmer--card .button.btn-v2 {
    padding: 6px 8px;
  }
}
.farmer--card .border-bottom-card {
  padding-bottom: 8px;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 8px;
}
@media screen and (max-width: 460px) {
  .farmer--card .border-bottom-card {
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 991px) {
  .farmer--card .box-category {
    width: 12px;
    height: 12px;
    border-width: 4px;
    margin-right: 4px;
  }
}
.farmer--card .mobile--like {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 13;
  right: 10px;
  bottom: 12px;
  background: #f08579;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.farmer--card .mobile--like:hover {
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .farmer--card .mobile--like {
    top: 6px;
  }
}
.farmer--card .farmer-status {
  position: absolute;
  top: 16px;
  right: 10px;
  padding: 1px 6px;
  border-radius: 12px;
  z-index: 14;
  background: #f08579;
  font-size: 12px;
  color: #E84A3A;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 575px) {
  .farmer--card .farmer-status {
    top: 6px;
  }
}

.recipe--card .image-container {
  position: relative;
  padding-top: 56.25%;
}
.recipe--card .image-container .main-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .color-bg-light .farmer--card .button.btn-v2, .color-bg-dark .farmer--card .button.btn-v2 {
    display: none;
  }
}

.price_discount {
  color: #A0A0A0;
  position: relative;
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
.price_discount::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  height: 1px;
  background: #A0A0A0;
}

.faq--card {
  transition: 0.5s ease-in;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .faq--card {
    padding-bottom: 40px;
  }
}
.faq--card:hover {
  opacity: 0.8;
}
.faq--card:hover p.as-h4 {
  color: #E84A3A;
}
.faq--card p.as-h4 {
  transition: 500ms ease-in-out;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .faq--card p.as-h4 {
    margin-bottom: 12px;
  }
}
.faq--card .title--card {
  padding-bottom: 4px;
  border-bottom: 1px solid #4D4D4D;
  color: #4D4D4D;
  margin-bottom: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq--card .title--card {
    margin-bottom: 20px;
  }
}
.faq--card .body--card {
  display: grid;
  grid-template-columns: 264px 372px;
  justify-content: space-between;
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  .faq--card .body--card {
    grid-template-columns: 200px 372px;
  }
}
@media screen and (max-width: 767px) {
  .faq--card .body--card {
    display: block;
  }
}
.faq--card .body--card p {
  overflow: hidden;
  margin-bottom: 0;
  color: #4D4D4D;
  transition: 0.5s ease-in;
}
.faq--card .body--card p.as-h4 {
  color: #242424;
}
.faq--card .body--card a {
  text-decoration: underline;
}

.faq--card__length.faq--card:hover {
  cursor: pointer;
}
.faq--card__length.faq--card .title--card::before {
  content: url("/svg/button-arrow-bottom.svg");
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: 0.4s ease;
}

.faq--card__active.faq--card.faq--card__length {
  opacity: 1;
}
.faq--card__active.faq--card.faq--card__length .body--card p {
  height: auto;
}
.faq--card__active.faq--card.faq--card__length .body--card p.as-h4 {
  color: #E84A3A;
}
.faq--card__active.faq--card.faq--card__length .title--card::before {
  transform: rotate(180deg);
  bottom: 4px;
}

.article--card .arrow-image, .article--card h4 {
  transition: 500ms ease-in-out;
}
.article--card .image-container {
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .article--card .image-container {
    border-radius: 4px;
  }
}
.article--card .image-container img {
  transition: 1000ms ease-in-out;
}
.article--card:hover h4 {
  color: #E84A3A;
}
.article--card:hover .arrow-image {
  transform: translateX(10px);
}
.article--card:hover img {
  transform: scale(1.08);
}
@media screen and (max-width: 991px) {
  .article--card .mb-28 {
    margin-bottom: 16px !important;
  }
}

.ymaps-2-1-78-balloon {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  border-radius: 12px;
  width: 264px;
}
@media screen and (max-width: 575px) {
  .ymaps-2-1-78-balloon {
    border-radius: 4px;
  }
}
.ymaps-2-1-78-balloon .ymaps-2-1-78-balloon__layout {
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .ymaps-2-1-78-balloon .ymaps-2-1-78-balloon__layout {
    border-radius: 4px;
  }
}
.ymaps-2-1-78-balloon .ymaps-2-1-78-balloon__content {
  padding: 20px;
  width: 264px;
  border-radius: 12px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  margin: 0 !important;
}
.ymaps-2-1-78-balloon .ymaps-2-1-78-balloon__content ymaps {
  width: 224px !important;
  max-width: 224px;
}
.ymaps-2-1-78-balloon .ymaps-2-1-78-balloon__content img {
  max-width: 100%;
}
.ymaps-2-1-78-balloon .ymaps-2-1-78-balloon__content p.font-600 {
  font-size: 16px;
}
.ymaps-2-1-78-balloon .ymaps-2-1-78-balloon__content a p.font-600 {
  transition: 500ms ease-in-out;
}
.ymaps-2-1-78-balloon .ymaps-2-1-78-balloon__content a p.font-600:hover {
  color: #E84A3A;
}
.ymaps-2-1-78-balloon .ymaps-2-1-78-balloon__content p.description {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #E3E3E3;
}
.ymaps-2-1-78-balloon .ymaps-2-1-78-balloon__close {
  margin-bottom: -30px;
}
.ymaps-2-1-78-balloon .ymaps-2-1-78-balloon__close .ymaps-2-1-78-balloon__close-button {
  height: 30px;
  width: 24px;
}

#account .farmer--card::before, #admin .farmer--card::before {
  content: none;
}
#account .farmer--card .hidden--box, #admin .farmer--card .hidden--box {
  display: none !important;
}
#account .farmer--card .mobile--like, #admin .farmer--card .mobile--like {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 15;
  width: 28px;
  height: 28px;
  background: #f08579;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  #account .farmer--card .mobile--like, #admin .farmer--card .mobile--like {
    left: auto;
    right: 10px;
  }
}
#account .farmer--card .mobile--like:hover, #admin .farmer--card .mobile--like:hover {
  cursor: pointer;
}
#account .account-recipe .farmer--card .mobile--like, #admin .account-recipe .farmer--card .mobile--like {
  display: none !important;
}

.common-light-card {
  padding: 24px;
  border-radius: 12px;
  background: #F5F5F5;
}

.common-card {
  padding: 32px;
  border-radius: 4px;
  border: 1px solid #EDEDED;
}
@media screen and (max-width: 575px) {
  .common-card {
    padding: 16px;
  }
}

.farmer--card--new {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}
.farmer--card--new .cert--box {
  position: absolute;
  z-index: 25;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 12px;
  top: 12px;
  background: #FFFFFF;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .farmer--card--new .cert--box {
    left: 12px;
    right: auto;
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
}
@media screen and (max-width: 575px) {
  .farmer--card--new .cert--box {
    top: 6px;
    left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .farmer--card--new {
    border: none;
    box-shadow: none;
  }
}
.farmer--card--new a {
  display: block;
  position: relative;
  z-index: 13;
}
.farmer--card--new::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: -8px;
  padding: 8px;
  padding-bottom: 20px;
  margin-bottom: -20px;
  bottom: -60px;
  opacity: 0;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: scale(0.85);
  transition-property: transform, opacity;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 991px) {
  .farmer--card--new::before {
    content: none;
  }
}
.farmer--card--new:hover {
  z-index: 15;
}
.farmer--card--new:hover::before {
  opacity: 1;
  transform: scale(1);
  z-index: 12;
}
.farmer--card--new:hover .hidden--box {
  display: block;
}
.farmer--card--new:hover .image-container, .farmer--card--new:hover .body--container, .farmer--card--new:hover .head--container {
  z-index: 13;
}
.farmer--card--new .head--container {
  position: relative;
}
@media screen and (max-width: 545px) {
  .farmer--card--new p.mb-16 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 460px) {
  .farmer--card--new p.mb-16 {
    margin-bottom: 12px;
  }
}
.farmer--card--new .link-container {
  margin: 20px 20px 0px 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .farmer--card--new .link-container {
    margin: 12px 0px 0px;
  }
}
.farmer--card--new .link-container .link-container-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.farmer--card--new .image-container {
  position: relative;
  z-index: 10;
  border-radius: 0px;
  min-height: 181px;
}
.farmer--card--new .image-container a {
  position: relative;
}
.farmer--card--new .image-container a .img-bckg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #EFEFEF;
  border-top-left-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
}
.farmer--card--new .image-container a img {
  border-top-left-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
  border-bottom-left-radius: 0px 0px;
  border-bottom-right-radius: 0px 0px;
}
@media screen and (max-width: 460px) {
  .farmer--card--new .image-container a img {
    min-height: 181px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 460px) {
  .farmer--card--new .image-container {
    margin-bottom: 12px;
  }
}
.farmer--card--new .image-container .video {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 3;
  left: 20px;
  bottom: 20px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
}
.farmer--card--new .image-container .video img {
  width: auto;
  margin-right: 8px;
}
.farmer--card--new .category-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.farmer--card--new .body--container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.farmer--card--new .info--box {
  margin: 4px 20px 20px 20px;
}
@media screen and (max-width: 991px) {
  .farmer--card--new .info--box {
    margin: 4px 0px 12px;
  }
}
.farmer--card--new .info--box .info--box-status {
  margin-bottom: 12px;
}
.farmer--card--new .info--box .info--box-status span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
  margin-right: 4px;
}
.farmer--card--new .info--box .info--box-status img {
  width: 20px;
  height: 20px;
}
.farmer--card--new .info--box .info--box-price .current-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.017em;
  color: #0A0A0A;
  margin-right: 4px;
}
.farmer--card--new .info--box .info--box-price .units {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.farmer--card--new .info--box .info--box-price .current-price-discount {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.011em;
  text-decoration-line: line-through;
  color: #A0A0A0;
  margin-right: 4px;
}
.farmer--card--new .info--box .product-characteristics {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #E0E0E0;
}
.farmer--card--new .info--box .product-characteristics .characteristic-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 8px;
}
.farmer--card--new .info--box .product-characteristics .characteristic-item:last-child {
  margin-bottom: 0;
}
.farmer--card--new .info--box .product-characteristics .characteristic-item .characteristic-label {
  font-weight: 500;
  margin-right: 4px;
}
.farmer--card--new .info--box .product-characteristics .characteristic-item .characteristic-value {
  font-weight: 400;
  color: #0A0A0A;
}
.farmer--card--new .info--box--farmer {
  margin: 8px 20px 20px 20px;
}
@media screen and (max-width: 991px) {
  .farmer--card--new .info--box--farmer {
    margin: 4px 0px 12px;
  }
}
.farmer--card--new .info--box--farmer .info--box-sub-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.006em;
  color: #242424;
}
.farmer--card--new .hidden--box {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 10;
}
.farmer--card--new .hidden--box .hidden--box-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
}
@media screen and (max-width: 991px) {
  .farmer--card--new .hidden--box .hidden--box-inner {
    margin: 0px;
  }
  .farmer--card--new .hidden--box .hidden--box-inner .button {
    padding: 10px;
  }
}
.farmer--card--new .hidden--box .btn-status {
  width: 160px;
}
@media screen and (max-width: 1365px) {
  .farmer--card--new .hidden--box .btn-status {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.farmer--card--new .hidden--box .btn-selected {
  width: 52px;
}
@media screen and (max-width: 991px) {
  .farmer--card--new .hidden--box .btn-selected {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.farmer--card--new .hidden--box .btn-selected img {
  width: 20px;
}
@media screen and (max-width: 991px) {
  .farmer--card--new .hidden--box {
    display: block;
    position: static;
    padding-bottom: 0px;
  }
}
.farmer--card--new .button {
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.farmer--card--new .button.btn-v2 {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 1199px) {
  .farmer--card--new .button.btn-v2 {
    height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .farmer--card--new .button.btn-v2 {
    width: 100%;
    text-align: center;
    background: transparent;
    border-color: #E84A3A;
    color: #E84A3A;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  .farmer--card--new .button.btn-v2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .farmer--card--new .button.btn-v2 {
    padding: 6px 8px;
  }
}
.farmer--card--new .border-bottom-card {
  padding-bottom: 8px;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 8px;
}
@media screen and (max-width: 460px) {
  .farmer--card--new .border-bottom-card {
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 991px) {
  .farmer--card--new .box-category {
    width: 12px;
    height: 12px;
    border-width: 4px;
    margin-right: 4px;
  }
}
.farmer--card--new .mobile--like {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 13;
  right: 10px;
  bottom: 12px;
  background: #f08579;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.farmer--card--new .mobile--like:hover {
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .farmer--card--new .mobile--like {
    top: 6px;
  }
}
.farmer--card--new .farmer-status {
  position: absolute;
  top: 16px;
  right: 10px;
  padding: 1px 6px;
  border-radius: 12px;
  z-index: 14;
  background: #f08579;
  font-size: 12px;
  color: #E84A3A;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 575px) {
  .farmer--card--new .farmer-status {
    top: 6px;
  }
}

@media screen and (max-width: 991px) {
  .farmer-page .recipe--card--new .hidden--box .hidden--box-inner .btn-selected {
    width: 100% !important;
  }
}

.recipe--card--new .image-container a {
  display: block;
  z-index: 13;
  position: relative;
  padding-top: 56.25%;
}
.recipe--card--new .image-container a .img-bckg {
  z-index: 14;
  top: 0;
}
.recipe--card--new .image-container a img {
  position: absolute;
  height: auto;
  top: 0;
  width: 100%;
  z-index: 13;
}
.recipe--card--new .hidden--box .hidden--box-inner .btn-selected {
  width: 100%;
}
.recipe--card--new .info--box-price img {
  width: 36px !important;
  margin-right: 8px;
}
.recipe--card--new .info--box-price span {
  margin-right: 0px;
}

#modal-register .modal-dialog, #modal-login .modal-dialog, #modal-resetPass .modal-dialog, #modal-thanks-profile .modal-dialog, #modal-thanks-add-product .modal-dialog,
#modal-legal_info .modal-dialog, #modal-add-testimonial .modal-dialog, #modal-question-add .modal-dialog, #modal-thanks-common .modal-dialog, #modal-gallery .modal-dialog, #modal-thanks-add-farmer .modal-dialog, #modal-thanks-register .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  min-height: 100vh;
  height: 100%;
}

#modal-add-testimonial .input-textarea-box {
  height: calc(100% - 84px);
}
#modal-add-testimonial textarea {
  height: calc(100% - 28px);
}

.by-social {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  justify-content: space-between;
  margin-bottom: 28px;
}
.by-social .box {
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #F5F5F5;
  font-size: 14px;
  transition: 0.5s ease-in;
}
.by-social .box:hover {
  cursor: pointer;
  opacity: 0.8;
}

.modal {
  padding-right: 0 !important;
}
.modal .close {
  position: absolute;
  right: 60px;
  top: 60px;
  z-index: 5;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .modal .close {
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .modal .close {
    right: 40px;
  }
}
@media screen and (max-width: 575px) {
  .modal .close {
    right: 32px;
    top: 52px;
  }
}
@media screen and (max-width: 359px) {
  .modal .close {
    right: 12px;
  }
}
@media screen and (max-width: 575px) {
  .modal .close img {
    width: 24px;
    height: 24px;
  }
}
.modal .modal-dialog {
  transform: translate(-40%, 0);
}
.modal .modal-dialog .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border: none;
}
.modal .modal-dialog .modal-body {
  padding: 64px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .modal .modal-dialog .modal-body {
    padding: 48px 0;
  }
}
.modal .in {
  transform: translate(-40%, 0);
}
.modal.fade .modal-dialog {
  transition: transform 0.6s linear;
}
.modal.in .modal-dialog {
  transform: translate(-40%, 0);
}
.modal h2.as-h1 {
  padding-right: 60px;
}
@media screen and (max-width: 1365px) {
  .modal h2.as-h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .modal h2.as-h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 359px) {
  .modal h2.as-h1 {
    font-size: 24px;
  }
}

.close img {
  border: 1px solid #EDEDED;
  border-radius: 50%;
  transition: 300ms ease-in;
}
.close:hover {
  cursor: pointer;
}
.close:hover img {
  border: 1px solid #E84A3A;
}

#modal-subscription .modal-content {
  border-radius: 12px;
}
#modal-subscription .modal-dialog {
  width: 1020px;
  max-width: 95%;
}
#modal-subscription .modal-dialog .modal-body {
  padding: 88px 110px;
}
@media screen and (max-width: 1200px) {
  #modal-subscription .modal-dialog .modal-body {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 575px) {
  #modal-subscription .modal-dialog .modal-body {
    padding: 24px 40px;
  }
}
@media screen and (max-width: 359px) {
  #modal-subscription .modal-dialog .modal-body {
    padding: 24px;
  }
}
@media screen and (max-width: 1200px) {
  #modal-subscription .close {
    right: 40px;
    top: 40px;
  }
}
@media screen and (max-width: 575px) {
  #modal-subscription .close {
    top: 24px;
    right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #modal-subscription .close img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #modal-subscription h2 {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1200px) {
  #modal-subscription h2 {
    margin-right: 60px;
  }
}

#add-category .modal-content, #create-category .modal-content, #modal-privacy-policy .modal-content, #add-access .modal-content, #edit-category .modal-content, #edit-category-main .modal-content, #edit-top-subcategory .modal-content, #edit-group .modal-content, #add-group .modal-content, #add-banner .modal-content, #common-modal .modal-content, #add-product-tag .modal-content, #update-product-tag .modal-content, #add-sub-product-tag .modal-content, #update-sub-product-tag .modal-content, #add-new-newsletter .modal-content, #show-newsletter .modal-content, #telegram-link .modal-content, [id^=modal-review-] .modal-content {
  border-radius: 12px;
}
#add-category .modal-dialog, #create-category .modal-dialog, #modal-privacy-policy .modal-dialog, #add-access .modal-dialog, #edit-category .modal-dialog, #edit-category-main .modal-dialog, #edit-top-subcategory .modal-dialog, #edit-group .modal-dialog, #add-group .modal-dialog, #add-banner .modal-dialog, #common-modal .modal-dialog, #add-product-tag .modal-dialog, #update-product-tag .modal-dialog, #add-sub-product-tag .modal-dialog, #update-sub-product-tag .modal-dialog, #add-new-newsletter .modal-dialog, #show-newsletter .modal-dialog, #telegram-link .modal-dialog, [id^=modal-review-] .modal-dialog {
  width: 527px;
  max-width: 95%;
}
#add-category .modal-dialog .modal-body, #create-category .modal-dialog .modal-body, #modal-privacy-policy .modal-dialog .modal-body, #add-access .modal-dialog .modal-body, #edit-category .modal-dialog .modal-body, #edit-category-main .modal-dialog .modal-body, #edit-top-subcategory .modal-dialog .modal-body, #edit-group .modal-dialog .modal-body, #add-group .modal-dialog .modal-body, #add-banner .modal-dialog .modal-body, #common-modal .modal-dialog .modal-body, #add-product-tag .modal-dialog .modal-body, #update-product-tag .modal-dialog .modal-body, #add-sub-product-tag .modal-dialog .modal-body, #update-sub-product-tag .modal-dialog .modal-body, #add-new-newsletter .modal-dialog .modal-body, #show-newsletter .modal-dialog .modal-body, #telegram-link .modal-dialog .modal-body, [id^=modal-review-] .modal-dialog .modal-body {
  padding: 40px 44px;
}
@media screen and (max-width: 778px) {
  #add-category .modal-dialog .modal-body, #create-category .modal-dialog .modal-body, #modal-privacy-policy .modal-dialog .modal-body, #add-access .modal-dialog .modal-body, #edit-category .modal-dialog .modal-body, #edit-category-main .modal-dialog .modal-body, #edit-top-subcategory .modal-dialog .modal-body, #edit-group .modal-dialog .modal-body, #add-group .modal-dialog .modal-body, #add-banner .modal-dialog .modal-body, #common-modal .modal-dialog .modal-body, #add-product-tag .modal-dialog .modal-body, #update-product-tag .modal-dialog .modal-body, #add-sub-product-tag .modal-dialog .modal-body, #update-sub-product-tag .modal-dialog .modal-body, #add-new-newsletter .modal-dialog .modal-body, #show-newsletter .modal-dialog .modal-body, #telegram-link .modal-dialog .modal-body, [id^=modal-review-] .modal-dialog .modal-body {
    padding: 20px;
  }
  #add-category .modal-dialog .modal-body .button, #create-category .modal-dialog .modal-body .button, #modal-privacy-policy .modal-dialog .modal-body .button, #add-access .modal-dialog .modal-body .button, #edit-category .modal-dialog .modal-body .button, #edit-category-main .modal-dialog .modal-body .button, #edit-top-subcategory .modal-dialog .modal-body .button, #edit-group .modal-dialog .modal-body .button, #add-group .modal-dialog .modal-body .button, #add-banner .modal-dialog .modal-body .button, #common-modal .modal-dialog .modal-body .button, #add-product-tag .modal-dialog .modal-body .button, #update-product-tag .modal-dialog .modal-body .button, #add-sub-product-tag .modal-dialog .modal-body .button, #update-sub-product-tag .modal-dialog .modal-body .button, #add-new-newsletter .modal-dialog .modal-body .button, #show-newsletter .modal-dialog .modal-body .button, #telegram-link .modal-dialog .modal-body .button, [id^=modal-review-] .modal-dialog .modal-body .button {
    white-space: wrap;
  }
}
#add-category .close, #create-category .close, #modal-privacy-policy .close, #add-access .close, #edit-category .close, #edit-category-main .close, #edit-top-subcategory .close, #edit-group .close, #add-group .close, #add-banner .close, #common-modal .close, #add-product-tag .close, #update-product-tag .close, #add-sub-product-tag .close, #update-sub-product-tag .close, #add-new-newsletter .close, #show-newsletter .close, #telegram-link .close, [id^=modal-review-] .close {
  top: 24px;
  right: 24px;
}
#add-category .close img, #create-category .close img, #modal-privacy-policy .close img, #add-access .close img, #edit-category .close img, #edit-category-main .close img, #edit-top-subcategory .close img, #edit-group .close img, #add-group .close img, #add-banner .close img, #common-modal .close img, #add-product-tag .close img, #update-product-tag .close img, #add-sub-product-tag .close img, #update-sub-product-tag .close img, #add-new-newsletter .close img, #show-newsletter .close img, #telegram-link .close img, [id^=modal-review-] .close img {
  width: 24px;
}

#add-product-modal .modal-content {
  border-radius: 12px;
}
#add-product-modal .modal-dialog {
  width: 600px;
  max-width: 95%;
}
#add-product-modal .modal-dialog .modal-body {
  padding: 40px 44px;
}
@media screen and (max-width: 778px) {
  #add-product-modal .modal-dialog .modal-body {
    padding: 20px;
  }
  #add-product-modal .modal-dialog .modal-body .button {
    white-space: wrap;
  }
}
#add-product-modal .close {
  top: 24px;
  right: 24px;
}
#add-product-modal .close img {
  width: 24px;
}
#add-product-modal .input-box {
  width: 100%;
}
#add-product-modal .multiselect {
  width: 100%;
  z-index: 25;
}
#add-product-modal .multiselect .multiselect__tags {
  width: 100%;
  min-height: 48px;
}
#add-product-modal .multiselect .multiselect__single, #add-product-modal .multiselect .multiselect__input {
  width: 100%;
}
#add-product-modal .multiselect .multiselect__content-wrapper {
  width: 100%;
  max-width: 100%;
  z-index: 25;
  background: #FFFFFF;
}
#add-product-modal .multiselect .multiselect__element {
  color: #000000 !important;
}
#add-product-modal .multiselect .multiselect__option {
  color: #000000 !important;
  background: #FFFFFF !important;
  padding: 12px 16px;
  white-space: normal;
  border-bottom: 1px solid #f0f0f0;
}
#add-product-modal .multiselect .multiselect__option * {
  color: #000000 !important;
}
#add-product-modal .multiselect .multiselect__option:hover {
  background: #f08579 !important;
  color: #000000 !important;
}
#add-product-modal .multiselect .multiselect__option:hover * {
  color: #000000 !important;
}
#add-product-modal .multiselect .multiselect__option--selected {
  background: #f08579 !important;
  color: #000000 !important;
  font-weight: 600;
}
#add-product-modal .multiselect .multiselect__option--highlight {
  background: #f08579 !important;
  color: #000000 !important;
}

#modal-privacy-policy .modal-dialog {
  width: 900px;
}

#modal-gallery .carousel {
  border-radius: 12px;
  overflow: hidden;
}
#modal-gallery .carousel-item {
  position: relative;
  overflow: hidden;
}
#modal-gallery .carousel-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
#modal-gallery .carousel-item img {
  width: 100%;
}
#modal-gallery .carousel--controls {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 30px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 991px) {
  #modal-gallery .carousel--controls {
    width: 100px;
    margin: 0 auto;
    bottom: auto;
    top: 100%;
    left: 12px;
    transform: translateY(16px);
  }
}
#modal-gallery .carousel--controls button {
  background: #E3E3E3;
}
#modal-gallery .carousel-inner, #modal-gallery .carousel {
  position: static;
}
#modal-gallery .close {
  position: static;
}
@media screen and (max-width: 991px) {
  #modal-gallery .close {
    position: absolute;
    top: 0;
    right: 0;
  }
}

#modal-change-pass .modal-body {
  padding: 44px;
}
#modal-change-pass .modal-body .close {
  right: 30px;
  top: 30px;
}

#modal-thanks-add-product .image--animal, #modal-thanks-register .image--animal, #modal-thanks-profile .image--animal, #modal-thanks-add-farmer .image--animal, #modal-thanks-common .image--animal {
  position: absolute;
}
@media screen and (max-width: 991px) {
  #modal-thanks-add-product .image--animal, #modal-thanks-register .image--animal, #modal-thanks-profile .image--animal, #modal-thanks-add-farmer .image--animal, #modal-thanks-common .image--animal {
    display: none;
  }
}
#modal-thanks-add-product .image--animal.img-2, #modal-thanks-register .image--animal.img-2, #modal-thanks-profile .image--animal.img-2, #modal-thanks-add-farmer .image--animal.img-2, #modal-thanks-common .image--animal.img-2 {
  left: 15%;
  top: -100px;
}
#modal-thanks-add-product .image--animal.img-1, #modal-thanks-register .image--animal.img-1, #modal-thanks-profile .image--animal.img-1, #modal-thanks-add-farmer .image--animal.img-1, #modal-thanks-common .image--animal.img-1 {
  right: 15%;
  top: -70px;
}
#modal-thanks-add-product .image--animal.img-4, #modal-thanks-register .image--animal.img-4, #modal-thanks-profile .image--animal.img-4, #modal-thanks-add-farmer .image--animal.img-4, #modal-thanks-common .image--animal.img-4 {
  right: 15%;
  bottom: -60px;
}

.filter__category {
  padding: 12px 0;
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
  flex-wrap: nowrap;
  margin: 0 -30px 24px -30px;
  scrollbar-color: #E84A3A;
  scrollbar-width: thin;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .filter__category {
    margin: 0 -12px 24px -12px;
  }
}
@media screen and (max-width: 1199px) {
  .filter__category {
    margin: 0 -100px 24px -100px;
    display: flex;
    overflow-x: scroll;
    padding: 0 0 0 100px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    max-width: 100vw;
  }
}
@media screen and (max-width: 991px) {
  .filter__category {
    padding: 0 0 0 80px;
    margin: 0 -80px 24px -80px;
  }
}
@media screen and (max-width: 767px) {
  .filter__category {
    padding: 0 0 0 40px;
    margin: 0 -40px 24px -40px;
  }
}
@media screen and (max-width: 575px) {
  .filter__category {
    padding: 0 0 0 32px;
    margin: 0 -32px 24px -32px;
  }
}
@media screen and (max-width: 359px) {
  .filter__category {
    padding: 0 0 0 12px;
    margin: 0 -12px 24px -12px;
  }
}
.filter__category::before, .filter__category::after {
  content: "";
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  background: #242424;
}
@media screen and (max-width: 1365px) {
  .filter__category::before, .filter__category::after {
    left: 12px;
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 1199px) {
  .filter__category::before, .filter__category::after {
    content: none;
  }
}
.filter__category::before {
  top: 0;
}
.filter__category::after {
  bottom: 0;
}
.filter__category::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
}
.filter__category::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.filter__category::-webkit-scrollbar-button:vertical:start:decrement {
  background: transparent;
  display: none;
}
.filter__category::-webkit-scrollbar-button:vertical:end:increment {
  background: transparent;
  display: none;
}
.filter__category::-webkit-scrollbar-button:horizontal:start:decrement {
  background: transparent;
  display: none;
}
.filter__category::-webkit-scrollbar-button:horizontal:end:increment {
  background: transparent;
  display: none;
}
.filter__category .nav-item {
  white-space: nowrap;
  padding: 0 30px;
}
@media screen and (max-width: 1365px) {
  .filter__category .nav-item {
    padding: 0 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .filter__category .nav-item {
    padding: 12px 10px;
  }
  .filter__category .nav-item:first-child {
    padding-left: 0;
  }
  .filter__category .nav-item:last-child {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 991px) {
  .filter__category .nav-item:last-child {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .filter__category .nav-item:last-child {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 575px) {
  .filter__category .nav-item:last-child {
    padding-right: 32px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 359px) {
  .filter__category .nav-item:last-child {
    padding-right: 12px;
  }
}
.filter__category .nav-item p {
  opacity: 0.8;
  border-bottom: 1px dashed transparent;
  transition: 0.4s ease-in;
}
.filter__category .nav-item .active p {
  opacity: 1;
  border-bottom: 1px dashed #E84A3A;
}

.subsubcategory-wrapper {
  margin-left: 20px;
  padding-left: 16px;
  border-left: 1px dashed #E3E3E3;
}
.subsubcategory-wrapper .subsubcategory-item {
  align-items: center;
}
.subsubcategory-wrapper .subsubcategory-item input {
  margin-top: 2px;
}

.filter__collapse .categories a:hover {
  color: #E84A3A;
}
.filter__collapse .categories .nav-item a span {
  display: block;
}
.filter__collapse .categories .nav-item a span.count {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #9E9E9E;
}
.filter__collapse .categories .nav-sub-items .nav-sub-item span {
  padding-left: 24px;
}
.filter__collapse button {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  padding: 44px 0;
  color: #242424;
  transition: 500ms ease-in;
  text-align: left;
}
.filter__collapse button:hover {
  color: #242424;
  background: transparent;
  opacity: 0.6;
}
.filter__collapse button:focus, .filter__collapse button:active {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  background: transparent !important;
  color: #242424 !important;
}
.filter__collapse button .as-h5 {
  position: relative;
}
.filter__collapse button .as-h5::before {
  content: url("/svg/button-arrow-bottom.svg");
  position: absolute;
  right: 0;
  top: 1px;
  transition: 500ms ease-in;
}
.filter__collapse button.not-collapsed .as-h5::before {
  transform: rotate(180deg);
}
.filter__collapse .collapse-box {
  padding: 0;
}
.filter__collapse .collapse-box:first-child {
  border-top: none;
}
.filter__collapse .collapse-box:first-child button {
  padding-top: 0;
}
.filter__collapse .collapse-box:last-child {
  border-bottom: none;
}
.filter--buttons {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .filter--buttons {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 1365px) {
  .filter__category-new {
    margin: 0 -12px 24px -12px;
  }
}
@media screen and (max-width: 1199px) {
  .filter__category-new {
    margin: 0 -100px 24px -100px;
    display: flex;
    overflow-x: scroll;
    padding: 0 0 0 100px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    max-width: 100vw;
  }
}
@media screen and (max-width: 991px) {
  .filter__category-new {
    padding: 0 0 0 80px;
    margin: 0 -80px 24px -80px;
  }
}
@media screen and (max-width: 767px) {
  .filter__category-new {
    padding: 0 0 0 40px;
    margin: 0 -40px 24px -40px;
  }
}
@media screen and (max-width: 575px) {
  .filter__category-new {
    padding: 0 0 0 32px;
    margin: 0 -32px 24px -32px;
  }
}
@media screen and (max-width: 359px) {
  .filter__category-new {
    padding: 0 0 0 12px;
    margin: 0 -12px 24px -12px;
  }
}
.filter__category-new::before, .filter__category-new::after {
  content: "";
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  background: #242424;
}
@media screen and (max-width: 1365px) {
  .filter__category-new::before, .filter__category-new::after {
    left: 12px;
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 1199px) {
  .filter__category-new::before, .filter__category-new::after {
    content: none;
  }
}
.filter__category-new::before {
  top: 0;
}
.filter__category-new::after {
  bottom: 0;
}
.filter__category-new::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
}
.filter__category-new::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.filter__category-new::-webkit-scrollbar-button:vertical:start:decrement {
  background: transparent;
  display: none;
}
.filter__category-new::-webkit-scrollbar-button:vertical:end:increment {
  background: transparent;
  display: none;
}
.filter__category-new::-webkit-scrollbar-button:horizontal:start:decrement {
  background: transparent;
  display: none;
}
.filter__category-new::-webkit-scrollbar-button:horizontal:end:increment {
  background: transparent;
  display: none;
}
.filter__category-new .nav-item {
  white-space: nowrap;
  padding: 0 30px;
}
@media screen and (max-width: 1365px) {
  .filter__category-new .nav-item {
    padding: 0 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .filter__category-new .nav-item {
    padding: 12px 10px;
  }
  .filter__category-new .nav-item:first-child {
    padding-left: 0;
  }
  .filter__category-new .nav-item:last-child {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 991px) {
  .filter__category-new .nav-item:last-child {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .filter__category-new .nav-item:last-child {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 575px) {
  .filter__category-new .nav-item:last-child {
    padding-right: 32px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 359px) {
  .filter__category-new .nav-item:last-child {
    padding-right: 12px;
  }
}
.filter__category-new .nav-item p {
  opacity: 0.8;
  border-bottom: 1px dashed transparent;
  transition: 0.4s ease-in;
}
.filter__category-new .nav-item .active p {
  opacity: 1;
  border-bottom: 1px dashed #E84A3A;
}

.pagination .page-item {
  padding: 0 2px;
}
.pagination .page-item:first-child {
  display: none;
}
.pagination button, .pagination a {
  border: none;
  background: #F5F5F5;
  color: #A0A0A0;
  transition: 0.4s ease;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .pagination button, .pagination a {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
.pagination button:focus, .pagination button:active, .pagination a:focus, .pagination a:active {
  box-shadow: none;
  border: none;
  outline: none;
}
.pagination button:hover, .pagination a:hover {
  color: #E84A3A;
  background: #FFFFFF;
}
.pagination button[aria-label="Go to next page"], .pagination span[aria-label="Go to next page"], .pagination a[aria-label="Go to next page"] {
  color: transparent;
  background: transparent;
  position: relative;
  font-size: 1px;
}
.pagination button[aria-label="Go to next page"]::before, .pagination span[aria-label="Go to next page"]::before, .pagination a[aria-label="Go to next page"]::before {
  position: relative;
  width: 8px;
  height: 8px;
  border-top: 1px solid #A0A0A0;
  border-right: 1px solid #A0A0A0;
  transform: rotate(45deg);
  content: "";
  transition: 0.4s ease;
}
.pagination button[aria-label="Go to next page"]:hover::before, .pagination span[aria-label="Go to next page"]:hover::before, .pagination a[aria-label="Go to next page"]:hover::before {
  border-top: 1px solid #E84A3A;
  border-right: 1px solid #E84A3A;
}
.pagination .page-item.disabled span {
  border: none;
  background: transparent;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  display: block;
  color: #FFFFFF;
}
@media screen and (max-width: 575px) {
  .pagination .page-item.disabled span {
    width: 28px;
    height: 28px;
  }
}
.pagination .page-item.disabled[role=separator] span {
  color: #4D4D4D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item.active button, .pagination .page-item.active a {
  font-weight: 600;
  background: #E84A3A;
  color: #FFFFFF;
}
.pagination .page-item.bv-d-xs-down-none {
  display: block !important;
}

#login__page .container, #register__page .container {
  position: relative;
}
#login__page .container .image--animal.img-1, #register__page .container .image--animal.img-1 {
  position: absolute;
  left: -50px;
  top: 100px;
}
@media screen and (max-width: 1192px) {
  #login__page .container .image--animal.img-1, #register__page .container .image--animal.img-1 {
    left: 100px;
  }
}
@media screen and (max-width: 991px) {
  #login__page .container .image--animal.img-1, #register__page .container .image--animal.img-1 {
    display: none;
  }
}
#login__page .container .image--animal.img-2, #register__page .container .image--animal.img-2 {
  position: absolute;
  right: 15%;
  top: 120px;
}
@media screen and (max-width: 991px) {
  #login__page .container .image--animal.img-2, #register__page .container .image--animal.img-2 {
    display: none;
  }
}
#login__page .container .image--animal.img-4, #register__page .container .image--animal.img-4 {
  position: absolute;
  right: 25%;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  #login__page .container .image--animal.img-4, #register__page .container .image--animal.img-4 {
    display: none;
  }
}

.register-cards {
  display: grid;
  grid-template-columns: repeat(2, 375px);
  grid-column-gap: 60px;
}
@media screen and (max-width: 991px) {
  .register-cards {
    grid-template-columns: repeat(2, calc(50% - 15px));
    grid-column-gap: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 575px) {
  .register-cards {
    grid-template-columns: 100%;
  }
}
.register-cards .register-card {
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 0px 46px rgba(0, 0, 0, 0.06), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 4px;
  padding: 50px;
  text-align: center;
  transition: 0.4s ease;
}
@media screen and (max-width: 767px) {
  .register-cards .register-card {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 575px) {
  .register-cards .register-card {
    max-width: 375px;
    margin-bottom: 40px;
  }
}
.register-cards .register-card:hover {
  cursor: pointer;
  background: #F6F6F6;
}
.register-cards .register-card .image {
  margin-bottom: 16px;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.modal .modal-dialog {
  width: 1200px;
  max-width: 1200px;
}
@media screen and (max-width: 1240px) {
  .modal .modal-dialog {
    width: 96%;
    max-width: 96%;
  }
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog {
    width: 96%;
    max-width: 96%;
  }
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 16px;
}
.modal .modal-dialog .modal-content hr {
  border-top: 1px solid #CDCDCD;
}
@media screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content hr {
    margin: 24px 0;
  }
}
@media screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 48px;
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 30px 20px;
  }
}
.modal .modal-dialog .modal-content .close {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 5;
}
@media screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content .close {
    right: 10px;
    top: 10px;
  }
}
.modal .modal-dialog .modal-content .close:hover {
  cursor: pointer;
}

.hide-area {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.show-area {
  position: absolute;
  z-index: 5;
}

#show-product-image, #show-farmer-image {
  padding: 0 !important;
}
#show-product-image .modal-dialog, #show-farmer-image .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  margin: 0;
}
#show-product-image .modal-dialog .modal-content, #show-farmer-image .modal-dialog .modal-content {
  border-radius: 0;
  height: 100%;
}
#show-product-image .modal-dialog .modal-body, #show-farmer-image .modal-dialog .modal-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#show-product-image .modal-dialog .carousel img, #show-farmer-image .modal-dialog .carousel img {
  width: auto;
  max-width: 100%;
  max-height: 80%;
  margin: 0 auto;
}

.cc-cp-foot-save, .cc-nb-okagree {
  background-color: #E84A3A !important;
}

.carousel-section {
  min-height: 400px;
}
.carousel-section .carousel-inner {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 575px) {
  .carousel-section .carousel-inner {
    height: auto;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1365px) {
  .carousel-section {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-section {
    min-height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .carousel-section {
    min-height: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
}

#carousel--main_banner {
  position: relative;
}
@media screen and (max-width: 575px) {
  #carousel--main_banner {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #carousel--main_banner .carousel {
    height: auto;
    width: 100%;
  }
  #carousel--main_banner .carousel-inner {
    height: auto;
    width: 100%;
  }
}
#carousel--main_banner .carousel-item {
  position: relative;
  transition: all 0.55s ease 0s;
  max-width: 1440px;
  max-height: 400px;
}
@media screen and (max-width: 575px) {
  #carousel--main_banner .carousel-item {
    height: auto;
    max-height: none;
    max-width: 100%;
  }
}
#carousel--main_banner .carousel-item::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
#carousel--main_banner .carousel-item h2, #carousel--main_banner .carousel-item p, #carousel--main_banner .carousel-item h1 {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #carousel--main_banner .carousel-item h2.mb-44 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  #carousel--main_banner .carousel-item img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 3/2;
  }
}
#carousel--main_banner .carousel-item .pagination--carousel {
  opacity: 0;
}
#carousel--main_banner .carousel-item.active h2, #carousel--main_banner .carousel-item.active h1 {
  animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation-fill-mode: forwards;
}
#carousel--main_banner .carousel-item.active p {
  animation: text-focus-in 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation-delay: 100ms;
  animation-fill-mode: forwards;
}
#carousel--main_banner .carousel-caption {
  bottom: auto;
  position: absolute;
  width: 1236px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1365px) {
  #carousel--main_banner .carousel-caption {
    width: 994px;
  }
}
@media screen and (max-width: 1200px) {
  #carousel--main_banner .carousel-caption {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 991px) {
  #carousel--main_banner .carousel-caption {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  #carousel--main_banner .carousel-caption {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 575px) {
  #carousel--main_banner .carousel-caption {
    padding-left: 32px;
    padding-right: 32px;
    top: 96px;
    transform: translateY(0);
  }
}
@media screen and (max-width: 359px) {
  #carousel--main_banner .carousel-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
#carousel--main_banner .carousel-caption .description-box {
  width: 488px;
}
#carousel--main_banner .carousel-caption .description-box span.title {
  display: block;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.021em;
  color: #FFFFFF;
}
@media screen and (max-width: 575px) {
  #carousel--main_banner .carousel-caption .description-box span.title {
    font-size: 32px;
    line-height: 32px;
  }
}
#carousel--main_banner .carousel-caption .description-box span.descr {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.011em;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  #carousel--main_banner .carousel-caption .description-box {
    width: 400px;
  }
}
@media screen and (max-width: 575px) {
  #carousel--main_banner .carousel-caption .description-box {
    width: 100%;
  }
}
#carousel--main_banner .pagination--carousel {
  position: absolute;
  right: calc((100% - 1236px) / 2);
  color: #FFFFFF;
  z-index: 3;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
@media screen and (max-width: 1365px) {
  #carousel--main_banner .pagination--carousel {
    right: calc((100% - 900px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  #carousel--main_banner .pagination--carousel {
    right: 100px;
  }
}
@media screen and (max-width: 991px) {
  #carousel--main_banner .pagination--carousel {
    right: 80px;
    height: 176px;
  }
}
@media screen and (max-width: 767px) {
  #carousel--main_banner .pagination--carousel {
    right: 40px;
  }
}
@media screen and (max-width: 575px) {
  #carousel--main_banner .pagination--carousel {
    right: auto;
    top: auto;
    left: 32px;
    transform: translateY(0);
    bottom: 50px;
    width: calc(100% - 64px);
    flex-direction: row;
    height: auto;
    align-items: center;
  }
}
@media screen and (max-width: 359px) {
  #carousel--main_banner .pagination--carousel {
    left: 12px;
    width: calc(100% - 24px);
  }
}

.carousel--controls {
  display: flex;
}
.carousel--controls button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #B3AA9E;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms ease-in-out;
}
.carousel--controls button:first-child {
  margin-right: 12px;
}
.carousel--controls button:hover {
  background: rgba(227, 227, 227, 0.6);
}

#products__main {
  position: relative;
}
#products__main .image--animal {
  position: absolute;
  right: 5%;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  #products__main .image--animal {
    right: 20px;
    bottom: 10px;
  }
  #products__main .image--animal img {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  #products__main .card--category {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  #products__main .card--category .category_image {
    position: static;
    width: 100px;
    height: 100px;
  }
  #products__main .card--category-title {
    position: static;
  }
  #products__main .card--category-title span {
    color: #242424;
  }
}

.new_products {
  position: relative;
}
.new_products .image--animal.img-2 {
  position: absolute;
  left: 5%;
  top: 132px;
}
@media screen and (max-width: 767px) {
  .new_products .image--animal.img-2 {
    left: 10px;
    top: 10px;
  }
  .new_products .image--animal.img-2 img {
    width: 50px;
  }
}
.new_products .image--animal.img-4 {
  position: absolute;
  right: 5%;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .new_products .image--animal.img-4 {
    right: 20px;
    bottom: 10px;
  }
  .new_products .image--animal.img-4 img {
    width: 50px;
  }
}

.sales_hits {
  position: relative;
}
.sales_hits .image--animal.img-5 {
  position: absolute;
  left: 5%;
  top: 152px;
}
@media screen and (max-width: 767px) {
  .sales_hits .image--animal.img-5 {
    left: 20px;
    top: 10px;
  }
  .sales_hits .image--animal.img-5 img {
    width: 50px;
  }
}
.sales_hits .image--animal.img-1 {
  position: absolute;
  right: 5%;
  bottom: 140px;
}
@media screen and (max-width: 767px) {
  .sales_hits .image--animal.img-1 {
    right: 20px;
    bottom: 10px;
  }
  .sales_hits .image--animal.img-1 img {
    width: 50px;
  }
}
.sales_hits .image--animal.img-2 {
  position: absolute;
  left: 5%;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sales_hits .image--animal.img-2 {
    display: none;
  }
}

#about__main {
  position: relative;
  overflow: hidden;
  background-color: #FCFAF6;
}
@media screen and (max-width: 767px) {
  #about__main {
    padding-bottom: 0;
  }
}
#about__main .image--animal {
  position: absolute;
  right: 5%;
  bottom: 48px;
}
@media screen and (max-width: 767px) {
  #about__main .image--animal {
    right: 20px;
    bottom: 10px;
  }
  #about__main .image--animal img {
    width: 50px;
  }
}
#about__main .about-description {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #about__main .about-description {
    box-shadow: none;
    border-radius: 0;
    margin-left: -40px;
    margin-right: -40px;
    background: transparent;
  }
}
@media screen and (max-width: 575px) {
  #about__main .about-description {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (max-width: 767px) {
  #about__main .about-description .col-xl-7 {
    padding-left: 12px;
  }
}
#about__main .about-description .about-description__text {
  padding: 10px 70px 10px 10px;
  color: #4D4D4D;
}
@media screen and (max-width: 1365px) {
  #about__main .about-description .about-description__text {
    padding: 10px 30px 10px 0;
  }
}
@media screen and (max-width: 991px) {
  #about__main .about-description .about-description__text {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 840px) {
  #about__main .about-description .about-description__text {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  #about__main .about-description .about-description__text {
    padding: 20px 40px 72px 40px;
  }
}
@media screen and (max-width: 575px) {
  #about__main .about-description .about-description__text {
    padding: 20px 32px 72px 32px;
  }
}
@media screen and (max-width: 1365px) {
  #about__main .about-description .about-description__text ul.mb-60 {
    margin-bottom: 24px;
  }
}

#about__main.color-bg-light .about-description {
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #about__main.color-bg-light .about-description {
    background: #fae196;
  }
}

#farmers__main .container {
  position: relative;
}
#farmers__main .container .image--animal {
  position: absolute;
  right: 0;
  bottom: -100px;
}
@media screen and (max-width: 168px) {
  #farmers__main .container .image--animal {
    right: 20px;
    bottom: 10px;
  }
  #farmers__main .container .image--animal img {
    height: 50px;
  }
}

#faq__main {
  position: relative;
}
#faq__main .image--animal {
  position: absolute;
  bottom: 48px;
  right: 5%;
}
@media screen and (max-width: 1200px) {
  #faq__main .image--animal {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #faq__main .image--animal {
    bottom: 10px;
  }
}

#contacts__main {
  position: relative;
  z-index: 3;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #contacts__main .pt-60 {
    padding-top: 0;
  }
}
#contacts__main .custom__form {
  position: relative;
  z-index: 3;
}
#contacts__main .image--animal.img-2 {
  position: absolute;
  left: 5%;
  top: 156px;
}
@media screen and (max-width: 767px) {
  #contacts__main .image--animal.img-2 {
    display: none;
  }
}
#contacts__main .image--animal.img-3 {
  position: absolute;
  right: 5%;
  bottom: 162px;
}
@media screen and (max-width: 1200px) {
  #contacts__main .image--animal.img-3 {
    right: 20px;
    bottom: 10px;
  }
}

.error-page .image--animal {
  position: absolute;
}
@media screen and (max-width: 991px) {
  .error-page .image--animal {
    display: none;
  }
}
.error-page .image--animal.img-2 {
  left: 15%;
  top: -50px;
}
.error-page .image--animal.img-1 {
  right: 15%;
  top: -50px;
}
.error-page .image--animal.img-4 {
  right: 15%;
  bottom: -60px;
}

@media screen and (max-width: 767px) {
  .mb-60-m {
    margin-bottom: 0 !important;
  }
}

.testimonial-container .owl-carousel, .products-card-container .owl-carousel {
  position: static;
}
.testimonial-container .owl-carousel .owl-nav, .products-card-container .owl-carousel .owl-nav {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 30px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .testimonial-container .owl-carousel .owl-nav, .products-card-container .owl-carousel .owl-nav {
    left: auto;
    right: 12px;
    top: auto;
    bottom: 100%;
    transform: translateY(-34px);
  }
}
.testimonial-container .owl-carousel .owl-nav .owl-prev, .testimonial-container .owl-carousel .owl-nav .owl-next, .products-card-container .owl-carousel .owl-nav .owl-prev, .products-card-container .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F5F5F5;
  color: #F5F5F5;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  font-size: 1px;
  transition: all 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.testimonial-container .owl-carousel .owl-nav .owl-prev::before, .testimonial-container .owl-carousel .owl-nav .owl-next::before, .products-card-container .owl-carousel .owl-nav .owl-prev::before, .products-card-container .owl-carousel .owl-nav .owl-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-container .owl-carousel .owl-nav .owl-prev:hover, .testimonial-container .owl-carousel .owl-nav .owl-next:hover, .products-card-container .owl-carousel .owl-nav .owl-prev:hover, .products-card-container .owl-carousel .owl-nav .owl-next:hover {
  background: rgba(227, 227, 227, 0.6);
  color: rgba(227, 227, 227, 0.6);
}
.testimonial-container .owl-carousel .owl-nav .owl-prev, .products-card-container .owl-carousel .owl-nav .owl-prev {
  margin-left: 0;
  margin-right: 6px;
}
.testimonial-container .owl-carousel .owl-nav .owl-prev::before, .products-card-container .owl-carousel .owl-nav .owl-prev::before {
  content: url("/svg/carousel-left-primary.svg");
}
.testimonial-container .owl-carousel .owl-nav .owl-next, .products-card-container .owl-carousel .owl-nav .owl-next {
  margin-right: 0;
  margin-left: 6px;
}
.testimonial-container .owl-carousel .owl-nav .owl-next::before, .products-card-container .owl-carousel .owl-nav .owl-next::before {
  content: url("/svg/carousel-right-primary.svg");
}

.products-card-container {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -100px;
}
@media screen and (max-width: 1200px) {
  .products-card-container {
    margin: 0;
  }
}
.products-card-container .owl-carousel .owl-item {
  padding: 20px 20px 100px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .products-card-container .owl-carousel .owl-item {
    padding: 0;
  }
}
.products-card-container .owl-carousel .owl-item:hover {
  z-index: 2;
}
.products-card-container .owl-carousel .owl-nav {
  position: static;
  text-align: right;
  transform: translateY(0);
}
.products-card-container .owl-carousel .owl-nav .owl-prev, .products-card-container .owl-carousel .owl-nav .owl-next {
  background: #FFFFFF;
  color: #FFFFFF;
}
.products-card-container .owl-carousel .hidden--box img {
  width: auto;
  height: auto;
}

.products-card-container.pt-96 {
  padding-top: 48px;
}

.products-card-container.grey-controls .owl-nav .owl-prev, .products-card-container.grey-controls .owl-nav .owl-next {
  background: #F5F5F5;
  color: #F5F5F5;
}

#carousel-product {
  border-radius: 4px;
  overflow: hidden;
}

#farmer--gallery .owl-carousel {
  position: static;
}
@media screen and (max-width: 1365px) {
  #farmer--gallery .owl-carousel .mb-60 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  #farmer--gallery .owl-carousel .mb-60 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 359px) {
  #farmer--gallery .owl-carousel .mb-60 {
    margin-bottom: 6px;
  }
}
#farmer--gallery .owl-item .image-container {
  transition: 0.4s ease-in;
}
#farmer--gallery .owl-item .image-container:hover {
  opacity: 0.8;
}
#farmer--gallery .owl-item .image-container:focus, #farmer--gallery .owl-item .image-container:active {
  box-shadow: none;
  outline: none;
  border: none;
}
#farmer--gallery .owl-nav {
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  #farmer--gallery .owl-nav {
    right: 12px;
    left: auto;
    top: 0;
    bottom: auto;
    margin-top: 0;
  }
}
#farmer--gallery .owl-nav .owl-prev, #farmer--gallery .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  color: #FFFFFF;
  font-size: 1px;
  transition: 500ms ease-in;
  position: relative;
}
#farmer--gallery .owl-nav .owl-prev::before, #farmer--gallery .owl-nav .owl-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#farmer--gallery .owl-nav .owl-prev:hover, #farmer--gallery .owl-nav .owl-next:hover {
  opacity: 0.8;
}
#farmer--gallery .owl-nav .owl-prev::before {
  content: url("/svg/carousel-left-primary.svg");
}
#farmer--gallery .owl-nav .owl-next::before {
  content: url("/svg/carousel-right-primary.svg");
}

.subscription-container {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 60px 0;
  margin-bottom: 60px;
}

.add-question {
  padding: 60px 48px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .add-question {
    padding: 40px 24px;
  }
}

.payment-and-delivery {
  font-family: "Inter";
}
.payment-and-delivery .title h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #242424;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .payment-and-delivery .title h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .payment-and-delivery .title h1 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.payment-and-delivery .tabs {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 4px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-flow: row;
  margin-bottom: 20px;
}
.payment-and-delivery .tabs .active {
  background: #F2FDFF;
  border-radius: 3px 0px 0px 3px;
}
.payment-and-delivery .tabs .tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 31px 32px 31px 31px;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .payment-and-delivery .tabs .tab {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 575px) {
  .payment-and-delivery .tabs .tab {
    padding: 23px 24px 23px 23px;
    max-width: 145px;
  }
}
.payment-and-delivery .tabs .tab:hover {
  background: #F2FDFF;
  border-radius: 3px 0px 0px 3px;
}
.payment-and-delivery .tabs .tab .image {
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .payment-and-delivery .tabs .tab .image {
    margin-bottom: 10px;
  }
}
.payment-and-delivery .tabs .tab .title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
@media screen and (max-width: 575px) {
  .payment-and-delivery .tabs .tab .title {
    line-height: 22px;
    font-size: 14px;
  }
}
.payment-and-delivery .contents .content {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 32px;
}
@media screen and (max-width: 575px) {
  .payment-and-delivery .contents .content {
    padding: 24px;
  }
}
.payment-and-delivery .contents .content .title {
  margin-top: 32px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #242424;
}
.payment-and-delivery .contents .content .title:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 575px) {
  .payment-and-delivery .contents .content .title {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px;
  }
}
.payment-and-delivery .contents .content .text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D;
}
@media screen and (max-width: 991px) {
  .payment-and-delivery .contents .content .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.payment-and-delivery .contents .content .steps {
  margin-top: 32px;
}
@media screen and (max-width: 575px) {
  .payment-and-delivery .contents .content .steps {
    margin-top: 24px;
  }
}
.payment-and-delivery .contents .content .steps .step {
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .payment-and-delivery .contents .content .steps .step {
    margin-bottom: 16px;
  }
}
.payment-and-delivery .contents .content .steps .step .image {
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .payment-and-delivery .contents .content .steps .step .image {
    margin-bottom: 12px;
  }
}
.payment-and-delivery .contents .content .steps .step .sub-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #242424;
  margin-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .payment-and-delivery .contents .content .steps .step .sub-title {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
  }
}
.payment-and-delivery .contents .content .steps .step .sub-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #242424;
}
@media screen and (max-width: 575px) {
  .payment-and-delivery .contents .content .steps .step .sub-text {
    font-size: 14px;
    line-height: 22px;
  }
}
.payment-and-delivery .contents .content .steps .step:last-child {
  margin-bottom: 0px;
}

#search--page .category {
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1;
}
#search--page .category p.color-grey-v3 {
  margin-bottom: 8px;
  padding-right: 8px;
  border-right: 1px solid #A0A0A0;
  display: inline-block;
}
#search--page .category .color-primary {
  padding-left: 8px;
  border-left: 1px solid #A0A0A0;
  display: inline-block;
}

.products-container {
  min-height: 330px;
}

#search-card .loading-box {
  background: #FFFFFF;
}
#search-card .image-container {
  min-height: 40px;
}

#about__page {
  overflow: hidden;
}
#about__page .mobile--banner--image {
  display: none;
}
@media screen and (max-width: 767px) {
  #about__page .mobile--banner--image {
    display: block;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 575px) {
  #about__page .mobile--banner--image {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (max-width: 359px) {
  #about__page .mobile--banner--image {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (max-width: 767px) {
  #about__page .mobile--banner--image .image-container {
    border-radius: 0;
  }
}
#about__page .mobile--banner--image .image-container::after {
  border-radius: 0;
}
#about__page .mobile--banner--image .image-container img {
  border-radius: 0;
}
#about__page #about-info .image--animal {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  #about__page #about-info .image--animal img {
    width: 100px;
  }
}
@media screen and (max-width: 400px) {
  #about__page #about-info .image--animal img {
    width: 70px;
  }
}
#about__page #faq__main {
  overflow: hidden;
  position: relative;
}
#about__page #faq__main .image--animal {
  position: absolute;
  right: 5%;
  bottom: 140px;
}
@media screen and (max-width: 767px) {
  #about__page #faq__main .image--animal {
    right: 20px;
    bottom: 10px;
  }
  #about__page #faq__main .image--animal img {
    width: 50px;
  }
}
#about__page #faq__main .container {
  position: relative;
  z-index: 2;
}
#about__page #about-contacts .image--animal {
  position: absolute;
  left: 5%;
  bottom: 140px;
}
@media screen and (max-width: 767px) {
  #about__page #about-contacts .image--animal {
    right: 20px;
    bottom: 10px;
  }
  #about__page #about-contacts .image--animal img {
    width: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .filter--box {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    background: #FFFFFF;
    width: 500px;
    padding: 30px 100px;
    box-shadow: 6px 0 12px rgba(0, 0, 0, 0.15);
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .filter--box {
    padding: 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  .filter--box {
    padding: 30px 40px;
    width: 400px;
  }
}
@media screen and (max-width: 575px) {
  .filter--box {
    padding: 30px 24px;
    width: 312px;
  }
}
@media screen and (max-width: 359px) {
  .filter--box {
    padding: 30px 12px;
  }
}
@media screen and (max-width: 1200px) {
  .filter--box input.input-white {
    background: #F5F5F5;
    border: 2px solid #F5F5F5;
  }
  .filter--box input.input-white:focus, .filter--box input.input-white:active {
    border-top: 2px solid #F5F5F5;
    border-right: 2px solid #F5F5F5;
    border-left: 2px solid #F5F5F5;
    border-bottom: 2px solid #E84A3A;
  }
}
@media screen and (max-width: 1199px) {
  .filter--box .multiselect.input-white .multiselect__select, .filter--box .multiselect.input-white .multiselect__tags {
    background: #F5F5F5;
  }
  .filter--box .multiselect.input-white .multiselect__select .multiselect__single, .filter--box .multiselect.input-white .multiselect__tags .multiselect__single {
    background: #F5F5F5;
  }
}
@media screen and (max-width: 1200px) {
  .filter--box .close img {
    width: 32px;
    height: 32px;
  }
}

#products .special--offers {
  position: relative;
}
@media screen and (max-width: 991px) {
  #products .special--offers {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  #products .special--offers #carousel-product {
    margin: 0 -80px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  #products .special--offers #carousel-product {
    margin: 0 -40px;
  }
}
@media screen and (max-width: 575px) {
  #products .special--offers #carousel-product {
    margin: 0 -32px;
  }
}
@media screen and (max-width: 359px) {
  #products .special--offers #carousel-product {
    margin: 0 -12px;
  }
}
#products .special--offers #carousel-product .carousel-caption {
  position: unset;
  padding-top: 0;
  padding-bottom: 0;
}
#products .special--offers #carousel-product .carousel-caption .blog-href-box {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
@media screen and (max-width: 575px) {
  #products .special--offers #carousel-product .carousel-caption .blog-href-box {
    display: none;
  }
}
#products .special--offers #carousel-product .carousel-caption .blog-href-box .button.btn-v3 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 24px;
  font-size: 12px;
  padding: 6px 12px;
}
#products .carousel--controls button {
  background: #EDEDED;
}
@media screen and (max-width: 991px) {
  #products .carousel--controls {
    position: absolute;
    z-index: 5;
    right: 12px;
    left: auto;
    top: calc(100% - 24px);
  }
}
@media screen and (max-width: 575px) {
  #products .carousel--controls {
    top: calc(100% - 20px);
  }
}
@media screen and (max-width: 359px) {
  #products .carousel--controls {
    right: 6px;
  }
}
@media screen and (max-width: 575px) {
  #products #catalog-container.pt-96 {
    padding-top: 62px;
  }
}
#products .loading-box {
  background: #FFFFFF;
}
#products .image--animal {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 40px;
}
@media screen and (max-width: 991px) {
  #products .image--animal {
    right: 20px;
    bottom: 20px;
  }
  #products .image--animal img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  #products .image--animal img {
    width: 140px;
  }
}
@media screen and (max-width: 359px) {
  #products .image--animal img {
    width: 100px;
  }
}
#products .image--animal--2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#farmers {
  position: relative;
}
#farmers .loading-box {
  background: #FFFFFF;
}
#farmers .image--animal {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #farmers .image--animal {
    right: 20px;
    bottom: 20px;
  }
  #farmers .image--animal img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  #farmers .image--animal img {
    width: 140px;
  }
}
@media screen and (max-width: 359px) {
  #farmers .image--animal img {
    width: 100px;
  }
}

#articles--page {
  position: relative;
}
@media screen and (max-width: 1200px) {
  #articles--page .nav__buttons {
    overflow-x: scroll;
    margin-left: -100px;
    margin-right: -100px;
    padding: 12px 100px 0 100px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  #articles--page .nav__buttons {
    margin-left: -80px;
    margin-right: -80px;
    padding: 12px 80px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  #articles--page .nav__buttons {
    margin-left: -40px;
    margin-right: -40px;
    padding: 12px 40px 0 40px;
  }
}
@media screen and (max-width: 575px) {
  #articles--page .nav__buttons {
    margin-left: -32px;
    margin-right: -32px;
    padding: 12px 32px 0 32px;
  }
}
@media screen and (max-width: 359px) {
  #articles--page .nav__buttons {
    margin-left: -12px;
    margin-right: -12px;
    padding: 12px 12px 0 12px;
  }
}
@media screen and (max-width: 767px) {
  #articles--page .nav__buttons p:last-child {
    padding-right: 40px;
  }
}
@media screen and (max-width: 575px) {
  #articles--page .nav__buttons p:last-child {
    padding-right: 32px;
  }
}
@media screen and (max-width: 359px) {
  #articles--page .nav__buttons p:last-child {
    padding-right: 12px;
  }
}
@media screen and (max-width: 575px) {
  #articles--page .mb-60 {
    margin-bottom: 40px;
  }
}
#articles--page .image--animal {
  position: absolute;
  right: 40px;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  #articles--page .image--animal {
    right: 20px;
  }
  #articles--page .image--animal img {
    width: 70px;
  }
}

#contact--page .min-height-contacts {
  min-height: 80px;
}
@media screen and (max-width: 575px) {
  #contact--page .min-height-contacts {
    min-height: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  #contact--page .mb-24 {
    margin-bottom: 12px !important;
  }
}
#contact--page .image--animal {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  #contact--page .image--animal {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  #selected--page .nav__buttons.pb-196 {
    padding-bottom: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 575px) {
  #selected--page .nav__buttons.pb-196 {
    overflow-x: scroll;
  }
}
#selected--page .nav__buttons.pb-196 p {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  #selected--page .nav__buttons.pb-196 p {
    white-space: nowrap;
    margin-bottom: 8px;
  }
}

#product--show .carousel--controls button, #recipes-page__show .carousel--controls button {
  background: #F5F5F5;
}
@media screen and (max-width: 991px) {
  #product--show .carousel--controls, #recipes-page__show .carousel--controls {
    position: absolute;
    right: 32px;
    left: auto;
    bottom: 62px;
    z-index: 3;
  }
}
@media screen and (max-width: 575px) {
  #product--show .carousel--controls, #recipes-page__show .carousel--controls {
    bottom: 48px;
  }
}
@media screen and (max-width: 359px) {
  #product--show .carousel--controls, #recipes-page__show .carousel--controls {
    right: 6px;
    left: auto;
  }
}
@media screen and (max-width: 991px) {
  #product--show .top--page.pb-196, #recipes-page__show .top--page.pb-196 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  #product--show .top--page.pb-196 .mb-60, #recipes-page__show .top--page.pb-196 .mb-60 {
    margin-bottom: 0;
  }
}
#product--show .basket-buttons, #recipes-page__show .basket-buttons {
  text-align: center;
}
#product--show .basket-buttons .button, #recipes-page__show .basket-buttons .button {
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 767px) {
  #farmer--show .main-image {
    margin-left: -28px;
    margin-right: -28px;
    padding: 0;
    width: 100vw;
  }
}
@media screen and (max-width: 575px) {
  #farmer--show .main-image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 359px) {
  #farmer--show .main-image {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media screen and (max-width: 767px) {
  #farmer--show .main-image .image-container {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  #farmer--show .main-image .image-container img, #farmer--show .main-image .image-container::after {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  #farmer--show .rotate-button-container {
    height: 90px;
    margin-top: -90px;
  }
}
@media screen and (max-width: 575px) {
  #farmer--show .rotate-button-container {
    margin-top: -75px;
  }
}

@media screen and (max-width: 575px) {
  #article-show .mb-60 {
    margin-bottom: 42px;
  }
}

.map-background {
  background: #F3F0EB;
  position: relative;
}
.map-background::before {
  content: "Загрузка...";
  position: absolute;
  color: #A0A0A0;
  z-index: 1;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.map-background .ymap-container {
  position: relative;
  z-index: 2;
}
.map-background .ymap-container .image-container {
  max-width: 100px;
}

.verified-ico {
  margin-left: 6px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .verified-ico {
    width: 14px;
    height: 14px;
  }
}

#authors__page .box-selects-author > * {
  min-width: 250px;
}

#recipes__create .img-container img {
  border-radius: 4px;
}
#recipes__create .gallery-show {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 12px));
  grid-row-gap: 24px;
  justify-content: space-between;
}
#recipes__create .gallery-show img {
  width: 100%;
  border-radius: 4px;
}
#recipes__create .gallery-show .remove {
  position: absolute;
  z-index: 2;
  padding: 2px;
  border-radius: 4px;
  background: #fae196;
  right: 12px;
  top: 12px;
  transition: 0.4s ease-in-out;
  opacity: 0.8;
}
#recipes__create .gallery-show .remove:hover {
  cursor: pointer;
  opacity: 1;
}
#recipes__create .gallery-show .remove img {
  width: auto;
}
#recipes__create .absolute-select {
  position: absolute;
  right: 15px;
  bottom: 1px;
  top: 1px;
  width: 120px;
}
#recipes__create .absolute-select .multiselect__single {
  text-align: right;
}
#recipes__create .absolute-select .multiselect__tags {
  border: none;
}

#recipes__index .recipes_table .recipes_table__header, #recipes__index .recipes_table .recipes_table__body-item, #recipes__index-admin .recipes_table .recipes_table__header, #recipes__index-admin .recipes_table .recipes_table__body-item {
  display: grid;
  grid-template-columns: calc(100% - 530px) 150px 130px 250px;
}
@media screen and (max-width: 767px) {
  #recipes__index .recipes_table .recipes_table__header, #recipes__index .recipes_table .recipes_table__body-item, #recipes__index-admin .recipes_table .recipes_table__header, #recipes__index-admin .recipes_table .recipes_table__body-item {
    display: block;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 12px;
    background: #F2FDFF;
  }
}
#recipes__index .recipes_table .recipes_table__header, #recipes__index-admin .recipes_table .recipes_table__header {
  color: #A0A0A0;
  margin-bottom: 18px;
  padding-bottom: 8px;
  font-size: 12px;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  #recipes__index .recipes_table .recipes_table__header, #recipes__index-admin .recipes_table .recipes_table__header {
    display: none;
  }
}
#recipes__index .recipes_table .recipes_table__body-item, #recipes__index-admin .recipes_table .recipes_table__body-item {
  padding: 12px 0;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 767px) {
  #recipes__index .recipes_table .recipes_table__body-item, #recipes__index-admin .recipes_table .recipes_table__body-item {
    padding: 20px;
  }
}
#recipes__index .recipes_table .recipes_table__body-item .table-title, #recipes__index-admin .recipes_table .recipes_table__body-item .table-title {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #recipes__index .recipes_table .recipes_table__body-item .table-title, #recipes__index-admin .recipes_table .recipes_table__body-item .table-title {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  #recipes__index .recipes_table .recipes_table__body-item .table-date, #recipes__index-admin .recipes_table .recipes_table__body-item .table-date {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  #recipes__index .recipes_table .hover-menu, #recipes__index-admin .recipes_table .hover-menu {
    position: static;
    padding-top: 12px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #recipes__index .recipes_table .hover-menu img.hover-menu__icon, #recipes__index-admin .recipes_table .hover-menu img.hover-menu__icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #recipes__index .recipes_table .hover-menu .hidden-menu, #recipes__index-admin .recipes_table .hover-menu .hidden-menu {
    visibility: visible;
    opacity: 1;
    position: static;
    padding: 0;
    box-shadow: none;
    background: transparent;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #recipes__index .recipes_table .hover-menu .hidden-menu a, #recipes__index-admin .recipes_table .hover-menu .hidden-menu a {
    color: #E84A3A;
  }
}
#recipes__index .recipes_table .sort img, #recipes__index-admin .recipes_table .sort img {
  display: inline-block;
  padding: 0 4px;
  transition: 0.4s ease-in-out;
}
#recipes__index .recipes_table .sort:hover, #recipes__index-admin .recipes_table .sort:hover {
  cursor: pointer;
}
#recipes__index .recipes_table .sort.no-active-sort img, #recipes__index-admin .recipes_table .sort.no-active-sort img {
  opacity: 0.6;
  filter: grayscale(100%);
}
#recipes__index .recipes_table .sort.no-active-sort:hover img, #recipes__index-admin .recipes_table .sort.no-active-sort:hover img {
  opacity: 1;
  filter: grayscale(0);
}
#recipes__index .recipes_table .sort.no-active-sort-0 img, #recipes__index-admin .recipes_table .sort.no-active-sort-0 img {
  transform: rotate(-180deg);
}

#recipes__index-admin .recipes_table .recipes_table__header, #recipes__index-admin .recipes_table .recipes_table__body-item {
  display: grid;
  grid-template-columns: calc(100% - 830px) 150px 300px 130px 250px;
}

#recipes-page .categories-container {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 40px));
  justify-content: space-between;
  grid-row-gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  #recipes-page .categories-container {
    grid-template-columns: repeat(4, calc(25% - 20px));
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 860px) {
  #recipes-page .categories-container {
    grid-template-columns: repeat(3, calc(33% - 15px));
  }
}
@media screen and (max-width: 575px) {
  #recipes-page .categories-container {
    grid-template-columns: repeat(2, calc(50% - 15px));
  }
}
@media screen and (max-width: 400px) {
  #recipes-page .categories-container {
    grid-template-columns: repeat(2, calc(50% - 4px));
    grid-row-gap: 8px;
    margin-bottom: 8px;
  }
}
#recipes-page .categories-container .box {
  color: #FFFFFF;
  padding-top: 269px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1365px) {
  #recipes-page .categories-container .box {
    padding-top: 208px;
  }
}
@media screen and (max-width: 1200px) {
  #recipes-page .categories-container .box {
    padding-top: 210px;
  }
}
@media screen and (max-width: 991px) {
  #recipes-page .categories-container .box {
    padding-top: 180px;
  }
}
@media screen and (max-width: 860px) {
  #recipes-page .categories-container .box {
    padding-top: 100%;
  }
}
@media screen and (max-width: 575px) {
  #recipes-page .categories-container .box {
    border-radius: 4px;
  }
}
#recipes-page .categories-container .box:hover .image-container img {
  transform: scale(1.1);
}
#recipes-page .categories-container .box .description {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1365px) {
  #recipes-page .categories-container .box .description {
    padding: 28px;
  }
}
@media screen and (max-width: 1200px) {
  #recipes-page .categories-container .box .description {
    padding: 24px;
  }
}
@media screen and (max-width: 800px) {
  #recipes-page .categories-container .box .description {
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  #recipes-page .categories-container .box .description {
    top: auto;
  }
  #recipes-page .categories-container .box .description .as-h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #recipes-page .categories-container .box .description p {
    font-size: 12px;
  }
}
@media screen and (max-width: 359px) {
  #recipes-page .categories-container .box .description {
    padding: 12px;
  }
}
#recipes-page .categories-container .box .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#recipes-page .categories-container .box .image-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#recipes-page .categories-container .box .image-container img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: 0.4s ease-in-out;
}
#recipes-page .categories-container .box .image-container img.big_image {
  display: none;
}
#recipes-page .categories-container .box:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 4;
}
@media screen and (max-width: 860px) {
  #recipes-page .categories-container .box:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
@media screen and (max-width: 575px) {
  #recipes-page .categories-container .box:nth-child(2) {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
#recipes-page .categories-container .box:nth-child(2) img.big_image {
  display: block;
}
@media screen and (max-width: 860px) {
  #recipes-page .categories-container .box:nth-child(2) img.big_image {
    display: none;
  }
}
#recipes-page .categories-container .box:nth-child(2) img.small_image {
  display: none;
}
@media screen and (max-width: 860px) {
  #recipes-page .categories-container .box:nth-child(2) img.small_image {
    display: block;
  }
}
#recipes-page .categories-container .box:nth-child(6), #recipes-page .categories-container .box:nth-child(12) {
  grid-column-start: 3;
  grid-column-end: 5;
}
@media screen and (max-width: 860px) {
  #recipes-page .categories-container .box:nth-child(6), #recipes-page .categories-container .box:nth-child(12) {
    grid-column-start: 3;
    grid-column-end: 4;
  }
}
@media screen and (max-width: 575px) {
  #recipes-page .categories-container .box:nth-child(6), #recipes-page .categories-container .box:nth-child(12) {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
#recipes-page .categories-container .box:nth-child(6) img.big_image, #recipes-page .categories-container .box:nth-child(12) img.big_image {
  display: block;
}
@media screen and (max-width: 860px) {
  #recipes-page .categories-container .box:nth-child(6) img.big_image, #recipes-page .categories-container .box:nth-child(12) img.big_image {
    display: none;
  }
}
#recipes-page .categories-container .box:nth-child(6) img.small_image, #recipes-page .categories-container .box:nth-child(12) img.small_image {
  display: none;
}
@media screen and (max-width: 860px) {
  #recipes-page .categories-container .box:nth-child(6) img.small_image, #recipes-page .categories-container .box:nth-child(12) img.small_image {
    display: block;
  }
}
#recipes-page .categories-container .box:nth-child(7) {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 860px) {
  #recipes-page .categories-container .box:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
@media screen and (max-width: 575px) {
  #recipes-page .categories-container .box:nth-child(7) {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
#recipes-page .categories-container .box:nth-child(7) img.big_image {
  display: block;
}
@media screen and (max-width: 860px) {
  #recipes-page .categories-container .box:nth-child(7) img.big_image {
    display: none;
  }
}
#recipes-page .categories-container .box:nth-child(7) img.small_image {
  display: none;
}
@media screen and (max-width: 860px) {
  #recipes-page .categories-container .box:nth-child(7) img.small_image {
    display: block;
  }
}

.show-tag {
  padding: 8px 30px;
  white-space: nowrap;
  border-radius: 2px;
  background: #F5F5F5;
  font-size: 14px;
  color: #E84A3A;
}

.peculiarities_options_grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 10px;
}

#recipes-catalog .filter__items, #authors--index .filter__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
#recipes-catalog .filter__items .filter__items--item, #authors--index .filter__items .filter__items--item {
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid #E84A3A;
  border-radius: 20px;
  padding: 2px 6px 2px 10px;
  display: flex;
  align-items: center;
  transition: 0.4s ease-in-out;
  margin-right: 8px;
  margin-bottom: 8px;
}
#recipes-catalog .filter__items .filter__items--item:hover, #authors--index .filter__items .filter__items--item:hover {
  cursor: pointer;
  opacity: 0.8;
}

#recipes-page__show .ingredients .ingredient {
  padding: 12px 0;
  border-top: 1px solid #E3E3E3;
}
#recipes-page__show .ingredients:last-child .ingredient, #recipes-page__show .ingredients:nth-last-child(-n+2) .ingredient {
  border-bottom: 1px solid #E3E3E3;
}
#recipes-page__show .author-container {
  display: flex;
  align-items: center;
}
#recipes-page__show .author-container img {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}
#recipes-page__show .author-container p {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 16px;
}
#recipes-page__show .author-container span {
  font-size: 12px;
  color: #4D4D4D;
  line-height: 1.2;
}
#recipes-page__show .no-active-step {
  position: relative;
}
#recipes-page__show .no-active-step::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  filter: blur(3px);
  z-index: 3;
}
#recipes-page__show .show-step {
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 6;
}
@media screen and (max-width: 1365px) {
  #recipes-page__show .show-step {
    left: 16px;
  }
}

.admin_users_table .admin_users_table__header, .admin_users_table .admin_users_table__body-item {
  display: grid;
  grid-template-columns: 60px calc(100% - 1020px) 160px 400px 200px 200px;
}
.admin_users_table .admin_users_table__header {
  color: #A0A0A0;
  padding-bottom: 8px;
  font-size: 12px;
  border-bottom: 1px solid #E3E3E3;
}
.admin_users_table .admin_users_table__body-item {
  padding: 12px 0;
  border-bottom: 1px solid #E3E3E3;
}

.buttons-calc {
  background: #f08579;
  border-radius: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.buttons-calc span {
  display: inline-block;
  width: 20px;
  text-align: center;
}
.buttons-calc button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  width: 40px;
  height: 40px;
  color: #E84A3A;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

.user-comment-container {
  max-height: 340px;
  overflow-Y: scroll;
  padding-right: 24px;
}
.user-comment-container .user-comment-item {
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #E3E3E3;
  display: grid;
  grid-template-columns: calc(100% - 90px) 90px;
}
.user-comment-container .user-comment-item .close-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: 0.4s ease;
}
.user-comment-container .user-comment-item .close-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.user-comment-container .user-comment-item .close-btn img {
  margin-right: 4px;
}

.recipe-show-account__images {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
  grid-row-gap: 24px;
}
.recipe-show-account__images img {
  width: 100%;
  border-radius: 4px;
}

.top-users .top-users-image {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

#selected--page.account .nav__buttons {
  margin-bottom: 24px;
  display: flex;
}
@media screen and (max-width: 575px) {
  #selected--page.account .nav__buttons {
    overflow-x: scroll;
  }
}

#basket {
  min-height: calc(80vh - 100px);
}
@media screen and (max-width: 991px) {
  #basket {
    padding-top: 118px;
    min-height: calc(80vh - 48px);
  }
}
#basket .basket-container {
  display: grid;
  grid-template-columns: calc(100% - 264px) 264px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #basket .basket-container {
    display: block;
  }
}
#basket .summary-info {
  position: relative;
  border-left: 1px solid #EDEDED;
}
@media screen and (max-width: 1200px) {
  #basket .summary-info {
    border-left: 0;
  }
}
#basket .summary-info--body {
  padding: 48px 0;
}
@media screen and (max-width: 1365px) {
  #basket .summary-info--body {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1200px) {
  #basket .summary-info--body {
    padding: 0;
    margin-bottom: 60px;
  }
}
#basket .summary-info--body .pl-48 {
  padding-left: 48px;
}
@media screen and (max-width: 1365px) {
  #basket .summary-info--body .pl-48 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #basket .summary-info--body .pl-48 {
    padding-left: 0;
  }
}
#basket .summary-info--sticky {
  position: sticky;
  top: 73px;
}
#basket .basket--farmer-card {
  display: grid;
  align-items: center;
  margin-bottom: 20px;
  grid-template-columns: 84px calc(100% - 84px);
}
@media screen and (max-width: 800px) {
  #basket .basket--farmer-card {
    padding: 0 16px 16px 16px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  #basket .basket--farmer-card {
    grid-template-columns: 100%;
    display: block;
  }
}
@media screen and (max-width: 575px) {
  #basket .basket--farmer-card .image-container {
    margin-bottom: 8px;
    min-height: 40px;
  }
}
#basket .basket--farmer-card .image-container img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 575px) {
  #basket .basket--farmer-card .image-container img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 800px) {
  #basket .basket--farmer-card-v2 {
    padding: 0 16px;
  }
}
#basket .basket--farmer-card-v2 .image-container {
  margin-bottom: 8px;
}
@media screen and (max-width: 575px) {
  #basket .basket--farmer-card-v2 .image-container {
    min-height: 40px;
  }
}
#basket .basket--farmer-card-v2 .image-container img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 575px) {
  #basket .basket--farmer-card-v2 .image-container img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 800px) {
  #basket .input-box.mb-40 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  #basket .section-title {
    padding: 0 16px;
  }
}
#basket .basket--farmer-card-small {
  padding-left: 48px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (max-width: 1365px) {
  #basket .basket--farmer-card-small {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #basket .basket--farmer-card-small {
    padding-left: 0;
  }
}
#basket .basket--farmer-card-small .image-container {
  min-height: 40px;
}
#basket .basket--farmer-card-small .image-container img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 800px) {
  #basket .basket--order {
    padding-top: 16px;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    margin-bottom: 44px;
  }
}
#basket .contact--information {
  display: grid;
  grid-template-columns: 34% 30% 30%;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #basket .contact--information {
    grid-template-columns: 48% 48%;
    row-gap: 16px;
  }
}
@media screen and (max-width: 575px) {
  #basket .contact--information {
    grid-template-columns: 100%;
  }
}
#basket .mr-100 {
  margin-right: 100px;
}
@media screen and (max-width: 1365px) {
  #basket .mr-100 {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #basket .mr-100 {
    margin-right: 0;
  }
}

.basket-products-table {
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .basket-products-table {
    margin-bottom: 0;
  }
}
.basket-products-table .basket-products-table--header, .basket-products-table .basket-products-table--item {
  padding-right: 5px;
  padding-left: 5px;
  justify-content: center;
  display: grid;
  align-items: center;
  grid-template-columns: 64px calc(100% - 488px) 100px 140px 60px 90px 24px;
}
@media screen and (max-width: 1365px) {
  .basket-products-table .basket-products-table--header, .basket-products-table .basket-products-table--item {
    grid-template-columns: 64px calc(100% - 458px) 80px 140px 60px 90px 24px;
  }
}
@media screen and (max-width: 800px) {
  .basket-products-table .basket-products-table--header, .basket-products-table .basket-products-table--item {
    display: block;
  }
}
.basket-products-table .basket-products-table--header {
  font-size: 12px;
  letter-spacing: 0.03em;
  padding: 8px 0;
  color: #A0A0A0;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (max-width: 800px) {
  .basket-products-table .basket-products-table--header {
    display: none;
  }
}
.basket-products-table .basket-products-table--item {
  padding: 12px 0;
  border-bottom: 1px solid #F5F5F5;
  font-size: 14px;
  line-height: 20px;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 800px) {
  .basket-products-table .basket-products-table--item {
    display: none;
  }
}
.basket-products-table .basket-products-table--item:hover {
  background: #F5F5F5;
}
.basket-products-table .basket-products-table--item--mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .basket-products-table .basket-products-table--item--mobile {
    display: block;
    padding: 16px;
    border-bottom: 1px solid #EDEDED;
  }
  .basket-products-table .basket-products-table--item--mobile:last-child {
    border-bottom: none;
  }
}
.basket-products-table .basket-products-table--item--mobile .info {
  display: grid;
  grid-template-columns: 70px calc(100% - 70px);
}
.basket-products-table .product-image {
  width: 58px;
  border-radius: 4px;
  margin-right: 12px;
  height: auto;
}
@media screen and (max-width: 1365px) {
  .basket-products-table .product-image {
    width: 40px;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .basket-products-table .product-image {
    width: 100%;
  }
}
.basket-products-table .header-mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .basket-products-table .header-mobile {
    display: block;
  }
}

.product-count {
  display: grid;
  width: 120px;
  height: 44px;
  grid-template-columns: 40px 40px 40px;
  align-items: center;
  border-radius: 22px;
  border: 1px solid #EDEDED;
  font-weight: 600;
}
.product-count .product-count-action {
  height: 100%;
  position: relative;
}
.product-count .product-count-action::before {
  content: "";
  height: 20px;
  position: absolute;
  top: 12px;
  transition: 0.2s ease-in-out;
  filter: grayscale(1);
}
.product-count .product-count-action:hover {
  cursor: pointer;
}
.product-count .increase::before {
  content: url("/svg/increase.svg");
  right: 10px;
}
.product-count .increase:hover:before {
  filter: grayscale(0);
}
.product-count .decrease::before {
  content: url("/svg/decrease.svg");
  left: 10px;
}
.product-count .decrease:hover:before {
  filter: grayscale(0);
}
.product-count .disabled.decrease {
  opacity: 0.4;
}
.product-count .disabled.decrease:hover {
  cursor: default;
}
.product-count .disabled.decrease:hover:before {
  transform: scale(1);
}
.product-count .product-count-value {
  text-align: center;
}

#order .container-account {
  padding-bottom: 0;
}

.product-page {
  margin-top: 32px;
  margin-bottom: 120px;
}
@media screen and (max-width: 778px) {
  .product-page {
    margin-top: 28px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .product-page .hidden--box {
    padding-bottom: 20px;
  }
}
.product-page .hidden--box .hidden--box-inner {
  justify-content: space-between !important;
}
@media screen and (max-width: 991px) {
  .product-page .hidden--box .hidden--box-inner {
    margin: 0 20px !important;
  }
}
.product-page .hidden--box .hidden--box-inner .btn-status {
  margin-bottom: 0px;
}
@media screen and (max-width: 1365px) {
  .product-page .hidden--box .hidden--box-inner .btn-status {
    width: 160px !important;
  }
}
@media screen and (max-width: 991px) {
  .product-page .hidden--box .hidden--box-inner .btn-selected {
    width: 52px !important;
    padding: 10px 24px !important;
  }
}
@media screen and (max-width: 991px) {
  .product-page .products-card-container-new-item {
    margin-bottom: 20px;
  }
}
.product-page .farmer--card--new {
  width: 280px;
}
@media screen and (max-width: 991px) {
  .product-page .farmer--card--new .link-container {
    margin: 20px 20px 0px 20px !important;
  }
}
@media screen and (max-width: 991px) {
  .product-page .farmer--card--new .info--box {
    margin: 4px 20px 20px 20px !important;
  }
}
.product-page .farmer--card--new .image-container a img {
  height: 179px;
}
@media screen and (max-width: 1199px) {
  .product-page .farmer--card--new {
    width: 225px;
  }
}
@media screen and (max-width: 991px) {
  .product-page .farmer--card--new {
    width: 280px;
    margin-bottom: 20px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12) !important;
  }
}
@media screen and (max-width: 778px) {
  .product-page .farmer--card--new {
    margin-bottom: 16px;
    border: 1px solid #E0E0E0 !important;
  }
}
.product-page .container {
  width: 1236px;
  max-width: 1236px;
}
@media screen and (max-width: 1400px) {
  .product-page .container {
    width: 1200px;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .product-page .container {
    width: 990px;
    max-width: 990px;
  }
}
@media screen and (max-width: 991px) {
  .product-page .container {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 778px) {
  .product-page .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.product-page .product-info .breadcrumb-product {
  display: flex;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .breadcrumb-product {
    display: none;
  }
}
.product-page .product-info .breadcrumb-product .breadcrumb-item-product {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  letter-spacing: -0.006em;
}
.product-page .product-info .breadcrumb-product .breadcrumb-item-product:last-child a {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
.product-page .product-info .breadcrumb-product .breadcrumb-item-product:last-child a span {
  color: #A0A0A0;
}
.product-page .product-info .breadcrumb-product .breadcrumb-item-product a {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #E3E3E3;
}
.product-page .product-info .breadcrumb-product .breadcrumb-item-product a span {
  color: #E84A3A;
}
.product-page .product-info .product-info-content {
  display: flex;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content {
    display: block;
  }
}
.product-page .product-info .product-info-content .carousel-navigation {
  width: 384px;
  margin-top: 8px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .product-page .product-info .product-info-content .carousel-navigation {
    width: 348px;
  }
}
@media screen and (max-width: 991px) {
  .product-page .product-info .product-info-content .carousel-navigation {
    width: 267px;
  }
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .carousel-navigation {
    margin-bottom: 20px;
    width: 100%;
  }
}
.product-page .product-info .product-info-content .carousel-navigation .carousel-navigation__item {
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  width: 33%;
}
.product-page .product-info .product-info-content .carousel-navigation .carousel-navigation__item:last-child {
  margin-right: 0;
}
.product-page .product-info .product-info-content .carousel-navigation .carousel-navigation__item .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 4px;
}
.product-page .product-info .product-info-content .carousel-navigation .carousel-navigation__item img {
  border-radius: 4px;
}
.product-page .product-info .product-info-content .carousel {
  height: -moz-fit-content;
  height: fit-content;
  width: 384px;
  margin-right: 16px;
}
@media screen and (max-width: 1200px) {
  .product-page .product-info .product-info-content .carousel {
    width: 348px;
  }
}
@media screen and (max-width: 991px) {
  .product-page .product-info .product-info-content .carousel {
    width: 267px;
  }
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .carousel {
    margin-right: 0px;
    width: 100%;
  }
}
.product-page .product-info .product-info-content .carousel .carousel-inner img {
  cursor: pointer;
  border-radius: 4px;
}
.product-page .product-info .product-info-content .product-info-content-items-desktop {
  display: block;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items-desktop .product-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
    gap: 8px;
  }
  .product-page .product-info .product-info-content .product-info-content-items-desktop .product-rating .product-rating-value {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0A0A0A;
    display: inline-flex;
    align-items: center;
  }
  .product-page .product-info .product-info-content .product-info-content-items-desktop .product-rating .b-rating {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .product-page .product-info .product-info-content .product-info-content-items-desktop .product-rating .b-rating .b-rating-star {
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
  }
  .product-page .product-info .product-info-content .product-info-content-items-desktop .product-rating .product-rating-count {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    display: inline-flex;
    align-items: center;
  }
  .product-page .product-info .product-info-content .product-info-content-items-desktop .product-info-header-content-item .title {
    display: none !important;
  }
  .product-page .product-info .product-info-content .product-info-content-items-desktop .product-info-header-content-item .certified-status {
    display: none !important;
  }
  .product-page .product-info .product-info-content .product-info-content-items-desktop .product-info-header-content-item .price-discount {
    display: none !important;
  }
  .product-page .product-info .product-info-content .product-info-content-items-desktop .product-info-header-content-item .price {
    display: none !important;
  }
}
.product-page .product-info .product-info-content .product-info-content-items-mobile {
  display: none;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items-mobile {
    display: block;
  }
}
.product-page .product-info .product-info-content .product-info-content-items {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  width: 100%;
  padding: 32px;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items {
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin-top: 16px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.021em;
  color: #0A0A0A;
  margin-bottom: 10px;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .certified-status {
  margin-bottom: 18px;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.011em;
  align-items: center;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .certified-status {
    flex-direction: column;
    align-items: self-start;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .certified-status .certified {
  display: flex;
  align-items: center;
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #E3E3E3;
  color: #0A0A0A;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .certified-status .certified {
    font-size: 16px;
    line-height: 24px;
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 8px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .certified-status .certified img {
  margin-right: 8px;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .certified-status .status-product {
  display: flex;
  align-items: center;
  color: #4D4D4D;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .certified-status .status-product img {
  margin-right: 8px;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price, .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price-discount {
  display: flex;
  align-items: end;
  margin-bottom: 24px;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price, .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price-discount {
    margin-bottom: 20px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price .price-value, .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price-discount .price-value {
  margin-right: 4px;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.021em;
  color: #0A0A0A;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price .price-value, .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price-discount .price-value {
    font-size: 20px;
    line-height: 24px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price .price-value-discount, .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price-discount .price-value-discount {
  margin-right: 4px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.021em;
  color: #a0a0a0;
  text-decoration-line: line-through;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price .price-value-discount, .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price-discount .price-value-discount {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price .price-info, .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price-discount .price-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price .price-info .unit-value, .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price-discount .price-info .unit-value {
  margin-right: 4px;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price .price-info, .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price-discount .price-info {
    font-size: 16px;
    line-height: 24px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price-discount {
  display: block;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .price-discount .discount {
  display: flex;
  align-items: end;
  margin-bottom: 12px;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .actions-desktop {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .actions-desktop {
    display: none;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .actions-mobile {
  display: none;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .actions-mobile {
    display: flex;
    align-items: center;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .actions .actions-first {
  margin-right: 8px;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .actions .actions-first {
    width: 100%;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .actions .actions-first .btn-v1 {
  border: 2px solid #281C7E;
  background: #281C7E;
  color: #FFFFFF;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .actions .actions-first .btn-v1:focus, .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .actions .actions-first .btn-v1:active {
  box-shadow: none;
  outline: none;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .actions .actions-first .btn-v1:hover {
  background: transparent;
  color: #281C7E;
}
@media screen and (max-width: 991px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .actions .actions-first .btn-v1:hover {
    background: transparent;
    color: #281C7E;
  }
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .actions .actions-first .btn-v1 {
    width: 100%;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-header-content-item .actions .actions-second .btn-v6 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-desc-characteristic-content-item .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.017em;
  color: #0A0A0A;
  margin-bottom: 8px;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-desc-characteristic-content-item .descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
  margin-bottom: 28px;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-desc-characteristic-content-item .descr {
    margin-bottom: 24px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-desc-characteristic-content-item .characteristics-item {
  margin-bottom: 12px;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-desc-characteristic-content-item .characteristic-title {
  margin-right: 16px;
  width: 160px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-desc-characteristic-content-item .characteristic-descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-desc-characteristic-content-item .characteristic-descr .characteristic-point {
  text-align: center;
  white-space: nowrap;
  border: 1px solid #d3d4dd;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 12px;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-delivery-payment-content-item .title-dp {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.017em;
  color: #0A0A0A;
  margin-bottom: 28px;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-delivery-payment-content-item .title-dp {
    margin-bottom: 24px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-delivery-payment-content-item .sub-title-dp {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-delivery-payment-content-item .sub-title-dp {
    margin-bottom: 8px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-delivery-payment-content-item .descr-dp {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-delivery-payment-content-item .descr-dp {
    margin-bottom: 16px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item {
  position: relative;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-img {
  margin-bottom: 8px;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-img img {
  border-radius: 40px;
  width: 56px;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-title {
  margin-bottom: 8px;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-title a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.017em;
  color: #0A0A0A;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
  margin-bottom: 28px;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-descr {
    margin-bottom: 24px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item-address .farmer-info-item-address-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item-address img {
  margin-right: 4px;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item-address .link-map {
  color: #E84A3A;
  border-bottom: 1px dashed #E84A3A;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item-address .farmer-info-item-address-text {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
  margin-bottom: 12px;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item-address .farmer-info-item-address-text {
    margin-top: 4px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item-desktop {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item-desktop {
    display: none !important;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item-mobile {
  display: none !important;
  flex-direction: column;
  align-items: inherit;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item-mobile {
    display: flex !important;
  }
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item-mobile .farmer-info-item-value-address {
    flex-wrap: wrap;
  }
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item-mobile .farmer-info-item-value-address .full-addr {
    margin-bottom: 8px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: self-start;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-title {
  width: 160px;
  margin-right: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
}
@media screen and (max-width: 991px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-title {
    width: 85px;
  }
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-title {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0px;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-rating {
  display: flex;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-rating .b-rating .b-rating-star {
  padding: 0;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-rating span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0A0A0A;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address .link-map {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address .link-map {
    text-align: right;
    width: 60px;
  }
}
@media screen and (max-width: 991px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address .link-map {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address .full-addr {
  width: 400px;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address .full-addr {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address .full-addr {
    width: 215px;
  }
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address .full-addr {
    margin-right: 0px;
    width: 100%;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address img {
  margin-right: 4px;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-phone {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
  position: relative;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-phone .link-hide {
  display: none;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-phone span {
  color: #E84A3A;
  border-bottom: 1px dashed #E84A3A;
  cursor: pointer;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-phone .span-hide {
  display: none;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-phone-desktop {
    display: none;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-phone-mobile {
  display: none;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-phone-mobile {
    display: block;
  }
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-cat {
  display: flex;
  align-items: center;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-cat .farmer-info-item-value-cat-item:last-child a span {
  margin-right: 0px;
}
.product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-map {
  height: 520px;
}
@media screen and (max-width: 1119px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-map {
    height: 420px;
    width: 576px;
  }
}
@media screen and (max-width: 991px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-map {
    height: 320px;
    width: 416px;
  }
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-content .product-info-content-items .product-info-farmer-content-item .farmer-map {
    width: 100%;
  }
}
.product-page .product-info .product-info-line {
  margin-bottom: 32px;
  margin-top: 32px;
  border: 1px solid #E0E0E0;
  margin-left: -32px;
  margin-right: -32px;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-line {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.product-page .product-info .product-info-line-mobile {
  display: none;
}
@media screen and (max-width: 778px) {
  .product-page .product-info .product-info-line-mobile {
    display: block;
    margin-top: 32px;
    border: 1px solid #E0E0E0;
  }
}
.product-page .top-products {
  margin-top: 120px;
}
@media screen and (max-width: 778px) {
  .product-page .top-products {
    margin-top: 60px;
  }
}
.product-page .top-products .products-card-container-new {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .product-page .top-products .products-card-container-new {
    justify-content: space-around;
  }
}
.product-page .top-products .products-card-container-new .products-card-container-new-item {
  margin-right: 14px;
  margin-left: 14px;
}
.product-page .top-products .products-card-container-new .products-card-container-new-item:first-child {
  margin-left: 0px;
}
.product-page .top-products .products-card-container-new .products-card-container-new-item:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1400px) {
  .product-page .top-products .products-card-container-new .products-card-container-new-item {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 1119px) {
  .product-page .top-products .products-card-container-new .products-card-container-new-item {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .product-page .top-products .products-card-container-new .products-card-container-new-item {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.product-page .top-products .top-products-header {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 778px) {
  .product-page .top-products .top-products-header {
    margin-bottom: 24px;
  }
  .product-page .top-products .top-products-header .btn-desktop {
    display: none !important;
  }
}
.product-page .top-products .top-products-header .btn-mobile {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #E84A3A;
  margin-left: 12px;
  display: none !important;
}
@media screen and (max-width: 778px) {
  .product-page .top-products .top-products-header .btn-mobile {
    display: block !important;
  }
}
.product-page .top-products .top-products-header span {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.021em;
  color: #0A0A0A;
}
@media screen and (max-width: 778px) {
  .product-page .top-products .top-products-header span {
    font-size: 20px;
    line-height: 24px;
  }
}
.product-page .carousel--container .img-container {
  cursor: pointer;
  position: relative;
}
.product-page .carousel--container .img-container .img-bg {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 1000px;
  border-radius: 4px;
}

.farmer-page {
  margin-top: 32px;
  margin-bottom: 120px;
}
@media screen and (max-width: 778px) {
  .farmer-page {
    margin-top: 28px;
    margin-bottom: 60px;
  }
}
.farmer-page .farmer-testimonial {
  margin-top: 120px;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-testimonial {
    margin-top: 60px;
  }
}
.farmer-page .farmer-testimonial .farmer-testimonial-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.farmer-page .farmer-testimonial .farmer-testimonial-items .farmer-testimonial-item {
  margin-top: 32px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  width: 49%;
  padding: 28px;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-testimonial .farmer-testimonial-items .farmer-testimonial-item {
    margin-top: 16px;
    width: 100%;
  }
}
.farmer-page .farmer-testimonial .farmer-testimonial-items .farmer-testimonial-item .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-testimonial .farmer-testimonial-items .farmer-testimonial-item .header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.farmer-page .farmer-testimonial .farmer-testimonial-items .farmer-testimonial-item .header .name {
  margin-right: 20px;
}
.farmer-page .farmer-testimonial .farmer-testimonial-items .farmer-testimonial-item .header .name span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.farmer-page .farmer-testimonial .farmer-testimonial-items .farmer-testimonial-item .header .farmer-rating {
  display: flex;
}
.farmer-page .farmer-testimonial .farmer-testimonial-items .farmer-testimonial-item .header .farmer-rating span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0A0A0A;
}
.farmer-page .farmer-testimonial .farmer-testimonial-items .farmer-testimonial-item .header .content span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
}
.farmer-page .farmer-testimonial .farmer-testimonial-header {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-testimonial .farmer-testimonial-header {
    margin-bottom: 8px;
  }
}
.farmer-page .farmer-testimonial .farmer-testimonial-header .title span {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.021em;
  color: #0A0A0A;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-testimonial .farmer-testimonial-header .title span {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.017em;
  }
}
.farmer-page .farmer-testimonial .farmer-testimonial-header .btn-v1 {
  color: #0A0A0A;
  border: 1px solid #E84A3A;
}
.farmer-page .farmer-testimonial .mobile-actions {
  margin-top: 28px;
}
.farmer-page .farmer-testimonial .mobile-actions .btn-v1 {
  color: #0A0A0A;
  border: 1px solid #E84A3A;
}
.farmer-page .farmer-testimonial .d-mobile {
  display: none;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-testimonial .d-mobile {
    display: block;
  }
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-testimonial .d-desktop {
    display: none;
  }
}
.farmer-page .farmer-testimonial .no-feedbacks-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
}
.farmer-page .top-products {
  margin-top: 120px;
}
@media screen and (max-width: 778px) {
  .farmer-page .top-products {
    margin-top: 60px;
  }
}
.farmer-page .top-products .products-card-container-new {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.farmer-page .top-products .products-card-container-new .farmer--card--new {
  width: 100%;
}
.farmer-page .top-products .top-products-header {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 778px) {
  .farmer-page .top-products .top-products-header {
    margin-bottom: 24px;
  }
  .farmer-page .top-products .top-products-header .btn-desktop {
    display: none !important;
  }
}
.farmer-page .top-products .top-products-header .btn-mobile {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #E84A3A;
  margin-left: 12px;
  display: none !important;
}
@media screen and (max-width: 778px) {
  .farmer-page .top-products .top-products-header .btn-mobile {
    display: block !important;
  }
}
.farmer-page .top-products .top-products-header span {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.021em;
  color: #0A0A0A;
}
@media screen and (max-width: 778px) {
  .farmer-page .top-products .top-products-header span {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .farmer-page .hidden--box {
    padding-bottom: 20px;
  }
}
.farmer-page .hidden--box .hidden--box-inner {
  justify-content: space-between !important;
}
@media screen and (max-width: 991px) {
  .farmer-page .hidden--box .hidden--box-inner {
    margin: 0 20px !important;
  }
}
.farmer-page .hidden--box .hidden--box-inner .btn-status {
  margin-bottom: 0px;
}
@media screen and (max-width: 1365px) {
  .farmer-page .hidden--box .hidden--box-inner .btn-status {
    width: 160px !important;
  }
}
@media screen and (max-width: 991px) {
  .farmer-page .hidden--box .hidden--box-inner .btn-selected {
    width: 52px !important;
    padding: 10px 24px !important;
  }
}
@media screen and (max-width: 991px) {
  .farmer-page .farmers-card-container-new-item {
    margin-bottom: 20px;
  }
}
.farmer-page .farmer--card--new {
  width: 280px;
}
@media screen and (max-width: 991px) {
  .farmer-page .farmer--card--new .link-container {
    margin: 20px 20px 0px 20px !important;
  }
}
@media screen and (max-width: 991px) {
  .farmer-page .farmer--card--new .info--box {
    margin: 4px 20px 20px 20px !important;
  }
}
.farmer-page .farmer--card--new .image-container a img {
  height: 179px;
}
@media screen and (max-width: 1199px) {
  .farmer-page .farmer--card--new {
    width: 225px;
  }
}
@media screen and (max-width: 991px) {
  .farmer-page .farmer--card--new {
    width: 280px;
    margin-bottom: 20px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12) !important;
  }
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer--card--new {
    margin-bottom: 16px;
    border: 1px solid #E0E0E0 !important;
  }
}
.farmer-page .container {
  width: 1236px;
  max-width: 1236px;
}
@media screen and (max-width: 1400px) {
  .farmer-page .container {
    width: 1200px;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .farmer-page .container {
    width: 990px;
    max-width: 990px;
  }
}
@media screen and (max-width: 991px) {
  .farmer-page .container {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 778px) {
  .farmer-page .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
.farmer-page .farmer-info .breadcrumb-farmer {
  display: flex;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .breadcrumb-farmer {
    display: none;
  }
}
.farmer-page .farmer-info .breadcrumb-farmer .breadcrumb-item-farmer {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  letter-spacing: -0.006em;
}
.farmer-page .farmer-info .breadcrumb-farmer .breadcrumb-item-farmer:last-child a {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
.farmer-page .farmer-info .breadcrumb-farmer .breadcrumb-item-farmer:last-child a span {
  color: #A0A0A0;
}
.farmer-page .farmer-info .breadcrumb-farmer .breadcrumb-item-farmer a {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #E3E3E3;
}
.farmer-page .farmer-info .breadcrumb-farmer .breadcrumb-item-farmer a span {
  color: #E84A3A;
}
.farmer-page .farmer-info .farmer-info-content {
  display: flex;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content {
    display: block;
  }
}
.farmer-page .farmer-info .farmer-info-content .carousel-navigation {
  width: 384px;
  margin-top: 8px;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .farmer-page .farmer-info .farmer-info-content .carousel-navigation {
    width: 372px;
  }
}
@media screen and (max-width: 1200px) {
  .farmer-page .farmer-info .farmer-info-content .carousel-navigation {
    width: 348px;
  }
}
@media screen and (max-width: 991px) {
  .farmer-page .farmer-info .farmer-info-content .carousel-navigation {
    width: 267px;
  }
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .carousel-navigation {
    width: 100%;
  }
}
.farmer-page .farmer-info .farmer-info-content .carousel-navigation .carousel-navigation__item {
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  width: 33%;
}
.farmer-page .farmer-info .farmer-info-content .carousel-navigation .carousel-navigation__item:last-child {
  margin-right: 0;
}
.farmer-page .farmer-info .farmer-info-content .carousel-navigation .carousel-navigation__item .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 4px;
}
.farmer-page .farmer-info .farmer-info-content .carousel-navigation .carousel-navigation__item img {
  border-radius: 4px;
}
.farmer-page .farmer-info .farmer-info-content .carousel {
  margin-right: 15px;
  height: -moz-fit-content;
  height: fit-content;
  width: 384px;
}
@media screen and (max-width: 1400px) {
  .farmer-page .farmer-info .farmer-info-content .carousel {
    width: 372px;
  }
}
@media screen and (max-width: 1200px) {
  .farmer-page .farmer-info .farmer-info-content .carousel {
    width: 348px;
  }
}
@media screen and (max-width: 991px) {
  .farmer-page .farmer-info .farmer-info-content .carousel {
    width: 267px;
  }
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .carousel {
    margin-right: 0px;
    width: 100%;
    margin-right: 0px;
    max-width: 100%;
    width: 100%;
  }
}
.farmer-page .farmer-info .farmer-info-content .carousel .carousel-inner img {
  border-radius: 4px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items-desktop {
  display: block;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items-desktop .farmer-info-header-content-item .sub-title {
    display: none !important;
  }
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items-desktop .farmer-info-header-content-item .title {
    display: none !important;
  }
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items-desktop .farmer-info-header-content-item .certified-status {
    display: none !important;
  }
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items-desktop .farmer-info-header-content-item .price-discount {
    display: none !important;
  }
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items-desktop .farmer-info-header-content-item .price {
    display: none !important;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items-mobile {
  display: none;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items-mobile {
    display: block;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  width: 67%;
  padding: 32px;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items {
    border: none;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item {
  position: relative;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item {
    margin-bottom: 40px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .sub-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
  margin-bottom: 28px;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .sub-title {
    margin-bottom: 12px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.021em;
  color: #0A0A0A;
  margin-bottom: 12px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    width: 100%;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .certified-status {
  margin-bottom: 18px;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.011em;
  align-items: center;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .certified-status {
    flex-direction: column;
    align-items: self-start;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .certified-status .certified {
  display: flex;
  align-items: center;
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #E3E3E3;
  color: #0A0A0A;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .certified-status .certified {
    font-size: 16px;
    line-height: 24px;
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 8px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .certified-status .certified img {
  margin-right: 8px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .certified-status .status-farmer {
  display: flex;
  align-items: center;
  color: #4D4D4D;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .certified-status .status-farmer img {
  margin-right: 8px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .price, .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .price-discount {
  display: flex;
  align-items: end;
  margin-bottom: 24px;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .price, .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .price-discount {
    margin-bottom: 20px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .price .price-value, .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .price-discount .price-value {
  margin-right: 4px;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.021em;
  color: #0A0A0A;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .price .price-value, .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .price-discount .price-value {
    font-size: 20px;
    line-height: 24px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .price .price-info, .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .price-discount .price-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .price .price-info, .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .price-discount .price-info {
    font-size: 16px;
    line-height: 24px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .price-discount {
  display: block;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .price-discount .discount {
  display: flex;
  align-items: end;
  margin-bottom: 12px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions-desktop {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions-desktop {
    display: none;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions-mobile {
  display: none;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions-mobile {
    display: flex;
    align-items: center;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions .actions-first {
  margin-top: 12px;
  margin-right: 8px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions .actions-first a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
  text-align: center;
  padding: 10px 24px;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions .actions-first {
    width: 100%;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions .actions-first .btn-v1 {
  border: 1px solid #E84A3A;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions .actions-first .btn-v1 {
    width: 100%;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions .actions-second {
  margin-top: 12px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions .actions-second button {
  padding: 10px 24px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions .actions-second button span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
  text-align: center;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions .actions-second .btn-v6 {
  display: flex;
  align-items: center;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions .actions-third {
  margin-top: 12px;
  margin-right: 8px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions .actions-third button {
  padding: 10px 24px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-header-content-item .actions .actions-third button span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
  text-align: center;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-desc-characteristic-content-item .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.017em;
  color: #0A0A0A;
  margin-bottom: 8px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-desc-characteristic-content-item .descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
  margin-bottom: 28px;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-desc-characteristic-content-item .descr {
    margin-bottom: 24px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-desc-characteristic-content-item .characteristics-item {
  margin-bottom: 12px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-desc-characteristic-content-item .characteristic-title {
  margin-right: 16px;
  width: 160px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-desc-characteristic-content-item .characteristic-descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-delivery-payment-content-block {
  margin-top: 28px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-delivery-payment-content-item .farmer-info-delivery-payment-header {
  display: flex;
  justify-content: space-between;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-delivery-payment-content-item .farmer-info-delivery-payment-header .arrow {
  cursor: pointer;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-delivery-payment-content-item .title-dp {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.017em;
  color: #0A0A0A;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-delivery-payment-content-item .title-dp {
    margin-bottom: 0px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-delivery-payment-content-item .sub-title-dp {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-delivery-payment-content-item .sub-title-dp {
    margin-bottom: 8px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-delivery-payment-content-item .descr-dp {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-delivery-payment-content-item .descr-dp:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-delivery-payment-content-item .descr-dp {
    margin-bottom: 16px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-img {
  margin-bottom: 8px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-img img {
  border-radius: 40px;
  width: 56px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-title {
  margin-bottom: 8px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-title a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.017em;
  color: #0A0A0A;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
  margin-bottom: 28px;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-descr {
    margin-bottom: 24px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-contact-info .farmer-contact-info-content {
  margin-top: 28px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-contact-info .farmer-contact-info-header {
  display: flex;
  justify-content: space-between;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-contact-info .farmer-contact-info-header .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.017em;
  color: #0A0A0A;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-contact-info .farmer-contact-info-header .arrow {
  cursor: pointer;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-legal {
  margin-top: 28px;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-legal {
    margin-top: 24px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-legal .title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-legal .title {
    margin-bottom: 8px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-legal .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .block-products {
  margin-top: 28px;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .block-products {
    margin-top: 24px;
  }
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .block-contacts .farmer-info-item .farmer-info-item-title {
    display: none;
  }
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .block-contacts .farmer-info-item .farmer-info-item-value-address {
    flex-wrap: wrap;
  }
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .block-contacts .farmer-info-item .farmer-info-item-value-address .full-addr {
    margin-bottom: 4px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-items-header {
  display: flex;
  justify-content: space-between;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-items-header .arrow {
  cursor: pointer;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-items-header .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.017em;
  color: #0A0A0A;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item-desktop {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item-desktop {
    display: none !important;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item-mobile {
  display: none !important;
  flex-direction: column;
  align-items: inherit;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item-mobile {
    display: flex !important;
  }
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item-mobile .farmer-info-item-value-address {
    flex-wrap: wrap;
  }
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item-mobile .farmer-info-item-value-address .full-addr {
    margin-bottom: 8px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item-address .farmer-info-item-address-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item-address img {
  margin-right: 4px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item-address .link-map {
  color: #E84A3A;
  border-bottom: 1px dashed #E84A3A;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item-address .farmer-info-item-address-text {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
  margin-bottom: 12px;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item-address .farmer-info-item-address-text {
    margin-top: 4px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: self-start;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-title {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #4D4D4D;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-title {
    margin-right: 0px;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-number {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-rating {
  display: flex;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-rating span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0A0A0A;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address .link-map {
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address .link-map {
    text-align: right;
    width: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address .link-map {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address .full-addr {
  width: 400px;
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address .full-addr {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address .full-addr {
    width: 215px;
  }
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address .full-addr {
    margin-right: 0px;
    width: 100%;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-address img {
  margin-right: 4px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-phone {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #0A0A0A;
  position: relative;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-phone .link-hide {
  display: none;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-phone span {
  color: #E84A3A;
  border-bottom: 1px dashed #E84A3A;
  cursor: pointer;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-phone .span-hide {
  display: none;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-phone-desktop {
    display: none;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-phone-mobile {
  display: none;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-phone-mobile {
    display: block;
  }
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-cat {
  display: flex;
  align-items: center;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-info-items .farmer-info-item .farmer-info-item-value-cat .farmer-info-item-value-cat-item:last-child a span {
  margin-right: 0px;
}
.farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-map {
  height: 520px;
}
@media screen and (max-width: 1199px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-map {
    height: 420px;
  }
}
@media screen and (max-width: 991px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-map {
    height: 320px;
  }
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-content .farmer-info-content-items .farmer-info-content-item .farmer-map {
    margin-top: 32px;
  }
}
.farmer-page .farmer-info .farmer-info-line {
  margin-bottom: 32px;
  margin-top: 32px;
  border: 1px solid #E0E0E0;
  margin-left: -32px;
  margin-right: -32px;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-line {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-line-dm-none {
    display: none;
  }
}
.farmer-page .farmer-info .farmer-info-line-mobile {
  display: none;
}
@media screen and (max-width: 778px) {
  .farmer-page .farmer-info .farmer-info-line-mobile {
    display: block;
    margin-top: 32px;
    border: 1px solid #E0E0E0;
  }
}
.farmer-page .top-farmers {
  margin-top: 120px;
}
@media screen and (max-width: 778px) {
  .farmer-page .top-farmers {
    margin-top: 60px;
  }
}
.farmer-page .top-farmers .farmers-card-container-new {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .farmer-page .top-farmers .farmers-card-container-new {
    justify-content: space-around;
  }
}
.farmer-page .top-farmers .top-farmers-header {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 778px) {
  .farmer-page .top-farmers .top-farmers-header {
    margin-bottom: 24px;
  }
  .farmer-page .top-farmers .top-farmers-header .btn-desktop {
    display: none !important;
  }
}
.farmer-page .top-farmers .top-farmers-header .btn-mobile {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #E84A3A;
  margin-left: 12px;
  display: none !important;
}
@media screen and (max-width: 778px) {
  .farmer-page .top-farmers .top-farmers-header .btn-mobile {
    display: block !important;
  }
}
.farmer-page .top-farmers .top-farmers-header span {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.021em;
  color: #0A0A0A;
}
@media screen and (max-width: 778px) {
  .farmer-page .top-farmers .top-farmers-header span {
    font-size: 20px;
    line-height: 24px;
  }
}
.farmer-page .carousel--container .img-container {
  cursor: pointer;
  position: relative;
}
.farmer-page .carousel--container .img-container .img-bg {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 1000px;
  border-radius: 4px;
}

.sitemap-wrapper details > summary {
  list-style: none;
  outline: none;
}
.sitemap-wrapper details > summary::-webkit-details-marker {
  display: none;
}
.sitemap-wrapper .sitemap-section {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  margin-bottom: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  overflow: hidden;
}
.sitemap-wrapper .sitemap-section[open] {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border-color: #e0e0e0;
}
.sitemap-wrapper .sitemap-section[open] .sitemap-section__header {
  background-color: #e8eff5;
  border-bottom: 1px solid #dee2e6;
}
.sitemap-wrapper .sitemap-section[open] .sitemap-section__header::after {
  transform: rotate(225deg);
  border-color: #ff4c7d;
}
.sitemap-wrapper .sitemap-section__header {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  background: #f0f4f8;
  transition: background-color 0.2s;
  position: relative;
  margin: 0;
}
.sitemap-wrapper .sitemap-section__header:hover {
  background-color: #e8eff5;
}
.sitemap-wrapper .sitemap-section__header::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #7f8c9d;
  border-bottom: 2px solid #7f8c9d;
  transform: rotate(45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
  margin-left: 16px;
}
.sitemap-wrapper .sitemap-section__body {
  padding: 24px;
  background: #fff;
  animation: fadeIn 0.3s ease-out;
}
.sitemap-wrapper .sitemap-subsection {
  margin-bottom: 16px;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 2px solid #f0f0f0;
}
.sitemap-wrapper .sitemap-subsection[open] {
  border-left-color: #ff4c7d;
}
.sitemap-wrapper .sitemap-subsection[open] > .sitemap-subsection__header::before {
  content: "−";
  color: #ff4c7d;
}
.sitemap-wrapper .sitemap-subsection:last-child {
  margin-bottom: 0;
}
.sitemap-wrapper .sitemap-subsection__header {
  padding: 10px 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #495057;
  font-size: 16px;
  transition: all 0.2s;
  background-color: #f8f9fa;
  border-radius: 6px;
  margin-bottom: 8px;
}
.sitemap-wrapper .sitemap-subsection__header:hover {
  background-color: #e9ecef;
  color: #ff4c7d;
}
.sitemap-wrapper .sitemap-subsection__header::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #adb5bd;
  transition: color 0.2s, transform 0.2s;
}
.sitemap-wrapper .sitemap-subsection__body {
  padding: 8px 0 8px 16px;
}
.sitemap-wrapper .sitemap-subsection--level2 {
  border-left-style: solid;
  margin-left: 12px;
  margin-bottom: 12px;
}
.sitemap-wrapper .category-link {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #6c757d;
  text-decoration: underline;
}
.sitemap-wrapper .category-link:hover {
  color: #ff4c7d;
}
.sitemap-wrapper ul.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap-wrapper ul.list-unstyled li {
  margin-bottom: 6px;
}
.sitemap-wrapper ul.list-unstyled li a {
  color: #666;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  position: relative;
}
.sitemap-wrapper ul.list-unstyled li a:hover {
  color: #ff4c7d;
  transform: translateX(5px);
}
.sitemap-wrapper ul.list-unstyled li a:hover::before {
  opacity: 1;
}
.sitemap-wrapper ul.list-unstyled li a::before {
  content: "•";
  position: absolute;
  left: -12px;
  top: 0;
  opacity: 0;
  color: #ff4c7d;
  transition: opacity 0.2s;
}
.sitemap-wrapper .sitemap-subtitle {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999;
  margin: 24px 0 12px 0;
  font-weight: 700;
}
.sitemap-wrapper .sitemap-section__body > .sitemap-subtitle:first-child,
.sitemap-wrapper .sitemap-section__body > div:first-child .sitemap-subtitle {
  margin-top: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
