@charset "UTF-8";
:root {
    --brd-radius-lg: 24px;
    --brd-radius: 12px;
    --brd-radius-md: 6px;
    --brd-radius-sm: 4px;

    --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #212529;
  text-decoration: none;
}
a:hover, a:focus {
  color: #1c2023;
  text-decoration: none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a, button, input {
	touch-action: manipulation;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: var(--brd-radius);
}

.img-rounded-md {
  border-radius: var(--brd-radius-md);
}

.img-rounded-lg {
  border-radius: var(--brd-radius-lg);
}

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e9ecef;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
  line-height: 22px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 12px;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #6c757d !important;
}

.text-primary {
  color: #0d6efd;
}

.text-warning {
  color: #212529;
}

.text-danger {
  color: #fff;
}

.text-success {
  color: #fff;
}

.text-info {
  color: #212529;
}

.text-left {
  text-align: right;
}

.text-right {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: arial, helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 30px;
}

h1.title_block {
  font-weight: 900 !important;
}

h2,
.h2 {
  font-size: 23px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 14px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.fs-m {
  font-size: 13px !important;
}

.fs-sm {
  font-size: 12px !important;
}

.fs-xs {
  font-size: 10px !important;
}

.fs-0 {
  font-size: 0 !important;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dd {
  margin-right: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd::before, .dl-horizontal dd::after {
    /* 1 */
    display: table;
    content: " ";
    /* 2 */
  }
  .dl-horizontal dd::after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-right: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.5;
  color: #999999;
}
blockquote small::before {
  content: "\2014 \00A0";
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small::before {
  content: "";
}
blockquote.pull-right small::after {
  content: "\00A0 \2014";
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.5;
}

code,
pre {
  font-family: monaco, menlo, consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.container::before, .container::after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}
.container::after {
  clear: both;
}

.container {
  max-width: 100%;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1620px;
  }
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.row::before, .row::after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}
.row::after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: right;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-15 {
  float: right;
  width: 20%;
}

@media (min-width: 480px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: right;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-15 {
    float: right;
    width: 20%;
  }

  .col-sm-push-1 {
    right: 8.33333%;
  }

  .col-sm-push-2 {
    right: 16.66667%;
  }

  .col-sm-push-3 {
    right: 25%;
  }

  .col-sm-push-4 {
    right: 33.33333%;
  }

  .col-sm-push-5 {
    right: 41.66667%;
  }

  .col-sm-push-6 {
    right: 50%;
  }

  .col-sm-push-7 {
    right: 58.33333%;
  }

  .col-sm-push-8 {
    right: 66.66667%;
  }

  .col-sm-push-9 {
    right: 75%;
  }

  .col-sm-push-10 {
    right: 83.33333%;
  }

  .col-sm-push-11 {
    right: 91.66667%;
  }

  .col-sm-pull-1 {
    left: 8.33333%;
  }

  .col-sm-pull-2 {
    left: 16.66667%;
  }

  .col-sm-pull-3 {
    left: 25%;
  }

  .col-sm-pull-4 {
    left: 33.33333%;
  }

  .col-sm-pull-5 {
    left: 41.66667%;
  }

  .col-sm-pull-6 {
    left: 50%;
  }

  .col-sm-pull-7 {
    left: 58.33333%;
  }

  .col-sm-pull-8 {
    left: 66.66667%;
  }

  .col-sm-pull-9 {
    left: 75%;
  }

  .col-sm-pull-10 {
    left: 83.33333%;
  }

  .col-sm-pull-11 {
    left: 91.66667%;
  }

  .col-sm-offset-1 {
    margin-right: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-right: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-right: 25%;
  }

  .col-sm-offset-4 {
    margin-right: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-right: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-right: 50%;
  }

  .col-sm-offset-7 {
    margin-right: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-right: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-right: 75%;
  }

  .col-sm-offset-10 {
    margin-right: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-right: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: right;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-15 {
    float: right;
    width: 20%;
  }

  .col-md-push-0 {
    right: auto;
  }

  .col-md-push-1 {
    right: 8.33333%;
  }

  .col-md-push-2 {
    right: 16.66667%;
  }

  .col-md-push-3 {
    right: 25%;
  }

  .col-md-push-4 {
    right: 33.33333%;
  }

  .col-md-push-5 {
    right: 41.66667%;
  }

  .col-md-push-6 {
    right: 50%;
  }

  .col-md-push-7 {
    right: 58.33333%;
  }

  .col-md-push-8 {
    right: 66.66667%;
  }

  .col-md-push-9 {
    right: 75%;
  }

  .col-md-push-10 {
    right: 83.33333%;
  }

  .col-md-push-11 {
    right: 91.66667%;
  }

  .col-md-pull-0 {
    left: auto;
  }

  .col-md-pull-1 {
    left: 8.33333%;
  }

  .col-md-pull-2 {
    left: 16.66667%;
  }

  .col-md-pull-3 {
    left: 25%;
  }

  .col-md-pull-4 {
    left: 33.33333%;
  }

  .col-md-pull-5 {
    left: 41.66667%;
  }

  .col-md-pull-6 {
    left: 50%;
  }

  .col-md-pull-7 {
    left: 58.33333%;
  }

  .col-md-pull-8 {
    left: 66.66667%;
  }

  .col-md-pull-9 {
    left: 75%;
  }

  .col-md-pull-10 {
    left: 83.33333%;
  }

  .col-md-pull-11 {
    left: 91.66667%;
  }

  .col-md-offset-0 {
    margin-right: 0;
  }

  .col-md-offset-1 {
    margin-right: 8.33333%;
  }

  .col-md-offset-2 {
    margin-right: 16.66667%;
  }

  .col-md-offset-3 {
    margin-right: 25%;
  }

  .col-md-offset-4 {
    margin-right: 33.33333%;
  }

  .col-md-offset-5 {
    margin-right: 41.66667%;
  }

  .col-md-offset-6 {
    margin-right: 50%;
  }

  .col-md-offset-7 {
    margin-right: 58.33333%;
  }

  .col-md-offset-8 {
    margin-right: 66.66667%;
  }

  .col-md-offset-9 {
    margin-right: 75%;
  }

  .col-md-offset-10 {
    margin-right: 83.33333%;
  }

  .col-md-offset-11 {
    margin-right: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: right;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-15 {
    float: right;
    width: 20%;
  }

  .col-lg-push-0 {
    right: auto;
  }

  .col-lg-push-1 {
    right: 8.33333%;
  }

  .col-lg-push-2 {
    right: 16.66667%;
  }

  .col-lg-push-3 {
    right: 25%;
  }

  .col-lg-push-4 {
    right: 33.33333%;
  }

  .col-lg-push-5 {
    right: 41.66667%;
  }

  .col-lg-push-6 {
    right: 50%;
  }

  .col-lg-push-7 {
    right: 58.33333%;
  }

  .col-lg-push-8 {
    right: 66.66667%;
  }

  .col-lg-push-9 {
    right: 75%;
  }

  .col-lg-push-10 {
    right: 83.33333%;
  }

  .col-lg-push-11 {
    right: 91.66667%;
  }

  .col-lg-pull-0 {
    left: auto;
  }

  .col-lg-pull-1 {
    left: 8.33333%;
  }

  .col-lg-pull-2 {
    left: 16.66667%;
  }

  .col-lg-pull-3 {
    left: 25%;
  }

  .col-lg-pull-4 {
    left: 33.33333%;
  }

  .col-lg-pull-5 {
    left: 41.66667%;
  }

  .col-lg-pull-6 {
    left: 50%;
  }

  .col-lg-pull-7 {
    left: 58.33333%;
  }

  .col-lg-pull-8 {
    left: 66.66667%;
  }

  .col-lg-pull-9 {
    left: 75%;
  }

  .col-lg-pull-10 {
    left: 83.33333%;
  }

  .col-lg-pull-11 {
    left: 91.66667%;
  }

  .col-lg-offset-0 {
    margin-right: 0;
  }

  .col-lg-offset-1 {
    margin-right: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-right: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-right: 25%;
  }

  .col-lg-offset-4 {
    margin-right: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-right: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-right: 50%;
  }

  .col-lg-offset-7 {
    margin-right: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-right: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-right: 75%;
  }

  .col-lg-offset-10 {
    margin-right: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-right: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11 {
    float: right;
  }

  .col-xl-1 {
    width: 8.33333%;
  }

  .col-xl-2 {
    width: 16.66667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333%;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333%;
  }

  .col-xl-8 {
    width: 66.66667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333%;
  }

  .col-xl-11 {
    width: 91.66667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-15 {
    float: right;
    width: 20%;
  }

  .col-xl-push-0 {
    right: auto;
  }

  .col-xl-push-1 {
    right: 8.33333%;
  }

  .col-xl-push-2 {
    right: 16.66667%;
  }

  .col-xl-push-3 {
    right: 25%;
  }

  .col-xl-push-4 {
    right: 33.33333%;
  }

  .col-xl-push-5 {
    right: 41.66667%;
  }

  .col-xl-push-6 {
    right: 50%;
  }

  .col-xl-push-7 {
    right: 58.33333%;
  }

  .col-xl-push-8 {
    right: 66.66667%;
  }

  .col-xl-push-9 {
    right: 75%;
  }

  .col-xl-push-10 {
    right: 83.33333%;
  }

  .col-xl-push-11 {
    right: 91.66667%;
  }

  .col-xl-pull-0 {
    left: auto;
  }

  .col-xl-pull-1 {
    left: 8.33333%;
  }

  .col-xl-pull-2 {
    left: 16.66667%;
  }

  .col-xl-pull-3 {
    left: 25%;
  }

  .col-xl-pull-4 {
    left: 33.33333%;
  }

  .col-xl-pull-5 {
    left: 41.66667%;
  }

  .col-xl-pull-6 {
    left: 50%;
  }

  .col-xl-pull-7 {
    left: 58.33333%;
  }

  .col-xl-pull-8 {
    left: 66.66667%;
  }

  .col-xl-pull-9 {
    left: 75%;
  }

  .col-xl-pull-10 {
    left: 83.33333%;
  }

  .col-xl-pull-11 {
    left: 91.66667%;
  }

  .col-xl-offset-0 {
    margin-right: 0;
  }

  .col-xl-offset-1 {
    margin-right: 8.33333%;
  }

  .col-xl-offset-2 {
    margin-right: 16.66667%;
  }

  .col-xl-offset-3 {
    margin-right: 25%;
  }

  .col-xl-offset-4 {
    margin-right: 33.33333%;
  }

  .col-xl-offset-5 {
    margin-right: 41.66667%;
  }

  .col-xl-offset-6 {
    margin-right: 50%;
  }

  .col-xl-offset-7 {
    margin-right: 58.33333%;
  }

  .col-xl-offset-8 {
    margin-right: 66.66667%;
  }

  .col-xl-offset-9 {
    margin-right: 75%;
  }

  .col-xl-offset-10 {
    margin-right: 83.33333%;
  }

  .col-xl-offset-11 {
    margin-right: 91.66667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11 {
    float: right;
  }

  .col-xxl-1 {
    width: 8.33333%;
  }

  .col-xxl-2 {
    width: 16.66667%;
  }

  .col-xxl-3 {
    width: 25%;
  }

  .col-xxl-4 {
    width: 33.33333%;
  }

  .col-xxl-5 {
    width: 41.66667%;
  }

  .col-xxl-6 {
    width: 50%;
  }

  .col-xxl-7 {
    width: 58.33333%;
  }

  .col-xxl-8 {
    width: 66.66667%;
  }

  .col-xxl-9 {
    width: 75%;
  }

  .col-xxl-10 {
    width: 83.33333%;
  }

  .col-xxl-11 {
    width: 91.66667%;
  }

  .col-xxl-12 {
    width: 100%;
  }

  .col-xxl-15 {
    float: right;
    width: 20%;
  }

  .col-xxl-push-0 {
    right: auto;
  }

  .col-xxl-push-1 {
    right: 8.33333%;
  }

  .col-xxl-push-2 {
    right: 16.66667%;
  }

  .col-xxl-push-3 {
    right: 25%;
  }

  .col-xxl-push-4 {
    right: 33.33333%;
  }

  .col-xxl-push-5 {
    right: 41.66667%;
  }

  .col-xxl-push-6 {
    right: 50%;
  }

  .col-xxl-push-7 {
    right: 58.33333%;
  }

  .col-xxl-push-8 {
    right: 66.66667%;
  }

  .col-xxl-push-9 {
    right: 75%;
  }

  .col-xxl-push-10 {
    right: 83.33333%;
  }

  .col-xxl-push-11 {
    right: 91.66667%;
  }

  .col-xxl-pull-0 {
    left: auto;
  }

  .col-xxl-pull-1 {
    left: 8.33333%;
  }

  .col-xxl-pull-2 {
    left: 16.66667%;
  }

  .col-xxl-pull-3 {
    left: 25%;
  }

  .col-xxl-pull-4 {
    left: 33.33333%;
  }

  .col-xxl-pull-5 {
    left: 41.66667%;
  }

  .col-xxl-pull-6 {
    left: 50%;
  }

  .col-xxl-pull-7 {
    left: 58.33333%;
  }

  .col-xxl-pull-8 {
    left: 66.66667%;
  }

  .col-xxl-pull-9 {
    left: 75%;
  }

  .col-xxl-pull-10 {
    left: 83.33333%;
  }

  .col-xxl-pull-11 {
    left: 91.66667%;
  }

  .col-xxl-offset-0 {
    margin-right: 0;
  }

  .col-xxl-offset-1 {
    margin-right: 8.33333%;
  }

  .col-xxl-offset-2 {
    margin-right: 16.66667%;
  }

  .col-xxl-offset-3 {
    margin-right: 25%;
  }

  .col-xxl-offset-4 {
    margin-right: 33.33333%;
  }

  .col-xxl-offset-5 {
    margin-right: 41.66667%;
  }

  .col-xxl-offset-6 {
    margin-right: 50%;
  }

  .col-xxl-offset-7 {
    margin-right: 58.33333%;
  }

  .col-xxl-offset-8 {
    margin-right: 66.66667%;
  }

  .col-xxl-offset-9 {
    margin-right: 75%;
  }

  .col-xxl-offset-10 {
    margin-right: 83.33333%;
  }

  .col-xxl-offset-11 {
    margin-right: 91.66667%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-1,
  .col-xxxl-2,
  .col-xxxl-3,
  .col-xxxl-4,
  .col-xxxl-5,
  .col-xxxl-6,
  .col-xxxl-7,
  .col-xxxl-8,
  .col-xxxl-9,
  .col-xxxl-10,
  .col-xxxl-11 {
    float: right;
  }

  .col-xxxl-1 {
    width: 8.33333%;
  }

  .col-xxxl-2 {
    width: 16.66667%;
  }

  .col-xxxl-3 {
    width: 25%;
  }

  .col-xxxl-4 {
    width: 33.33333%;
  }

  .col-xxxl-5 {
    width: 41.66667%;
  }

  .col-xxxl-6 {
    width: 50%;
  }

  .col-xxxl-7 {
    width: 58.33333%;
  }

  .col-xxxl-8 {
    width: 66.66667%;
  }

  .col-xxxl-9 {
    width: 75%;
  }

  .col-xxxl-10 {
    width: 83.33333%;
  }

  .col-xxxl-11 {
    width: 91.66667%;
  }

  .col-xxxl-12 {
    width: 100%;
  }

  .col-xxxl-15 {
    float: right;
    width: 20%;
  }

  .col-xxxl-push-0 {
    right: auto;
  }

  .col-xxxl-push-1 {
    right: 8.33333%;
  }

  .col-xxxl-push-2 {
    right: 16.66667%;
  }

  .col-xxxl-push-3 {
    right: 25%;
  }

  .col-xxxl-push-4 {
    right: 33.33333%;
  }

  .col-xxxl-push-5 {
    right: 41.66667%;
  }

  .col-xxxl-push-6 {
    right: 50%;
  }

  .col-xxxl-push-7 {
    right: 58.33333%;
  }

  .col-xxxl-push-8 {
    right: 66.66667%;
  }

  .col-xxxl-push-9 {
    right: 75%;
  }

  .col-xxxl-push-10 {
    right: 83.33333%;
  }

  .col-xxxl-push-11 {
    right: 91.66667%;
  }

  .col-xxxl-pull-0 {
    left: auto;
  }

  .col-xxxl-pull-1 {
    left: 8.33333%;
  }

  .col-xxxl-pull-2 {
    left: 16.66667%;
  }

  .col-xxxl-pull-3 {
    left: 25%;
  }

  .col-xxxl-pull-4 {
    left: 33.33333%;
  }

  .col-xxxl-pull-5 {
    left: 41.66667%;
  }

  .col-xxxl-pull-6 {
    left: 50%;
  }

  .col-xxxl-pull-7 {
    left: 58.33333%;
  }

  .col-xxxl-pull-8 {
    left: 66.66667%;
  }

  .col-xxxl-pull-9 {
    left: 75%;
  }

  .col-xxxl-pull-10 {
    left: 83.33333%;
  }

  .col-xxxl-pull-11 {
    left: 91.66667%;
  }

  .col-xxxl-offset-0 {
    margin-right: 0;
  }

  .col-xxxl-offset-1 {
    margin-right: 8.33333%;
  }

  .col-xxxl-offset-2 {
    margin-right: 16.66667%;
  }

  .col-xxxl-offset-3 {
    margin-right: 25%;
  }

  .col-xxxl-offset-4 {
    margin-right: 33.33333%;
  }

  .col-xxxl-offset-5 {
    margin-right: 41.66667%;
  }

  .col-xxxl-offset-6 {
    margin-right: 50%;
  }

  .col-xxxl-offset-7 {
    margin-right: 58.33333%;
  }

  .col-xxxl-offset-8 {
    margin-right: 66.66667%;
  }

  .col-xxxl-offset-9 {
    margin-right: 75%;
  }

  .col-xxxl-offset-10 {
    margin-right: 83.33333%;
  }

  .col-xxxl-offset-11 {
    margin-right: 91.66667%;
  }
}
.col-xs-15,
.col-ms-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: right;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 10px 11px 10px 11px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ced4da;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ced4da;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table .table {
  background-color: #fff;
}

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ced4da !important;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ced4da !important;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #198754;
  border-color: #198754;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #157147;
  border-color: #157147;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #dc3545;
  border-color: #dc3545;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #d32535;
  border-color: #d32535;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #ffc107;
  border-color: #ffc107;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #edb100;
  border-color: #edb100;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 30px;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: thin;
  }
  .table-responsive::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .table-responsive::-webkit-scrollbar-track {
    background-color: #e9ecef;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background: #ced4da;
  }
  .table-responsive::-webkit-scrollbar-thumb:hover {
    background-color: #adb5bd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 20px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:placeholder {
  color: #999999;
}
.form-control::placeholder {
  color: #999999;
}
.form-control:input-placeholder {
  color: #999999;
}
.form-control::input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #9c9b9b;
  background-color: #fff;
  border: 1px solid #d6d4d4;
  border-radius: var(--brd-radius-md);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #6ea8fe !important;
  outline: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: 5em;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/*
@include input-size(".input-sm", $input-height-small, $padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $border-radius-small);

@include input-size(".input-lg", $input-height-large, $padding-large-vertical, $padding-large-horizontal, $font-size-large, $line-height-large, $border-radius-large);
*/
.has-warning .help-block,
.has-warning .control-label {
  color: #212529;
}
.has-warning .form-control {
  border-color: #212529;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #0a0c0d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4e5862;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4e5862;
}
.has-warning .input-group-addon {
  color: #212529;
  background-color: #ffc107;
  border-color: #212529;
}

.has-error .help-block,
.has-error .control-label {
  color: #fff;
}
.has-error .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-error .input-group-addon {
  color: #fff;
  background-color: #dc3545;
  border-color: #fff;
}

.has-success .help-block,
.has-success .control-label {
  color: #fff;
}
.has-success .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-success .input-group-addon {
  color: #fff;
  background-color: #198754;
  border-color: #fff;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}
.form-horizontal .form-group::before, .form-horizontal .form-group::after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}
.form-horizontal .form-group::after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--brd-radius-md);
  user-select: none;
  appearance: none;
}
.btn.me-2 {
  margin-left: 0.625rem !important;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333 !important;
  background-color: #fff;
  border-color: #ccc !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad !important;
}
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad !important;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff !important;
  background-color: #0d6efd;
  border-color: #0262ef !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #025bdf;
  border-color: #0149b2 !important;
}
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025bdf;
  border-color: #0149b2 !important;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #0d6efd;
  border-color: #0262ef !important;
}

.btn-warning {
  color: #fff !important;
  background-color: #ffc107;
  border-color: #edb100 !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #dda600;
  border-color: #af8300 !important;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #dda600;
  border-color: #af8300 !important;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #ffc107;
  border-color: #edb100 !important;
}

.btn-danger {
  color: #fff !important;
  background-color: #dc3545;
  border-color: #d32535 !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #c62232;
  border-color: #9f1c28 !important;
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c62232;
  border-color: #9f1c28 !important;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #dc3545;
  border-color: #d32535 !important;
}

.btn-success {
  color: #fff !important;
  background-color: #198754;
  border-color: #157147 !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #13653f;
  border-color: #0b3e26 !important;
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #13653f;
  border-color: #0b3e26 !important;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #198754;
  border-color: #157147 !important;
}

.btn-info {
  color: #fff !important;
  background-color: #0dcaf0;
  border-color: #0cb6d8 !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #0ba9c9;
  border-color: #09859e !important;
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0ba9c9;
  border-color: #09859e !important;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #0dcaf0;
  border-color: #0cb6d8 !important;
}

.btn-link {
  font-weight: 500;
  color: #212529;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  user-select: none;
  appearance: none;
  padding: 4px 0;
  font-size: 14px !important;
  line-height: 1.33;
  border-radius: 4px;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #1c2023;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
}

.btn-lg, .btn-group-lg > .btn {
  font-weight: 700;
  padding: 8px 16px;
  font-size: 16px !important;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 4px 8px;
  font-size: 13px !important;
  line-height: 1.5;
  border-radius: 4px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 2px 4px;
  font-size: 12px !important;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-close {
  box-sizing: content-box;
  width: 0.875em;
  height: 0.875em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.875em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar::before, .btn-toolbar::after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}
.btn-toolbar::after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}
.btn-group-vertical > .btn-group::after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d6d4d4;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav::before, .nav::after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}
.nav::after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #212529;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0d6efd;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #ddd;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}

.tabbable::before, .tabbable::after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}
.tabbable::after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #212529;
  border-bottom-color: #212529;
}

.nav a:hover .caret {
  border-top-color: #1c2023;
  border-bottom-color: #1c2023;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar::before, .navbar::after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}
.navbar::after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header::before, .navbar-header::after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}
.navbar-header::after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 10px;
  padding-left: 10px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse::before, .navbar-collapse::after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}
.navbar-collapse::after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 479.98px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 10px;
  margin-right: -10px;
  margin-left: -10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 479.98px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 479.98px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 479.98px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f6f6f6;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #333;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #333;
}

.pagination {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px;
  margin-left: -1px;
  line-height: 1.5;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #f8f9fa;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager::before, .pager::after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}
.pager::after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f8f9fa;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 100%;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}

.label-default {
  color: #fff !important;
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  color: #fff !important;
  background-color: #0d6efd;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #0257d5;
}

.label-success {
  color: #fff !important;
  background-color: #198754;
  border: 1px solid #198754;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #115c39;
}

.label-info {
  color: #212529 !important;
  background-color: #0dcaf0;
  border: 1px solid #0dcaf0;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #0aa1c0;
}

.label-warning {
  color: #212529 !important;
  background-color: #ffc107;
  border: 1px solid #ffc107;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #d39e00;
}

.label-danger {
  color: #fff !important;
  background-color: #dc3545;
  border: 1px solid #dc3545;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #bd2130;
}

.badge {
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-25%, -25%);
  min-width: 19px;
  height: 19px;
  padding: 5px 6px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #dc3545;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #777;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.thumbnail {
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #212529;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #777;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: var(--brd-radius-md);
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 500;
  text-decoration: underline;
}
.alert > p,
.alert > ul {
  margin-bottom: 0 !important;
}
.alert > p + p,
.alert > p + ul,
.alert > p + ol {
  margin-top: 3px;
  margin-bottom: 0;
}

.alert-dismissible {
  position: relative;
  padding-left: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.alert-success hr {
  border-top-color: #157147;
}
.alert-success .alert-link {
  color: currentColor !important;
}

.alert-info {
  color: #212529;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.alert-info hr {
  border-top-color: #0cb6d8;
}
.alert-info .alert-link {
  color: currentColor !important;
}

.alert-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.alert-warning hr {
  border-top-color: #edb100;
}
.alert-warning .alert-link {
  color: currentColor !important;
}

.alert-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.alert-danger hr {
  border-top-color: #d32535;
}
.alert-danger .alert-link {
  color: currentColor !important;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #0d6efd;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #198754;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-info {
  background-color: #0dcaf0;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-warning {
  background-color: #ffc107;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-danger {
  background-color: #dc3545;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.media,
.media-body {
  overflow: hidden;
  transform: scale(1);
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #d7e7ff;
}

a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body::before, .panel-body::after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}
.panel-body::after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ced4da;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #0d6efd;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #0d6efd;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #0d6efd;
}

.panel-success {
  border-color: #198754;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #198754;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #198754;
}

.panel-warning {
  border-color: #ffc107;
}
.panel-warning > .panel-heading {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ffc107;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ffc107;
}

.panel-danger {
  border-color: #dc3545;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dc3545;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dc3545;
}

.panel-info {
  border-color: #0dcaf0;
}
.panel-info > .panel-heading {
  color: #212529;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #0dcaf0;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #0dcaf0;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 2px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@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 !important;
  border-right-color: transparent !important;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.125em !important;
  font-size: 14px;
}

@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: 0.875rem;
  height: 0.875rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.clearfix::before, .clearfix::after {
  /* 1 */
  display: table;
  content: " ";
  /* 2 */
}
.clearfix::after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

.link-primary {
  color: #0d6efd;
}

.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: right !important;
}

.float-end {
  float: left !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  right: 0 !important;
}

.start-50 {
  right: 50% !important;
}

.start-100 {
  right: 100% !important;
}

.end-0 {
  left: 0 !important;
}

.end-50 {
  left: 50% !important;
}

.end-100 {
  left: 100% !important;
}

.translate-middle {
  transform: translate(50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-left: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-left: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-right: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-right: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #dee2e6 !important;
}

.border-gray {
  border-color: #ced4da !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-basis-0 {
  flex-basis: 0 !important;
}

.flex-basis-25 {
  flex-basis: calc(25% - var(--flex-gap) * 3 / 4) !important;
}

.flex-basis-33 {
  flex-basis: calc(33.33% - var(--flex-gap) * 2 / 3) !important;
}

.flex-basis-50 {
  flex-basis: calc(50% - var(--flex-gap) * 1 / 2) !important;
}

.flex-basis-100 {
  flex-basis: 100% !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
  --flex-gap: 0;
}

.gap-1 {
  gap: 0.25rem !important;
  --flex-gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem !important;
  --flex-gap: 0.5rem;
}

.gap-3 {
  gap: 1rem !important;
  --flex-gap: 1rem;
}

.gap-4 {
  gap: 1.5rem !important;
  --flex-gap: 1.5rem;
}

.gap-5 {
  gap: 3rem !important;
  --flex-gap: 3rem;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-left: 0 !important;
}

.me-1 {
  margin-left: 0.25rem !important;
}

.me-2 {
  margin-left: 0.5rem !important;
}

.me-3 {
  margin-left: 1rem !important;
}

.me-4 {
  margin-left: 1.5rem !important;
}

.me-5 {
  margin-left: 3rem !important;
}

.me-auto {
  margin-left: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-right: 0 !important;
}

.ms-1 {
  margin-right: 0.25rem !important;
}

.ms-2 {
  margin-right: 0.5rem !important;
}

.ms-3 {
  margin-right: 1rem !important;
}

.ms-4 {
  margin-right: 1.5rem !important;
}

.ms-5 {
  margin-right: 3rem !important;
}

.ms-auto {
  margin-right: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-left: 0 !important;
}

.pe-1 {
  padding-left: 0.25rem !important;
}

.pe-2 {
  padding-left: 0.5rem !important;
}

.pe-3 {
  padding-left: 1rem !important;
}

.pe-4 {
  padding-left: 1.5rem !important;
}

.pe-5 {
  padding-left: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-right: 0 !important;
}

.ps-1 {
  padding-right: 0.25rem !important;
}

.ps-2 {
  padding-right: 0.5rem !important;
}

.ps-3 {
  padding-right: 1rem !important;
}

.ps-4 {
  padding-right: 1.5rem !important;
}

.ps-5 {
  padding-right: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}
 
.fs-6 {
  font-size: 1rem !important;
}

.fs-normal {
  font-size: 14px !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: 900 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: right !important;
}

.text-end {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-ltr {
  direction: ltr !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-lighter {
  background-color: #fbfcfc !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}


.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 12px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 4px!important;
}

.rounded-2 {
  border-radius: 6px !important;
}

.rounded-3 {
  border-radius: 12px !important;
}

.rounded-4 {
  border-radius: 24px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-right-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.rounded-end {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 480px) {
  .float-sm-start {
    float: right !important;
  }

  .float-sm-end {
    float: left !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-basis-0 {
    flex-basis: 0 !important;
  }

  .flex-sm-basis-25 {
    flex-basis: calc(25% - var(--flex-gap) * 3 / 4) !important;
  }

  .flex-sm-basis-33 {
    flex-basis: calc(33.33% - var(--flex-gap) * 2 / 3) !important;
  }
  
  .flex-sm-basis-50 {
    flex-basis: calc(50% - var(--flex-gap) * 1 / 2) !important;
  }

  .flex-sm-basis-100 {
    flex-basis: 100% !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
    --flex-gap: 0;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
    --flex-gap: 0.25rem;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
    --flex-gap: 0.5rem;
  }

  .gap-sm-3 {
    gap: 1rem !important;
    --flex-gap: 1rem;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
    --flex-gap: 1.5rem;
  }

  .gap-sm-5 {
    gap: 3rem !important;
    --flex-gap: 3rem;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-left: 0 !important;
  }

  .me-sm-1 {
    margin-left: 0.25rem !important;
  }

  .me-sm-2 {
    margin-left: 0.5rem !important;
  }

  .me-sm-3 {
    margin-left: 1rem !important;
  }

  .me-sm-4 {
    margin-left: 1.5rem !important;
  }

  .me-sm-5 {
    margin-left: 3rem !important;
  }

  .me-sm-auto {
    margin-left: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-right: 0 !important;
  }

  .ms-sm-1 {
    margin-right: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-right: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-right: 1rem !important;
  }

  .ms-sm-4 {
    margin-right: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-right: 3rem !important;
  }

  .ms-sm-auto {
    margin-right: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-left: 0 !important;
  }

  .pe-sm-1 {
    padding-left: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-left: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-left: 1rem !important;
  }

  .pe-sm-4 {
    padding-left: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-left: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-right: 0 !important;
  }

  .ps-sm-1 {
    padding-right: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-right: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-right: 1rem !important;
  }

  .ps-sm-4 {
    padding-right: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-right: 3rem !important;
  }

  .text-sm-start {
    text-align: right !important;
  }

  .text-sm-end {
    text-align: left !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: right !important;
  }

  .float-md-end {
    float: left !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-basis-0 {
    flex-basis: 0 !important;
  }

  .flex-md-basis-25 {
    flex-basis: calc(25% - var(--flex-gap) * 3 / 4) !important;
  }

  .flex-md-basis-33 {
    flex-basis: calc(33.33% - var(--flex-gap) * 2 / 3) !important;
  }
  
  .flex-md-basis-50 {
    flex-basis: calc(50% - var(--flex-gap) * 1 / 2) !important;
  }

  .flex-md-basis-100 {
    flex-basis: 100% !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
    --flex-gap: 0;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
    --flex-gap: 0.25rem;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
    --flex-gap: 0.5rem;
  }

  .gap-md-3 {
    gap: 1rem !important;
    --flex-gap: 1rem;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
    --flex-gap: 1.5rem;
  }

  .gap-md-5 {
    gap: 3rem !important;
    --flex-gap: 3rem;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-left: 0 !important;
  }

  .me-md-1 {
    margin-left: 0.25rem !important;
  }

  .me-md-2 {
    margin-left: 0.5rem !important;
  }

  .me-md-3 {
    margin-left: 1rem !important;
  }

  .me-md-4 {
    margin-left: 1.5rem !important;
  }

  .me-md-5 {
    margin-left: 3rem !important;
  }

  .me-md-auto {
    margin-left: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-right: 0 !important;
  }

  .ms-md-1 {
    margin-right: 0.25rem !important;
  }

  .ms-md-2 {
    margin-right: 0.5rem !important;
  }

  .ms-md-3 {
    margin-right: 1rem !important;
  }

  .ms-md-4 {
    margin-right: 1.5rem !important;
  }

  .ms-md-5 {
    margin-right: 3rem !important;
  }

  .ms-md-auto {
    margin-right: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-left: 0 !important;
  }

  .pe-md-1 {
    padding-left: 0.25rem !important;
  }

  .pe-md-2 {
    padding-left: 0.5rem !important;
  }

  .pe-md-3 {
    padding-left: 1rem !important;
  }

  .pe-md-4 {
    padding-left: 1.5rem !important;
  }

  .pe-md-5 {
    padding-left: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-right: 0 !important;
  }

  .ps-md-1 {
    padding-right: 0.25rem !important;
  }

  .ps-md-2 {
    padding-right: 0.5rem !important;
  }

  .ps-md-3 {
    padding-right: 1rem !important;
  }

  .ps-md-4 {
    padding-right: 1.5rem !important;
  }

  .ps-md-5 {
    padding-right: 3rem !important;
  }

  .text-md-start {
    text-align: right !important;
  }

  .text-md-end {
    text-align: left !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: right !important;
  }

  .float-lg-end {
    float: left !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-basis-0 {
    flex-basis: 0 !important;
  }

  .flex-lg-basis-25 {
    flex-basis: calc(25% - var(--flex-gap) * 3 / 4) !important;
  }

  .flex-lg-basis-33 {
    flex-basis: calc(33.33% - var(--flex-gap) * 2 / 3) !important;
  }
  
  .flex-lg-basis-50 {
    flex-basis: calc(50% - var(--flex-gap) * 1 / 2) !important;
  }

  .flex-lg-basis-100 {
    flex-basis: 100% !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
    --flex-gap: 0;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
    --flex-gap: 0.25rem;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
    --flex-gap: 0.5rem;
  }

  .gap-lg-3 {
    gap: 1rem !important;
    --flex-gap: 1rem;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
    --flex-gap: 1.5rem;
  }

  .gap-lg-5 {
    gap: 3rem !important;
    --flex-gap: 3rem;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-left: 0 !important;
  }

  .me-lg-1 {
    margin-left: 0.25rem !important;
  }

  .me-lg-2 {
    margin-left: 0.5rem !important;
  }

  .me-lg-3 {
    margin-left: 1rem !important;
  }

  .me-lg-4 {
    margin-left: 1.5rem !important;
  }

  .me-lg-5 {
    margin-left: 3rem !important;
  }

  .me-lg-auto {
    margin-left: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-right: 0 !important;
  }

  .ms-lg-1 {
    margin-right: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-right: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-right: 1rem !important;
  }

  .ms-lg-4 {
    margin-right: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-right: 3rem !important;
  }

  .ms-lg-auto {
    margin-right: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-left: 0 !important;
  }

  .pe-lg-1 {
    padding-left: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-left: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-left: 1rem !important;
  }

  .pe-lg-4 {
    padding-left: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-left: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-right: 0 !important;
  }

  .ps-lg-1 {
    padding-right: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-right: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-right: 1rem !important;
  }

  .ps-lg-4 {
    padding-right: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-right: 3rem !important;
  }

  .text-lg-start {
    text-align: right !important;
  }

  .text-lg-end {
    text-align: left !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: right !important;
  }

  .float-xl-end {
    float: left !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-basis-0 {
    flex-basis: 0 !important;
  }

  .flex-xl-basis-25 {
    flex-basis: calc(25% - var(--flex-gap) * 3 / 4) !important;
  }

  .flex-xl-basis-33 {
    flex-basis: calc(33.33% - var(--flex-gap) * 2 / 3) !important;
  }
  
  .flex-xl-basis-50 {
    flex-basis: calc(50% - var(--flex-gap) * 1 / 2) !important;
  }

  .flex-xl-basis-100 {
    flex-basis: 100% !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
    --flex-gap: 0;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
    --flex-gap: 0.25rem;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
    --flex-gap: 0.5rem;
  }

  .gap-xl-3 {
    gap: 1rem !important;
    --flex-gap: 1rem;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
    --flex-gap: 1.5rem;
  }

  .gap-xl-5 {
    gap: 3rem !important;
    --flex-gap: 3rem;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-left: 0 !important;
  }

  .me-xl-1 {
    margin-left: 0.25rem !important;
  }

  .me-xl-2 {
    margin-left: 0.5rem !important;
  }

  .me-xl-3 {
    margin-left: 1rem !important;
  }

  .me-xl-4 {
    margin-left: 1.5rem !important;
  }

  .me-xl-5 {
    margin-left: 3rem !important;
  }

  .me-xl-auto {
    margin-left: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-right: 0 !important;
  }

  .ms-xl-1 {
    margin-right: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-right: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-right: 1rem !important;
  }

  .ms-xl-4 {
    margin-right: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-right: 3rem !important;
  }

  .ms-xl-auto {
    margin-right: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-left: 0 !important;
  }

  .pe-xl-1 {
    padding-left: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-left: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-left: 1rem !important;
  }

  .pe-xl-4 {
    padding-left: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-left: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-right: 0 !important;
  }

  .ps-xl-1 {
    padding-right: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-right: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-right: 1rem !important;
  }

  .ps-xl-4 {
    padding-right: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-right: 3rem !important;
  }

  .text-xl-start {
    text-align: right !important;
  }

  .text-xl-end {
    text-align: left !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: right !important;
  }

  .float-xxl-end {
    float: left !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-basis-0 {
    flex-basis: 0 !important;
  }

  .flex-xxl-basis-25 {
    flex-basis: calc(25% - var(--flex-gap) * 3 / 4) !important;
  }

  .flex-xxl-basis-33 {
    flex-basis: calc(33.33% - var(--flex-gap) * 2 / 3) !important;
  }
  
  .flex-xxl-basis-50 {
    flex-basis: calc(50% - var(--flex-gap) * 1 / 2) !important;
  }

  .flex-xxl-basis-100 {
    flex-basis: 100% !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
    --flex-gap: 0;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
    --flex-gap: 0.25rem;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
    --flex-gap: 0.5rem;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
    --flex-gap: 1rem;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
    --flex-gap: 1.5rem;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
    --flex-gap: 3rem;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-left: 0 !important;
  }

  .me-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-left: 1rem !important;
  }

  .me-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-left: 3rem !important;
  }

  .me-xxl-auto {
    margin-left: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-right: 0 !important;
  }

  .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-right: 1rem !important;
  }

  .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-right: 3rem !important;
  }

  .ms-xxl-auto {
    margin-right: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-left: 0 !important;
  }

  .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-left: 1rem !important;
  }

  .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-left: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-right: 0 !important;
  }

  .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-right: 1rem !important;
  }

  .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-right: 3rem !important;
  }

  .text-xxl-start {
    text-align: right !important;
  }

  .text-xxl-end {
    text-align: left !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }

  .fs-normal {
    font-size: 15px !important;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 479.98px) {
  .visible-xs {
    display: block !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 479.98px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-sm {
    display: block !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 479.98px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .visible-md {
    display: block !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 479.98px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 479.98px) {
  .hidden-xs {
    display: none !important;
  }

  tr.hidden-xs {
    display: none !important;
  }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }

  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }

  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }

  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 479.98px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }

  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-sm {
    display: none !important;
  }

  tr.hidden-sm {
    display: none !important;
  }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }

  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }

  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 479.98px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }

  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }

  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-md {
    display: none !important;
  }

  tr.hidden-md {
    display: none !important;
  }

  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }

  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 479.98px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }

  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }

  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }

  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  tr.hidden-lg {
    display: none !important;
  }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }

  tr.hidden-print {
    display: none !important;
  }

  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'Vazirmatn';
  src: url("../fonts/vazirmatn/Vazirmatn[wght].woff2") format("woff2 supports variations"), url("../fonts/vazirmatn/Vazirmatn[wght].woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/icons/bootstrap-icons.woff2") format("woff2"), url("../fonts/icons/bootstrap-icons.woff") format("woff");
}
.icon {
  display: inline-flex;
}
.icon.ms-2 {
  margin-right: 0.25rem !important;
}
.icon.me-2 {
  margin-left: 0.25rem !important;
}
.icon.ms-3 {
  margin-right: 0.375rem !important;
}
.icon.me-3 {
  margin-left: 0.375rem !important;
}

.icon::before,
[class^="icon-"]::before,
[class*=" icon-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-123::before {
  content: "";
}

.icon-alarm-fill::before {
  content: "";
}

.icon-alarm::before {
  content: "";
}

.icon-align-bottom::before {
  content: "";
}

.icon-align-center::before {
  content: "";
}

.icon-align-end::before {
  content: "";
}

.icon-align-middle::before {
  content: "";
}

.icon-align-start::before {
  content: "";
}

.icon-align-top::before {
  content: "";
}

.icon-alt::before {
  content: "";
}

.icon-app-indicator::before {
  content: "";
}

.icon-app::before {
  content: "";
}

.icon-archive-fill::before {
  content: "";
}

.icon-archive::before {
  content: "";
}

.icon-arrow-90deg-down::before {
  content: "";
}

.icon-arrow-90deg-left::before {
  content: "";
}

.icon-arrow-90deg-right::before {
  content: "";
}

.icon-arrow-90deg-up::before {
  content: "";
}

.icon-arrow-bar-down::before {
  content: "";
}

.icon-arrow-bar-left::before {
  content: "";
}

.icon-arrow-bar-right::before {
  content: "";
}

.icon-arrow-bar-up::before {
  content: "";
}

.icon-arrow-clockwise::before {
  content: "";
}

.icon-arrow-counterclockwise::before {
  content: "";
}

.icon-arrow-down-circle-fill::before {
  content: "";
}

.icon-arrow-down-circle::before {
  content: "";
}

.icon-arrow-down-left-circle-fill::before {
  content: "";
}

.icon-arrow-down-left-circle::before {
  content: "";
}

.icon-arrow-down-left-square-fill::before {
  content: "";
}

.icon-arrow-down-left-square::before {
  content: "";
}

.icon-arrow-down-left::before {
  content: "";
}

.icon-arrow-down-right-circle-fill::before {
  content: "";
}

.icon-arrow-down-right-circle::before {
  content: "";
}

.icon-arrow-down-right-square-fill::before {
  content: "";
}

.icon-arrow-down-right-square::before {
  content: "";
}

.icon-arrow-down-right::before {
  content: "";
}

.icon-arrow-down-short::before {
  content: "";
}

.icon-arrow-down-square-fill::before {
  content: "";
}

.icon-arrow-down-square::before {
  content: "";
}

.icon-arrow-down-up::before {
  content: "";
}

.icon-arrow-down::before {
  content: "";
}

.icon-arrow-left-circle-fill::before {
  content: "";
}

.icon-arrow-left-circle::before {
  content: "";
}

.icon-arrow-left-right::before {
  content: "";
}

.icon-arrow-left-short::before {
  content: "";
}

.icon-arrow-left-square-fill::before {
  content: "";
}

.icon-arrow-left-square::before {
  content: "";
}

.icon-arrow-left::before {
  content: "";
}

.icon-arrow-repeat::before {
  content: "";
}

.icon-arrow-return-left::before {
  content: "";
}

.icon-arrow-return-right::before {
  content: "";
}

.icon-arrow-right-circle-fill::before {
  content: "";
}

.icon-arrow-right-circle::before {
  content: "";
}

.icon-arrow-right-short::before {
  content: "";
}

.icon-arrow-right-square-fill::before {
  content: "";
}

.icon-arrow-right-square::before {
  content: "";
}

.icon-arrow-right::before {
  content: "";
}

.icon-arrow-up-circle-fill::before {
  content: "";
}

.icon-arrow-up-circle::before {
  content: "";
}

.icon-arrow-up-left-circle-fill::before {
  content: "";
}

.icon-arrow-up-left-circle::before {
  content: "";
}

.icon-arrow-up-left-square-fill::before {
  content: "";
}

.icon-arrow-up-left-square::before {
  content: "";
}

.icon-arrow-up-left::before {
  content: "";
}

.icon-arrow-up-right-circle-fill::before {
  content: "";
}

.icon-arrow-up-right-circle::before {
  content: "";
}

.icon-arrow-up-right-square-fill::before {
  content: "";
}

.icon-arrow-up-right-square::before {
  content: "";
}

.icon-arrow-up-right::before {
  content: "";
}

.icon-arrow-up-short::before {
  content: "";
}

.icon-arrow-up-square-fill::before {
  content: "";
}

.icon-arrow-up-square::before {
  content: "";
}

.icon-arrow-up::before {
  content: "";
}

.icon-arrows-angle-contract::before {
  content: "";
}

.icon-arrows-angle-expand::before {
  content: "";
}

.icon-arrows-collapse::before {
  content: "";
}

.icon-arrows-expand::before {
  content: "";
}

.icon-arrows-fullscreen::before {
  content: "";
}

.icon-arrows-move::before {
  content: "";
}

.icon-aspect-ratio-fill::before {
  content: "";
}

.icon-aspect-ratio::before {
  content: "";
}

.icon-asterisk::before {
  content: "";
}

.icon-at::before {
  content: "";
}

.icon-award-fill::before {
  content: "";
}

.icon-award::before {
  content: "";
}

.icon-back::before {
  content: "";
}

.icon-backspace-fill::before {
  content: "";
}

.icon-backspace-reverse-fill::before {
  content: "";
}

.icon-backspace-reverse::before {
  content: "";
}

.icon-backspace::before {
  content: "";
}

.icon-badge-3d-fill::before {
  content: "";
}

.icon-badge-3d::before {
  content: "";
}

.icon-badge-4k-fill::before {
  content: "";
}

.icon-badge-4k::before {
  content: "";
}

.icon-badge-8k-fill::before {
  content: "";
}

.icon-badge-8k::before {
  content: "";
}

.icon-badge-ad-fill::before {
  content: "";
}

.icon-badge-ad::before {
  content: "";
}

.icon-badge-ar-fill::before {
  content: "";
}

.icon-badge-ar::before {
  content: "";
}

.icon-badge-cc-fill::before {
  content: "";
}

.icon-badge-cc::before {
  content: "";
}

.icon-badge-hd-fill::before {
  content: "";
}

.icon-badge-hd::before {
  content: "";
}

.icon-badge-tm-fill::before {
  content: "";
}

.icon-badge-tm::before {
  content: "";
}

.icon-badge-vo-fill::before {
  content: "";
}

.icon-badge-vo::before {
  content: "";
}

.icon-badge-vr-fill::before {
  content: "";
}

.icon-badge-vr::before {
  content: "";
}

.icon-badge-wc-fill::before {
  content: "";
}

.icon-badge-wc::before {
  content: "";
}

.icon-bag-check-fill::before {
  content: "";
}

.icon-bag-check::before {
  content: "";
}

.icon-bag-dash-fill::before {
  content: "";
}

.icon-bag-dash::before {
  content: "";
}

.icon-bag-fill::before {
  content: "";
}

.icon-bag-plus-fill::before {
  content: "";
}

.icon-bag-plus::before {
  content: "";
}

.icon-bag-x-fill::before {
  content: "";
}

.icon-bag-x::before {
  content: "";
}

.icon-bag::before {
  content: "";
}

.icon-bar-chart-fill::before {
  content: "";
}

.icon-bar-chart-line-fill::before {
  content: "";
}

.icon-bar-chart-line::before {
  content: "";
}

.icon-bar-chart-steps::before {
  content: "";
}

.icon-bar-chart::before {
  content: "";
}

.icon-basket-fill::before {
  content: "";
}

.icon-basket::before {
  content: "";
}

.icon-basket2-fill::before {
  content: "";
}

.icon-basket2::before {
  content: "";
}

.icon-basket3-fill::before {
  content: "";
}

.icon-basket3::before {
  content: "";
}

.icon-battery-charging::before {
  content: "";
}

.icon-battery-full::before {
  content: "";
}

.icon-battery-half::before {
  content: "";
}

.icon-battery::before {
  content: "";
}

.icon-bell-fill::before {
  content: "";
}

.icon-bell::before {
  content: "";
}

.icon-bezier::before {
  content: "";
}

.icon-bezier2::before {
  content: "";
}

.icon-bicycle::before {
  content: "";
}

.icon-binoculars-fill::before {
  content: "";
}

.icon-binoculars::before {
  content: "";
}

.icon-blockquote-left::before {
  content: "";
}

.icon-blockquote-right::before {
  content: "";
}

.icon-book-fill::before {
  content: "";
}

.icon-book-half::before {
  content: "";
}

.icon-book::before {
  content: "";
}

.icon-bookmark-check-fill::before {
  content: "";
}

.icon-bookmark-check::before {
  content: "";
}

.icon-bookmark-dash-fill::before {
  content: "";
}

.icon-bookmark-dash::before {
  content: "";
}

.icon-bookmark-fill::before {
  content: "";
}

.icon-bookmark-heart-fill::before {
  content: "";
}

.icon-bookmark-heart::before {
  content: "";
}

.icon-bookmark-plus-fill::before {
  content: "";
}

.icon-bookmark-plus::before {
  content: "";
}

.icon-bookmark-star-fill::before {
  content: "";
}

.icon-bookmark-star::before {
  content: "";
}

.icon-bookmark-x-fill::before {
  content: "";
}

.icon-bookmark-x::before {
  content: "";
}

.icon-bookmark::before {
  content: "";
}

.icon-bookmarks-fill::before {
  content: "";
}

.icon-bookmarks::before {
  content: "";
}

.icon-bookshelf::before {
  content: "";
}

.icon-bootstrap-fill::before {
  content: "";
}

.icon-bootstrap-reboot::before {
  content: "";
}

.icon-bootstrap::before {
  content: "";
}

.icon-border-all::before {
  content: "";
}

.icon-border-bottom::before {
  content: "";
}

.icon-border-center::before {
  content: "";
}

.icon-border-inner::before {
  content: "";
}

.icon-border-left::before {
  content: "";
}

.icon-border-middle::before {
  content: "";
}

.icon-border-outer::before {
  content: "";
}

.icon-border-right::before {
  content: "";
}

.icon-border-style::before {
  content: "";
}

.icon-border-top::before {
  content: "";
}

.icon-border-width::before {
  content: "";
}

.icon-border::before {
  content: "";
}

.icon-bounding-box-circles::before {
  content: "";
}

.icon-bounding-box::before {
  content: "";
}

.icon-box-arrow-down-left::before {
  content: "";
}

.icon-box-arrow-down-right::before {
  content: "";
}

.icon-box-arrow-down::before {
  content: "";
}

.icon-box-arrow-in-down-left::before {
  content: "";
}

.icon-box-arrow-in-down-right::before {
  content: "";
}

.icon-box-arrow-in-down::before {
  content: "";
}

.icon-box-arrow-in-left::before {
  content: "";
}

.icon-box-arrow-in-right::before {
  content: "";
}

.icon-box-arrow-in-up-left::before {
  content: "";
}

.icon-box-arrow-in-up-right::before {
  content: "";
}

.icon-box-arrow-in-up::before {
  content: "";
}

.icon-box-arrow-left::before {
  content: "";
}

.icon-box-arrow-right::before {
  content: "";
}

.icon-box-arrow-up-left::before {
  content: "";
}

.icon-box-arrow-up-right::before {
  content: "";
}

.icon-box-arrow-up::before {
  content: "";
}

.icon-box-seam::before {
  content: "";
}

.icon-box::before {
  content: "";
}

.icon-braces::before {
  content: "";
}

.icon-bricks::before {
  content: "";
}

.icon-briefcase-fill::before {
  content: "";
}

.icon-briefcase::before {
  content: "";
}

.icon-brightness-alt-high-fill::before {
  content: "";
}

.icon-brightness-alt-high::before {
  content: "";
}

.icon-brightness-alt-low-fill::before {
  content: "";
}

.icon-brightness-alt-low::before {
  content: "";
}

.icon-brightness-high-fill::before {
  content: "";
}

.icon-brightness-high::before {
  content: "";
}

.icon-brightness-low-fill::before {
  content: "";
}

.icon-brightness-low::before {
  content: "";
}

.icon-broadcast-pin::before {
  content: "";
}

.icon-broadcast::before {
  content: "";
}

.icon-brush-fill::before {
  content: "";
}

.icon-brush::before {
  content: "";
}

.icon-bucket-fill::before {
  content: "";
}

.icon-bucket::before {
  content: "";
}

.icon-bug-fill::before {
  content: "";
}

.icon-bug::before {
  content: "";
}

.icon-building::before {
  content: "";
}

.icon-bullseye::before {
  content: "";
}

.icon-calculator-fill::before {
  content: "";
}

.icon-calculator::before {
  content: "";
}

.icon-calendar-check-fill::before {
  content: "";
}

.icon-calendar-check::before {
  content: "";
}

.icon-calendar-date-fill::before {
  content: "";
}

.icon-calendar-date::before {
  content: "";
}

.icon-calendar-day-fill::before {
  content: "";
}

.icon-calendar-day::before {
  content: "";
}

.icon-calendar-event-fill::before {
  content: "";
}

.icon-calendar-event::before {
  content: "";
}

.icon-calendar-fill::before {
  content: "";
}

.icon-calendar-minus-fill::before {
  content: "";
}

.icon-calendar-minus::before {
  content: "";
}

.icon-calendar-month-fill::before {
  content: "";
}

.icon-calendar-month::before {
  content: "";
}

.icon-calendar-plus-fill::before {
  content: "";
}

.icon-calendar-plus::before {
  content: "";
}

.icon-calendar-range-fill::before {
  content: "";
}

.icon-calendar-range::before {
  content: "";
}

.icon-calendar-week-fill::before {
  content: "";
}

.icon-calendar-week::before {
  content: "";
}

.icon-calendar-x-fill::before {
  content: "";
}

.icon-calendar-x::before {
  content: "";
}

.icon-calendar::before {
  content: "";
}

.icon-calendar2-check-fill::before {
  content: "";
}

.icon-calendar2-check::before {
  content: "";
}

.icon-calendar2-date-fill::before {
  content: "";
}

.icon-calendar2-date::before {
  content: "";
}

.icon-calendar2-day-fill::before {
  content: "";
}

.icon-calendar2-day::before {
  content: "";
}

.icon-calendar2-event-fill::before {
  content: "";
}

.icon-calendar2-event::before {
  content: "";
}

.icon-calendar2-fill::before {
  content: "";
}

.icon-calendar2-minus-fill::before {
  content: "";
}

.icon-calendar2-minus::before {
  content: "";
}

.icon-calendar2-month-fill::before {
  content: "";
}

.icon-calendar2-month::before {
  content: "";
}

.icon-calendar2-plus-fill::before {
  content: "";
}

.icon-calendar2-plus::before {
  content: "";
}

.icon-calendar2-range-fill::before {
  content: "";
}

.icon-calendar2-range::before {
  content: "";
}

.icon-calendar2-week-fill::before {
  content: "";
}

.icon-calendar2-week::before {
  content: "";
}

.icon-calendar2-x-fill::before {
  content: "";
}

.icon-calendar2-x::before {
  content: "";
}

.icon-calendar2::before {
  content: "";
}

.icon-calendar3-event-fill::before {
  content: "";
}

.icon-calendar3-event::before {
  content: "";
}

.icon-calendar3-fill::before {
  content: "";
}

.icon-calendar3-range-fill::before {
  content: "";
}

.icon-calendar3-range::before {
  content: "";
}

.icon-calendar3-week-fill::before {
  content: "";
}

.icon-calendar3-week::before {
  content: "";
}

.icon-calendar3::before {
  content: "";
}

.icon-calendar4-event::before {
  content: "";
}

.icon-calendar4-range::before {
  content: "";
}

.icon-calendar4-week::before {
  content: "";
}

.icon-calendar4::before {
  content: "";
}

.icon-camera-fill::before {
  content: "";
}

.icon-camera-reels-fill::before {
  content: "";
}

.icon-camera-reels::before {
  content: "";
}

.icon-camera-video-fill::before {
  content: "";
}

.icon-camera-video-off-fill::before {
  content: "";
}

.icon-camera-video-off::before {
  content: "";
}

.icon-camera-video::before {
  content: "";
}

.icon-camera::before {
  content: "";
}

.icon-camera2::before {
  content: "";
}

.icon-capslock-fill::before {
  content: "";
}

.icon-capslock::before {
  content: "";
}

.icon-card-checklist::before {
  content: "";
}

.icon-card-heading::before {
  content: "";
}

.icon-card-image::before {
  content: "";
}

.icon-card-list::before {
  content: "";
}

.icon-card-text::before {
  content: "";
}

.icon-caret-down-fill::before {
  content: "";
}

.icon-caret-down-square-fill::before {
  content: "";
}

.icon-caret-down-square::before {
  content: "";
}

.icon-caret-down::before {
  content: "";
}

.icon-caret-left-fill::before {
  content: "";
}

.icon-caret-left-square-fill::before {
  content: "";
}

.icon-caret-left-square::before {
  content: "";
}

.icon-caret-left::before {
  content: "";
}

.icon-caret-right-fill::before {
  content: "";
}

.icon-caret-right-square-fill::before {
  content: "";
}

.icon-caret-right-square::before {
  content: "";
}

.icon-caret-right::before {
  content: "";
}

.icon-caret-up-fill::before {
  content: "";
}

.icon-caret-up-square-fill::before {
  content: "";
}

.icon-caret-up-square::before {
  content: "";
}

.icon-caret-up::before {
  content: "";
}

.icon-cart-check-fill::before {
  content: "";
}

.icon-cart-check::before {
  content: "";
}

.icon-cart-dash-fill::before {
  content: "";
}

.icon-cart-dash::before {
  content: "";
}

.icon-cart-fill::before {
  content: "";
}

.icon-cart-plus-fill::before {
  content: "";
}

.icon-cart-plus::before {
  content: "";
}

.icon-cart-x-fill::before {
  content: "";
}

.icon-cart-x::before {
  content: "";
}

.icon-cart::before {
  content: "";
}

.icon-cart2::before {
  content: "";
}

.icon-cart3::before {
  content: "";
}

.icon-cart4::before {
  content: "";
}

.icon-cash-stack::before {
  content: "";
}

.icon-cash::before {
  content: "";
}

.icon-cast::before {
  content: "";
}

.icon-chat-dots-fill::before {
  content: "";
}

.icon-chat-dots::before {
  content: "";
}

.icon-chat-fill::before {
  content: "";
}

.icon-chat-left-dots-fill::before {
  content: "";
}

.icon-chat-left-dots::before {
  content: "";
}

.icon-chat-left-fill::before {
  content: "";
}

.icon-chat-left-quote-fill::before {
  content: "";
}

.icon-chat-left-quote::before {
  content: "";
}

.icon-chat-left-text-fill::before {
  content: "";
}

.icon-chat-left-text::before {
  content: "";
}

.icon-chat-left::before {
  content: "";
}

.icon-chat-quote-fill::before {
  content: "";
}

.icon-chat-quote::before {
  content: "";
}

.icon-chat-right-dots-fill::before {
  content: "";
}

.icon-chat-right-dots::before {
  content: "";
}

.icon-chat-right-fill::before {
  content: "";
}

.icon-chat-right-quote-fill::before {
  content: "";
}

.icon-chat-right-quote::before {
  content: "";
}

.icon-chat-right-text-fill::before {
  content: "";
}

.icon-chat-right-text::before {
  content: "";
}

.icon-chat-right::before {
  content: "";
}

.icon-chat-square-dots-fill::before {
  content: "";
}

.icon-chat-square-dots::before {
  content: "";
}

.icon-chat-square-fill::before {
  content: "";
}

.icon-chat-square-quote-fill::before {
  content: "";
}

.icon-chat-square-quote::before {
  content: "";
}

.icon-chat-square-text-fill::before {
  content: "";
}

.icon-chat-square-text::before {
  content: "";
}

.icon-chat-square::before {
  content: "";
}

.icon-chat-text-fill::before {
  content: "";
}

.icon-chat-text::before {
  content: "";
}

.icon-chat::before {
  content: "";
}

.icon-check-all::before {
  content: "";
}

.icon-check-circle-fill::before {
  content: "";
}

.icon-check-circle::before {
  content: "";
}

.icon-check-square-fill::before {
  content: "";
}

.icon-check-square::before {
  content: "";
}

.icon-check::before {
  content: "";
}

.icon-check2-all::before {
  content: "";
}

.icon-check2-circle::before {
  content: "";
}

.icon-check2-square::before {
  content: "";
}

.icon-check2::before {
  content: "";
}

.icon-chevron-bar-contract::before {
  content: "";
}

.icon-chevron-bar-down::before {
  content: "";
}

.icon-chevron-bar-expand::before {
  content: "";
}

.icon-chevron-bar-left::before {
  content: "";
}

.icon-chevron-bar-right::before {
  content: "";
}

.icon-chevron-bar-up::before {
  content: "";
}

.icon-chevron-compact-down::before {
  content: "";
}

.icon-chevron-compact-left::before {
  content: "";
}

.icon-chevron-compact-right::before {
  content: "";
}

.icon-chevron-compact-up::before {
  content: "";
}

.icon-chevron-contract::before {
  content: "";
}

.icon-chevron-double-down::before {
  content: "";
}

.icon-chevron-double-left::before {
  content: "";
}

.icon-chevron-double-right::before {
  content: "";
}

.icon-chevron-double-up::before {
  content: "";
}

.icon-chevron-down::before {
  content: "";
}

.icon-chevron-expand::before {
  content: "";
}

.icon-chevron-left::before {
  content: "";
}

.icon-chevron-right::before {
  content: "";
}

.icon-chevron-up::before {
  content: "";
}

.icon-circle-fill::before {
  content: "";
}

.icon-circle-half::before {
  content: "";
}

.icon-circle-square::before {
  content: "";
}

.icon-circle::before {
  content: "";
}

.icon-clipboard-check::before {
  content: "";
}

.icon-clipboard-data::before {
  content: "";
}

.icon-clipboard-minus::before {
  content: "";
}

.icon-clipboard-plus::before {
  content: "";
}

.icon-clipboard-x::before {
  content: "";
}

.icon-clipboard::before {
  content: "";
}

.icon-clock-fill::before {
  content: "";
}

.icon-clock-history::before {
  content: "";
}

.icon-clock::before {
  content: "";
}

.icon-cloud-arrow-down-fill::before {
  content: "";
}

.icon-cloud-arrow-down::before {
  content: "";
}

.icon-cloud-arrow-up-fill::before {
  content: "";
}

.icon-cloud-arrow-up::before {
  content: "";
}

.icon-cloud-check-fill::before {
  content: "";
}

.icon-cloud-check::before {
  content: "";
}

.icon-cloud-download-fill::before {
  content: "";
}

.icon-cloud-download::before {
  content: "";
}

.icon-cloud-drizzle-fill::before {
  content: "";
}

.icon-cloud-drizzle::before {
  content: "";
}

.icon-cloud-fill::before {
  content: "";
}

.icon-cloud-fog-fill::before {
  content: "";
}

.icon-cloud-fog::before {
  content: "";
}

.icon-cloud-fog2-fill::before {
  content: "";
}

.icon-cloud-fog2::before {
  content: "";
}

.icon-cloud-hail-fill::before {
  content: "";
}

.icon-cloud-hail::before {
  content: "";
}

.icon-cloud-haze-1::before {
  content: "";
}

.icon-cloud-haze-fill::before {
  content: "";
}

.icon-cloud-haze::before {
  content: "";
}

.icon-cloud-haze2-fill::before {
  content: "";
}

.icon-cloud-lightning-fill::before {
  content: "";
}

.icon-cloud-lightning-rain-fill::before {
  content: "";
}

.icon-cloud-lightning-rain::before {
  content: "";
}

.icon-cloud-lightning::before {
  content: "";
}

.icon-cloud-minus-fill::before {
  content: "";
}

.icon-cloud-minus::before {
  content: "";
}

.icon-cloud-moon-fill::before {
  content: "";
}

.icon-cloud-moon::before {
  content: "";
}

.icon-cloud-plus-fill::before {
  content: "";
}

.icon-cloud-plus::before {
  content: "";
}

.icon-cloud-rain-fill::before {
  content: "";
}

.icon-cloud-rain-heavy-fill::before {
  content: "";
}

.icon-cloud-rain-heavy::before {
  content: "";
}

.icon-cloud-rain::before {
  content: "";
}

.icon-cloud-slash-fill::before {
  content: "";
}

.icon-cloud-slash::before {
  content: "";
}

.icon-cloud-sleet-fill::before {
  content: "";
}

.icon-cloud-sleet::before {
  content: "";
}

.icon-cloud-snow-fill::before {
  content: "";
}

.icon-cloud-snow::before {
  content: "";
}

.icon-cloud-sun-fill::before {
  content: "";
}

.icon-cloud-sun::before {
  content: "";
}

.icon-cloud-upload-fill::before {
  content: "";
}

.icon-cloud-upload::before {
  content: "";
}

.icon-cloud::before {
  content: "";
}

.icon-clouds-fill::before {
  content: "";
}

.icon-clouds::before {
  content: "";
}

.icon-cloudy-fill::before {
  content: "";
}

.icon-cloudy::before {
  content: "";
}

.icon-code-slash::before {
  content: "";
}

.icon-code-square::before {
  content: "";
}

.icon-code::before {
  content: "";
}

.icon-collection-fill::before {
  content: "";
}

.icon-collection-play-fill::before {
  content: "";
}

.icon-collection-play::before {
  content: "";
}

.icon-collection::before {
  content: "";
}

.icon-columns-gap::before {
  content: "";
}

.icon-columns::before {
  content: "";
}

.icon-command::before {
  content: "";
}

.icon-compass-fill::before {
  content: "";
}

.icon-compass::before {
  content: "";
}

.icon-cone-striped::before {
  content: "";
}

.icon-cone::before {
  content: "";
}

.icon-controller::before {
  content: "";
}

.icon-cpu-fill::before {
  content: "";
}

.icon-cpu::before {
  content: "";
}

.icon-credit-card-2-back-fill::before {
  content: "";
}

.icon-credit-card-2-back::before {
  content: "";
}

.icon-credit-card-2-front-fill::before {
  content: "";
}

.icon-credit-card-2-front::before {
  content: "";
}

.icon-credit-card-fill::before {
  content: "";
}

.icon-credit-card::before {
  content: "";
}

.icon-crop::before {
  content: "";
}

.icon-cup-fill::before {
  content: "";
}

.icon-cup-straw::before {
  content: "";
}

.icon-cup::before {
  content: "";
}

.icon-cursor-fill::before {
  content: "";
}

.icon-cursor-text::before {
  content: "";
}

.icon-cursor::before {
  content: "";
}

.icon-dash-circle-dotted::before {
  content: "";
}

.icon-dash-circle-fill::before {
  content: "";
}

.icon-dash-circle::before {
  content: "";
}

.icon-dash-square-dotted::before {
  content: "";
}

.icon-dash-square-fill::before {
  content: "";
}

.icon-dash-square::before {
  content: "";
}

.icon-dash::before {
  content: "";
}

.icon-diagram-2-fill::before {
  content: "";
}

.icon-diagram-2::before {
  content: "";
}

.icon-diagram-3-fill::before {
  content: "";
}

.icon-diagram-3::before {
  content: "";
}

.icon-diamond-fill::before {
  content: "";
}

.icon-diamond-half::before {
  content: "";
}

.icon-diamond::before {
  content: "";
}

.icon-dice-1-fill::before {
  content: "";
}

.icon-dice-1::before {
  content: "";
}

.icon-dice-2-fill::before {
  content: "";
}

.icon-dice-2::before {
  content: "";
}

.icon-dice-3-fill::before {
  content: "";
}

.icon-dice-3::before {
  content: "";
}

.icon-dice-4-fill::before {
  content: "";
}

.icon-dice-4::before {
  content: "";
}

.icon-dice-5-fill::before {
  content: "";
}

.icon-dice-5::before {
  content: "";
}

.icon-dice-6-fill::before {
  content: "";
}

.icon-dice-6::before {
  content: "";
}

.icon-disc-fill::before {
  content: "";
}

.icon-disc::before {
  content: "";
}

.icon-discord::before {
  content: "";
}

.icon-display-fill::before {
  content: "";
}

.icon-display::before {
  content: "";
}

.icon-distribute-horizontal::before {
  content: "";
}

.icon-distribute-vertical::before {
  content: "";
}

.icon-door-closed-fill::before {
  content: "";
}

.icon-door-closed::before {
  content: "";
}

.icon-door-open-fill::before {
  content: "";
}

.icon-door-open::before {
  content: "";
}

.icon-dot::before {
  content: "";
}

.icon-download::before {
  content: "";
}

.icon-droplet-fill::before {
  content: "";
}

.icon-droplet-half::before {
  content: "";
}

.icon-droplet::before {
  content: "";
}

.icon-earbuds::before {
  content: "";
}

.icon-easel-fill::before {
  content: "";
}

.icon-easel::before {
  content: "";
}

.icon-egg-fill::before {
  content: "";
}

.icon-egg-fried::before {
  content: "";
}

.icon-egg::before {
  content: "";
}

.icon-eject-fill::before {
  content: "";
}

.icon-eject::before {
  content: "";
}

.icon-emoji-angry-fill::before {
  content: "";
}

.icon-emoji-angry::before {
  content: "";
}

.icon-emoji-dizzy-fill::before {
  content: "";
}

.icon-emoji-dizzy::before {
  content: "";
}

.icon-emoji-expressionless-fill::before {
  content: "";
}

.icon-emoji-expressionless::before {
  content: "";
}

.icon-emoji-frown-fill::before {
  content: "";
}

.icon-emoji-frown::before {
  content: "";
}

.icon-emoji-heart-eyes-fill::before {
  content: "";
}

.icon-emoji-heart-eyes::before {
  content: "";
}

.icon-emoji-laughing-fill::before {
  content: "";
}

.icon-emoji-laughing::before {
  content: "";
}

.icon-emoji-neutral-fill::before {
  content: "";
}

.icon-emoji-neutral::before {
  content: "";
}

.icon-emoji-smile-fill::before {
  content: "";
}

.icon-emoji-smile-upside-down-fill::before {
  content: "";
}

.icon-emoji-smile-upside-down::before {
  content: "";
}

.icon-emoji-smile::before {
  content: "";
}

.icon-emoji-sunglasses-fill::before {
  content: "";
}

.icon-emoji-sunglasses::before {
  content: "";
}

.icon-emoji-wink-fill::before {
  content: "";
}

.icon-emoji-wink::before {
  content: "";
}

.icon-envelope-fill::before {
  content: "";
}

.icon-envelope-open-fill::before {
  content: "";
}

.icon-envelope-open::before {
  content: "";
}

.icon-envelope::before {
  content: "";
}

.icon-eraser-fill::before {
  content: "";
}

.icon-eraser::before {
  content: "";
}

.icon-exclamation-circle-fill::before {
  content: "";
}

.icon-exclamation-circle::before {
  content: "";
}

.icon-exclamation-diamond-fill::before {
  content: "";
}

.icon-exclamation-diamond::before {
  content: "";
}

.icon-exclamation-octagon-fill::before {
  content: "";
}

.icon-exclamation-octagon::before {
  content: "";
}

.icon-exclamation-square-fill::before {
  content: "";
}

.icon-exclamation-square::before {
  content: "";
}

.icon-exclamation-triangle-fill::before {
  content: "";
}

.icon-exclamation-triangle::before {
  content: "";
}

.icon-exclamation::before {
  content: "";
}

.icon-exclude::before {
  content: "";
}

.icon-eye-fill::before {
  content: "";
}

.icon-eye-slash-fill::before {
  content: "";
}

.icon-eye-slash::before {
  content: "";
}

.icon-eye::before {
  content: "";
}

.icon-eyedropper::before {
  content: "";
}

.icon-eyeglasses::before {
  content: "";
}

.icon-facebook::before {
  content: "";
}

.icon-file-arrow-down-fill::before {
  content: "";
}

.icon-file-arrow-down::before {
  content: "";
}

.icon-file-arrow-up-fill::before {
  content: "";
}

.icon-file-arrow-up::before {
  content: "";
}

.icon-file-bar-graph-fill::before {
  content: "";
}

.icon-file-bar-graph::before {
  content: "";
}

.icon-file-binary-fill::before {
  content: "";
}

.icon-file-binary::before {
  content: "";
}

.icon-file-break-fill::before {
  content: "";
}

.icon-file-break::before {
  content: "";
}

.icon-file-check-fill::before {
  content: "";
}

.icon-file-check::before {
  content: "";
}

.icon-file-code-fill::before {
  content: "";
}

.icon-file-code::before {
  content: "";
}

.icon-file-diff-fill::before {
  content: "";
}

.icon-file-diff::before {
  content: "";
}

.icon-file-earmark-arrow-down-fill::before {
  content: "";
}

.icon-file-earmark-arrow-down::before {
  content: "";
}

.icon-file-earmark-arrow-up-fill::before {
  content: "";
}

.icon-file-earmark-arrow-up::before {
  content: "";
}

.icon-file-earmark-bar-graph-fill::before {
  content: "";
}

.icon-file-earmark-bar-graph::before {
  content: "";
}

.icon-file-earmark-binary-fill::before {
  content: "";
}

.icon-file-earmark-binary::before {
  content: "";
}

.icon-file-earmark-break-fill::before {
  content: "";
}

.icon-file-earmark-break::before {
  content: "";
}

.icon-file-earmark-check-fill::before {
  content: "";
}

.icon-file-earmark-check::before {
  content: "";
}

.icon-file-earmark-code-fill::before {
  content: "";
}

.icon-file-earmark-code::before {
  content: "";
}

.icon-file-earmark-diff-fill::before {
  content: "";
}

.icon-file-earmark-diff::before {
  content: "";
}

.icon-file-earmark-easel-fill::before {
  content: "";
}

.icon-file-earmark-easel::before {
  content: "";
}

.icon-file-earmark-excel-fill::before {
  content: "";
}

.icon-file-earmark-excel::before {
  content: "";
}

.icon-file-earmark-fill::before {
  content: "";
}

.icon-file-earmark-font-fill::before {
  content: "";
}

.icon-file-earmark-font::before {
  content: "";
}

.icon-file-earmark-image-fill::before {
  content: "";
}

.icon-file-earmark-image::before {
  content: "";
}

.icon-file-earmark-lock-fill::before {
  content: "";
}

.icon-file-earmark-lock::before {
  content: "";
}

.icon-file-earmark-lock2-fill::before {
  content: "";
}

.icon-file-earmark-lock2::before {
  content: "";
}

.icon-file-earmark-medical-fill::before {
  content: "";
}

.icon-file-earmark-medical::before {
  content: "";
}

.icon-file-earmark-minus-fill::before {
  content: "";
}

.icon-file-earmark-minus::before {
  content: "";
}

.icon-file-earmark-music-fill::before {
  content: "";
}

.icon-file-earmark-music::before {
  content: "";
}

.icon-file-earmark-person-fill::before {
  content: "";
}

.icon-file-earmark-person::before {
  content: "";
}

.icon-file-earmark-play-fill::before {
  content: "";
}

.icon-file-earmark-play::before {
  content: "";
}

.icon-file-earmark-plus-fill::before {
  content: "";
}

.icon-file-earmark-plus::before {
  content: "";
}

.icon-file-earmark-post-fill::before {
  content: "";
}

.icon-file-earmark-post::before {
  content: "";
}

.icon-file-earmark-ppt-fill::before {
  content: "";
}

.icon-file-earmark-ppt::before {
  content: "";
}

.icon-file-earmark-richtext-fill::before {
  content: "";
}

.icon-file-earmark-richtext::before {
  content: "";
}

.icon-file-earmark-ruled-fill::before {
  content: "";
}

.icon-file-earmark-ruled::before {
  content: "";
}

.icon-file-earmark-slides-fill::before {
  content: "";
}

.icon-file-earmark-slides::before {
  content: "";
}

.icon-file-earmark-spreadsheet-fill::before {
  content: "";
}

.icon-file-earmark-spreadsheet::before {
  content: "";
}

.icon-file-earmark-text-fill::before {
  content: "";
}

.icon-file-earmark-text::before {
  content: "";
}

.icon-file-earmark-word-fill::before {
  content: "";
}

.icon-file-earmark-word::before {
  content: "";
}

.icon-file-earmark-x-fill::before {
  content: "";
}

.icon-file-earmark-x::before {
  content: "";
}

.icon-file-earmark-zip-fill::before {
  content: "";
}

.icon-file-earmark-zip::before {
  content: "";
}

.icon-file-earmark::before {
  content: "";
}

.icon-file-easel-fill::before {
  content: "";
}

.icon-file-easel::before {
  content: "";
}

.icon-file-excel-fill::before {
  content: "";
}

.icon-file-excel::before {
  content: "";
}

.icon-file-fill::before {
  content: "";
}

.icon-file-font-fill::before {
  content: "";
}

.icon-file-font::before {
  content: "";
}

.icon-file-image-fill::before {
  content: "";
}

.icon-file-image::before {
  content: "";
}

.icon-file-lock-fill::before {
  content: "";
}

.icon-file-lock::before {
  content: "";
}

.icon-file-lock2-fill::before {
  content: "";
}

.icon-file-lock2::before {
  content: "";
}

.icon-file-medical-fill::before {
  content: "";
}

.icon-file-medical::before {
  content: "";
}

.icon-file-minus-fill::before {
  content: "";
}

.icon-file-minus::before {
  content: "";
}

.icon-file-music-fill::before {
  content: "";
}

.icon-file-music::before {
  content: "";
}

.icon-file-person-fill::before {
  content: "";
}

.icon-file-person::before {
  content: "";
}

.icon-file-play-fill::before {
  content: "";
}

.icon-file-play::before {
  content: "";
}

.icon-file-plus-fill::before {
  content: "";
}

.icon-file-plus::before {
  content: "";
}

.icon-file-post-fill::before {
  content: "";
}

.icon-file-post::before {
  content: "";
}

.icon-file-ppt-fill::before {
  content: "";
}

.icon-file-ppt::before {
  content: "";
}

.icon-file-richtext-fill::before {
  content: "";
}

.icon-file-richtext::before {
  content: "";
}

.icon-file-ruled-fill::before {
  content: "";
}

.icon-file-ruled::before {
  content: "";
}

.icon-file-slides-fill::before {
  content: "";
}

.icon-file-slides::before {
  content: "";
}

.icon-file-spreadsheet-fill::before {
  content: "";
}

.icon-file-spreadsheet::before {
  content: "";
}

.icon-file-text-fill::before {
  content: "";
}

.icon-file-text::before {
  content: "";
}

.icon-file-word-fill::before {
  content: "";
}

.icon-file-word::before {
  content: "";
}

.icon-file-x-fill::before {
  content: "";
}

.icon-file-x::before {
  content: "";
}

.icon-file-zip-fill::before {
  content: "";
}

.icon-file-zip::before {
  content: "";
}

.icon-file::before {
  content: "";
}

.icon-files-alt::before {
  content: "";
}

.icon-files::before {
  content: "";
}

.icon-film::before {
  content: "";
}

.icon-filter-circle-fill::before {
  content: "";
}

.icon-filter-circle::before {
  content: "";
}

.icon-filter-left::before {
  content: "";
}

.icon-filter-right::before {
  content: "";
}

.icon-filter-square-fill::before {
  content: "";
}

.icon-filter-square::before {
  content: "";
}

.icon-filter::before {
  content: "";
}

.icon-flag-fill::before {
  content: "";
}

.icon-flag::before {
  content: "";
}

.icon-flower1::before {
  content: "";
}

.icon-flower2::before {
  content: "";
}

.icon-flower3::before {
  content: "";
}

.icon-folder-check::before {
  content: "";
}

.icon-folder-fill::before {
  content: "";
}

.icon-folder-minus::before {
  content: "";
}

.icon-folder-plus::before {
  content: "";
}

.icon-folder-symlink-fill::before {
  content: "";
}

.icon-folder-symlink::before {
  content: "";
}

.icon-folder-x::before {
  content: "";
}

.icon-folder::before {
  content: "";
}

.icon-folder2-open::before {
  content: "";
}

.icon-folder2::before {
  content: "";
}

.icon-fonts::before {
  content: "";
}

.icon-forward-fill::before {
  content: "";
}

.icon-forward::before {
  content: "";
}

.icon-front::before {
  content: "";
}

.icon-fullscreen-exit::before {
  content: "";
}

.icon-fullscreen::before {
  content: "";
}

.icon-funnel-fill::before {
  content: "";
}

.icon-funnel::before {
  content: "";
}

.icon-gear-fill::before {
  content: "";
}

.icon-gear-wide-connected::before {
  content: "";
}

.icon-gear-wide::before {
  content: "";
}

.icon-gear::before {
  content: "";
}

.icon-gem::before {
  content: "";
}

.icon-geo-alt-fill::before {
  content: "";
}

.icon-geo-alt::before {
  content: "";
}

.icon-geo-fill::before {
  content: "";
}

.icon-geo::before {
  content: "";
}

.icon-gift-fill::before {
  content: "";
}

.icon-gift::before {
  content: "";
}

.icon-github::before {
  content: "";
}

.icon-globe::before {
  content: "";
}

.icon-globe2::before {
  content: "";
}

.icon-google::before {
  content: "";
}

.icon-graph-down::before {
  content: "";
}

.icon-graph-up::before {
  content: "";
}

.icon-grid-1x2-fill::before {
  content: "";
}

.icon-grid-1x2::before {
  content: "";
}

.icon-grid-3x2-gap-fill::before {
  content: "";
}

.icon-grid-3x2-gap::before {
  content: "";
}

.icon-grid-3x2::before {
  content: "";
}

.icon-grid-3x3-gap-fill::before {
  content: "";
}

.icon-grid-3x3-gap::before {
  content: "";
}

.icon-grid-3x3::before {
  content: "";
}

.icon-grid-fill::before {
  content: "";
}

.icon-grid::before {
  content: "";
}

.icon-grip-horizontal::before {
  content: "";
}

.icon-grip-vertical::before {
  content: "";
}

.icon-hammer::before {
  content: "";
}

.icon-hand-index-fill::before {
  content: "";
}

.icon-hand-index-thumb-fill::before {
  content: "";
}

.icon-hand-index-thumb::before {
  content: "";
}

.icon-hand-index::before {
  content: "";
}

.icon-hand-thumbs-down-fill::before {
  content: "";
}

.icon-hand-thumbs-down::before {
  content: "";
}

.icon-hand-thumbs-up-fill::before {
  content: "";
}

.icon-hand-thumbs-up::before {
  content: "";
}

.icon-handbag-fill::before {
  content: "";
}

.icon-handbag::before {
  content: "";
}

.icon-hash::before {
  content: "";
}

.icon-hdd-fill::before {
  content: "";
}

.icon-hdd-network-fill::before {
  content: "";
}

.icon-hdd-network::before {
  content: "";
}

.icon-hdd-rack-fill::before {
  content: "";
}

.icon-hdd-rack::before {
  content: "";
}

.icon-hdd-stack-fill::before {
  content: "";
}

.icon-hdd-stack::before {
  content: "";
}

.icon-hdd::before {
  content: "";
}

.icon-headphones::before {
  content: "";
}

.icon-headset::before {
  content: "";
}

.icon-heart-fill::before {
  content: "";
}

.icon-heart-half::before {
  content: "";
}

.icon-heart::before {
  content: "";
}

.icon-heptagon-fill::before {
  content: "";
}

.icon-heptagon-half::before {
  content: "";
}

.icon-heptagon::before {
  content: "";
}

.icon-hexagon-fill::before {
  content: "";
}

.icon-hexagon-half::before {
  content: "";
}

.icon-hexagon::before {
  content: "";
}

.icon-hourglass-bottom::before {
  content: "";
}

.icon-hourglass-split::before {
  content: "";
}

.icon-hourglass-top::before {
  content: "";
}

.icon-hourglass::before {
  content: "";
}

.icon-house-door-fill::before {
  content: "";
}

.icon-house-door::before {
  content: "";
}

.icon-house-fill::before {
  content: "";
}

.icon-house::before {
  content: "";
}

.icon-hr::before {
  content: "";
}

.icon-hurricane::before {
  content: "";
}

.icon-image-alt::before {
  content: "";
}

.icon-image-fill::before {
  content: "";
}

.icon-image::before {
  content: "";
}

.icon-images::before {
  content: "";
}

.icon-inbox-fill::before {
  content: "";
}

.icon-inbox::before {
  content: "";
}

.icon-inboxes-fill::before {
  content: "";
}

.icon-inboxes::before {
  content: "";
}

.icon-info-circle-fill::before {
  content: "";
}

.icon-info-circle::before {
  content: "";
}

.icon-info-square-fill::before {
  content: "";
}

.icon-info-square::before {
  content: "";
}

.icon-info::before {
  content: "";
}

.icon-input-cursor-text::before {
  content: "";
}

.icon-input-cursor::before {
  content: "";
}

.icon-instagram::before {
  content: "";
}

.icon-intersect::before {
  content: "";
}

.icon-journal-album::before {
  content: "";
}

.icon-journal-arrow-down::before {
  content: "";
}

.icon-journal-arrow-up::before {
  content: "";
}

.icon-journal-bookmark-fill::before {
  content: "";
}

.icon-journal-bookmark::before {
  content: "";
}

.icon-journal-check::before {
  content: "";
}

.icon-journal-code::before {
  content: "";
}

.icon-journal-medical::before {
  content: "";
}

.icon-journal-minus::before {
  content: "";
}

.icon-journal-plus::before {
  content: "";
}

.icon-journal-richtext::before {
  content: "";
}

.icon-journal-text::before {
  content: "";
}

.icon-journal-x::before {
  content: "";
}

.icon-journal::before {
  content: "";
}

.icon-journals::before {
  content: "";
}

.icon-joystick::before {
  content: "";
}

.icon-justify-left::before {
  content: "";
}

.icon-justify-right::before {
  content: "";
}

.icon-justify::before {
  content: "";
}

.icon-kanban-fill::before {
  content: "";
}

.icon-kanban::before {
  content: "";
}

.icon-key-fill::before {
  content: "";
}

.icon-key::before {
  content: "";
}

.icon-keyboard-fill::before {
  content: "";
}

.icon-keyboard::before {
  content: "";
}

.icon-ladder::before {
  content: "";
}

.icon-lamp-fill::before {
  content: "";
}

.icon-lamp::before {
  content: "";
}

.icon-laptop-fill::before {
  content: "";
}

.icon-laptop::before {
  content: "";
}

.icon-layer-backward::before {
  content: "";
}

.icon-layer-forward::before {
  content: "";
}

.icon-layers-fill::before {
  content: "";
}

.icon-layers-half::before {
  content: "";
}

.icon-layers::before {
  content: "";
}

.icon-layout-sidebar-inset-reverse::before {
  content: "";
}

.icon-layout-sidebar-inset::before {
  content: "";
}

.icon-layout-sidebar-reverse::before {
  content: "";
}

.icon-layout-sidebar::before {
  content: "";
}

.icon-layout-split::before {
  content: "";
}

.icon-layout-text-sidebar-reverse::before {
  content: "";
}

.icon-layout-text-sidebar::before {
  content: "";
}

.icon-layout-text-window-reverse::before {
  content: "";
}

.icon-layout-text-window::before {
  content: "";
}

.icon-layout-three-columns::before {
  content: "";
}

.icon-layout-wtf::before {
  content: "";
}

.icon-life-preserver::before {
  content: "";
}

.icon-lightbulb-fill::before {
  content: "";
}

.icon-lightbulb-off-fill::before {
  content: "";
}

.icon-lightbulb-off::before {
  content: "";
}

.icon-lightbulb::before {
  content: "";
}

.icon-lightning-charge-fill::before {
  content: "";
}

.icon-lightning-charge::before {
  content: "";
}

.icon-lightning-fill::before {
  content: "";
}

.icon-lightning::before {
  content: "";
}

.icon-link-45deg::before {
  content: "";
}

.icon-link::before {
  content: "";
}

.icon-linkedin::before {
  content: "";
}

.icon-list-check::before {
  content: "";
}

.icon-list-nested::before {
  content: "";
}

.icon-list-ol::before {
  content: "";
}

.icon-list-stars::before {
  content: "";
}

.icon-list-task::before {
  content: "";
}

.icon-list-ul::before {
  content: "";
}

.icon-list::before {
  content: "";
}

.icon-lock-fill::before {
  content: "";
}

.icon-lock::before {
  content: "";
}

.icon-mailbox::before {
  content: "";
}

.icon-mailbox2::before {
  content: "";
}

.icon-map-fill::before {
  content: "";
}

.icon-map::before {
  content: "";
}

.icon-markdown-fill::before {
  content: "";
}

.icon-markdown::before {
  content: "";
}

.icon-mask::before {
  content: "";
}

.icon-megaphone-fill::before {
  content: "";
}

.icon-megaphone::before {
  content: "";
}

.icon-menu-app-fill::before {
  content: "";
}

.icon-menu-app::before {
  content: "";
}

.icon-menu-button-fill::before {
  content: "";
}

.icon-menu-button-wide-fill::before {
  content: "";
}

.icon-menu-button-wide::before {
  content: "";
}

.icon-menu-button::before {
  content: "";
}

.icon-menu-down::before {
  content: "";
}

.icon-menu-up::before {
  content: "";
}

.icon-mic-fill::before {
  content: "";
}

.icon-mic-mute-fill::before {
  content: "";
}

.icon-mic-mute::before {
  content: "";
}

.icon-mic::before {
  content: "";
}

.icon-minecart-loaded::before {
  content: "";
}

.icon-minecart::before {
  content: "";
}

.icon-moisture::before {
  content: "";
}

.icon-moon-fill::before {
  content: "";
}

.icon-moon-stars-fill::before {
  content: "";
}

.icon-moon-stars::before {
  content: "";
}

.icon-moon::before {
  content: "";
}

.icon-mouse-fill::before {
  content: "";
}

.icon-mouse::before {
  content: "";
}

.icon-mouse2-fill::before {
  content: "";
}

.icon-mouse2::before {
  content: "";
}

.icon-mouse3-fill::before {
  content: "";
}

.icon-mouse3::before {
  content: "";
}

.icon-music-note-beamed::before {
  content: "";
}

.icon-music-note-list::before {
  content: "";
}

.icon-music-note::before {
  content: "";
}

.icon-music-player-fill::before {
  content: "";
}

.icon-music-player::before {
  content: "";
}

.icon-newspaper::before {
  content: "";
}

.icon-node-minus-fill::before {
  content: "";
}

.icon-node-minus::before {
  content: "";
}

.icon-node-plus-fill::before {
  content: "";
}

.icon-node-plus::before {
  content: "";
}

.icon-nut-fill::before {
  content: "";
}

.icon-nut::before {
  content: "";
}

.icon-octagon-fill::before {
  content: "";
}

.icon-octagon-half::before {
  content: "";
}

.icon-octagon::before {
  content: "";
}

.icon-option::before {
  content: "";
}

.icon-outlet::before {
  content: "";
}

.icon-paint-bucket::before {
  content: "";
}

.icon-palette-fill::before {
  content: "";
}

.icon-palette::before {
  content: "";
}

.icon-palette2::before {
  content: "";
}

.icon-paperclip::before {
  content: "";
}

.icon-paragraph::before {
  content: "";
}

.icon-patch-check-fill::before {
  content: "";
}

.icon-patch-check::before {
  content: "";
}

.icon-patch-exclamation-fill::before {
  content: "";
}

.icon-patch-exclamation::before {
  content: "";
}

.icon-patch-minus-fill::before {
  content: "";
}

.icon-patch-minus::before {
  content: "";
}

.icon-patch-plus-fill::before {
  content: "";
}

.icon-patch-plus::before {
  content: "";
}

.icon-patch-question-fill::before {
  content: "";
}

.icon-patch-question::before {
  content: "";
}

.icon-pause-btn-fill::before {
  content: "";
}

.icon-pause-btn::before {
  content: "";
}

.icon-pause-circle-fill::before {
  content: "";
}

.icon-pause-circle::before {
  content: "";
}

.icon-pause-fill::before {
  content: "";
}

.icon-pause::before {
  content: "";
}

.icon-peace-fill::before {
  content: "";
}

.icon-peace::before {
  content: "";
}

.icon-pen-fill::before {
  content: "";
}

.icon-pen::before {
  content: "";
}

.icon-pencil-fill::before {
  content: "";
}

.icon-pencil-square::before {
  content: "";
}

.icon-pencil::before {
  content: "";
}

.icon-pentagon-fill::before {
  content: "";
}

.icon-pentagon-half::before {
  content: "";
}

.icon-pentagon::before {
  content: "";
}

.icon-people-fill::before {
  content: "";
}

.icon-people::before {
  content: "";
}

.icon-percent::before {
  content: "";
}

.icon-person-badge-fill::before {
  content: "";
}

.icon-person-badge::before {
  content: "";
}

.icon-person-bounding-box::before {
  content: "";
}

.icon-person-check-fill::before {
  content: "";
}

.icon-person-check::before {
  content: "";
}

.icon-person-circle::before {
  content: "";
}

.icon-person-dash-fill::before {
  content: "";
}

.icon-person-dash::before {
  content: "";
}

.icon-person-fill::before {
  content: "";
}

.icon-person-lines-fill::before {
  content: "";
}

.icon-person-plus-fill::before {
  content: "";
}

.icon-person-plus::before {
  content: "";
}

.icon-person-square::before {
  content: "";
}

.icon-person-x-fill::before {
  content: "";
}

.icon-person-x::before {
  content: "";
}

.icon-person::before {
  content: "";
}

.icon-phone-fill::before {
  content: "";
}

.icon-phone-landscape-fill::before {
  content: "";
}

.icon-phone-landscape::before {
  content: "";
}

.icon-phone-vibrate-fill::before {
  content: "";
}

.icon-phone-vibrate::before {
  content: "";
}

.icon-phone::before {
  content: "";
}

.icon-pie-chart-fill::before {
  content: "";
}

.icon-pie-chart::before {
  content: "";
}

.icon-pin-angle-fill::before {
  content: "";
}

.icon-pin-angle::before {
  content: "";
}

.icon-pin-fill::before {
  content: "";
}

.icon-pin::before {
  content: "";
}

.icon-pip-fill::before {
  content: "";
}

.icon-pip::before {
  content: "";
}

.icon-play-btn-fill::before {
  content: "";
}

.icon-play-btn::before {
  content: "";
}

.icon-play-circle-fill::before {
  content: "";
}

.icon-play-circle::before {
  content: "";
}

.icon-play-fill::before {
  content: "";
}

.icon-play::before {
  content: "";
}

.icon-plug-fill::before {
  content: "";
}

.icon-plug::before {
  content: "";
}

.icon-plus-circle-dotted::before {
  content: "";
}

.icon-plus-circle-fill::before {
  content: "";
}

.icon-plus-circle::before {
  content: "";
}

.icon-plus-square-dotted::before {
  content: "";
}

.icon-plus-square-fill::before {
  content: "";
}

.icon-plus-square::before {
  content: "";
}

.icon-plus::before {
  content: "";
}

.icon-power::before {
  content: "";
}

.icon-printer-fill::before {
  content: "";
}

.icon-printer::before {
  content: "";
}

.icon-puzzle-fill::before {
  content: "";
}

.icon-puzzle::before {
  content: "";
}

.icon-question-circle-fill::before {
  content: "";
}

.icon-question-circle::before {
  content: "";
}

.icon-question-diamond-fill::before {
  content: "";
}

.icon-question-diamond::before {
  content: "";
}

.icon-question-octagon-fill::before {
  content: "";
}

.icon-question-octagon::before {
  content: "";
}

.icon-question-square-fill::before {
  content: "";
}

.icon-question-square::before {
  content: "";
}

.icon-question::before {
  content: "";
}

.icon-rainbow::before {
  content: "";
}

.icon-receipt-cutoff::before {
  content: "";
}

.icon-receipt::before {
  content: "";
}

.icon-reception-0::before {
  content: "";
}

.icon-reception-1::before {
  content: "";
}

.icon-reception-2::before {
  content: "";
}

.icon-reception-3::before {
  content: "";
}

.icon-reception-4::before {
  content: "";
}

.icon-record-btn-fill::before {
  content: "";
}

.icon-record-btn::before {
  content: "";
}

.icon-record-circle-fill::before {
  content: "";
}

.icon-record-circle::before {
  content: "";
}

.icon-record-fill::before {
  content: "";
}

.icon-record::before {
  content: "";
}

.icon-record2-fill::before {
  content: "";
}

.icon-record2::before {
  content: "";
}

.icon-reply-all-fill::before {
  content: "";
}

.icon-reply-all::before {
  content: "";
}

.icon-reply-fill::before {
  content: "";
}

.icon-reply::before {
  content: "";
}

.icon-rss-fill::before {
  content: "";
}

.icon-rss::before {
  content: "";
}

.icon-rulers::before {
  content: "";
}

.icon-save-fill::before {
  content: "";
}

.icon-save::before {
  content: "";
}

.icon-save2-fill::before {
  content: "";
}

.icon-save2::before {
  content: "";
}

.icon-scissors::before {
  content: "";
}

.icon-screwdriver::before {
  content: "";
}

.icon-search::before {
  content: "";
}

.icon-segmented-nav::before {
  content: "";
}

.icon-server::before {
  content: "";
}

.icon-share-fill::before {
  content: "";
}

.icon-share::before {
  content: "";
}

.icon-shield-check::before {
  content: "";
}

.icon-shield-exclamation::before {
  content: "";
}

.icon-shield-fill-check::before {
  content: "";
}

.icon-shield-fill-exclamation::before {
  content: "";
}

.icon-shield-fill-minus::before {
  content: "";
}

.icon-shield-fill-plus::before {
  content: "";
}

.icon-shield-fill-x::before {
  content: "";
}

.icon-shield-fill::before {
  content: "";
}

.icon-shield-lock-fill::before {
  content: "";
}

.icon-shield-lock::before {
  content: "";
}

.icon-shield-minus::before {
  content: "";
}

.icon-shield-plus::before {
  content: "";
}

.icon-shield-shaded::before {
  content: "";
}

.icon-shield-slash-fill::before {
  content: "";
}

.icon-shield-slash::before {
  content: "";
}

.icon-shield-x::before {
  content: "";
}

.icon-shield::before {
  content: "";
}

.icon-shift-fill::before {
  content: "";
}

.icon-shift::before {
  content: "";
}

.icon-shop-window::before {
  content: "";
}

.icon-shop::before {
  content: "";
}

.icon-shuffle::before {
  content: "";
}

.icon-signpost-2-fill::before {
  content: "";
}

.icon-signpost-2::before {
  content: "";
}

.icon-signpost-fill::before {
  content: "";
}

.icon-signpost-split-fill::before {
  content: "";
}

.icon-signpost-split::before {
  content: "";
}

.icon-signpost::before {
  content: "";
}

.icon-sim-fill::before {
  content: "";
}

.icon-sim::before {
  content: "";
}

.icon-skip-backward-btn-fill::before {
  content: "";
}

.icon-skip-backward-btn::before {
  content: "";
}

.icon-skip-backward-circle-fill::before {
  content: "";
}

.icon-skip-backward-circle::before {
  content: "";
}

.icon-skip-backward-fill::before {
  content: "";
}

.icon-skip-backward::before {
  content: "";
}

.icon-skip-end-btn-fill::before {
  content: "";
}

.icon-skip-end-btn::before {
  content: "";
}

.icon-skip-end-circle-fill::before {
  content: "";
}

.icon-skip-end-circle::before {
  content: "";
}

.icon-skip-end-fill::before {
  content: "";
}

.icon-skip-end::before {
  content: "";
}

.icon-skip-forward-btn-fill::before {
  content: "";
}

.icon-skip-forward-btn::before {
  content: "";
}

.icon-skip-forward-circle-fill::before {
  content: "";
}

.icon-skip-forward-circle::before {
  content: "";
}

.icon-skip-forward-fill::before {
  content: "";
}

.icon-skip-forward::before {
  content: "";
}

.icon-skip-start-btn-fill::before {
  content: "";
}

.icon-skip-start-btn::before {
  content: "";
}

.icon-skip-start-circle-fill::before {
  content: "";
}

.icon-skip-start-circle::before {
  content: "";
}

.icon-skip-start-fill::before {
  content: "";
}

.icon-skip-start::before {
  content: "";
}

.icon-slack::before {
  content: "";
}

.icon-slash-circle-fill::before {
  content: "";
}

.icon-slash-circle::before {
  content: "";
}

.icon-slash-square-fill::before {
  content: "";
}

.icon-slash-square::before {
  content: "";
}

.icon-slash::before {
  content: "";
}

.icon-sliders::before {
  content: "";
}

.icon-smartwatch::before {
  content: "";
}

.icon-snow::before {
  content: "";
}

.icon-snow2::before {
  content: "";
}

.icon-snow3::before {
  content: "";
}

.icon-sort-alpha-down-alt::before {
  content: "";
}

.icon-sort-alpha-down::before {
  content: "";
}

.icon-sort-alpha-up-alt::before {
  content: "";
}

.icon-sort-alpha-up::before {
  content: "";
}

.icon-sort-down-alt::before {
  content: "";
}

.icon-sort-down::before {
  content: "";
}

.icon-sort-numeric-down-alt::before {
  content: "";
}

.icon-sort-numeric-down::before {
  content: "";
}

.icon-sort-numeric-up-alt::before {
  content: "";
}

.icon-sort-numeric-up::before {
  content: "";
}

.icon-sort-up-alt::before {
  content: "";
}

.icon-sort-up::before {
  content: "";
}

.icon-soundwave::before {
  content: "";
}

.icon-speaker-fill::before {
  content: "";
}

.icon-speaker::before {
  content: "";
}

.icon-speedometer::before {
  content: "";
}

.icon-speedometer2::before {
  content: "";
}

.icon-spellcheck::before {
  content: "";
}

.icon-square-fill::before {
  content: "";
}

.icon-square-half::before {
  content: "";
}

.icon-square::before {
  content: "";
}

.icon-stack::before {
  content: "";
}

.icon-star-fill::before {
  content: "";
}

.icon-star-half::before {
  content: "";
}

.icon-star::before {
  content: "";
}

.icon-stars::before {
  content: "";
}

.icon-stickies-fill::before {
  content: "";
}

.icon-stickies::before {
  content: "";
}

.icon-sticky-fill::before {
  content: "";
}

.icon-sticky::before {
  content: "";
}

.icon-stop-btn-fill::before {
  content: "";
}

.icon-stop-btn::before {
  content: "";
}

.icon-stop-circle-fill::before {
  content: "";
}

.icon-stop-circle::before {
  content: "";
}

.icon-stop-fill::before {
  content: "";
}

.icon-stop::before {
  content: "";
}

.icon-stoplights-fill::before {
  content: "";
}

.icon-stoplights::before {
  content: "";
}

.icon-stopwatch-fill::before {
  content: "";
}

.icon-stopwatch::before {
  content: "";
}

.icon-subtract::before {
  content: "";
}

.icon-suit-club-fill::before {
  content: "";
}

.icon-suit-club::before {
  content: "";
}

.icon-suit-diamond-fill::before {
  content: "";
}

.icon-suit-diamond::before {
  content: "";
}

.icon-suit-heart-fill::before {
  content: "";
}

.icon-suit-heart::before {
  content: "";
}

.icon-suit-spade-fill::before {
  content: "";
}

.icon-suit-spade::before {
  content: "";
}

.icon-sun-fill::before {
  content: "";
}

.icon-sun::before {
  content: "";
}

.icon-sunglasses::before {
  content: "";
}

.icon-sunrise-fill::before {
  content: "";
}

.icon-sunrise::before {
  content: "";
}

.icon-sunset-fill::before {
  content: "";
}

.icon-sunset::before {
  content: "";
}

.icon-symmetry-horizontal::before {
  content: "";
}

.icon-symmetry-vertical::before {
  content: "";
}

.icon-table::before {
  content: "";
}

.icon-tablet-fill::before {
  content: "";
}

.icon-tablet-landscape-fill::before {
  content: "";
}

.icon-tablet-landscape::before {
  content: "";
}

.icon-tablet::before {
  content: "";
}

.icon-tag-fill::before {
  content: "";
}

.icon-tag::before {
  content: "";
}

.icon-tags-fill::before {
  content: "";
}

.icon-tags::before {
  content: "";
}

.icon-telegram::before {
  content: "";
}

.icon-telephone-fill::before {
  content: "";
}

.icon-telephone-forward-fill::before {
  content: "";
}

.icon-telephone-forward::before {
  content: "";
}

.icon-telephone-inbound-fill::before {
  content: "";
}

.icon-telephone-inbound::before {
  content: "";
}

.icon-telephone-minus-fill::before {
  content: "";
}

.icon-telephone-minus::before {
  content: "";
}

.icon-telephone-outbound-fill::before {
  content: "";
}

.icon-telephone-outbound::before {
  content: "";
}

.icon-telephone-plus-fill::before {
  content: "";
}

.icon-telephone-plus::before {
  content: "";
}

.icon-telephone-x-fill::before {
  content: "";
}

.icon-telephone-x::before {
  content: "";
}

.icon-telephone::before {
  content: "";
}

.icon-terminal-fill::before {
  content: "";
}

.icon-terminal::before {
  content: "";
}

.icon-text-center::before {
  content: "";
}

.icon-text-indent-left::before {
  content: "";
}

.icon-text-indent-right::before {
  content: "";
}

.icon-text-left::before {
  content: "";
}

.icon-text-paragraph::before {
  content: "";
}

.icon-text-right::before {
  content: "";
}

.icon-textarea-resize::before {
  content: "";
}

.icon-textarea-t::before {
  content: "";
}

.icon-textarea::before {
  content: "";
}

.icon-thermometer-half::before {
  content: "";
}

.icon-thermometer-high::before {
  content: "";
}

.icon-thermometer-low::before {
  content: "";
}

.icon-thermometer-snow::before {
  content: "";
}

.icon-thermometer-sun::before {
  content: "";
}

.icon-thermometer::before {
  content: "";
}

.icon-three-dots-vertical::before {
  content: "";
}

.icon-three-dots::before {
  content: "";
}

.icon-toggle-off::before {
  content: "";
}

.icon-toggle-on::before {
  content: "";
}

.icon-toggle2-off::before {
  content: "";
}

.icon-toggle2-on::before {
  content: "";
}

.icon-toggles::before {
  content: "";
}

.icon-toggles2::before {
  content: "";
}

.icon-tools::before {
  content: "";
}

.icon-tornado::before {
  content: "";
}

.icon-trash-fill::before {
  content: "";
}

.icon-trash::before {
  content: "";
}

.icon-trash2-fill::before {
  content: "";
}

.icon-trash2::before {
  content: "";
}

.icon-tree-fill::before {
  content: "";
}

.icon-tree::before {
  content: "";
}

.icon-triangle-fill::before {
  content: "";
}

.icon-triangle-half::before {
  content: "";
}

.icon-triangle::before {
  content: "";
}

.icon-trophy-fill::before {
  content: "";
}

.icon-trophy::before {
  content: "";
}

.icon-tropical-storm::before {
  content: "";
}

.icon-truck-flatbed::before {
  content: "";
}

.icon-truck::before {
  content: "";
}

.icon-tsunami::before {
  content: "";
}

.icon-tv-fill::before {
  content: "";
}

.icon-tv::before {
  content: "";
}

.icon-twitch::before {
  content: "";
}

.icon-twitter::before {
  content: "";
}

.icon-type-bold::before {
  content: "";
}

.icon-type-h1::before {
  content: "";
}

.icon-type-h2::before {
  content: "";
}

.icon-type-h3::before {
  content: "";
}

.icon-type-italic::before {
  content: "";
}

.icon-type-strikethrough::before {
  content: "";
}

.icon-type-underline::before {
  content: "";
}

.icon-type::before {
  content: "";
}

.icon-ui-checks-grid::before {
  content: "";
}

.icon-ui-checks::before {
  content: "";
}

.icon-ui-radios-grid::before {
  content: "";
}

.icon-ui-radios::before {
  content: "";
}

.icon-umbrella-fill::before {
  content: "";
}

.icon-umbrella::before {
  content: "";
}

.icon-union::before {
  content: "";
}

.icon-unlock-fill::before {
  content: "";
}

.icon-unlock::before {
  content: "";
}

.icon-upc-scan::before {
  content: "";
}

.icon-upc::before {
  content: "";
}

.icon-upload::before {
  content: "";
}

.icon-vector-pen::before {
  content: "";
}

.icon-view-list::before {
  content: "";
}

.icon-view-stacked::before {
  content: "";
}

.icon-vinyl-fill::before {
  content: "";
}

.icon-vinyl::before {
  content: "";
}

.icon-voicemail::before {
  content: "";
}

.icon-volume-down-fill::before {
  content: "";
}

.icon-volume-down::before {
  content: "";
}

.icon-volume-mute-fill::before {
  content: "";
}

.icon-volume-mute::before {
  content: "";
}

.icon-volume-off-fill::before {
  content: "";
}

.icon-volume-off::before {
  content: "";
}

.icon-volume-up-fill::before {
  content: "";
}

.icon-volume-up::before {
  content: "";
}

.icon-vr::before {
  content: "";
}

.icon-wallet-fill::before {
  content: "";
}

.icon-wallet::before {
  content: "";
}

.icon-wallet2::before {
  content: "";
}

.icon-watch::before {
  content: "";
}

.icon-water::before {
  content: "";
}

.icon-whatsapp::before {
  content: "";
}

.icon-wifi-1::before {
  content: "";
}

.icon-wifi-2::before {
  content: "";
}

.icon-wifi-off::before {
  content: "";
}

.icon-wifi::before {
  content: "";
}

.icon-wind::before {
  content: "";
}

.icon-window-dock::before {
  content: "";
}

.icon-window-sidebar::before {
  content: "";
}

.icon-window::before {
  content: "";
}

.icon-wrench::before {
  content: "";
}

.icon-x-circle-fill::before {
  content: "";
}

.icon-x-circle::before {
  content: "";
}

.icon-x-diamond-fill::before {
  content: "";
}

.icon-x-diamond::before {
  content: "";
}

.icon-x-octagon-fill::before {
  content: "";
}

.icon-x-octagon::before {
  content: "";
}

.icon-x-square-fill::before {
  content: "";
}

.icon-x-square::before {
  content: "";
}

.icon-x::before {
  content: "";
}

.icon-youtube::before {
  content: "";
}

.icon-zoom-in::before {
  content: "";
}

.icon-zoom-out::before {
  content: "";
}

.icon-bank::before {
  content: "";
}

.icon-bank2::before {
  content: "";
}

.icon-bell-slash-fill::before {
  content: "";
}

.icon-bell-slash::before {
  content: "";
}

.icon-cash-coin::before {
  content: "";
}

.icon-check-lg::before {
  content: "";
}

.icon-coin::before {
  content: "";
}

.icon-currency-bitcoin::before {
  content: "";
}

.icon-currency-dollar::before {
  content: "";
}

.icon-currency-euro::before {
  content: "";
}

.icon-currency-exchange::before {
  content: "";
}

.icon-currency-pound::before {
  content: "";
}

.icon-currency-yen::before {
  content: "";
}

.icon-dash-lg::before {
  content: "";
}

.icon-exclamation-lg::before {
  content: "";
}

.icon-file-earmark-pdf-fill::before {
  content: "";
}

.icon-file-earmark-pdf::before {
  content: "";
}

.icon-file-pdf-fill::before {
  content: "";
}

.icon-file-pdf::before {
  content: "";
}

.icon-gender-ambiguous::before {
  content: "";
}

.icon-gender-female::before {
  content: "";
}

.icon-gender-male::before {
  content: "";
}

.icon-gender-trans::before {
  content: "";
}

.icon-headset-vr::before {
  content: "";
}

.icon-info-lg::before {
  content: "";
}

.icon-mastodon::before {
  content: "";
}

.icon-messenger::before {
  content: "";
}

.icon-piggy-bank-fill::before {
  content: "";
}

.icon-piggy-bank::before {
  content: "";
}

.icon-pin-map-fill::before {
  content: "";
}

.icon-pin-map::before {
  content: "";
}

.icon-plus-lg::before {
  content: "";
}

.icon-question-lg::before {
  content: "";
}

.icon-recycle::before {
  content: "";
}

.icon-reddit::before {
  content: "";
}

.icon-safe-fill::before {
  content: "";
}

.icon-safe2-fill::before {
  content: "";
}

.icon-safe2::before {
  content: "";
}

.icon-sd-card-fill::before {
  content: "";
}

.icon-sd-card::before {
  content: "";
}

.icon-skype::before {
  content: "";
}

.icon-slash-lg::before {
  content: "";
}

.icon-translate::before {
  content: "";
}

.icon-x-lg::before {
  content: "";
}

.icon-safe::before {
  content: "";
}

.icon-apple::before {
  content: "";
}

.icon-microsoft::before {
  content: "";
}

.icon-windows::before {
  content: "";
}

.icon-behance::before {
  content: "";
}

.icon-dribbble::before {
  content: "";
}

.icon-line::before {
  content: "";
}

.icon-medium::before {
  content: "";
}

.icon-paypal::before {
  content: "";
}

.icon-pinterest::before {
  content: "";
}

.icon-signal::before {
  content: "";
}

.icon-snapchat::before {
  content: "";
}

.icon-spotify::before {
  content: "";
}

.icon-stack-overflow::before {
  content: "";
}

.icon-strava::before {
  content: "";
}

.icon-wordpress::before {
  content: "";
}

.icon-vimeo::before {
  content: "";
}

.icon-activity::before {
  content: "";
}

.icon-easel2-fill::before {
  content: "";
}

.icon-easel2::before {
  content: "";
}

.icon-easel3-fill::before {
  content: "";
}

.icon-easel3::before {
  content: "";
}

.icon-fan::before {
  content: "";
}

.icon-fingerprint::before {
  content: "";
}

.icon-graph-down-arrow::before {
  content: "";
}

.icon-graph-up-arrow::before {
  content: "";
}

.icon-hypnotize::before {
  content: "";
}

.icon-magic::before {
  content: "";
}

.icon-person-rolodex::before {
  content: "";
}

.icon-person-video::before {
  content: "";
}

.icon-person-video2::before {
  content: "";
}

.icon-person-video3::before {
  content: "";
}

.icon-person-workspace::before {
  content: "";
}

.icon-radioactive::before {
  content: "";
}

.icon-webcam-fill::before {
  content: "";
}

.icon-webcam::before {
  content: "";
}

.icon-yin-yang::before {
  content: "";
}

.icon-bandaid-fill::before {
  content: "";
}

.icon-bandaid::before {
  content: "";
}

.icon-bluetooth::before {
  content: "";
}

.icon-body-text::before {
  content: "";
}

.icon-boombox::before {
  content: "";
}

.icon-boxes::before {
  content: "";
}

.icon-dpad-fill::before {
  content: "";
}

.icon-dpad::before {
  content: "";
}

.icon-ear-fill::before {
  content: "";
}

.icon-ear::before {
  content: "";
}

.icon-envelope-check-1::before {
  content: "";
}

.icon-envelope-check-fill::before {
  content: "";
}

.icon-envelope-check::before {
  content: "";
}

.icon-envelope-dash-1::before {
  content: "";
}

.icon-envelope-dash-fill::before {
  content: "";
}

.icon-envelope-dash::before {
  content: "";
}

.icon-envelope-exclamation-1::before {
  content: "";
}

.icon-envelope-exclamation-fill::before {
  content: "";
}

.icon-envelope-exclamation::before {
  content: "";
}

.icon-envelope-plus-fill::before {
  content: "";
}

.icon-envelope-plus::before {
  content: "";
}

.icon-envelope-slash-1::before {
  content: "";
}

.icon-envelope-slash-fill::before {
  content: "";
}

.icon-envelope-slash::before {
  content: "";
}

.icon-envelope-x-1::before {
  content: "";
}

.icon-envelope-x-fill::before {
  content: "";
}

.icon-envelope-x::before {
  content: "";
}

.icon-explicit-fill::before {
  content: "";
}

.icon-explicit::before {
  content: "";
}

.icon-git::before {
  content: "";
}

.icon-infinity::before {
  content: "";
}

.icon-list-columns-reverse::before {
  content: "";
}

.icon-list-columns::before {
  content: "";
}

.icon-meta::before {
  content: "";
}

.icon-mortorboard-fill::before {
  content: "";
}

.icon-mortorboard::before {
  content: "";
}

.icon-nintendo-switch::before {
  content: "";
}

.icon-pc-display-horizontal::before {
  content: "";
}

.icon-pc-display::before {
  content: "";
}

.icon-pc-horizontal::before {
  content: "";
}

.icon-pc::before {
  content: "";
}

.icon-playstation::before {
  content: "";
}

.icon-plus-slash-minus::before {
  content: "";
}

.icon-projector-fill::before {
  content: "";
}

.icon-projector::before {
  content: "";
}

.icon-qr-code-scan::before {
  content: "";
}

.icon-qr-code::before {
  content: "";
}

.icon-quora::before {
  content: "";
}

.icon-quote::before {
  content: "";
}

.icon-robot::before {
  content: "";
}

.icon-send-check-fill::before {
  content: "";
}

.icon-send-check::before {
  content: "";
}

.icon-send-dash-fill::before {
  content: "";
}

.icon-send-dash::before {
  content: "";
}

.icon-send-exclamation-1::before {
  content: "";
}

.icon-send-exclamation-fill::before {
  content: "";
}

.icon-send-exclamation::before {
  content: "";
}

.icon-send-fill::before {
  content: "";
}

.icon-send-plus-fill::before {
  content: "";
}

.icon-send-plus::before {
  content: "";
}

.icon-send-slash-fill::before {
  content: "";
}

.icon-send-slash::before {
  content: "";
}

.icon-send-x-fill::before {
  content: "";
}

.icon-send-x::before {
  content: "";
}

.icon-send::before {
  content: "";
}

.icon-steam::before {
  content: "";
}

.icon-terminal-dash-1::before {
  content: "";
}

.icon-terminal-dash::before {
  content: "";
}

.icon-terminal-plus::before {
  content: "";
}

.icon-terminal-split::before {
  content: "";
}

.icon-ticket-detailed-fill::before {
  content: "";
}

.icon-ticket-detailed::before {
  content: "";
}

.icon-ticket-fill::before {
  content: "";
}

.icon-ticket-perforated-fill::before {
  content: "";
}

.icon-ticket-perforated::before {
  content: "";
}

.icon-ticket::before {
  content: "";
}

.icon-tiktok::before {
  content: "";
}

.icon-window-dash::before {
  content: "";
}

.icon-window-desktop::before {
  content: "";
}

.icon-window-fullscreen::before {
  content: "";
}

.icon-window-plus::before {
  content: "";
}

.icon-window-split::before {
  content: "";
}

.icon-window-stack::before {
  content: "";
}

.icon-window-x::before {
  content: "";
}

.icon-xbox::before {
  content: "";
}

.icon-ethernet::before {
  content: "";
}

.icon-hdmi-fill::before {
  content: "";
}

.icon-hdmi::before {
  content: "";
}

.icon-usb-c-fill::before {
  content: "";
}

.icon-usb-c::before {
  content: "";
}

.icon-usb-fill::before {
  content: "";
}

.icon-usb-plug-fill::before {
  content: "";
}

.icon-usb-plug::before {
  content: "";
}

.icon-usb-symbol::before {
  content: "";
}

.icon-usb::before {
  content: "";
}

.icon-boombox-fill::before {
  content: "";
}

.icon-displayport-1::before {
  content: "";
}

.icon-displayport::before {
  content: "";
}

.icon-gpu-card::before {
  content: "";
}

.icon-memory::before {
  content: "";
}

.icon-modem-fill::before {
  content: "";
}

.icon-modem::before {
  content: "";
}

.icon-motherboard-fill::before {
  content: "";
}

.icon-motherboard::before {
  content: "";
}

.icon-optical-audio-fill::before {
  content: "";
}

.icon-optical-audio::before {
  content: "";
}

.icon-pci-card::before {
  content: "";
}

.icon-router-fill::before {
  content: "";
}

.icon-router::before {
  content: "";
}

.icon-ssd-fill::before {
  content: "";
}

.icon-ssd::before {
  content: "";
}

.icon-thunderbolt-fill::before {
  content: "";
}

.icon-thunderbolt::before {
  content: "";
}

.icon-usb-drive-fill::before {
  content: "";
}

.icon-usb-drive::before {
  content: "";
}

.icon-usb-micro-fill::before {
  content: "";
}

.icon-usb-micro::before {
  content: "";
}

.icon-usb-mini-fill::before {
  content: "";
}

.icon-usb-mini::before {
  content: "";
}

.icon-cloud-haze2::before {
  content: "";
}

.icon-device-hdd-fill::before {
  content: "";
}

.icon-device-hdd::before {
  content: "";
}

.icon-device-ssd-fill::before {
  content: "";
}

.icon-device-ssd::before {
  content: "";
}

.icon-displayport-fill::before {
  content: "";
}

.icon-mortarboard-fill::before {
  content: "";
}

.icon-mortarboard::before {
  content: "";
}

.icon-terminal-x::before {
  content: "";
}

.icon-arrow-through-heart-fill::before {
  content: "";
}

.icon-arrow-through-heart::before {
  content: "";
}

.icon-badge-sd-fill::before {
  content: "";
}

.icon-badge-sd::before {
  content: "";
}

.icon-bag-heart-fill::before {
  content: "";
}

.icon-bag-heart::before {
  content: "";
}

.icon-balloon-fill::before {
  content: "";
}

.icon-balloon-heart-fill::before {
  content: "";
}

.icon-balloon-heart::before {
  content: "";
}

.icon-balloon::before {
  content: "";
}

.icon-box2-fill::before {
  content: "";
}

.icon-box2-heart-fill::before {
  content: "";
}

.icon-box2-heart::before {
  content: "";
}

.icon-box2::before {
  content: "";
}

.icon-braces-asterisk::before {
  content: "";
}

.icon-calendar-heart-fill::before {
  content: "";
}

.icon-calendar-heart::before {
  content: "";
}

.icon-calendar2-heart-fill::before {
  content: "";
}

.icon-calendar2-heart::before {
  content: "";
}

.icon-chat-heart-fill::before {
  content: "";
}

.icon-chat-heart::before {
  content: "";
}

.icon-chat-left-heart-fill::before {
  content: "";
}

.icon-chat-left-heart::before {
  content: "";
}

.icon-chat-right-heart-fill::before {
  content: "";
}

.icon-chat-right-heart::before {
  content: "";
}

.icon-chat-square-heart-fill::before {
  content: "";
}

.icon-chat-square-heart::before {
  content: "";
}

.icon-clipboard-check-fill::before {
  content: "";
}

.icon-clipboard-data-fill::before {
  content: "";
}

.icon-clipboard-fill::before {
  content: "";
}

.icon-clipboard-heart-fill::before {
  content: "";
}

.icon-clipboard-heart::before {
  content: "";
}

.icon-clipboard-minus-fill::before {
  content: "";
}

.icon-clipboard-plus-fill::before {
  content: "";
}

.icon-clipboard-pulse::before {
  content: "";
}

.icon-clipboard-x-fill::before {
  content: "";
}

.icon-clipboard2-check-fill::before {
  content: "";
}

.icon-clipboard2-check::before {
  content: "";
}

.icon-clipboard2-data-fill::before {
  content: "";
}

.icon-clipboard2-data::before {
  content: "";
}

.icon-clipboard2-fill::before {
  content: "";
}

.icon-clipboard2-heart-fill::before {
  content: "";
}

.icon-clipboard2-heart::before {
  content: "";
}

.icon-clipboard2-minus-fill::before {
  content: "";
}

.icon-clipboard2-minus::before {
  content: "";
}

.icon-clipboard2-plus-fill::before {
  content: "";
}

.icon-clipboard2-plus::before {
  content: "";
}

.icon-clipboard2-pulse-fill::before {
  content: "";
}

.icon-clipboard2-pulse::before {
  content: "";
}

.icon-clipboard2-x-fill::before {
  content: "";
}

.icon-clipboard2-x::before {
  content: "";
}

.icon-clipboard2::before {
  content: "";
}

.icon-emoji-kiss-fill::before {
  content: "";
}

.icon-emoji-kiss::before {
  content: "";
}

.icon-envelope-heart-fill::before {
  content: "";
}

.icon-envelope-heart::before {
  content: "";
}

.icon-envelope-open-heart-fill::before {
  content: "";
}

.icon-envelope-open-heart::before {
  content: "";
}

.icon-envelope-paper-fill::before {
  content: "";
}

.icon-envelope-paper-heart-fill::before {
  content: "";
}

.icon-envelope-paper-heart::before {
  content: "";
}

.icon-envelope-paper::before {
  content: "";
}

.icon-filetype-aac::before {
  content: "";
}

.icon-filetype-ai::before {
  content: "";
}

.icon-filetype-bmp::before {
  content: "";
}

.icon-filetype-cs::before {
  content: "";
}

.icon-filetype-css::before {
  content: "";
}

.icon-filetype-csv::before {
  content: "";
}

.icon-filetype-doc::before {
  content: "";
}

.icon-filetype-docx::before {
  content: "";
}

.icon-filetype-exe::before {
  content: "";
}

.icon-filetype-gif::before {
  content: "";
}

.icon-filetype-heic::before {
  content: "";
}

.icon-filetype-html::before {
  content: "";
}

.icon-filetype-java::before {
  content: "";
}

.icon-filetype-jpg::before {
  content: "";
}

.icon-filetype-js::before {
  content: "";
}

.icon-filetype-jsx::before {
  content: "";
}

.icon-filetype-key::before {
  content: "";
}

.icon-filetype-m4p::before {
  content: "";
}

.icon-filetype-md::before {
  content: "";
}

.icon-filetype-mdx::before {
  content: "";
}

.icon-filetype-mov::before {
  content: "";
}

.icon-filetype-mp3::before {
  content: "";
}

.icon-filetype-mp4::before {
  content: "";
}

.icon-filetype-otf::before {
  content: "";
}

.icon-filetype-pdf::before {
  content: "";
}

.icon-filetype-php::before {
  content: "";
}

.icon-filetype-png::before {
  content: "";
}

.icon-filetype-ppt-1::before {
  content: "";
}

.icon-filetype-ppt::before {
  content: "";
}

.icon-filetype-psd::before {
  content: "";
}

.icon-filetype-py::before {
  content: "";
}

.icon-filetype-raw::before {
  content: "";
}

.icon-filetype-rb::before {
  content: "";
}

.icon-filetype-sass::before {
  content: "";
}

.icon-filetype-scss::before {
  content: "";
}

.icon-filetype-sh::before {
  content: "";
}

.icon-filetype-svg::before {
  content: "";
}

.icon-filetype-tiff::before {
  content: "";
}

.icon-filetype-tsx::before {
  content: "";
}

.icon-filetype-ttf::before {
  content: "";
}

.icon-filetype-txt::before {
  content: "";
}

.icon-filetype-wav::before {
  content: "";
}

.icon-filetype-woff::before {
  content: "";
}

.icon-filetype-xls-1::before {
  content: "";
}

.icon-filetype-xls::before {
  content: "";
}

.icon-filetype-xml::before {
  content: "";
}

.icon-filetype-yml::before {
  content: "";
}

.icon-heart-arrow::before {
  content: "";
}

.icon-heart-pulse-fill::before {
  content: "";
}

.icon-heart-pulse::before {
  content: "";
}

.icon-heartbreak-fill::before {
  content: "";
}

.icon-heartbreak::before {
  content: "";
}

.icon-hearts::before {
  content: "";
}

.icon-hospital-fill::before {
  content: "";
}

.icon-hospital::before {
  content: "";
}

.icon-house-heart-fill::before {
  content: "";
}

.icon-house-heart::before {
  content: "";
}

.icon-incognito::before {
  content: "";
}

.icon-magnet-fill::before {
  content: "";
}

.icon-magnet::before {
  content: "";
}

.icon-person-heart::before {
  content: "";
}

.icon-person-hearts::before {
  content: "";
}

.icon-phone-flip::before {
  content: "";
}

.icon-plugin::before {
  content: "";
}

.icon-postage-fill::before {
  content: "";
}

.icon-postage-heart-fill::before {
  content: "";
}

.icon-postage-heart::before {
  content: "";
}

.icon-postage::before {
  content: "";
}

.icon-postcard-fill::before {
  content: "";
}

.icon-postcard-heart-fill::before {
  content: "";
}

.icon-postcard-heart::before {
  content: "";
}

.icon-postcard::before {
  content: "";
}

.icon-search-heart-fill::before {
  content: "";
}

.icon-search-heart::before {
  content: "";
}

.icon-sliders2-vertical::before {
  content: "";
}

.icon-sliders2::before {
  content: "";
}

.icon-trash3-fill::before {
  content: "";
}

.icon-trash3::before {
  content: "";
}

.icon-valentine::before {
  content: "";
}

.icon-valentine2::before {
  content: "";
}

.icon-wrench-adjustable-circle-fill::before {
  content: "";
}

.icon-wrench-adjustable-circle::before {
  content: "";
}

.icon-wrench-adjustable::before {
  content: "";
}

.icon-filetype-json::before {
  content: "";
}

.icon-filetype-pptx::before {
  content: "";
}

.icon-filetype-xlsx::before {
  content: "";
}

.icon-1-circle-1::before {
  content: "";
}

.icon-1-circle-fill-1::before {
  content: "";
}

.icon-1-circle-fill::before {
  content: "";
}

.icon-1-circle::before {
  content: "";
}

.icon-1-square-fill::before {
  content: "";
}

.icon-1-square::before {
  content: "";
}

.icon-2-circle-1::before {
  content: "";
}

.icon-2-circle-fill-1::before {
  content: "";
}

.icon-2-circle-fill::before {
  content: "";
}

.icon-2-circle::before {
  content: "";
}

.icon-2-square-fill::before {
  content: "";
}

.icon-2-square::before {
  content: "";
}

.icon-3-circle-1::before {
  content: "";
}

.icon-3-circle-fill-1::before {
  content: "";
}

.icon-3-circle-fill::before {
  content: "";
}

.icon-3-circle::before {
  content: "";
}

.icon-3-square-fill::before {
  content: "";
}

.icon-3-square::before {
  content: "";
}

.icon-4-circle-1::before {
  content: "";
}

.icon-4-circle-fill-1::before {
  content: "";
}

.icon-4-circle-fill::before {
  content: "";
}

.icon-4-circle::before {
  content: "";
}

.icon-4-square-fill::before {
  content: "";
}

.icon-4-square::before {
  content: "";
}

.icon-5-circle-1::before {
  content: "";
}

.icon-5-circle-fill-1::before {
  content: "";
}

.icon-5-circle-fill::before {
  content: "";
}

.icon-5-circle::before {
  content: "";
}

.icon-5-square-fill::before {
  content: "";
}

.icon-5-square::before {
  content: "";
}

.icon-6-circle-1::before {
  content: "";
}

.icon-6-circle-fill-1::before {
  content: "";
}

.icon-6-circle-fill::before {
  content: "";
}

.icon-6-circle::before {
  content: "";
}

.icon-6-square-fill::before {
  content: "";
}

.icon-6-square::before {
  content: "";
}

.icon-7-circle-1::before {
  content: "";
}

.icon-7-circle-fill-1::before {
  content: "";
}

.icon-7-circle-fill::before {
  content: "";
}

.icon-7-circle::before {
  content: "";
}

.icon-7-square-fill::before {
  content: "";
}

.icon-7-square::before {
  content: "";
}

.icon-8-circle-1::before {
  content: "";
}

.icon-8-circle-fill-1::before {
  content: "";
}

.icon-8-circle-fill::before {
  content: "";
}

.icon-8-circle::before {
  content: "";
}

.icon-8-square-fill::before {
  content: "";
}

.icon-8-square::before {
  content: "";
}

.icon-9-circle-1::before {
  content: "";
}

.icon-9-circle-fill-1::before {
  content: "";
}

.icon-9-circle-fill::before {
  content: "";
}

.icon-9-circle::before {
  content: "";
}

.icon-9-square-fill::before {
  content: "";
}

.icon-9-square::before {
  content: "";
}

.icon-airplane-engines-fill::before {
  content: "";
}

.icon-airplane-engines::before {
  content: "";
}

.icon-airplane-fill::before {
  content: "";
}

.icon-airplane::before {
  content: "";
}

.icon-alexa::before {
  content: "";
}

.icon-alipay::before {
  content: "";
}

.icon-android::before {
  content: "";
}

.icon-android2::before {
  content: "";
}

.icon-box-fill::before {
  content: "";
}

.icon-box-seam-fill::before {
  content: "";
}

.icon-browser-chrome::before {
  content: "";
}

.icon-browser-edge::before {
  content: "";
}

.icon-browser-firefox::before {
  content: "";
}

.icon-browser-safari::before {
  content: "";
}

.icon-c-circle-1::before {
  content: "";
}

.icon-c-circle-fill-1::before {
  content: "";
}

.icon-c-circle-fill::before {
  content: "";
}

.icon-c-circle::before {
  content: "";
}

.icon-c-square-fill::before {
  content: "";
}

.icon-c-square::before {
  content: "";
}

.icon-capsule-pill::before {
  content: "";
}

.icon-capsule::before {
  content: "";
}

.icon-car-front-fill::before {
  content: "";
}

.icon-car-front::before {
  content: "";
}

.icon-cassette-fill::before {
  content: "";
}

.icon-cassette::before {
  content: "";
}

.icon-cc-circle-1::before {
  content: "";
}

.icon-cc-circle-fill-1::before {
  content: "";
}

.icon-cc-circle-fill::before {
  content: "";
}

.icon-cc-circle::before {
  content: "";
}

.icon-cc-square-fill::before {
  content: "";
}

.icon-cc-square::before {
  content: "";
}

.icon-cup-hot-fill::before {
  content: "";
}

.icon-cup-hot::before {
  content: "";
}

.icon-currency-rupee::before {
  content: "";
}

.icon-dropbox::before {
  content: "";
}

.icon-escape::before {
  content: "";
}

.icon-fast-forward-btn-fill::before {
  content: "";
}

.icon-fast-forward-btn::before {
  content: "";
}

.icon-fast-forward-circle-fill::before {
  content: "";
}

.icon-fast-forward-circle::before {
  content: "";
}

.icon-fast-forward-fill::before {
  content: "";
}

.icon-fast-forward::before {
  content: "";
}

.icon-filetype-sql::before {
  content: "";
}

.icon-fire::before {
  content: "";
}

.icon-google-play::before {
  content: "";
}

.icon-h-circle-1::before {
  content: "";
}

.icon-h-circle-fill-1::before {
  content: "";
}

.icon-h-circle-fill::before {
  content: "";
}

.icon-h-circle::before {
  content: "";
}

.icon-h-square-fill::before {
  content: "";
}

.icon-h-square::before {
  content: "";
}

.icon-indent::before {
  content: "";
}

.icon-lungs-fill::before {
  content: "";
}

.icon-lungs::before {
  content: "";
}

.icon-microsoft-teams::before {
  content: "";
}

.icon-p-circle-1::before {
  content: "";
}

.icon-p-circle-fill-1::before {
  content: "";
}

.icon-p-circle-fill::before {
  content: "";
}

.icon-p-circle::before {
  content: "";
}

.icon-p-square-fill::before {
  content: "";
}

.icon-p-square::before {
  content: "";
}

.icon-pass-fill::before {
  content: "";
}

.icon-pass::before {
  content: "";
}

.icon-prescription::before {
  content: "";
}

.icon-prescription2::before {
  content: "";
}

.icon-r-circle-1::before {
  content: "";
}

.icon-r-circle-fill-1::before {
  content: "";
}

.icon-r-circle-fill::before {
  content: "";
}

.icon-r-circle::before {
  content: "";
}

.icon-r-square-fill::before {
  content: "";
}

.icon-r-square::before {
  content: "";
}

.icon-repeat-1::before {
  content: "";
}

.icon-repeat::before {
  content: "";
}

.icon-rewind-btn-fill::before {
  content: "";
}

.icon-rewind-btn::before {
  content: "";
}

.icon-rewind-circle-fill::before {
  content: "";
}

.icon-rewind-circle::before {
  content: "";
}

.icon-rewind-fill::before {
  content: "";
}

.icon-rewind::before {
  content: "";
}

.icon-train-freight-front-fill::before {
  content: "";
}

.icon-train-freight-front::before {
  content: "";
}

.icon-train-front-fill::before {
  content: "";
}

.icon-train-front::before {
  content: "";
}

.icon-train-lightrail-front-fill::before {
  content: "";
}

.icon-train-lightrail-front::before {
  content: "";
}

.icon-truck-front-fill::before {
  content: "";
}

.icon-truck-front::before {
  content: "";
}

.icon-ubuntu::before {
  content: "";
}

.icon-unindent::before {
  content: "";
}

.icon-unity::before {
  content: "";
}

.icon-universal-access-circle::before {
  content: "";
}

.icon-universal-access::before {
  content: "";
}

.icon-virus::before {
  content: "";
}

.icon-virus2::before {
  content: "";
}

.icon-wechat::before {
  content: "";
}

.icon-yelp::before {
  content: "";
}

.icon-sign-stop-fill::before {
  content: "";
}

.icon-sign-stop-lights-fill::before {
  content: "";
}

.icon-sign-stop-lights::before {
  content: "";
}

.icon-sign-stop::before {
  content: "";
}

.icon-sign-turn-left-fill::before {
  content: "";
}

.icon-sign-turn-left::before {
  content: "";
}

.icon-sign-turn-right-fill::before {
  content: "";
}

.icon-sign-turn-right::before {
  content: "";
}

.icon-sign-turn-slight-left-fill::before {
  content: "";
}

.icon-sign-turn-slight-left::before {
  content: "";
}

.icon-sign-turn-slight-right-fill::before {
  content: "";
}

.icon-sign-turn-slight-right::before {
  content: "";
}

.icon-sign-yield-fill::before {
  content: "";
}

.icon-sign-yield::before {
  content: "";
}

.icon-ev-station-fill::before {
  content: "";
}

.icon-ev-station::before {
  content: "";
}

.icon-fuel-pump-diesel-fill::before {
  content: "";
}

.icon-fuel-pump-diesel::before {
  content: "";
}

.icon-fuel-pump-fill::before {
  content: "";
}

.icon-fuel-pump::before {
  content: "";
}

a {
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

body {
  min-width: 320px;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}
body.content_only {
  background: none;
}

textarea {
  resize: none;
}

#header {
  z-index: 5003;
}

#columns {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

#index #columns {
  padding: 0 !important;
}

#index .tab-content {
  margin-top: 20px;
  margin-bottom: 0;
}

#index .block .title_block::after,
#index .block h4::after {
  display: none;
}

.accordion .title_block:not(.active) {
  margin-bottom: -1px;
}

@media (max-width: 991.98px) {
  .container-header {
    max-width: 100% !important;
    padding: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .nav .container {
    max-width: 100% !important;
  }
}

header {
  position: relative;
  z-index: 1;
}
header .banner {
  max-height: 100%;
  background: #000;
}
header .banner .row {
  margin: 0;
}
header .nav {
  min-height: 40px;
  padding-top: 5px;
  background: #fff;
}
header .nav .row {
  margin: 0;
}
header .nav nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 6px;
}
@media (max-width: 991.98px) {
  header .nav nav {
    align-items: stretch;
    margin-top: 7px;
    margin-bottom: 2px;
  }
}
header .nav nav > a,
header .nav nav .compare-form {
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  header .nav nav > a,
  header .nav nav .compare-form {
    font-size: 0;
  }
}
header .nav nav > a:hover,
header .nav nav .compare-form:hover {
  color: #1c2023;
}
@media (max-width: 767.98px) {
  header .nav nav > a i,
  header .nav nav .compare-form i {
    font-size: 13px;
    line-height: 28px;
  }
}
header .nav nav .wishlist_top_link {
  display: none;
}
header .nav nav .compare-form {
  float: right;
}
header .nav nav .compare-form .bt_compare {
  padding: 0;
  color: inherit;
  background: none;
  border: none;
  outline: none !important;
}
header .row {
  position: relative;
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
}
header .row > .container {
  position: relative;
}
header .row #header_logo {
  height: 140px;
  padding: 23px 0;
}
@media (max-width: 767.98px) {
  header .row #header_logo {
    height: auto;
  }
}
header .row #header_logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  max-height: 75px;
  margin: auto;
}
@media (min-width: 768px) {
  header .row #header_logo img {
    width: auto !important;
    height: 42px;
  }
}
header .row #header_logo.centered-logo img {
  right: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  header .row #header_logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .row #header_logo img {
    position: static;
    display: block;
    width: auto;
    margin: 0 auto;
  }
}
header .mobile-condensed-header {
  display: none;
}
@media (max-width: 991.98px) {
  header .mobile-condensed-header {
    display: block;
  }
  header .mobile-condensed-header .mobile-main-wrapper {
    position: relative;
    padding: 0 15px;
  }
  header .mobile-condensed-header .mh-button {
    text-align: center;
    width: 40px;
  }
  header .mobile-condensed-header .mh-button > span,
  header .mobile-condensed-header .mh-button > a {
    display: inline-block;
    cursor: pointer;
  }
  header .mobile-condensed-header .mh-button #mh-menu i:before {
    font-size: 28px;
    line-height: 22px !important;
  }
  header .mobile-condensed-header .mh-button .mh-icon {
    font-size: 20px;
    height: 20px;
  }
  header .mobile-condensed-header .mh-drop {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 20px 15px;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    border-bottom: 1px solid #ced4da !important;
  }
  header .mobile-condensed-header .mh-drop ul {
    display: inline-flex;
    margin: 0;
  }
  header .mobile-condensed-header .mh-drop p {
    text-align: center;
    margin-bottom: 15px;
  }
  header .mobile-condensed-header .active .mh-drop {
    visibility: visible;
    opacity: 1;
  }
  header .mobile-condensed-header .active .mh-icon::before {
    font-family: "bootstrap-icons";
    content: "\f659";
  }
  header .mobile-condensed-header #mh-cart-wrapper .cart_block {
    top: 100%;
    display: block !important;
    width: 100%;
    text-align: right;
    visibility: hidden;
    border: none;
    border-bottom: 1px solid #ced4da !important;
    border-radius: 0 !important;
    opacity: 0 !important;
    padding-top: 5px;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  header .mobile-condensed-header #mh-cart-wrapper.active .ajax_cart_quantity {
    display: none;
  }
  header .mobile-condensed-header #mh-cart-wrapper.active .cart_block {
    visibility: visible;
    opacity: 1 !important;
  }
  header .mobile-condensed-header .mobile-main-bar {
    display: flex;
    justify-content: space-around;
  }
  header .mobile-condensed-header .mobile-main-bar .mh-button,
  header .mobile-condensed-header .mobile-main-bar .mobile-h-logo {
    flex-grow: 1;
  }
  header .mobile-condensed-header .mobile-h-logo {
    padding: 10px 10px 10px 0;
  }
  header .mobile-condensed-header .mobile-h-logo a {
    display: block;
  }
  header .mobile-condensed-header .mobile-h-logo img {
    width: auto;
    height: 45px;
  }
  header .mobile-condensed-header.mobile-style1 .mobile-h-logo {
    padding: 10px;
    text-align: center;
  }
  header .mobile-condensed-header.mobile-style1 .mobile-h-logo img {
    width: auto;
    margin: 0 auto;
  }
  header .mobile-condensed-header.mobile-style2 .mobile-h-logo img {
    width: auto;
  }
  header .mobile-condensed-header.mobile-style3 .mobile-h-logo {
    padding: 23px;
  }
  header .mobile-condensed-header.mobile-style3 .mobile-h-logo img {
    margin: 0 auto;
  }
  header .mobile-condensed-header.mobile-style3 .sticked .mobile-h-logo {
    height: 0;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
  }
  header .mobile-condensed-header.mobile-style3 .mobile-main-wrapper {
    padding: 0;
  }
  header .mobile-condensed-header.mobile-style3 .mh-button > span {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 12px 0 12px;
    z-index: 101;
  }
  header .mobile-condensed-header.mobile-style3 .mh-button:last-child {
    border-right: none;
  }
  header .mobile-condensed-header.mobile-search-expanded .not-sticked .mh-search {
    visibility: hidden;
    opacity: 0;
  }
  header .mobile-condensed-header.mobile-search-expanded .not-sticked .mh-search-drop {
    position: static;
    visibility: visible;
    opacity: 1;
  }
  header .mobile-condensed-header.mobile-search-expanded.mobile-style3 .not-sticked .mh-search {
    display: none;
  }
  header .mobile-condensed-header #mh-sticky {
    transform: translate3d(0, 0, 0);
  }
  header .mobile-condensed-header #mh-sticky.sticked {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  header .mobile-condensed-header #mh-sticky.sticked .cart_block .cart_block_list dl.products {
    max-height: 120px;
  }
  header .mobile-condensed-header #mh-sticky.sticked .mobile-h-logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .mobile-condensed-header #mh-sticky.sticked .mobile-h-logo img {
    max-height: 50px;
  }
}
header .mobile-condensed-header .mh-button .mh-icon {
  position: relative;
}
header .mobile-condensed-header .mh-button.active .badge {
  display: none;
}
@media (max-width: 991.98px) {
  header .ajax_cart_quantity {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 16px;
    height: 16px;
    padding: 0;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    background: #f00;
    border-radius: 26px;
  }
  header .desktop-header {
    display: none;
  }
}

#center_column .page_product_box h3 {
  position: relative;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  font-family: "Vazirmatn", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #6c757d;
  background: #fff;
  border: 1px solid #dee2e6;
  border-bottom: none;
}

p.info-title {
  margin-bottom: 20px;
  font-weight: 500;
  color: #212529;
}
p.form-title {
  margin-bottom: 10px !important;
}

.notice-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb !important;
}

.notice-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc !important;
}

.notice-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5 !important;
}

.notice-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7 !important;
}

.notice {
  position: relative;
  padding: 10px;
  margin-bottom: 15px !important;
  border: 1px solid transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.main-page-indent {
  margin-bottom: 20px;
}

.alert {
  border: none;
}
.alert ul,
.alert ol {
  margin-right: 15px;
  padding-right: 15px;
}
.alert ul:last-child,
.alert ol:last-child {
  margin-bottom: 0;
}
.alert ul li,
.alert ol li {
  font-weight: 400;
  list-style-type: decimal;
  padding: 4px 0 0;
}

.label {
  display: inline-block;
  padding: 5px 10px;
  font-weight: 400;
  white-space: normal;
  border: none;
}

.unvisible {
  display: none;
}

.checkbox {
  line-height: 16px;
}

.close {
  opacity: 1;
}
.close:hover {
  opacity: 1;
}

input.button_mini,
input.button_small,
input.button,
input.button_large,
input.button_mini_disabled,
input.button_small_disabled,
input.button_disabled,
input.button_large_disabled,
input.exclusive_mini,
input.exclusive_small,
input.exclusive,
input.exclusive_large,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
a.button_mini,
a.button_small,
a.button,
a.button_large,
a.exclusive_mini,
a.exclusive_small,
a.exclusive,
a.exclusive_large,
span.button_mini,
span.button_small,
span.button,
span.button_large,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large,
span.exclusive_large_disabled,
#add_to_cart .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  background: #f4b61b;
  border: none;
  outline: none !important;
}

*:first-child + html input.button_mini,
*:first-child + html input.button_small,
*:first-child + html input.button,
*:first-child + html input.button_large,
*:first-child + html input.button_mini_disabled,
*:first-child + html input.button_small_disabled,
*:first-child + html input.button_disabled,
*:first-child + html input.button_large_disabled,
*:first-child + html input.exclusive_mini,
*:first-child + html input.exclusive_small,
*:first-child + html input.exclusive,
*:first-child + html input.exclusive_large,
*:first-child + html input.exclusive_mini_disabled,
*:first-child + html input.exclusive_small_disabled,
*:first-child + html input.exclusive_disabled,
*:first-child + html input.exclusive_large_disabled {
  border: none;
}

input.button_mini:hover,
input.button_small:hover,
input.button:hover,
input.button_large:hover,
input.exclusive_mini:hover,
input.exclusive_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
a.button_mini:hover,
a.button_small:hover,
a.button:hover,
a.button_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
a.exclusive:hover,
a.exclusive_large:hover {
  text-decoration: none;
}

input.button_disabled,
input.exclusive_disabled,
span.exclusive {
  color: #999;
  cursor: default;
  background: #ccc;
}

.button.button-small {
	padding: 6px 9px;
	height: 36px;
	min-width: 80px;
}
.button.button-small.button-outline {
  background: transparent !important;
  color: #495057 !important;
}
.button.button-medium {
	padding: 8px 12px;
	height: 40px;
	min-width: 80px;
}
.button.button-medium.button-outline {
  background: transparent !important;
  color: #212529 !important;
}

.button.button-medium:hover,
.button.button-medium:active {
    border-color: #373b3e !important;
}

.link-button {
  display: inline-flex;
  align-items: center;
}
.link-button i {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
}

.button.exclusive-medium {
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
  border: 1px solid;
  border-color: #cacaca #b7b7b7 #9a9a9a;
}
.button.exclusive-medium span {
  display: block;
  padding: 9px 10px 11px;
  background: #f7f7f7;
  border: 1px solid;
  border-color: #e9ecef;
}
@media (max-width: 479.98px) {
  .button.exclusive-medium span {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 15px;
  }
}
.button.exclusive-medium span:hover {
  border-color: #9e9e9e #c2c2c2 #c8c8c8;
}
.button.exclusive-medium span:hover span {
  background: #e7e7e7;
}

.button.ajax_add_to_cart_button {
  padding: 0;
  color: #f8f9fa;
}
.button.ajax_add_to_cart_button span {
  display: block;
  padding: 6px 14px;
}
.button.ajax_add_to_cart_button:hover {
  background: #0084bf;
}
.button.ajax_add_to_cart_button:hover span {
  filter: none;
}

.button.lnk_view {
  padding: 0;
  color: #f8f9fa;
}
.button.lnk_view span {
  display: block;
  padding: 6px 14px;
}
.button.lnk_view:hover {
  background: #0084bf;
}
.button.lnk_view:hover span {
  filter: none;
}
.button.lnk_view i.left {
  padding-right: 8px;
  color: #777;
}

.form-control {
  padding: 6px 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.grey {
  background: #fff;
}

table.std,
table.table_block {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: inherit;
  background: #fff;
  border: 1px solid #999;
  border-bottom: none;
}

table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #f8f9fa;
  text-transform: uppercase;
  background: #999;
}

table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3;
}

table.std td,
table.table_block td {
  padding: 12px;
  font-size: 12px;
  vertical-align: top;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.table {
  margin-bottom: 30px;
}
.table > thead > tr > th {
  vertical-align: middle;
  background: #fff;
  border-bottom-width: 1px;
}
.table td a.color-myaccount {
  color: #212529;
  font-family: monospace;
  font-size: 16px;
}
.table td a.color-myaccount:hover {
  text-decoration: none;
}
.table tfoot tr {
  background: #fff;
}

.product-name {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 21px !important;
}

.price {
  white-space: nowrap;
}

.price.product-price {
  color: #f13340;
}

.old-price {
  text-decoration: line-through;
  font-size: 12px;
  line-height: 21px;
}

.price-percent-reduction {
  direction: ltr !important;
  display: inline;
  padding: 4px 2px 0;
  color: #fff;
  background: #f13340;
  width: fit-content;
}
.price-percent-reduction.small {
  padding: 2px 4px 0;
  font-size: 12px;
}

.new-label,
.sale-label,
.online-label {
  position: absolute;
  z-index: 1;
  display: block;
  height: 12px;
  padding: 4px 6px 4px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}

.new-label {
  top: 10px;
  left: 5px;
  background: #6ad4ff;
  border-radius: var(--brd-radius-sm);
}

.sale-label {
  top: 10px;
  right: 0;
  background: #f13340;
  line-height: 14px;
}

.online-label {
  top: 10px;
  left: 0;
  color: #000;
  background: #fff;
}

.online-label2 {
  top: 33px;
  left: 0;
}

.box {
  padding: 14px 18px;
  margin: 0 0 30px 0;
  background: #fff;
  border: 1px solid #ced4da !important;
  border-radius: var(--brd-radius);
  box-shadow: var(--shadow-sm);
}
.box p {
  margin-bottom: 0;
}
.box p.top-indent {
  margin-top: 15px !important;
}
.box p.info-title, .box p.bottom-indent {
  margin-bottom: 15px !important;
}
.box p.bottom-indent + blockquote {
  margin-top: 0;
}
.box h5.pager {
  font-weight: 500;
}
.box.box-small {
  padding: 9px 10px 9px 20px;
}
.box.box-small .dark {
  width: auto;
  padding-top: 10px;
  padding-right: 20px;
  margin-bottom: 0;
}

.form-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px !important;
  margin-bottom: 4px !important;
}

.page-product-box {
  padding-bottom: 10px;
}

.product-box {
  float: left;
  width: 178px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-box .product-image {
  display: block;
  padding: 5px;
  margin-bottom: 11px;
  background: #fff;
  border: 1px solid #dee2e6;
}
.product-box .product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#home-page-tabs {
  background: #f8f9fa;
  border: none;
}
@media (min-width: 768px) {
  #home-page-tabs {
    padding: 10px 0;
    margin: 0 0 0 -18px;
  }
}
#home-page-tabs > li {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #home-page-tabs > li {
    padding: 0 0 0 9px;
    margin: 0 0 0 9px;
    border-left: 1px solid #dee2e6;
  }
}
@media (max-width: 479.98px) {
  #home-page-tabs > li {
    width: 100%;
  }
}
#home-page-tabs > li a {
  padding: 10px;
  margin: 0;
  font: 21px/24px "Vazirmatn", sans-serif;
  color: #6c757d;
  text-transform: uppercase;
  border: none;
  outline: none;
}
@media (min-width: 768px) {
  #home-page-tabs > li a {
    padding: 1px 10px;
  }
}
#home-page-tabs > li:first-child {
  border: none;
}
#home-page-tabs > li.active a,
#home-page-tabs > li a:hover {
  padding: 10px;
  color: #f8f9fa;
  background: #343a40;
}
@media (min-width: 768px) {
  #home-page-tabs > li.active a,
  #home-page-tabs > li a:hover {
    margin: -9px 0;
  }
}

.block:not(#iqitcontentcreator, .iqitcontent-column-inner) {
  margin-bottom: 20px;
  border-radius: var(--brd-radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .block .block_content {
    margin-bottom: 0;
  }
}

.block .title_block,
.block h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
  border: none;
  padding: 15px 12px 14px !important;
}
.block:not(#categories_block_left, #blog_for_prestashop_column) .title_block {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .block .title_block,
  .block h4 {
    position: relative;
    cursor: pointer;
    user-select: none;
  }
  .block .title_block::after,
  .block h4::after {
    position: absolute;
    top: 15px;
    left: 14px;
    display: block;
    font-family: "bootstrap-icons";
    font-size: 14px;
    font-weight: 400;
    content: "\f282";
  }
  .block .title_block.active::after,
  .block h4.active::after {
    content: "\f286";
  }
}
.block .title_block a,
.block h4 a {
  color: #6c757d;
}
.block .title_block a:hover,
.block h4 a:hover {
  color: #000;
}
.block .list-block li {
  position: relative;
  padding: 5px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.block .list-block li a {
  display: block;
  padding-left: 10px;
}
.block .list-block li a:hover {
  color: #000;
}
.block .list-block .form-group {
  padding-top: 20px;
  margin-bottom: 0;
  border-top: 1px solid #dee2e6;
}
.block .list-block .form-group select {
  max-width: 300px;
}
@media (max-width: 479.98px) {
  .block .list-block .form-group select {
    width: 100%;
  }
}
.block .list-block .btn {
  margin-bottom: 12px;
}
.block .products-block li {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dee2e6;
}
.block .products-block li .products-block-image {
  padding-left: 0;
}
.block .products-block li .product-content {
  padding-right: 0;
  overflow: hidden;
}
.block .products-block li .product-content h5 {
  margin: -3px 0 0;
}
.block .products-block .product-name {
  line-height: 18px;
}
.block .products-block .product-description {
  margin-bottom: 14px;
}
.block .products-block .price-percent-reduction {
  padding: 1px 6px;
}

.page-heading,
.advanced-checkout-wrapper h2 {
  padding: 0 0 8px;
  margin-top: 0;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 30px;
  font-weight: 900 !important;
  line-height: 40px !important;
  border-bottom: 1px solid #dee2e6;
  border-radius: var(--brd-radius);
  box-shadow: var(--shadow-sm);
}
.page-heading > h1 {
  box-shadow: none;
}
.page-heading span.heading-counter,
.advanced-checkout-wrapper h2 span.heading-counter {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-transform: none;
  align-items: center;
}
.page-heading span.heading-counter.filtered,
.advanced-checkout-wrapper h2 span.heading-counter.filtered {
  display: flex;
  justify-content: center;
}
.page-heading span.heading-counter.filtered::before,
.advanced-checkout-wrapper h2 span.heading-counter.filtered::before {
  display: none;
  font-family: "bootstrap-icons";
  content: "\F3E0";
  color: #dc3545;
  margin-top: -1px;
}
.page-heading.bottom-indent,
.advanced-checkout-wrapper h2.bottom-indent {
  margin-bottom: 16px;
}
.page-heading .page-heading,
.advanced-checkout-wrapper h2 .page-heading {
  float: left;
  padding: 0;
  margin: 0;
  border: none;
}
@media (max-width: 767.98px) {
  .page-heading .page-heading,
  .advanced-checkout-wrapper h2 .page-heading {
    float: none;
  }
}

.page-subheading {
  padding: 0 0 6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: normal;
}

h3.page-product-heading {
  padding: 6px 5px 10px 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #6c757d;
  border: 1px solid #ced4da !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

ul.footer_links {
  display: flex;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #ced4da !important;
  list-style: none;
}

.footer_links .button.button-small {
  margin-left: .625rem;
}
.footer_links .button.button-small .icon-chevron-left:before {
    content: "";
}

.content_sortPageBar {
  margin-bottom: 10px;
}
.content_sortPageBar .sortPageBar {
  clear: both;
}
.content_sortPageBar .sortPageBar .sort-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content_sortPageBar .sortPageBar .sort-top-bar .art-views-wrapper,
.content_sortPageBar .sortPageBar .sort-top-bar .sort-form-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.content_sortPageBar .sortPageBar #productsSortForm {
  margin-left: 10px;
}
.content_sortPageBar .sortPageBar #productsSortForm select {
  min-width: 135px;
  max-width: 150px;
}
.content_sortPageBar .sortPageBar .selector {
  display: inline-block;
}
.content_sortPageBar .sortPageBar .nbrItemPage select {
  min-width: 120px;
  max-width: 135px;
}
.content_sortPageBar .sortPageBar .nbrItemPage .clearfix > span {
  display: inline-block;
  padding: 3px 0 0 12px;
}
.content_sortPageBar .sortPageBar label,
.content_sortPageBar .sortPageBar select {
  display: inline-block;
}
.content_sortPageBar .sortPageBar label {
  padding: 3px 6px 0 0;
}
.content_sortPageBar .sortPageBar.instant_search #productsSortForm {
  display: none;
}
.content_sortPageBar .product-count {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.content_sortPageBar .display,
.content_sortPageBar .display_m {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 0;
  vertical-align: middle;
}
.content_sortPageBar .display li,
.content_sortPageBar .display_m li {
  float: left;
  padding-left: 5px;
  text-align: center;
}
.content_sortPageBar .display li a,
.content_sortPageBar .display_m li a {
  font-size: 11px;
  line-height: 14px;
  text-decoration: none;
  cursor: pointer;
}
.content_sortPageBar .display li a i,
.content_sortPageBar .display_m li a i {
  display: block;
  font-size: 18px;
  line-height: 32px;
  opacity: 0.5;
}
.content_sortPageBar .display li a:hover i,
.content_sortPageBar .display_m li a:hover i {
  opacity: 1;
}
.content_sortPageBar .display li.selected a,
.content_sortPageBar .display_m li.selected a {
  cursor: default;
}
.content_sortPageBar .display li.selected i,
.content_sortPageBar .display_m li.selected i {
  opacity: 1;
}
.content_sortPageBar .display li.display-title,
.content_sortPageBar .display_m li.display-title {
  padding: 5px 4px 0 0;
}

.top-pagination-content {
  top: 1px;
  padding: 0;
  margin: 0;
  clear: both;
  border-top: 1px dotted #dee2e6;
}
.top-pagination-content .showall {
  top: 13px;
}
.top-pagination-content ul.pagination {
  margin: 12px 0 8px;
}

.bottom-pagination-content {
  padding: 12px 0;
  margin-top: 20px;
}
.bottom-pagination-content .showall {
  top: 20px;
}
.bottom-pagination-content ul.pagination {
  margin: 8px 0;
}

.top-pagination-content,
.bottom-pagination-content {
  position: relative;
  text-align: center;
}
.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
  display: block;
  margin: 0;
  text-align: center;
}
.top-pagination-content div.pagination .showall,
.bottom-pagination-content div.pagination .showall {
  position: absolute;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .top-pagination-content div.pagination .showall,
  .bottom-pagination-content div.pagination .showall {
    margin-right: 11px;
  }
}
@media (max-width: 991.98px) {
  .top-pagination-content div.pagination .showall,
  .bottom-pagination-content div.pagination .showall {
    margin-right: 0;
  }
}
.top-pagination-content div.pagination .showall .btn,
.bottom-pagination-content div.pagination .showall .btn {
  padding: 0;
  font-weight: 400;
  text-transform: none;
  background: none !important;
  border: none;
}
.top-pagination-content div.pagination .showall .btn i,
.bottom-pagination-content div.pagination .showall .btn i {
  margin-right: 4px;
}
.top-pagination-content div.pagination .showall .btn span,
.bottom-pagination-content div.pagination .showall .btn span {
  font-size: 13px;
  line-height: normal;
  color: #000;
}
.top-pagination-content ul.pagination li,
.bottom-pagination-content ul.pagination li {
  display: inline-block;
}
.top-pagination-content ul.pagination li > a,
.top-pagination-content ul.pagination li > span,
.bottom-pagination-content ul.pagination li > a,
.bottom-pagination-content ul.pagination li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  margin: 0 3px;
  border: 1px solid #ced4da !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top-pagination-content ul.pagination li > a:hover span,
.bottom-pagination-content ul.pagination li > a:hover span {
  background: #f8f9fa;
}
.top-pagination-content ul.pagination li.disabled,
.bottom-pagination-content ul.pagination li.disabled {
  display: none;
}
.top-pagination-content ul.pagination li.active > span,
.bottom-pagination-content ul.pagination li.active > span {
  color: #fff;
  background: #212529;
  border-color: #212529;
}
.top-pagination-content ul.pagination li.truncate,
.bottom-pagination-content ul.pagination li.truncate {
  user-select: none;
}
.top-pagination-content .compare-form,
.bottom-pagination-content .compare-form {
  float: right;
}
@media (max-width: 479.98px) {
  .top-pagination-content .compare-form,
  .bottom-pagination-content .compare-form {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    clear: both;
    text-align: left;
  }
}
.top-pagination-content .product-count,
.bottom-pagination-content .product-count {
  float: left;
  padding: 11px 0 0;
}
@media (max-width: 991.98px) {
  .top-pagination-content .product-count,
  .bottom-pagination-content .product-count {
    clear: left;
  }
}

.bottom-pagination-content {
  border-top: 1px solid #ced4da !important;
}
.bottom-pagination-content .pagination-compact {
  align-items: center;
  cursor: default;
  display: flex;
  justify-content: center;
  min-height: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
}
@media (min-width: 480px) {
  .bottom-pagination-content .pagination-compact {
    font-size: 14px;
    padding: 20px 0;
  }
}
.bottom-pagination-content .pagination-compact .page-pn {
  background: #fff;
  color: #212529 !important;
  border: solid 1px #ced4da !important;
  height: 30px;
  min-width: 30px;
}
.bottom-pagination-content .pagination-compact .page-pn .wrapper-icon {
  display: inline-block;
  position: relative;
  height: 1em;
  vertical-align: middle;
  pointer-events: none;
}
.bottom-pagination-content .pagination-compact .page-pn .wrapper-icon .canvas-icon {
  position: relative;
  width: auto;
  height: 1em;
}
.bottom-pagination-content .pagination-compact .page-pn .wrapper-icon .canvas-icon + svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bottom-pagination-content .pagination-compact .page {
  align-items: center;
  border-radius: 40px;
  color: currentColor;
  display: flex;
  justify-content: center;
  margin: 0 4px;
  height: 27px;
  min-width: 27px;
  padding: 0 6px;
  padding-top: 2px;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
.bottom-pagination-content .pagination-compact .page.page-prev, .bottom-pagination-content .pagination-compact .page.page-next {
  display: flex;
  padding-top: 0;
  width: 24px;
}
@media (max-width: 399.98px) {
  .bottom-pagination-content .pagination-compact .page.page-prev, .bottom-pagination-content .pagination-compact .page.page-next {
    display: none;
  }
}
@media (min-width: 480px) {
  .bottom-pagination-content .pagination-compact .page {
    margin: 0 3px;
    padding: 0 8px;
    padding-top: 2px;
    height: 32px !important;
    min-width: 32px !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .bottom-pagination-content .pagination-compact .page.page-prev, .bottom-pagination-content .pagination-compact .page.page-next {
    width: 32px;
  }
}
.bottom-pagination-content .pagination-compact .page:hover, .bottom-pagination-content .pagination-compact .page.selected {
  color: #fff !important;
  background: #212529;
  border-color: #212529 !important;
}
.bottom-pagination-content .pagination-compact .page.selected {
  cursor: default;
  pointer-events: none;
}
.bottom-pagination-content .pagination-compact .page.spinner {
  pointer-events: none;
  font-size: 0 !important;
  background: #212529 !important;
  border-color: #212529 !important;
}
.bottom-pagination-content .pagination-compact .pages {
  max-width: 100%;
  align-items: center;
  background: #fbfcfc;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  margin: 0 4px;
  padding: 7px 5px;
  border: solid 1px #ced4da !important;
}
@media (min-width: 480px) {
  .bottom-pagination-content .pagination-compact .pages {
    margin: 0 7px;
  }
}
.bottom-pagination-content .pagination-compact .pages .ellipses {
  display: block;
  text-indent: -999px;
  height: 100%;
  width: 2px;
  background: #ced4da;
  margin: 0 5px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .bottom-pagination-content .pagination-compact .pages .ellipses {
    margin: 0 10px;
  }
}

ul.step {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border: 1px solid #ced4da !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  ul.step {
    display: none;
  }
}
ul.step li {
  position: relative;
  width: 25%;
  padding-right: 25px;
  text-align: right;
  border-left: 1px solid #ced4da !important;
}
ul.step li::before {
  position: absolute;
  width: 16px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin: 14px 14px;
  font: 400 normal normal 16px/1 "bootstrap-icons";
  content: "\f28a";
  color: #6c757d;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767.98px) {
  ul.step li {
    width: 100%;
    border-bottom: 1px solid #ced4da !important;
    border-left: none !important;
  }
}
ul.step li a,
ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
  position: relative;
  display: block;
  padding: 14px 12px;
  color: #6c757d;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
ul.step li a:focus,
ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
  text-decoration: none;
  outline: none;
}
ul.step li.first span,
ul.step li.first a {
  z-index: 5;
  padding-left: 13px !important;
}
ul.step li.second span,
ul.step li.second a {
  z-index: 4;
}
ul.step li.third span,
ul.step li.third a {
  z-index: 3;
}
ul.step li.four span,
ul.step li.four a {
  z-index: 2;
}
ul.step li.last {
  border-left: none !important;
  border-bottom: none !important;
}
ul.step li.last span {
  z-index: 1;
}
ul.step li.step_current {
  background: #212529;
  border-left: none !important;
  border-bottom: none !important;
}
ul.step li.step_current span {
  position: relative;
  color: #fff;
}
ul.step li.step_current::before {
  color: #fff;
  content: "\f518";
}
ul.step li.step_todo {
  background-color: #fbfcfc;
}
ul.step li.step_todo span {
  position: relative;
  display: block;
}
ul.step li.step_done {
  background: #fff;
}
ul.step li.step_done::before {
  color: #212529;
  content: "\f26b";
}
ul.step li.step_done.step_done_last {
  border-left: none !important;
  border-bottom: none !important;
}
ul.step li em {
  display: none;
  font-style: normal;
}
@media (min-width: 480px) and (max-width: 767.98px) {
  ul.step li em {
    display: none;
  }
}

.ldBar-wrapper {
  display: none;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  background-color: #fbfcfc;
  border: 1px solid #ced4da !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 7px 15px 7px 10px;
}
@media (max-width: 767.98px) {
  .ldBar-wrapper {
    display: flex;
  }
}
.ldBar-wrapper .ldBar-step {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
}
.ldBar-wrapper .ldBar-step h4 {
  margin: 5px 0;
}
.ldBar-wrapper .ldBar {
  position: relative;
  margin-right: 7px;
  height: 75px;
  width: 75px;
}
.ldBar-wrapper .ldBar.label-center > .ldBar-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -42%);
  transform: translate(-50%, -42%);
  text-shadow: 0 0 3px #fff;
  font-size: 16px;
}

.rating {
  display: block;
  margin: 2em;
  clear: both;
  cursor: pointer;
}

.rating::after {
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ".";
}

.cancel,
.star {
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 1px 0 0;
  overflow: hidden;
  cursor: pointer;
}

.cancel,
.cancel a {
  background: url("../../../modules/productcomments/img/delete.gif") no-repeat 0 -16px !important;
}

.cancel a,
.star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
}

div.star_on a {
  background-position: 0 -16px;
}

div.star_hover a,
div.star a:hover {
  background-position: 0 -32px;
}

.pack_content {
  margin: 10px 0;
}

.confirmation {
  padding: 10px;
  margin: 0 0 10px;
  font-size: 13px;
  background: none repeat scroll 0 0 #ffffde;
  border: 1px solid #e6db55;
}

#page .rte {
  background: transparent none repeat scroll 0 0;
}
#page .rte > h2,
#page .rte > h1,
#page .rte > h3 {
  margin-top: 0;
}
#page .rte > h2,
#page .rte > h1 {
  font-weight: 900;
}
#page .rte > .h4 {
  display: inline-flex;
  align-items: center;
}
#page .rte > .h4 + p {
  margin-bottom: 5px;
}

.listcomment {
  margin: 0 0 20px !important;
  list-style-type: none;
}

.listcomment li {
  padding: 10px 0;
  color: #666;
  border-bottom: 1px dotted #dee2e6;
}

.listcomment .titlecomment {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #000;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 0;
  margin-top: -10px;
  margin-bottom: 9px;
  overflow: hidden;
  background: none;
  font-size: 0 !important;
}
@media (max-width: 991.98px) {
  .breadcrumb {
    margin-top: -5px;
    margin-bottom: 10px;
  }
}
.breadcrumb a {
  font-size: 14px !important;
}
.breadcrumb .navigation_page {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1px;
  font-size: 14px !important;
}
.breadcrumb.fullwidth-breadcrumb {
  position: static;
  display: flex;
  padding: 6px 0;
  margin: 0;
  color: #8f8f8f;
  background: #f2f2f2;
}
.breadcrumb .container {
  display: block;
}
.breadcrumb .navigation-pipe {
  display: none;
}
.breadcrumb div {
  display: inline;
}
.breadcrumb a {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #000;
  white-space: nowrap;
  margin-left: 22px;
}
.breadcrumb a::after {
  position: absolute;
  top: 7px;
  left: -12px;
  z-index: -1;
  display: inline-block;
  width: 8px;
  height: 8px;
  text-indent: -5000px;
  content: "";
  border-top: 1px solid #7f8387 !important;
  border-right: 1px solid #7f8387 !important;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.breadcrumb a.home {
  z-index: 99;
  display: inline-block;
  color: #000;
}
.breadcrumb a.home::after {
  left: -12px;
}
.breadcrumb a.home i {
  vertical-align: middle;
}

.footer-container .footer-container-inner {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.footer-container .footer-container-inner1 {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
}
.footer-container .footer-container-inner-2 {
  padding: 0 20px;
}
.footer-container .footer-container-inner1-2 {
  padding: 0 20px;
}
.footer-container .container {
  padding-bottom: 10px;
}
.footer-container #footer .row,
.footer-container #footer1 .row {
  position: relative;
}
.footer-container #footer .footer-block,
.footer-container #footer1 .footer-block {
  margin-top: 20px;
}
.footer-container #footer a,
.footer-container #footer1 a {
  color: #000;
}
.footer-container #footer a:hover,
.footer-container #footer1 a:hover {
  color: #000;
}
.footer-container #footer .h4,
.footer-container #footer1 .h4 {
  padding: 6px 5px 10px 0;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .footer-container #footer .h4,
  .footer-container #footer1 .h4 {
    position: relative;
    border-bottom: none !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .footer-container #footer .h4::after,
  .footer-container #footer1 .h4::after {
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    font-family: "bootstrap-icons";
    font-size: 14px;
    font-weight: 400;
    content: "\f282";
  }
  .footer-container #footer .h4.active::after,
  .footer-container #footer1 .h4.active::after {
    content: "\f286";
  }
}
.footer-container #footer .h4 a,
.footer-container #footer1 .h4 a {
  color: #6c757d;
}
.footer-container #footer .h4 a:hover,
.footer-container #footer1 .h4 a:hover {
  color: #000;
}
.footer-container #footer .bullet li,
.footer-container #footer1 .bullet li {
  position: relative;
  padding: 5px 0 6px 1px;
  border-top: 1px dotted #dee2e6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer-container #footer .bullet li:hover a::before,
.footer-container #footer1 .bullet li:hover a::before {
  left: 3px;
}
.footer-container #footer .bullet li a,
.footer-container #footer1 .bullet li a {
  display: block;
  padding-left: 10px;
}
.footer-container #footer .bullet li a i,
.footer-container #footer1 .bullet li a i {
  display: none;
}
.footer-container #footer .bullet li a::before,
.footer-container #footer1 .bullet li a::before {
  position: absolute;
  left: 0;
  display: inline;
  font-family: "bootstrap-icons";
  color: #000;
  content: "\f105";
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.footer-container #footer .bullet li a:hover,
.footer-container #footer1 .bullet li a:hover {
  color: #000;
}
.footer-container #footer .bullet li:first-child,
.footer-container #footer1 .bullet li:first-child {
  border-top: none;
}
.footer-container #footer ul,
.footer-container #footer1 ul {
  padding: 0;
  list-style: none;
}
.footer-container #footer ul li,
.footer-container #footer1 ul li {
  padding-bottom: 8px;
}
.footer-container #footer ul li:last-of-type,
.footer-container #footer1 ul li:last-of-type {
  padding-bottom: 0;
}
.footer-container #footer .bottom-footer,
.footer-container #footer1 .bottom-footer {
  position: absolute;
  bottom: -55px;
  left: 0;
}
.footer-container #footer .bottom-footer div,
.footer-container #footer1 .bottom-footer div {
  width: 100%;
  padding: 15px 0 0;
  border-top: 1px solid #515151;
}
.footer-container .footer_copyrights {
  padding: 15px 0;
  line-height: 31px;
}
.footer-container .footer_copyrights .col-sm-6 p:last-child {
  margin: 0;
}
.footer-container .footer_copyrights .container {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .footer-container .footer_copyrights {
    text-align: center;
  }
}
.footer-container .footer_copyrights .paymants_logos img {
  float: right;
}
@media (max-width: 767.98px) {
  .footer-container .footer_copyrights .paymants_logos img {
    float: none;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px;
}

.rte ul {
  padding: 5px;
  padding-right: 30px;
  list-style-type: disc;
}
.rte ul li {
  padding: 2px 0;
}
.rte ul li.inline-icon {
  display: flex;
  align-items: center;
}
.rte ol {
  padding: 5px;
  padding-right: 30px;
  list-style-type: decimal;
}
.rte ol li {
  padding: 2px 0;
}
.rte em {
  font-style: italic;
}
.rte a:not(.btn) {
  text-decoration: underline;
}
.rte h4 {
  display: flex;
  font-size: 15px;
}
.rte p {
  padding: 0 0 9px;
  margin: 0;
}
.rte p + ul, .rte p + ol {
  padding-top: 0;
}

.block_hidden_only_for_screen {
  display: none;
}

.cart_navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  margin: 20px 0 30px;
  border-top: 1px solid #ced4da !important;
}
@media (max-width: 359.98px) {
  .cart_navigation .button {
    width: 100%;
  }
  .cart_navigation .button:not(.button-outlie) {
    margin-top: 1rem;
  }
}

.cart_last_product {
  display: none;
}

.cart_quantity .cart_quantity_input {
  width: 50px;
  text-align: center;
  border-radius: 0;
}

.cart_gift_quantity .cart_quantity_input {
  width: 57px;
  height: 27px;
  padding: 0;
  line-height: 27px;
  text-align: center;
}

.table tbody > tr > td {
  vertical-align: middle;
}
.table tbody > tr > td.cart_quantity {
  width: 150px;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button {
  display: inline-flex !important;
  align-items: stretch;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button.disabled {
  pointer-events: none;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button .btn {
  width: 31px;
  font-size: 12px;
  border-color: #ced4da !important;
  padding: 0;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button .btn.cart_quantity_up {
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button .btn.cart_quantity_down {
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button .btn:active, .table tbody > tr > td.cart_quantity .cart_quantity_button .btn:hover {
  opacity: 0.7;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button .btn[disabled] {
  opacity: 1;
}
.table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
  padding: 5px;
}
.table tbody > tr > td.cart_delete a, .table tbody > tr > td.price_discount_del a {
  display: inline-flex;
  align-items: center;
  height: 24px;
}
.table tfoot > tr > td {
  vertical-align: middle;
}

#cart_summary tbody td.no_border {
  border: none !important;
}
#cart_summary tbody td.cart_product {
  width: 137px;
  padding: 19px;
}
#cart_summary tbody td.cart_unit .price span {
  display: block;
}
#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
  display: inline-block;
  margin: 5px auto;
}
#cart_summary tbody td.cart_unit .price span.old-price {
  text-decoration: line-through;
}
#cart_summary tbody td.cart_description {
  width: 480px;
}
#cart_summary tbody td.cart_description small {
  display: block;
  padding: 5px 0 0;
}
#cart_summary tbody td .customizationUploaded,
#cart_summary tbody td ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}
#cart_summary tbody td .customizationUploaded li,
#cart_summary tbody td ul li {
  margin-bottom: 4px;
}
#cart_summary tbody td .customizationUploaded li:last-of-type,
#cart_summary tbody td ul li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #cart_summary tbody td .customizationUploaded,
  #cart_summary tbody td ul {
    align-items: center;
  }
}
#cart_summary tbody td .customizationUploaded ul {
  margin-bottom: 10px;
}
#cart_summary tbody td .customizationUploaded ul:last-of-type {
  margin-bottom: 0;
}
#cart_summary tfoot td.total_price_container span {
  font-size: 14px;
  font-weight: 700;
}
#cart_summary tfoot td#total_price_container {
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  #order-detail-content #cart_summary table,
  #order-detail-content #cart_summary tbody,
  #order-detail-content #cart_summary th,
  #order-detail-content #cart_summary td,
  #order-detail-content #cart_summary tr:not(.unvisible) {
    display: block;
  }
  #order-detail-content #cart_summary thead {
    display: none;
  }
  #order-detail-content #cart_summary tbody tr td {
    text-align: center;
  }
  #order-detail-content #cart_summary tbody tr td:last-of-type {
    border-bottom: 1px solid #ced4da !important;
  }
  #order-detail-content #cart_summary tbody tr.customization td:first-of-type, #order-detail-content #cart_summary tbody tr.customization td:last-of-type {
    display: none;
  }
  #order-detail-content #cart_summary tbody tr.customization td.cart_quantity {
    border-bottom: 1px solid #ced4da !important;
  }
  #order-detail-content #cart_summary tbody tr.customization td .customizationUploaded ul:last-of-type {
    margin-bottom: 0;
  }
  #order-detail-content #cart_summary tr {
    position: relative;
    overflow: hidden;
  }
  #order-detail-content #cart_summary td {
    position: relative;
    float: none;
    width: 100%;
    white-space: normal;
    border: none !important;
    border-bottom: 1px dotted #ced4da !important;
  }
  #order-detail-content #cart_summary td.cart_avail {
    clear: both;
  }
  #order-detail-content #cart_summary td.cart_unit > ul {
    margin: 0;
  }
  #order-detail-content #cart_summary td.cart_quantity {
    padding: 10px 12px;
    clear: both;
  }
  #order-detail-content #cart_summary td.cart_quantity .cart_quantity_input {
    display: block;
    margin: 0 auto;
  }
  #order-detail-content #cart_summary td.cart_quantity .cart_quantity_button {
    display: inline-block;
    text-align: center;
  }
  #order-detail-content #cart_summary td.cart_discount_price::before {
    display: block;
    content: attr(data-title);
  }
  #order-detail-content #cart_summary td.cart_discount_price.text-right {
    display: none;
  }
  #order-detail-content #cart_summary td.cart_discount_delete, #order-detail-content #cart_summary td.cart_discount_name {
    display: none;
  }
  #order-detail-content #cart_summary td.cart_total {
    font-weight: 700;
  }
  #order-detail-content #cart_summary td.cart_delete, #order-detail-content #cart_summary td.price_discount_del {
    position: absolute;
    top: 5px;
    right: 6px;
    width: 30px;
    border: none !important;
  }
  #order-detail-content #cart_summary td div {
    display: inline;
  }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%;
  }
  #order-detail-content #cart_summary tfoot td::before {
    display: inline;
  }
  #order-detail-content #cart_summary tfoot td.cart_voucher {
    text-align: center;
    border-bottom: 1px solid #ced4da !important;
  }
  #order-detail-content #cart_summary tfoot td.cart_voucher .text-left {
    text-align: center;
  }
  #order-detail-content #cart_summary tfoot tr.cart_total_price:last-of-type td {
    border-bottom: none !important;
  }
  #order-detail-content #cart_summary tfoot tr:not(.unvisible) .text-right,
  #order-detail-content #cart_summary tfoot tr:not(.unvisible) .price {
    display: block;
  }
  #order-detail-content #cart_summary tfoot tr .text-right,
  #order-detail-content #cart_summary tfoot tr .price {
    float: left;
    width: 50%;
  }
}
.cart_voucher {
  vertical-align: top !important;
}
.cart_voucher .title-offers {
  margin-bottom: 6px;
  font-weight: 700;
}
.cart_voucher fieldset {
  margin-bottom: 10px;
}
.cart_voucher fieldset #discount_name {
  width: 200px;
  margin-left: 8px;
}
.cart_voucher #display_cart_vouchers span {
  font-weight: 700;
  color: #212529;
  cursor: pointer;
}
.cart_voucher #display_cart_vouchers span:hover {
  color: #1c2023;
}

.enable-multishipping {
  margin: -13px 0 17px;
}
.enable-multishipping label {
  font-weight: 400;
}

#HOOK_SHOPPING_CART #loyalty i {
  font-size: 26px;
  line-height: 26px;
  color: #cfcccc;
}

#order_carrier {
  margin-top: 20px;
  clear: both;
  background: #f8f9fa;
  border: 1px solid #999;
}

.order_carrier_logo {
  width: 100%;
  height: auto;
}

#order_carrier .title_block {
  height: 29px;
  padding: 0 15px;
  font-weight: 700;
  line-height: 29px;
  color: #f8f9fa;
  text-transform: uppercase;
  background: url("../img/bg_table_th.png") repeat-x 0 -10px #999;
}

#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: 700;
}

.multishipping_close_container {
  text-align: center;
}

table#cart_summary .gift-icon {
  padding: 2px 5px;
  line-height: 20px;
  color: #fff;
  background: #08c;
  border-radius: 5px;
}

#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px;
}
#multishipping_mode_box .title {
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}
#multishipping_mode_box .description_off {
  display: none;
}
#multishipping_mode_box .description_off div {
  margin-bottom: 10px;
}
#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
  background: #f3f3f3;
  border: 1px solid #ccc;
}

#multishipping_mode_box.on .description_off {
  display: block;
}

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px;
}

#order .address_add.submit {
  margin-bottom: 20px;
}

#ordermsg {
  margin-bottom: 30px;
}

#id_address_invoice.form-control,
#id_address_delivery.form-control {
  width: 269px;
}

.addresses .waitimage {
  position: absolute;
  top: 0;
  left: 10px;
  display: none;
  width: 40px;
  height: 40px;
  transform: translate(0, 50%);
  background-image: url("../img/lazy-load.svg");
  background-repeat: no-repeat;
}
.addresses .checkbox.addressesAreEquals {
  display: none;
  margin: 15px 0 25px;
  clear: both;
}

#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
}
#order .delivery_option > div > table,
#order-opc .delivery_option > div > table {
  margin-bottom: 0;
}
#order .delivery_option > div > table.resume,
#order-opc .delivery_option > div > table.resume {
  height: 53px;
}
#order .delivery_option > div > table.resume.delivery_option_carrier,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier {
  width: 100%;
  margin-top: 10px;
  font-weight: 700;
  color: #212529;
  background: #0dcaf0;
  border: 1px solid #0dcaf0;
}
#order .delivery_option > div > table.resume.delivery_option_carrier td,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
  padding: 8px 11px 7px;
}
#order .delivery_option > div > table.resume.delivery_option_carrier td i,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
  margin-right: 7px;
  font-size: 20px;
  vertical-align: -2px;
}
#order .delivery_option > div > table.resume td.delivery_option_radio,
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
  width: 55px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
#order .delivery_option > div > table.resume td.delivery_option_radio .radio,
#order-opc .delivery_option > div > table.resume td.delivery_option_radio .radio {
  margin: 0;
}
#order .delivery_option > div > table.resume td.delivery_option_logo,
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
  width: 85px;
}
#order .delivery_option > div > table.resume td.delivery_option_price,
#order-opc .delivery_option > div > table.resume td.delivery_option_price {
  width: 145px;
}
@media (max-width: 479.98px) {
  #order .delivery_option > div > table.resume td.delivery_option_radio,
  #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
    width: 35px;
  }
  #order .delivery_option > div > table.resume td.delivery_option_logo,
  #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
    width: 65px;
  }
  #order .delivery_option > div > table.resume td.delivery_option_price,
  #order-opc .delivery_option > div > table.resume td.delivery_option_price {
    width: auto;
  }
}

.order_carrier_content {
  padding-bottom: 16px;
  line-height: normal;
}
.order_carrier_content .carrier_title span {
  font-weight: 700;
}
.order_carrier_content .checkbox input {
  margin-top: 2px;
}
.order_carrier_content .delivery_options_address .carrier_title {
  margin-bottom: 17px;
}
.order_carrier_content + div {
  padding-bottom: 15px;
}
.order_carrier_content h2 {
  font-size: inherit;
  font-weight: 700;
}
.order_carrier_content .box {
  margin-bottom: 10px;
}

#carrierTable {
  background: #f8f9fa;
  border: 1px solid #999;
  border-bottom: none;
}

#carrierTable tbody {
  border-bottom: 1px solid #999;
}

#carrierTable th {
  height: 29px;
  padding: 0 15px;
  font-weight: 700;
  line-height: 29px;
  color: #f8f9fa;
  text-transform: uppercase;
  background: url("../img/bg_table_th.png") repeat-x 0 -10px #999;
}

#carrierTable td {
  padding: 15px;
  font-weight: 700;
  border-right: 1px solid #e9e9e9;
}

#carrierTable td.carrier_price {
  border: none;
}

p.checkbox.gift {
  margin-bottom: 10px;
}

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px;
}

a.iframe {
  color: #000;
  text-decoration: underline;
}
a.iframe:hover {
  text-decoration: none;
}

#HOOK_PAYMENT {
  margin-bottom: 20px;
}
#HOOK_PAYMENT .row > div {
  float: none;
  width: 100%;
}

@media (max-width: 1199.98px) {
  #payment-methods {
    margin-bottom: 25px;
  }
}

p.payment_module {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  p.payment_module {
    margin-bottom: 15px;
  }
}
p.payment_module a {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  background-color: #fbfcfc;
  border: 1px solid #ced4da !important;
  border-radius: var(--brd-radius-md);
}
@media (min-width: 480px) {
  p.payment_module a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
p.payment_module a:hover {
  background-color: #fff;
}
p.payment_module a img {
  width: 50px;
  height: auto;
  margin-left: 15px;
}
@media (max-width: 479.98px) {
  p.payment_module a {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 20px;
  }
}

.payment_module.box {
  margin-top: 20px;
}

p.cheque-indent {
  margin-bottom: 9px;
}

.cheque-box .form-group {
  margin-bottom: 0;
}
.cheque-box .form-group .form-control {
  width: 269px;
}

.order-confirmation .box {
  line-height: 22px;
}
.order-confirmation .box ul {
  margin-bottom: 0;
}
.order-confirmation .box a {
  text-decoration: underline;
}
.order-confirmation .box a:hover {
  text-decoration: none;
}

.delivery_option_carrier td {
  width: 200px;
}

.delivery_option_carrier td + td {
  width: 280px;
}

.delivery_option_carrier td + td + td {
  width: 200px;
}

.delivery_option_carrier tr td {
  padding: 5px;
}

.delivery_option_carrier.selected {
  display: table;
}

.delivery_option_carrier.not-displayable {
  display: none;
}

p.required {
  position: relative;
  margin: 10px 0 10px !important;
  padding-right: 8px;
  margin-bottom: 0;
  color: #dc3545;
}
p.required sup {
  display: none;
}
p.required::before {
  position: absolute;
  right: 0;
  top: 3px;
  content: "\f151";
  font-family: "bootstrap-icons";
  font-weight: 700;
  color: #dc3545;
  font-size: 6px;
  line-height: 6px;
}

.required label {
  position: relative;
}
.required label sup {
  display: none;
}
.required label::after {
  position: absolute;
  left: -9px;
  top: 3px;
  content: "\f151";
  font-family: "bootstrap-icons";
  font-weight: 700;
  color: #dc3545;
  font-size: 6px;
  line-height: 6px;
}

#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
  color: #dc3545;
}
#address .form-group,
#identity .form-group,
#account-creation_form .form-group,
#new_account_form .form-group,
#opc_account_form .form-group,
#authentication .form-group {
  margin-bottom: 12px;
}
#address .form-group .form-control,
#identity .form-group .form-control,
#account-creation_form .form-group .form-control,
#new_account_form .form-group .form-control,
#opc_account_form .form-group .form-control,
#authentication .form-group .form-control {
  max-width: 400px;
}
@media (max-width: 479.98px) {
  #address .form-group .form-control,
  #identity .form-group .form-control,
  #account-creation_form .form-group .form-control,
  #new_account_form .form-group .form-control,
  #opc_account_form .form-group .form-control,
  #authentication .form-group .form-control {
    width: 100%;
  }
}
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
  padding-top: 4px;
  margin-bottom: 4px;
}
#address .gender-line .radio-inline label,
#identity .gender-line .radio-inline label,
#account-creation_form .gender-line .radio-inline label,
#new_account_form .gender-line .radio-inline label,
#opc_account_form .gender-line .radio-inline label,
#authentication .gender-line .radio-inline label {
  margin-left: 14px;
}
#address .submit2,
#identity .submit2,
#account-creation_form .submit2,
#new_account_form .submit2,
#opc_account_form .submit2,
#authentication .submit2 {
  margin-top: 20px;
  margin-bottom: 4px;
}

#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
  margin-right: -5px;
  margin-left: -5px;
}
#identity #center_column form.std .row .col-xs-4,
#authentication #center_column form.std .row .col-xs-4,
#order-opc #center_column form.std .row .col-xs-4 {
  max-width: 94px;
  padding-right: 5px;
  padding-left: 5px;
}
#identity #center_column form.std .row .col-xs-4 .form-control,
#authentication #center_column form.std .row .col-xs-4 .form-control,
#order-opc #center_column form.std .row .col-xs-4 .form-control {
  max-width: 84px;
}

#new_account_form .box {
  line-height: 20px;
}
#new_account_form .box .date-select {
  padding-bottom: 10px;
}
#new_account_form .box .top-indent {
  padding-top: 10px;
}
#new_account_form .box .customerprivacy {
  padding-top: 15px;
}

#password {
  padding-top: 0;
  border: none;
}
#password .box p {
  margin-bottom: 9px;
}
#password .box .form-group {
  margin-bottom: 20px;
}
#password .box .form-group .form-control {
  width: 263px;
}

#instant_search_results a.close {
  font-size: 13px;
  line-height: inherit;
  color: #000;
  text-transform: none;
  opacity: 1;
}
#instant_search_results a.close:hover {
  color: #1c2023;
}

.search-page-home {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.search-page-home .search-page-box {
    margin: 0 auto;
    max-width: 600px;
}
#search_query_page {
    border-color: #adb5bd !important;
}
#search_query_page:focus {
	border-color: #6ea8fe !important
}

#searchbox-page .searchbox-input-group {
    position: relative;
    display: flex;
    gap: 5px;
}
#searchbox-page .searchbox-input-group input {
	padding-left: 84px;
}
#searchbox-page .searchbox-input-group .button-search {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	left: 4px;
	font-size: 0;
	padding: 10px;
	background: none;
	border: none;
	line-height: 1;
}
#searchbox-page .searchbox-input-group .button-search:before {
	display: block;
	width: 100%;
	font-family: "bootstrap-icons";
	font-size: 14px;
	content: "\f52a";
	color: #212529;
}
.search-clear-btn {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    opacity: 1 !important;
    font-size: 11px;
    line-height: 1;
    cursor: pointer;
    display: none;
}
.search-clear-line {
	display: none;
	position: absolute;
	left: 44px;
	width: 1px;
	height: 26px;
	background: #ced4da;
	top: 50%;
	transform: translateY(-50%);
}

#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px;
  margin-top: 10px;
}
#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px;
}
#manufacturers_list .product-counter a:hover,
#suppliers_list .product-counter a:hover {
  color: #1c2023;
}
#manufacturers_list.grid li .mansup-container,
#suppliers_list.grid li .mansup-container {
  background-color: #fff;
  border-radius: var(--brd-radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
#manufacturers_list.grid li .mansup-container .lnk_img,
#suppliers_list.grid li .mansup-container .lnk_img {
  display: block;
  overflow: hidden;
}
#manufacturers_list.grid li .mansup-container .img-responsive ,
#suppliers_list.grid li .mansup-container .img-responsive {
	transition: transform 1s cubic-bezier(0,0,0.44,1.18);
}
@media (pointer: fine) {
    #manufacturers_list.grid li .mansup-container .img-responsive:hover,
    #suppliers_list.grid li .mansup-container .img-responsive:hover {
    	transform: scale(1.04);
    }
}
#manufacturers_list.grid li .mansup-container .btn,
#suppliers_list.grid li .mansup-container .btn {
  margin: 0 15px 15px;
  background-color: #f8f9fa;
}
#manufacturers_list.grid li .mansup-container .btn:hover,
#suppliers_list.grid li .mansup-container .btn:hover {
  background-color: #fff;
}
#manufacturers_list.grid li .mansup-container,
#suppliers_list.grid li .mansup-container {
  border: 1px solid #ced4da !important
}
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  padding: 20px 0;
  border-top: 1px solid #dee2e6;
}
@media (max-width: 767.98px) {
  #manufacturers_list.list li .mansup-container,
  #suppliers_list.list li .mansup-container {
    text-align: center;
  }
}
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  padding-top: 0;
  border-top: 0;
}
#manufacturers_list.list li:last-child .mansup-container,
#suppliers_list.list li:last-child .mansup-container {
  padding-bottom: 0;
}
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center;
}
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  padding-bottom: 8px;
}
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  #manufacturers_list.list li .middle-side,
  #suppliers_list.list li .middle-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  min-height: 108px;
  padding-left: 15px;
  border-left: 1px solid #dee2e6;
}
@media (max-width: 767.98px) {
  #manufacturers_list.list li .right-side-content,
  #suppliers_list.list li .right-side-content {
    min-height: 1px;
    padding: 0;
    border: none;
  }
}
#manufacturers_list.list li .right-side-content .product-counter,
#suppliers_list.list li .right-side-content .product-counter {
  position: relative;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  #manufacturers_list.list li .right-side-content .product-counter,
  #suppliers_list.list li .right-side-content .product-counter {
    top: 0;
  }
}
#manufacturers_list.grid li,
#suppliers_list.grid li {
  margin-bottom: 20px;
  padding: 0 6px;
  text-align: center;
}
#manufacturers_list.grid li .product-container,
#suppliers_list.grid li .product-container {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}
#manufacturers_list.grid li .product-container .left-side,
#suppliers_list.grid li .product-container .left-side {
  padding-bottom: 42px;
}
#manufacturers_list.grid li .product-container h3,
#suppliers_list.grid li .product-container h3 {
  padding-bottom: 10px;
}
#manufacturers_list.grid li .product-container .product-counter,
#suppliers_list.grid li .product-container .product-counter {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  #manufacturers_list.grid li.first-in-line,
  #suppliers_list.grid li.first-in-line {
    clear: left;
  }
  #manufacturers_list.grid li.last-line .product-container,
  #suppliers_list.grid li.last-line .product-container {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #manufacturers_list.grid li.first-item-of-tablet-line,
  #suppliers_list.grid li.first-item-of-tablet-line {
    clear: left;
  }
  #manufacturers_list.grid li.last-tablet-line .product-container,
  #suppliers_list.grid li.last-tablet-line .product-container {
    border-bottom: none;
  }
}
@media (max-width: 767.98px) {
  #manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
    border-bottom: none;
  }
}

#manufacturer .description_box,
#supplier .description_box {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
}
@media (max-width: 991.98px) {
  #manufacturer .description_box,
  #supplier .description_box {
    padding: 10px;
  }
}
#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {
  display: none;
}

table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px;
}
table.discount i.icon-ok {
  color: #46a74e;
}
table.discount i.icon-remove {
  color: #f13340;
}

#guestTracking .form-control {
  max-width: 271px;
}
@media (min-width: 1200px) {
  #guestTracking .form-group {
    overflow: hidden;
  }
  #guestTracking .form-group i {
    padding-left: 10px;
  }
  #guestTracking .form-control {
    float: left;
  }
  #guestTracking label {
    float: left;
    width: 100%;
    clear: both;
  }
}

#pagenotfound .pagenotfound {
  max-width: 825px;
  margin: 0 auto;
  text-align: center;
}
#pagenotfound .pagenotfound .img-404 {
  margin-top: 20px;
  font-size: 155px;
}
@media (max-width: 767.98px) {
  #pagenotfound .pagenotfound .img-404 {
    font-size: 135px;
  }
}
#pagenotfound .pagenotfound .img-404 img {
  max-width: 100%;
}
#pagenotfound .pagenotfound h1 {
  margin-top: 30px;
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
}
#pagenotfound .pagenotfound p {
  padding-bottom: 19px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #495057;
  text-align: center;
  border-bottom: 1px solid #ced4da !important;
}
#pagenotfound .pagenotfound h3 {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
#pagenotfound .pagenotfound label {
  font-weight: 400;
}
@media (max-width: 767.98px) {
  #pagenotfound .pagenotfound label {
    display: block;
  }
}
#pagenotfound .pagenotfound fieldset > div {
  display: inline-flex;
  align-items: stretch;
}
#pagenotfound .pagenotfound fieldset > div .form-control {
  min-width: 225px;
}
#pagenotfound .pagenotfound .buttons {
  padding: 40px 0 20px;
}

#account-creation_form fieldset.reversoform {
  padding: 10px !important;
}

#account-creation_form fieldset.reversoform .text label {
  display: block;
  width: 100%;
  padding: 0 0 10px;
  text-align: left;
}

#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right;
}

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer;
}

.tab-content {
  margin-top: 20px;
}

form#sendComment fieldset {
  padding: 10px;
  background: #eee;
  border: 1px solid #ccc;
}

form#sendComment h3 {
  font-size: 14px;
}

#new_comment_form p.text {
  padding-bottom: 0;
  margin-bottom: 0;
}

#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-size: 12px;
  font-weight: 700;
}

#sendComment p.text input {
  width: 498px;
  height: 28px;
  padding: 0 5px;
  background: url("../img/bg_input.png") repeat-x 0 0 #f8f9fa;
  border: 1px solid #ccc;
}

#sendComment p.textarea textarea {
  width: 508px;
  height: 80px;
  border: 1px solid #ccc;
}

#sendComment p.submit {
  padding: 0;
  text-align: right;
}

#sendComment p.closeform {
  float: right;
  width: 12px;
  height: 12px;
  padding: 0;
  text-indent: -5000px;
  background: url("../img/icon/delete.gif") no-repeat 0 0;
}

.star {
  position: relative;
  top: -1px;
  float: left;
  width: 12px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.star {
  display: block;
}
.star a {
  position: absolute;
  display: block;
  text-indent: -5000px;
}

div.star {
  opacity: 0.35;
}
div.star::after {
  display: inline-block;
  font-family: "bootstrap-icons";
  color: #dee2e6;
  content: "\f006";
}

div.star.star_on {
  display: block;
  opacity: 1;
}
div.star.star_on::after {
  display: inline-block;
  font-family: "bootstrap-icons";
  color: #f13340;
  content: "\f005";
}

div.star.star_hover {
  opacity: 1;
}
div.star.star_hover::after {
  display: inline-block;
  font-family: "bootstrap-icons";
  color: #f13340;
  content: "\f005";
}

.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center;
}

.blockcategories_footer ul ul {
  display: none !important;
}

.form-group.form-error .form-control, .form-group.form-ok .form-control {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 14px 14px;
}
.form-group.form-error input,
.form-group.form-error textarea {
  color: #dc3545;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  border: 1px solid #dc3545 !important;
}
.form-group.form-ok input,
.form-group.form-ok textarea {
  color: #198754;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  border: 1px solid #198754 !important;
}

.radio-inline,
.checkbox {
  padding-left: 0;
}
.radio-inline label,
.checkbox label {
  display: inline-flex;
  align-items: center;
}
.radio-inline .checker span,
.checkbox .checker span {
  background-color: transparent;
  top: 0;
}
.radio-inline div.radio,
.checkbox div.radio {
  display: inline-block;
}
.radio-inline div.radio span,
.checkbox div.radio span {
  top: 0;
  float: left;
}

.fancybox-overlay-fixed {
  overflow-y: hidden !important;
}
.fancybox-overlay-fixed .fancybox-wrap {
  margin-top: 6px;
}

.fancybox-skin {
  padding: 0 !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.fancybox-skin .fancybox-title-float-wrap .child {
  font: normal 14px/20px "Vazirmatn", sans-serif;
  font-weight: 400;
}
.fancybox-skin .fancybox-close {
  background: none;
  position: absolute;
  right: -2px;
  top: -25px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  z-index: 2;
}
.fancybox-skin .fancybox-close::before {
  content: "\f659";
  display: block;
  font-family: "bootstrap-icons";
  color: #fff;
}
.fancybox-skin .fancybox-prev span,
.fancybox-skin .fancybox-next span {
  display: none;
  align-items: center;
  justify-content: center;
  background: #ced4da;
  right: auto;
  left: 8px;
  width: 36px;
  margin-top: -34px;
  height: 70px;
}
.fancybox-skin .fancybox-prev span:hover,
.fancybox-skin .fancybox-next span:hover {
  background: #0d6efd;
}
.fancybox-skin .fancybox-prev span::before,
.fancybox-skin .fancybox-next span::before {
  content: "\f27a";
  font-family: "bootstrap-icons";
  font-size: 36px;
  line-height: 48px;
  color: #fff;
}
.fancybox-skin .fancybox-next span {
  right: 8px;
  left: auto;
}
.fancybox-skin .fancybox-next span::before {
  content: "\f27b";
}

.fancybox-error {
  font-family: "Vazirmatn", sans-serif !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

select.form-control {
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#facebook_block,
#cmsinfo_block {
  min-height: 344px;
  padding-right: 29px;
  padding-left: 29px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 991.98px) {
  #facebook_block,
  #cmsinfo_block {
    min-height: 348px;
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media (max-width: 767.98px) {
  #facebook_block,
  #cmsinfo_block {
    width: 100%;
    min-height: 1px;
  }
}

#facebook_block h4 {
  padding: 35px 0 0;
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 35px;
  color: #868e96;
}
@media (max-width: 991.98px) {
  #facebook_block h4 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  #facebook_block h4 {
    padding-top: 20px !important;
  }
}
@media (max-width: 767.98px) {
  #facebook_block h4 {
    font-size: 16px;
  }
}
#facebook_block .facebook-fanbox {
  padding-bottom: 10px;
  background: #f8f9fa;
  border: 1px solid #aaa;
}

@media (max-width: 767.98px) {
  #cmsinfo_block {
    margin-top: 10px;
    border: none;
  }
}
#cmsinfo_block > div {
  padding: 35px 10px 0 0;
}
@media (max-width: 767.98px) {
  #cmsinfo_block > div {
    padding-top: 20px;
  }
}
@media (max-width: 479.98px) {
  #cmsinfo_block > div {
    width: 100%;
    border-top: 1px solid #dee2e6;
  }
}
#cmsinfo_block > div + div {
  min-height: 344px;
  padding-left: 29px;
  border-left: 1px solid #dee2e6;
}
@media (max-width: 479.98px) {
  #cmsinfo_block > div + div {
    min-height: 1px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-left: none;
  }
}
#cmsinfo_block em {
  float: left;
  width: 60px;
  height: 60px;
  margin: 3px 10px 0 0;
  font-size: 30px;
  line-height: 60px;
  color: #f8f9fa;
  text-align: center;
  background: #868e96;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
@media (max-width: 991.98px) {
  #cmsinfo_block em {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
#cmsinfo_block .type-text {
  overflow: hidden;
}
#cmsinfo_block h3 {
  margin: 0 0 5px;
  font-size: 21px;
  line-height: 25px;
  color: #868e96;
}
@media (max-width: 1199.98px) {
  #cmsinfo_block h3 {
    font-size: 18px;
  }
}
#cmsinfo_block ul li {
  padding-bottom: 22px;
}
@media (max-width: 1199.98px) {
  #cmsinfo_block ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  #cmsinfo_block ul li {
    padding-bottom: 0;
  }
}
#cmsinfo_block p em {
  float: none;
  height: inherit;
  margin: 0;
  font-size: 13px;
  font-style: italic;
  line-height: inherit;
  color: #000;
  text-align: left;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.ie8 #facebook_block,
.ie8 #cmsinfo_block {
  height: 344px;
}

@media (max-width: 1199.98px) {
  .zoomdiv {
    display: none !important;
  }
}
#product.content_only div.pb-left-column p.resetimg {
  padding-top: 0;
  margin-bottom: 0;
}
#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0;
}

#product_comparison #social-share-compare {
  margin-bottom: 50px;
}

.btn-facebook:hover,
.btn-twitter:hover,
.btn-google-plus:hover,
.btn-pinterest:hover {
  border-color: #fff;
}

.btn-facebook i {
  color: #435f9f;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #435f9f;
}
.btn-facebook:hover i {
  color: #fff;
}

.btn-twitter i {
  color: #00aaf0;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #00aaf0;
}
.btn-twitter:hover i {
  color: #fff;
}

.btn-google-plus i {
  color: #e04b34;
}
.btn-google-plus:hover {
  color: #fff;
  background-color: #e04b34;
}
.btn-google-plus:hover i {
  color: #fff;
}

.btn-pinterest i {
  color: #ce1f21;
}
.btn-pinterest:hover {
  color: #fff;
  background-color: #ce1f21;
}
.btn-pinterest:hover i {
  color: #fff;
}

/*******************************************************************
          Warehouse theme globals
********************************************************************/
.flexslider_carousel_block,
.iqitcontent-column-inner {
  padding-bottom: 0;
  margin-bottom: 0;
}

.flexslider_carousel_block .title_block,
.iqitcontent-column-inner .title_block {
  font-size: 26px !important;
  line-height: 26px !important;
  background-color: #fff;
  font-weight: 900 !important;
}
@media (min-width: 768px) {
  .flexslider_carousel_block .title_block,
  .iqitcontent-column-inner .title_block {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}

.flexslider_carousel_block .rte,
.iqitcontent-column-inner .rte {
  text-align: justify;
}
.flexslider_carousel_block .tab-content,
.iqitcontent-column-inner .tab-content {
  margin-top: 0 !important;
}
.flexslider_carousel_block .tab-content .tab-pane,
.iqitcontent-column-inner .tab-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.flexslider_carousel_block .tab-content .tab-pane .iqitcontent-column,
.iqitcontent-column-inner .tab-content .tab-pane .iqitcontent-column {
  height: 0;
}
.flexslider_carousel_block .tab-content .tab-pane.active,
.iqitcontent-column-inner .tab-content .tab-pane.active {
  position: static;
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.flexslider_carousel_block .tab-content .tab-pane.active .iqitcontent-column,
.iqitcontent-column-inner .tab-content .tab-pane.active .iqitcontent-column {
  height: auto;
}

.slick_carousel {
  position: relative;
  padding: 0;
  margin-top: -10px;
}
.slick_carousel .ajax_block_product {
  position: relative;
  padding: 0 9px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin: 0;
  text-align: center;
}
@media (max-width: 479.98px) {
  .slick_carousel .ajax_block_product {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.slick_carousel .loading {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  min-height: 300px;
  text-indent: -9999px;
  background: url("../img/lazy-load.svg") no-repeat center center;
}
.slick_carousel .viewport {
  padding: 11px 5px;
}

.pl-quantity-input-wrapper {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 40px;
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .pl-quantity-input-wrapper {
    display: none;
  }
}

.product_list.grid .button-container {
  overflow: hidden;
  white-space: nowrap;
}

.quantity-input-b-wrapper .pl_product_quantity_up {
  position: absolute;
  top: 0;
  right: 5px;
}

.quantity-input-b-wrapper .pl_product_quantity_down {
  position: absolute;
  top: 10px;
  right: 5px;
}

.product-image-container {
  position: relative;
  margin-bottom: 5px;
  border-radius: var(--brd-radius);
  overflow: clip;
}
.product-image-container .img_1,
.product-image-container .img_0 {
  transition: opacity 0.5s ease,transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-image-container .img_1 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0 !important;
}
.product-image-container .img-responsive {
  margin: 0 auto;
}
.product-name-container {
  height: 25px !important;
  padding-top: 6px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.star_content {
  width: 65px;
  padding-bottom: 4px;
  margin: 0 auto;
}

.content_price {
  padding-top: 8px;
  padding-bottom: 2px;
}

ul.product_list.grid .content_price {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 4px;
}

ul.product_list.grid .ajax_block_product,
.slick_carousel .ajax_block_product {
  transition: box-shadow 0.2s ease;
}
ul.product_list.grid .ajax_block_product .color-list-container,
.slick_carousel .ajax_block_product .color-list-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 30px;
  z-index: 2;
  display: none;
  width: 28px;
  height: auto !important;
  height: 100%;
  max-height: 100%;
  margin: 0;
  overflow: hidden;
}
ul.product_list.grid .ajax_block_product .color-list-container ul,
.slick_carousel .ajax_block_product .color-list-container ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  direction: rtl;
  padding-top: 32px;
}
ul.product_list.grid .ajax_block_product .color-list-container ul li,
.slick_carousel .ajax_block_product .color-list-container ul li {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  margin-bottom: 1px;
  border: 1px solid #dee2e6;
}
ul.product_list.grid .ajax_block_product .color-list-container ul li a,
.slick_carousel .ajax_block_product .color-list-container ul li a {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0;
}

ul.product_list .availability span,
.slick_carousel .availability span {
  display: inline-block;
  padding: 4px 5px 2px;
  margin-bottom: 10px;
  font-size: 9px;
  line-height: 12px;
  color: #f8f9fa;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
ul.product_list .availability span.available-now,
.slick_carousel .availability span.available-now {
  background: #46a74e;
}
ul.product_list .availability span.out-of-stock,
.slick_carousel .availability span.out-of-stock {
  background: #ff7430;
}

.sale-label,
.price-percent-reduction,
#reduction_percent,
#reduction_amount,
#availability_value,
#last_quantities {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767.98px) {
  .slick_carousel .available-sizes,
  ul.product_list.grid .available-sizes {
    display: none;
  }
}
.slick_carousel .functional-buttons,
ul.product_list.grid .functional-buttons {
  box-sizing: content-box;
  line-height: 10px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .slick_carousel .functional-buttons,
  ul.product_list.grid .functional-buttons {
    display: none;
  }
}
.slick_carousel .functional-buttons *,
ul.product_list.grid .functional-buttons * {
  box-sizing: content-box;
}

.availability-slidein {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.availability-slidein .availabile_product {
  display: none !important;
}

.functional-buttons {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  margin-bottom: -15px;
  font-size: 0;
  visibility: hidden;
  background: #f8f9fa;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.functional-buttons > div {
  display: inline-block;
  float: none;
  width: auto;
  padding: 0 10px;
}
.functional-buttons div {
  height: 23px;
  padding-top: 4px;
  line-height: 19px;
}
.functional-buttons div a,
.functional-buttons div label {
  font-size: 0;
  color: #777676;
  cursor: pointer;
}
.functional-buttons div a:hover,
.functional-buttons div label:hover {
  color: #000;
}
.functional-buttons div a::before,
.functional-buttons div label::before {
  font-size: 15px;
}
.functional-buttons div.quickview {
  border-right: 1px solid #dee2e6;
}
.functional-buttons div.quickview a::before {
  display: inline-block;
  margin-right: 4px;
  font-family: "bootstrap-icons";
  font-size: 15px;
  content: "\f00e";
}
.functional-buttons div.wishlist {
  border-right: 1px solid #dee2e6;
}
.functional-buttons div.wishlist a::before {
  display: inline-block;
  font-family: "bootstrap-icons";
  content: "\f08a";
}
.functional-buttons div.wishlist a.checked::before {
  content: "\f004";
}
.functional-buttons div.compare a::before {
  display: inline-block;
  margin-right: 3px;
  font-family: "bootstrap-icons";
  content: "\f074";
}
.functional-buttons div.compare a.checked::before {
  content: "\f068";
}
.functional-buttons div:last-child {
  border-right: none !important;
}

@media (pointer: fine) {
  .ajax_block_product .hovered .product-image-container .img_1 {
    visibility: visible;
    opacity: 1 !important;
    transform: scale(1.04) !important;
  }
}
.ajax_block_product .hovered .availability-slidein {
  bottom: -10px;
  visibility: hidden;
  opacity: 0;
}
.ajax_block_product .hovered .functional-buttons-grid {
  margin-bottom: 0;
  visibility: visible;
  opacity: 0.9;
}
.ajax_block_product .hovered .functional-buttons-grid:hover {
  opacity: 1;
}

.product_list .ajax_block_product:hover {
	background: none !important;
	border: 1px solid transparent !important;
	box-shadow: none !important;
}

.ajax_block_product:hover .functional-buttons-grid {
  margin-bottom: 0;
  visibility: visible;
  opacity: 0.9;
}
.ajax_block_product:hover .functional-buttons-grid:hover {
  opacity: 1;
}

.online-label,
.new-label,
.sale-label {
  direction: ltr !important;
  box-sizing: content-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.transition-300 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.transition-opacity-300 {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.transition-scale {
    transition: transform 1s cubic-bezier(0,0,0.44,1.18);
}

.nb-comments {
  display: none;
}

.productlistRating .star {
  vertical-align: middle;
  cursor: default;
}
.productlistRating .nb-comments {
  display: inline;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.3;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #left_column,
  #right_column {
    width: 27%;
  }

  .show-left-column #left_column.col-md-pull-9 {
    left: 73%;
  }
  .show-left-column #center_column {
    width: 73%;
  }
  .show-left-column #center_column.col-md-push-3 {
    right: 27%;
  }

  .show-right-column #center_column {
    width: 73%;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  #left_column,
  #right_column {
    width: 22%;
  }

  .show-left-column #left_column.col-md-pull-9 {
    left: 78%;
  }
  .show-left-column #center_column {
    width: 78%;
  }
  .show-left-column #center_column.col-md-push-3 {
    right: 22%;
  }

  .show-right-column #center_column {
    width: 78%;
  }
}
@media (min-width: 1600px) {
  #left_column,
  #right_column {
    width: 20%;
  }

  .show-left-column #left_column.col-md-pull-9 {
    left: 80%;
  }
  .show-left-column #center_column {
    width: 80%;
  }
  .show-left-column #center_column.col-md-push-3 {
    right: 20%;
  }

  .show-right-column #center_column {
    width: 80%;
  }
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ui-slider .ui-slider-handle {
  width: 11px !important;
  height: 11px !important;
}

.ui-slider .ui-slider-range {
  background: #dee2e6 !important;
}

.ui-slider {
  height: 5px !important;
  border-color: #dee2e6 !important;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border-color: #dee2e6;
}

.product-container .bottomLine {
  display: block !important;
  width: 75px !important;
  height: 22px;
  margin: 0 auto !important;
  visibility: visible !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
}
.product-container .bottomLine .number_results,
.product-container .bottomLine .text,
.product-container .bottomLine .text-m {
  display: none !important;
}
.product-container .bottomLine .yotpo-bottomline {
  float: none !important;
  text-align: center !important;
}

.yotpo .yotpo-bottomline .icon-star,
.yotpo .yotpo-bottomline .icon-half-star,
.yotpo .yotpo-bottomline .icon-empty-star,
.yotpo-stars .icon-star,
.yotpo-stars .icon-empty-star,
.yotpo-stars .yotpo-icon-star,
.yotpo-stars .yotpo-icon-empty-star,
.yotpo-stars .yotpo-icon-half-star,
.yotpo-stars .icon-half-star {
  margin: 0 !important;
  font-size: 15px !important;
}

.v-center-parent {
  display: table;
  table-layout: fixed;
}

.v-center-child {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.eqcol {
  display: table;
  table-layout: fixed;
}
.eqcol [class*="col-"] {
  display: table-cell;
  float: none;
  vertical-align: top;
}

a:focus {
  outline: none !important;
}

label {
  font-weight: 400;
}

@media (max-width: 1199.98px) {
  .videoWrapper {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .videoWrapper iframe,
  .videoWrapper object,
  .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.circle-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  font-family: "bootstrap-icons";
  font-size: 16px;
  line-height: 33px;
  color: #f8f9fa !important;
  text-align: center;
  background: #99999b;
  outline: none !important;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.circle-icon:hover {
  text-decoration: none;
  background: #1c2023;
}

.info-paragraph-icon:hover .circle-icon {
  background: #1c2023;
}

.btn {
  font-size: inherit;
  outline: none !important;
}
@media (min-width: 480px) {
  .btn {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
}

@media (max-width: 479.98px) {
  .nav-tabs > li {
    float: none;
  }
}
.nav-tabs > li > a {
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
}

.nav-tabs > li > a:hover {
  background-color: #fafafa;
}

.tab-content {
  margin-top: 0;
}

.tab-content > .page-product-box.tab-pane {
  border: 1px solid #ced4da !important;
  border-top: none;
}

#page .tab-pane .rte {
  padding: 0 0 20px;
}

@media (min-width: 480px) {
  a,
  .bt_compare,
  #slidetopcontentShower,
  .bt_compare,
  #languages-block-top div.current,
  #currencies-block-top div.current {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
}

div.selector {
  font-size: inherit !important;
}

.btn-default {
  background-color: transparent;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.circle {
  position: relative;
  z-index: 5;
  display: block;
  width: 85px;
  height: 85px;
  text-align: center;
  color: #212529;
  background-color: #e9ecef;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.circle i {
  font-size: 26px;
  line-height: 85px;
}

.gm-style .gm-style-iw {
  color: #777 !important;
}

.slick-slide img {
  display: block;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  padding: 0;
  margin-top: -25px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  outline: none;
  color: #212529 !important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: none;
}
.slick-prev:hover,
.slick-next:hover {
  color: #1c1f23 !important;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
  opacity: 0.25;
}

.slick-prev::before,
.slick-next::before {
  display: block;
  font-family: "bootstrap-icons";
  font-size: 40px;
  line-height: 40px;
}

.slick-prev {
  left: -13px;
}

.slick-prev::before {
  content: "\F27A";
}

.slick-next {
  right: -13px;
}

.slick-next::before {
  content: "\F27B";
}

#image-block .slick-prev,
#image-block .slick-next {
  padding: 14px;
  color: #fff !important;
  background: rgba(33, 37, 41, 0.4) !important;
}
#image-block .slick-prev:hover,
#image-block .slick-next:hover {
  background: #212529 !important;
}
#image-block .slick-prev::before,
#image-block .slick-next::before {
  font-size: 22px;
  line-height: 21px;
}
#image-block .slick-prev {
  left: 8px;
}
#image-block .slick-prev::before {
  content: "\F284";
  margin-left: -1px;
}
#image-block .slick-next {
  right: 8px;
}
#image-block .slick-next::before {
  content: "\F285";
  margin-right: -1px;
}

.product_list_small {
  margin-right: 0;
  margin-left: 0;
}
.product_list_small .left-block {
  float: left;
  width: 35%;
  text-align: left;
}
.product_list_small .right-block {
  float: left;
  width: 65%;
  padding: 5px 0 5px 10px;
  text-align: left;
}
.product_list_small .functional-buttons {
  text-align: right;
  background: none;
  border: none;
}
.product_list_small .functional-buttons div {
  padding: 0 4px;
}
.product_list_small .product-image-container {
  margin-bottom: 0;
}
.product_list_small .ajax_block_product {
  padding: 9px;
}
.product_list_small .star_content {
  padding-top: 4px;
  padding-bottom: 0;
  margin: 0;
}

.ajax_block_product {
  border: 1px solid transparent !important;
  transition: color 0.2s ease, background 0.2s ease;
  border-radius: var(--brd-radius);
}
.ajax_block_product .product-container {
  transition: color 0.2s ease, background 0.2s ease;
  border-radius: var(--brd-radius);
  overflow: hidden;
}
.ajax_block_product .star {
  cursor: default;
}

.quickview-full-btn {
  position: absolute !important;
  right: 0;
  bottom: 0;
  z-index: 4;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.lazy {
  min-height: 60px;
  text-indent: -999px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 992px) {
  #header.sticky-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100% !important;
    padding: 5px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transform: translateY(-100%);
    animation: slidedown 0.2s forwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #header.sticky-header .container-header {
    background: none !important;
  }
  #header.sticky-header .nav {
    height: 0 !important;
    min-height: 0 !important;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
  }
  #header.sticky-header .row #header_logo {
    max-height: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header.sticky-header .row #header_logo img {
    max-height: 60px;
  }
}
.payment_option_form {
  display: none;
}

.payment_option_logo {
  height: 50px;
  max-height: 50px;
}

.payment_module_adv {
  height: 120px;
  max-height: 120px;
}

.payment_option_selected {
  display: none;
  margin-top: 15px;
}
.payment_option_selected i {
  color: #008000;
}

.payment_option_cta {
  margin-left: 10px;
  color: #333 !important;
}

.tnc_box {
  padding: 14px 18px 13px;
  margin: 0 0 30px;
  line-height: 23px;
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
}

.pointer-box {
  cursor: pointer;
}

#HOOK_ADVANCED_PAYMENT {
  margin-bottom: 10px;
}
#HOOK_ADVANCED_PAYMENT p.payment_module {
  margin-bottom: 20px;
}

span.aeuc_from_label,
span.aeuc_before_label,
span.aeuc_tax_label,
div.aeuc_shipping_label,
div.aeuc_weight_label {
  font-size: 80%;
}

div.aeuc_delivery_label {
  padding: 4px;
  margin-top: 10px;
  clear: both;
  font-size: 80%;
  text-align: center;
  border: 1px solid #cecece;
}

ul.product_list.grid .ajax_block_product .button-container div.aeuc_delivery_label,
.slick_carousel .ajax_block_product .button-container div.aeuc_delivery_label {
  padding-bottom: 0;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.product_list_small .ajax_block_product .button-container div.aeuc_delivery_label {
  padding: 0;
  padding-left: 0;
  margin-top: 8px;
  text-align: left;
  border: none;
}

ul.product_list.grid > li .product-container .old-price,
ul.product_list.grid > li .product-container .price,
ul.product_list.grid > li .product-container .price-percent-reduction {
  vertical-align: bottom;
}

::-ms-clear {
  width: 0;
  height: 0;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
  50%,
  70% {
    transform: scale(1.3) rotate(8deg);
  }
  40%,
  60% {
    transform: scale(1.3) rotate(-8deg);
  }
  80%,
  100% {
    transform: scale(1) rotate(0);
  }
}
.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
  animation: tada 2s linear infinite;
}

.faa-tada.animated.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-fast {
  animation: tada 1s linear infinite;
}

.faa-tada.animated.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-slow {
  animation: tada 3s linear infinite;
}

.cbp-spmenu-push-toright #mh-sticky.sticked {
  left: 240px !important;
  width: 100%;
}

@keyframes slidedown {
  100% {
    transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slidedown {
  100% {
    transform: translateY(0);
    transform: translateY(0);
  }
}
select::-ms-expand {
  display: none;
}

.text-dark {
  color: #212529;
}

.form_info {
  display: inline-block;
  margin-top: 2px;
  font-size: 12px;
  color: #6c757d;
}

.footable .footable-sortable .footable-sort-indicator::after {
  font-family: "bootstrap-icons" !important;
  content: "\F283" !important;
  margin-left: 4px !important;
  cursor: pointer;
}
.footable .footable-row-detail-row {
  line-height: 24px !important;
}
.footable .footable-row-detail-row .footable-row-detail-name {
  padding-right: 0 !important;
  padding-left: 0.5em;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  font-family: "bootstrap-icons" !important;
  padding-right: 0 !important;
  padding-left: 6px;
  font-size: 12px !important;
  vertical-align: -1px;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle::before {
  font-family: "bootstrap-icons" !important;
  content: "\F4FD" !important;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle::before {
  font-family: "bootstrap-icons" !important;
  content: "\F2E8" !important;
}

blockquote {
  padding: 10px;
  margin: 5px 0 15px;
  color: #141619;
  background-color: #f8f9fa;
  border-color: #dee2e6 !important;
  font-size: 13px;
  line-height: 21px;
}
blockquote.warning {
  color: #664d03;
  background-color: #fff7dc !important;
  border-color: #ffda6a !important;
}
blockquote.info {
  color: #055160;
  background-color: #ecfbfe !important;
  border-color: #8be5f8 !important;
}

.enamad-footer-text {
  font-size: 12px;
  line-height: 18px;
  color: #212529;
}
@media (max-width: 767.98px) {
    .enamad-footer-text {
      font-size: 13px;
    }
}
.enamad-footer-logo img {
  width: 105px;
}

.inline-items {
  display: inline-flex;
  align-items: stretch;
}
.inline-items .form-control {
  height: auto;
}

.highlight {
	color: transparent !important;
	background-clip: text;
	background-image: linear-gradient(to left, #1c2023 0%, #212529 23%, #1265A5 83.38%);
}

.block-divider {
	display: flex;
	margin-block: 2rem;
}
.block-divider:before {
	content: "";
	width: 100%;
	border-bottom: 1px solid #ced4da;
}

