*/:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-yekan: 'b yekan';
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: 'b yekan';
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:'b yekan';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family:'b yekan';
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.form-control:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(0, 0, 0, 0);
  border: solid rgba(0, 0, 0, 0);
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0.3em solid;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0.3em solid;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family:'b yekan';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 'b yekan';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: 'b yekan';
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: 'b yekan';
}
* {
  font-family: 'b yekan', Tahoma !important;
  direction: rtl;
}
*.fab {
  font-family: 'b yekan' !important;
}
*.fa,
*.far,
*.fas {
  font-family: 'b yekan' !important;
}
textarea {
  resize: none;
}
input[type="text"] {
  letter-spacing: 1.5px !important;
  font-family: "tahoma" !important;
}
.p-15-px {
  padding: 15px !important;
}
.no-box-shadow:focus,
.no-box-shadow {
  box-shadow: none !important;
}
.no-outline:focus,
.no-outline:hover,
.no-outline:active {
  outline: none !important;
}
.no-bottom-border {
  border-bottom: 0;
}
.no-border {
  border: 0 !important;
}
.no-overflow {
  overflow: hidden;
}
.z-index-9999 {
  z-index: 9999;
}
.z-index-500 {
  z-index: 500;
}
.z-10 {
  z-index: 1000;
}
.z-1 {
  z-index: 1;
}
.no-text-wrap {
  white-space: nowrap !important;
}
.letter-spacing-1 {
  letter-spacing: 1.5px !important;
}
.text-wrap {
  white-space: initial;
}
.text-security {
  text-security: disc;
  -webkit-text-security: disc;
  -moz-text-security: disc;
  font-family: 'b yekan', Tahoma !important;
}
.pointer {
  cursor: pointer;
}
.grabbing {
  cursor: grabbing;
}
.no-pointer-event {
  pointer-events: none !important;
}
.disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
}
.cursor-defult {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.transition-06 {
  transition: 0.6s;
}
.padding-transition-35 {
  transition: padding 0.35s !important;
}
.font-inherit {
  font-size: inherit !important;
}
.font-40 {
  font-size: 40px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-bold {
  font-weight: bold !important;
}
body .hidden {
  display: none !important;
}
body .dont-show {
  opacity: 0 !important;
  pointer-events: none !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.absolute-center {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.absolute-y-center {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}
.absolute-y--20 {
  position: absolute !important;
  top: 0;
  transform: translateY(-20%);
}
.absolute-y--30 {
  position: absolute !important;
  top: 0;
  transform: translateY(-30%);
}
.transform-y-center {
  transform: translateY(-50%);
}
.transform-y--3rem {
  transform: translateY(-3rem) !important;
}
.transform-y--2-5rem {
  transform: translateY(-2.5rem) !important;
}
.rotate-0 {
  transform: rotate(0) !important;
}
.absolute-y-100 {
  position: absolute !important;
  top: 100%;
}
.absolute-imp {
  position: absolute !important;
}
.fixed {
  position: fixed;
}
.top-center {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.top-0 {
  top: 0;
}
.top-1 {
  top: 0.25rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 1rem;
}
.top-4 {
  top: 1.5rem;
}
.top-100 {
  top: 100%;
}
.bottom-0 {
  bottom: 0;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 1rem;
}
.bottom-4 {
  bottom: 1.5rem;
}
.right-0 {
  right: 0;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 1rem;
}
.right-4 {
  right: 1.5rem;
}
.left-0 {
  left: 0;
}
.left-1 {
  left: 0.25rem;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 1rem;
}
.left-4 {
  left: 1.5rem;
}
.no-text-decoration,
.no-text-decoration:hover,
.no-text-decoration:focus {
  text-decoration: none;
}
.flex-imp {
  display: flex !important;
}
.d-table-row-group {
  display: table-row-group;
}
.wrap {
  flex-wrap: wrap;
}
.table-vertical-center,
.table-vertical-center thead th,
.table-vertical-center tbody td {
  vertical-align: inherit !important;
}
.items-center {
  align-items: center;
}
.item-flex-end {
  align-items: flex-end;
}
.item-flex-start {
  align-items: flex-start;
}
.content-baseline {
  justify-content: baseline !important;
}
.content-end {
  justify-content: flex-end;
}
.content-evenly {
  justify-content: space-evenly;
}
.content-between {
  justify-content: space-between;
}
.content-around {
  justify-content: space-around;
}
.content-center {
  justify-content: center;
}
.discount-price::after {
  content: "";
  width: 100%;
  height: 2px;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  background: #ff3a86;
  z-index: 1;
}
.no-list-style {
  list-style: none !important;
}
.no-radius {
  border-radius: 0;
}
.radius-100 {
  border-radius: 100% !important;
}
.radius-1 {
  border-radius: 0.25rem !important;
}
.radius-2 {
  border-radius: 0.5rem !important;
}
.radius-3 {
  border-radius: 1rem !important;
}
.radius-4 {
  border-radius: 1.5rem !important;
}
.radius-30px {
  border-radius: 30px !important;
}
.bottom-radius-30px {
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.top-radius-30px {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}
.bottom-radius-22px {
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
}
.top-radius-22px {
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
}
.radius-15px {
  border-radius: 15px !important;
}
.radius-12px {
  border-radius: 12px !important;
}
.radius-7px {
  border-radius: 7px !important;
}
.radius-5px {
  border-radius: 5px !important;
}
.no-bottom-radius {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.check-before:before {
  content: "✔";
  padding: 8px;
}
.left-direction {
  direction: ltr;
}
.right-direction {
  direction: rtl;
}
.direction-init {
  direction: initial !important;
}
.fit-height {
  height: -webkit-fit-content;
  height: fit-content;
  height: -moz-fit-content;
}
.fit-height-imp {
  height: -webkit-fit-content !important;
  height: fit-content !important;
  height: -moz-fit-content !important;
}
.fit-max-height {
  max-height: -webkit-fit-content;
  max-height: fit-content;
  max-height: -moz-fit-content;
}
.webkit-height {
  height: -webkit-fill-available;
}
.full-width {
  width: 100% !important;
}
.full-height {
  height: 100% !important;
}
.h-100-vh {
  height: 100vh !important;
}
.min-h-100 {
  min-height: 100% !important;
}
.w-0 {
  width: 0 !important;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-49 {
  width: 49% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.m-w-30 {
  max-width: 30%;
}
.m-w-70 {
  max-width: 70%;
}
.m-w-80 {
  max-width: 80%;
}
.m-w-95 {
  max-width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
.m-w-100 {
  max-width: 100% !important;
}
.max-w-50-imp {
  max-width: 50% !important;
}
.max-w-40-imp {
  max-width: 40% !important;
}
.max-w-30-imp {
  max-width: 30% !important;
}
.min-w-100 {
  min-width: 100%;
}
.min-vh-70 {
  min-height: 70vh !important;
}
.min-vh-75 {
  min-height: 75vh !important;
}
.min-vh-80 {
  min-height: 80vh !important;
}
.max-h-50 {
  max-height: 50%;
}
.max-h-60 {
  max-height: 60%;
}
.max-h-80 {
  max-height: 80%;
}
.fit-width {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}
.fit-width-imp {
  width: -webkit-fit-content !important;
  width: fit-content !important;
  width: -moz-fit-content !important;
}
.fit-max-width {
  width: -webkit-fit-content !important;
  width: fit-content !important;
  width: -moz-fit-content !important;
}
.fit-min-width {
  min-width: -webkit-fit-content !important;
  min-width: fit-content !important;
  min-width: -moz-fit-content !important;
}
input.left-direction::-webkit-input-placeholder {
  text-align: right !important;
}
input.left-direction:-moz-placeholder {
  text-align: right !important;
}
.line-height-initial {
  line-height: initial;
}
.line-height-initial-imp {
  line-height: initial !important;
}
.line-height-0 {
  line-height: 0;
}
.line-height-1 {
  line-height: 1;
}
.line-height-2 {
  line-height: 2;
}
.line-height-3 {
  line-height: 3;
}
.line-height-4 {
  line-height: 4;
}
.overflow-unset {
  overflow: unset !important;
}
.transparent-back {
  background: rgba(0, 0, 0, 0);
}
.transparent-back-imp {
  background: rgba(0, 0, 0, 0) !important;
}
.inherit-back {
  background: inherit !important;
}
@media (min-width: 768px) {
  .container-61 {
    width: 100%;
    padding-left: 61px !important;
    padding-right: 61px !important;
  }
  .container-52 {
    width: 100%;
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
  .container-42 {
    width: 100%;
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media (max-width: 768px) {
  .container-42 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .w-100-sm {
    width: 100% !important;
  }
}
.white-color-hover:hover {
  color: #fff !important;
}
.white-color {
  color: #fff;
}
.color-green {
  color: green;
}
.white-color-imp {
  color: #fff !important;
}
.red-defult-color {
  color: #a84538;
}
.red-color {
  color: #c02624 !important;
}
.blue-defult-color {
  color: #4869af;
}
.blue-color {
  color: #115cad;
}
.black-color {
  color: #000 !important;
}
.gray-defult-color {
  color: #707075 !important;
}
.gray-color {
  color: #ababab !important;
}
.yellow-defult-color {
  color: #f3ca62;
}
.indianRed-color {
  color: #c89088;
}
.color-707070 {
  color: #707070 !important;
}
.color-8CC63F {
  color: #8cc63f !important;
}
.color-FF9D00 {
  color: #ff9d00 !important;
}
.color-555555 {
  color: #555 !important;
}
.color-115CAD {
  color: #115cad !important;
}
.color-97979A {
  color: #97979a !important;
}
.a84538-color {
  color: #a84538;
}
.color-d6d6d6 {
  color: #d6d6d6 !important;
}
.color-666666 {
  color: #666 !important;
}
.color-A84538 {
  color: #a84538 !important;
}
.color-737373 {
  color: #737373 !important;
}
.color-818181 {
  color: #818181 !important;
}
.color-4869AF {
  color: #4869af !important;
}
.color-AFAFAF {
  color: #afafaf !important;
}
.color-141414 {
  color: #141414 !important;
}
.color-171717 {
  color: #171717 !important;
}
.color-484848 {
  color: #484848 !important;
}
.color-666666 {
  color: #666 !important;
}
.color-101010 {
  color: #101010 !important;
}
.color-444444 {
  color: #444 !important;
}
.color-success {
  color: #52c41a !important;
}
.color-315399 {
  color: #315399 !important;
}
.color-BCBCBC {
  color: #bcbcbc !important;
}
.color-B8B8B8 {
  color: #b8b8b8 !important;
}
.color-02FBE6 {
  color: #02fbe6 !important;
}
.color-000000a6 {
  color: rgba(0, 0, 0, 0.6509803922) !important;
}
.color-858585 {
  color: #858585 !important;
}
.check-color {
  color: #28d04f !important;
}
.close-color {
  color: red !important;
}
.color-6A002F {
  color: #6a002f !important;
}
.color-000000de {
  color: rgba(0, 0, 0, 0.8705882353) !important;
}
.color-9F0046 {
  color: #9f0046 !important;
}
.border-A84538 {
  border-color: #a84538 !important;
}
.border-4869AF {
  border-color: #4869af !important;
}
.border-115CAD {
  border-color: #115cad !important;
}
.border-707070 {
  border-color: #707070 !important;
}
.border-B7B7B7 {
  border-color: #b7b7b7 !important;
}
.border-D4D4D4 {
  border-color: #d4d4d4 !important;
}
.border-B8B8B8 {
  border-color: #b8b8b8 !important;
}
.border-444444 {
  border-color: #444 !important;
}
.border-f3f3f3 {
  border-color: #f3f3f3 !important;
}
.table-border-B8B8B8,
.table-border-B8B8B8 thead th,
.table-border-B8B8B8 td,
.table-border-B8B8B8 th {
  border-color: #b8b8b8 !important;
}
.white-back-noimp {
  background-color: #fff;
}
.white-back {
  background-color: #fff !important;
}
.back-C02624 {
  background-color: #c02624 !important;
}
.white-border {
  border-color: #fff;
}
.red-back {
  background-color: #c02624 !important;
}
.gray-defult-back {
  background-color: #707075 !important;
}
.gray-back {
  background-color: #acacac !important;
}
.blue-back {
  background-color: #115cad;
}
.indianRed-back {
  background-color: #c89088;
}
.F5F5F5-back {
  background-color: rgba(235, 235, 235, 0.5) !important;
}
.back-F5F5F5 {
  background-color: #f5f5f5 !important;
}
.back-F2F2F2 {
  background-color: #f2f2f2 !important;
}
.back-FAFAFA {
  background-color: #fafafa !important;
}
.FAFAFA-back {
  background-color: #fafafa !important;
}
.F6F6F6-back {
  background-color: #f6f6f6 !important;
}
.back-707070 {
  background-color: #707070 !important;
}
.back-FF9D00 {
  background-color: #ff9d00 !important;
}
.back-F9F9F9 {
  background-color: #f9f9f9 !important;
}
.back-f3f3f3 {
  background-color: #f3f3f3 !important;
}
.back-defffc {
  background-color: #defffc !important;
}
.back-E8FFFD {
  background-color: #e8fffd !important;
}
.back-FCFCFC {
  background-color: #fcfcfc !important;
}
.back-F3FFFE {
  background-color: #f3fffe !important;
}
.back-hover-02FBE6:hover {
  background: #02fbe6 !important;
  background-color: #02fbe6 !important;
}
.back-315399 {
  background-color: #315399 !important;
}
.back-315499b3 {
  background-color: rgba(49, 84, 153, 0.7019607843);
}
.back-0015294d {
  background-color: rgba(0, 21, 41, 0.3019607843) !important;
}
.btn-back-707070 {
  background-color: #707070;
}
.btn-back-4768AD {
  background-color: #4768ad;
  border-color: #4768ad;
}
.btn-back-9F0046 {
  background-color: #9f0046 !important;
  border-color: #9f0046 !important;
  color: #fff !important;
}
.btn-outline-9F0046 {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: #9f0046 !important;
  color: #9f0046 !important;
}
.btn-back-A84538 {
  background-color: #a84538;
  border-color: #a84538;
}
.btn-back-hover-01FFE3:hover,
.btn-back-hover-01FFE3.active {
  background-color: #01ffe3 !important;
  border-color: #01ffe3 !important;
}
.btn-back-01FFE3 {
  background-color: #01ffe3;
  border-color: #01ffe3;
}
.btn-back-F5F5F5 {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-back-F1F1F1 {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-back-FF9D00 {
  background-color: #ff9d00;
  border-color: #ff9d00;
}
.border-right-radius {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}
.border-left-radius {
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}
.border-right-radius-lg {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.border-left-radius-lg {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.border-bottom-2px {
  border: 0;
  border-bottom: 2px solid;
}
.border-1-px {
  border: 1px solid;
}
.border-dashed {
  border-style: dashed;
}
.btn-back-9F0046 {
  background-color: #9f0046;
  border-color: #9f0046;
}
.btn-back-115CAD {
  background-color: #115cad;
  border-color: #115cad;
}
.btn-back-F1F1F1 {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-outline-115CAD {
  background-color: rgba(0, 0, 0, 0);
  color: #115cad;
  border-color: #115cad;
}
.btn-outline-9F0046 {
  background-color: #fff;
  color: #9f0046;
  border-color: #9f0046;
}
.btn-outline-9F0046:hover,
.btn-outline-9F0046.active {
  background-color: #9f0046 !important;
  color: #fff !important;
}
.btn-outline-115CAD:hover,
.btn-outline-115CAD:focus,
.btn-outline-115CAD.active {
  color: #fff;
  background-color: #115cad;
  border-color: #115cad;
  box-shadow: 0 0 0 0.2rem rgba(17, 92, 173, 0.25);
}
.btn-outline-FF9D00 {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ff9d00;
  color: #ff9d00;
}
.btn-outline-5473B4 {
  background-color: rgba(0, 0, 0, 0);
  border-color: #5473b4;
  color: #5473b4;
}
.btn-outline-5473B4:hover,
.btn-outline-5473B4:focus {
  background-color: #5473b4;
  border-color: #5473b4;
  box-shadow: 0 0 0 0.2rem rgba(84, 115, 180, 0.25);
  color: #fff;
}
.btn-outline-315399 {
  border-color: #315399;
  background: rgba(0, 0, 0, 0);
  color: #315399;
}
.btn-outline-315399:hover,
.btn-outline-315399:focus {
  background-color: #315399;
  border-color: #315399;
  color: #fff;
}
.btn-outline-315399:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 83, 153, 0.25);
}
.btn-outline-5473B4:hover {
  box-shadow: 0 0 0 0;
}
.btn-outline-FF9D00:hover,
.btn-outline-FF9D00:focus {
  background-color: #ff9d00;
  border-color: #ff9d00;
  box-shadow: 0 0 0 0.2rem rgba(255, 157, 0, 0.25);
  color: #fff;
}
.btn-shadow-hover:hover,
.btn-shadow-hover.active {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.btn-cb145e {
  color: #fff;
  background-color: #cb145e;
  border-color: #cb145e;
}
button {
  cursor: pointer;
}
.position-aware {
  position: relative;
  overflow: hidden;
}
.position-aware span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  transition: width 0.25s ease-in-out, height 0.25s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.position-aware:hover span {
  width: 250%;
  height: 300%;
}
.placeholder-BCBCBC::placeholder {
  color: #bcbcbc !important;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="checkbox"],
  input[type="radio"] {
    --active: #275efe;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type="checkbox"]:after,
  input[type="radio"]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
      opacity var(--d-o, 0.2s);
  }
  input[type="checkbox"]:checked,
  input[type="radio"]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type="checkbox"]:disabled,
  input[type="radio"]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type="checkbox"]:disabled:checked,
  input[type="radio"]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type="checkbox"]:disabled + label,
  input[type="radio"]:disabled + label {
    cursor: not-allowed;
  }
  input[type="checkbox"]:hover:not(:checked):not(:disabled),
  input[type="radio"]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type="checkbox"]:focus,
  input[type="radio"]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type="checkbox"]:not(.switch),
  input[type="radio"]:not(.switch) {
    width: 21px;
  }
  input[type="checkbox"]:not(.switch):after,
  input[type="radio"]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type="checkbox"]:not(.switch):checked,
  input[type="radio"]:not(.switch):checked {
    --o: 1;
  }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type="checkbox"]:not(.switch) {
    border-radius: 7px;
  }
  input[type="checkbox"]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type="checkbox"]:not(.switch):checked {
    --r: 43deg;
  }
  input[type="checkbox"].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type="checkbox"].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type="checkbox"].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type="checkbox"].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  input[type="radio"] {
    border-radius: 50%;
  }
  input[type="radio"]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type="radio"]:checked {
    --s: 0.5;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 25px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  right: 7px;
  bottom: 5px;
  background-color: #fafafa;
  transition: all 0.4s;
}
input:checked + .slider {
  background-color: #0ec497;
}
input:focus + .slider {
  box-shadow: 0 0 1px #0ec497;
}
input:checked + .slider:before {
  right: calc(100% - 22px);
}
.slider.round {
  border-radius: 35px;
}
.slider.round:before {
  border-radius: 50%;
}
@media (max-width: 768px), (max-height: 660px) {
  .switch {
    width: 31px;
    height: 18px;
  }
  .slider:before {
    height: 10px;
    width: 10px;
    right: 5px;
    bottom: 4px;
  }
  input:checked + .slider:before {
    right: calc(100% - 15px);
  }
}
.sub-menu {
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0.1;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  transform: translateY(-10px) scaleY(0.5);
  transform-origin: top;
  box-shadow: 0 3px 15px 7px rgba(94, 80, 198, 0.1);
  list-style: none;
  margin: 0;
  padding: 0 1rem;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: calc(100% - 15px);
  min-width: -webkit-fit-content;
  min-width: fit-content;
  min-width: -moz-fit-content;
  white-space: nowrap;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  text-align: right;
}
.sub-menu > div:first-child {
  border: none !important;
}
.sub-menu > div {
  border-top: 2px dashed rgba(33, 45, 113, 0.18) !important;
}
.sub-menu.active {
  clip: auto;
  opacity: 1;
  transform: translateY(0) scaleY(1);
  background: #fff;
  max-height: 300px;
  overflow: auto;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .sub-menu.active {
    width: 100%;
  }
}
.loader-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  top: 0;
  left: 0;
  z-index: 42;
}
.loader {
  border: 6px solid #dedde6;
  border-radius: 50%;
  border-top: 6px solid #5e50c6;
  width: 36px;
  height: 36px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  opacity: 0.6;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px), (max-height: 660px) {
  .loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #5e50c6;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
@font-face {
  font-family: "icomoon";
  src: url(fonts/icomoon.eot);
  src: url(fonts/icomoon.eot#iefix) format("embedded-opentype"),
    url(fonts/icomoon.ttf) format("truetype"),
    url(fonts/icomoon.woff) format("woff"),
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIiA+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8bWV0YWRhdGE+R2VuZXJhdGVkIGJ5IEljb01vb248L21ldGFkYXRhPg0KPGRlZnM+DQo8Zm9udCBpZD0iaWNvbW9vbiIgaG9yaXotYWR2LXg9IjEwMjQiPg0KPGZvbnQtZmFjZSB1bml0cy1wZXItZW09IjEwMjQiIGFzY2VudD0iOTYwIiBkZXNjZW50PSItNjQiIC8+DQo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iMTAyNCIgLz4NCjxnbHlwaCB1bmljb2RlPSImI3gyMDsiIGhvcml6LWFkdi14PSI1MTIiIGQ9IiIgLz4NCjxnbHlwaCB1bmljb2RlPSImI3hlOTAwOyIgZ2x5cGgtbmFtZT0iYWRkLW5ldy1jYXJkIiBkPSJNNTMzLjc4NyA1NTYuOTM2aC00My41NzR2LTg3LjE0OWgtODcuMTQ5di00My41NzRoODcuMTQ5di04Ny4xNDloNDMuNTc0djg3LjE0OWg4Ny4xNDl2NDMuNTc0aC04Ny4xNDl2ODcuMTQ5ek01MTIgNjY1Ljg3MmMtMTIwLjI2NiAwLTIxNy44NzItOTcuNjA3LTIxNy44NzItMjE3Ljg3MnM5Ny42MDctMjE3Ljg3MiAyMTcuODcyLTIxNy44NzIgMjE3Ljg3MiA5Ny42MDcgMjE3Ljg3MiAyMTcuODcyLTk3LjYwNyAyMTcuODcyLTIxNy44NzIgMjE3Ljg3MnpNNTEyIDI3My43MDJjLTk2LjA4MiAwLTE3NC4yOTggNzguMjE2LTE3NC4yOTggMTc0LjI5OHM3OC4yMTYgMTc0LjI5OCAxNzQuMjk4IDE3NC4yOTggMTc0LjI5OC03OC4yMTYgMTc0LjI5OC0xNzQuMjk4LTc4LjIxNi0xNzQuMjk4LTE3NC4yOTgtMTc0LjI5OHoiIC8+DQo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMTsiIGdseXBoLW5hbWU9ImFsbC1yaWdodHMtcmVzZXJ2ZWQtaWNvbiIgZD0iTTM2Ni44OTMgNTk0Ljk3NGMtNzkuOTkyLTc5Ljk5Mi03OS45OTItMjEwLjIyMSAwLTI5MC4xNTMgODAuMDUzLTc5Ljk5MiAyMTAuMjIxLTc5Ljk5MiAyOTAuMjE0IDAgMTQuNjk3IDE0LjY5NyAzOC41NTEgMTQuNjk3IDUzLjE4OCAwIDE0LjY5Ny0xNC42OTcgMTQuNjk3LTM4LjU1MSAwLTUzLjI0OC01NC42MzMtNTQuNjk0LTEyNi40OTQtODIuMDQwLTE5OC4yOTUtODIuMDQwcy0xNDMuNjYxIDI3LjM0Ny0xOTguMjk1IDgyLjA0MGMtMTA5LjM4NyAxMDkuMzI3LTEwOS4zODcgMjg3LjMyMiAwIDM5Ni42NDkgMTA5LjMyNyAxMDkuMzI3IDI4Ny4zMjIgMTA5LjMyNyAzOTYuNTg5IDAgMTQuNzU4LTE0LjY5NyAxNC43NTgtMzguNTUxIDAtNTMuMjQ4LTE0LjY5Ny0xNC42OTctMzguNTUxLTE0LjY5Ny01My4xODggMC04MC4wNTMgNzkuOTkyLTIxMC4yMjEgNzkuOTkyLTI5MC4yMTQgMHpNODUyLjc1MSA3ODguNzUxYy05MS4wMTYgOTAuOTU1LTIxMi4wMjggMTQxLjEzMS0zNDAuNzUxIDE0MS4xMzFzLTI0OS43MzYtNTAuMTE2LTM0MC43NTEtMTQxLjEzMWMtOTAuOTU1LTkxLjAxNi0xNDEuMTMxLTIxMi4wMjgtMTQxLjEzMS0zNDAuNzUxczUwLjExNi0yNDkuNzM2IDE0MS4xMzEtMzQwLjc1MWM5MS4wMTYtOTAuOTU1IDIxMi4wMjgtMTQxLjEzMSAzNDAuNzUxLTE0MS4xMzEgODguMTI0IDAgMTc0LjMyMSAyNC4wMzQgMjQ5LjM3NCA2OS40NTEgMTcuNzY5IDEwLjc4MiAyMy40OTIgMzMuOTEyIDEyLjY0OSA1MS42ODItMTAuNzgyIDE3LjgzLTMzLjkxMiAyMy40OTItNTEuNjgyIDEyLjcxLTYzLjI0Ny0zOC4zMS0xMzYuMDExLTU4LjU0OS0yMTAuMzQyLTU4LjU0OS0yMjQuMTk2IDAtNDA2LjU4OCAxODIuMzkyLTQwNi41ODggNDA2LjU4OHMxODIuMzkyIDQwNi41ODggNDA2LjU4OCA0MDYuNTg4IDQwNi41ODgtMTgyLjM5MiA0MDYuNTg4LTQwNi41ODhjMC04MC4xMTMtMjMuODUzLTE1OC4xNzgtNjguOTY5LTIyNS42NDEtMTEuNTA1LTE3LjI4OC02Ljg2Ny00MC43MTkgMTAuNDIxLTUyLjIyNCAxNy4yODgtMTEuNTY1IDQwLjY1OS02LjkyNyA1Mi4yMjQgMTAuMzYgNTMuMzA4IDc5Ljg3MiA4MS42MTkgMTcyLjMzMyA4MS42MTkgMjY3LjUwNSAwIDEyOC43MjMtNTAuMTE2IDI0OS43MzYtMTQxLjEzMSAzNDAuNzUxeiIgLz4NCjxnbHlwaCB1bmljb2RlPSImI3hlOTAyOyIgZD0iTTU2Ljc5OSA3Ny42MTdjLTMxLjM3NCAwLTU2Ljc5OSAyNS40MDQtNTYuNzk5IDU2LjczNHY2MjcuMjk4YzAgMzEuMzMgMjUuNDI2IDU2LjczNCA1Ni43OTkgNTYuNzM0aDkxMC40MDFjMzEuMzc0IDAgNTYuNzk5LTI1LjQwNCA1Ni43OTktNTYuNzM0di02MjcuMjk4YzAtMzEuMzMtMjUuNDI2LTU2LjczNC01Ni43OTktNTYuNzM0aC05MTAuNDAxeiIgLz4NCjxnbHlwaCB1bmljb2RlPSImI3hlOTAzOyIgZD0iTTAgNzMwLjE4OGgxMDI0di0xNDEuMDk0aC0xMDI0eiIgLz4NCjxnbHlwaCB1bmljb2RlPSImI3hlOTA0OyIgZD0iTTI2NC44MjQgNTAwLjkyMWgtMTU4Ljg5NGMtOS43NjEgMC0xNy42NDgtNy45MDktMTcuNjQ4LTE3LjY0OHM3Ljg4Ny0xNy42NDggMTcuNjQ4LTE3LjY0OGgxNTguODk0YzkuNzYxIDAgMTcuNjQ4IDcuOTA5IDE3LjY0OCAxNy42NDhzLTcuODg3IDE3LjY0OC0xNy42NDggMTcuNjQ4ek01MTIgNDgzLjI3NGMwIDkuNzM5LTcuODg3IDE3LjY0OC0xNy42NDggMTcuNjQ4aC0xNTguODk0Yy05Ljc4MiAwLTE3LjY0OC03LjkwOS0xNy42NDgtMTcuNjQ4czcuODY1LTE3LjY0OCAxNy42NDgtMTcuNjQ4aDE1OC44OTRjOS43NjEgMCAxNy42NDggNy45MDkgMTcuNjQ4IDE3LjY0OHpNMTIzLjU3NyA0MTIuNzI2aC0xNy42NDhjLTkuNzYxIDAtMTcuNjQ4LTcuOTA5LTE3LjY0OC0xNy42NDggMC05LjcxNyA3Ljg4Ny0xNy42NDggMTcuNjQ4LTE3LjY0OGgxNy42NDhjOS43ODIgMCAxNy42NDggNy45MzEgMTcuNjQ4IDE3LjY0OCAwIDkuNzM5LTcuODY1IDE3LjY0OC0xNy42NDggMTcuNjQ4ek0yMjkuNTA3IDQxMi43MjZoLTM1LjI5NWMtOS43NjEgMC0xNy42NDgtNy45MDktMTcuNjQ4LTE3LjY0OCAwLTkuNzE3IDcuODg3LTE3LjY0OCAxNy42NDgtMTcuNjQ4aDM1LjI5NWM5Ljc4MiAwIDE3LjY0OCA3LjkzMSAxNy42NDggMTcuNjQ4IDAgOS43MzktNy44NjUgMTcuNjQ4LTE3LjY0OCAxNy42NDh6TTMxNy43ODkgNDEyLjcyNmgtMTcuNjQ4Yy05Ljc2MSAwLTE3LjY0OC03LjkwOS0xNy42NDgtMTcuNjQ4IDAtOS43MTcgNy44ODctMTcuNjQ4IDE3LjY0OC0xNy42NDhoMTcuNjQ4YzkuNzYxIDAgMTcuNjQ4IDcuOTMxIDE3LjY0OCAxNy42NDggMCA5LjczOS03Ljg4NyAxNy42NDgtMTcuNjQ4IDE3LjY0OHpNNDIzLjcxOCA0MTIuNzI2aC0zNS4yOTVjLTkuNzgyIDAtMTcuNjQ4LTcuOTA5LTE3LjY0OC0xNy42NDggMC05LjcxNyA3Ljg2NS0xNy42NDggMTcuNjQ4LTE3LjY0OGgzNS4yOTVjOS43NjEgMCAxNy42NDggNy45MzEgMTcuNjQ4IDE3LjY0OCAwIDkuNzM5LTcuODg3IDE3LjY0OC0xNy42NDggMTcuNjQ4ek00ODEuODAzIDQwNy42MDZjLTMuMTgxLTMuMzU1LTUuMTItNy45MzEtNS4xMi0xMi41MjggMC00LjU3NSAxLjkzOS05LjE1MSA1LjEyLTEyLjUwNiAzLjMzMy0zLjE4MSA3LjczNC01LjEyIDEyLjU0OS01LjEyIDQuNTc1IDAgOS4xNTEgMS45MzkgMTIuNTI4IDUuMTIgMy4xODEgMy4zMzMgNS4xMiA3LjkzMSA1LjEyIDEyLjUwNnMtMS45NjEgOS4xNzItNS4xMiAxMi41MjhjLTYuNTM2IDYuNTM2LTE4LjUxOSA2LjUzNi0yNS4wNTUgMHpNNjM1LjU3NyAzNTkuODA1aDI4Mi40OTN2LTE3Ni4zNjhoLTI4Mi40OTN6IiAvPg0KPGdseXBoIHVuaWNvZGU9IiYjeGU5MDU7IiBnbHlwaC1uYW1lPSJkcm9wLWRvd24iIGQ9Ik02MTMuNDMzIDM2My42MzRsMzEuMzA4IDI4Ljk1Ni0xMzIuNzQxIDEyMi43NDctMTMyLjc0MS0xMjIuNzQ3IDMxLjMwOC0yOC45NTYgMTAxLjQzMyA5My44MXoiIC8+DQo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwNjsiIGdseXBoLW5hbWU9InJlZnJlc2giIGQ9Ik0yNS4xOSA0MzkuNzY3Yy02LjY3NiAwLTEzLjEwNyAyLjY2Mi0xNy44MTggNy4zNzNzLTcuMzczIDExLjEtNy4zNzMgMTcuNzc3Yy0wLjA4MiAxMDkuNjkxIDM1LjIyNiAyMTMuODExIDEwMS45OSAzMDEuMDU2IDk0LjQxMyAxMjMuMjkgMjM3Ljk3OCAxOTQuMDI4IDM5My43ODkgMTk0LjAyOCAxMDkuNTY4IDAgMjEzLjQ4NC0zNS4yMjYgMzAwLjQ4My0xMDEuODI3IDMxLjQ5OC0yNC4wODQgNTkuOTY1LTUxLjkzNyA4NC43ODctODIuNzM5bDIyLjExOCAxMjUuMjU2YzIuMzc2IDEzLjY4MSAxNS40MDEgMjIuODU2IDI5LjEyMyAyMC4zOThsNjYuMTUtMTEuNjc0YzEzLjY4MS0yLjQxNyAyMi44MTUtMTUuNDQyIDIwLjM5OC0yOS4xNjRsLTUyLjUxMS0yOTcuNTMzYy0xLjE4OC02LjU5NS00LjkxNS0xMi40NTItMTAuMzYzLTE2LjI2MS00LjI2LTIuOTktOS4zMzktNC41NDctMTQuNDU5LTQuNTQ3LTEuNDM0IDAtMi45MDggMC4xMjMtNC4zODMgMC4zNjlsLTI5Ny41MzMgNTIuNTUyYy0xMy43MjIgMi40MTctMjIuODU2IDE1LjQ0Mi0yMC40MzkgMjkuMTY0bDExLjY3NCA2Ni4xMDljMS4xODggNi41NTQgNC45MTUgMTIuNDExIDEwLjM2MyAxNi4yNjEgNS40ODkgMy44MDkgMTIuMjQ3IDUuMzI1IDE4Ljg0MiA0LjE3OGwxMjMuOTg2LTIxLjkxNGMtMTcuNDQ5IDIwLjYwMy0zNy4xOTIgMzkuNDA0LTU5LjE4NyA1Ni4yMzgtNjYuMzU1IDUwLjc5LTE0NS41NzIgNzcuNjYtMjI5LjEzIDc3LjY2LTExOC45MDcgMC0yMjguMzkzLTUzLjk0NC0zMDAuMzYtMTQ3Ljk0OC01MC45OTUtNjYuNjAxLTc3LjkwNi0xNDUuOTgxLTc3LjgyNC0yMjkuNTgxIDAtMTMuOTI2LTExLjI2NC0yNS4xOS0yNS4xNDktMjUuMTlsLTY3LjE3NC0wLjA0MXpNMTAxMi4zMjYgNDQ5LjIyOWM0Ljc1MS00LjcxIDcuMzczLTExLjEgNy40MTQtMTcuNzc3IDAuMDgyLTEwOS42OTEtMzUuMjI2LTIxMy44MTEtMTAxLjk5LTMwMS4wNTYtOTQuNDEzLTEyMy4yOS0yMzcuOTM3LTE5NC4wMjgtMzkzLjc4OS0xOTQuMDI4LTEwOS41NjggMC0yMTMuNDg0IDM1LjIyNi0zMDAuNDgzIDEwMS44MjctMzEuNDU3IDI0LjA4NC01OS45NjUgNTEuOTM3LTg0Ljc4NyA4Mi43MzlsLTIyLjA3Ny0xMjUuMjU2Yy0yLjE3MS0xMi4yMDYtMTIuNzgtMjAuODA4LTI0Ljc4MS0yMC44MDgtMS40MzQgMC0yLjkwOCAwLjEyMy00LjM4MyAwLjQxbC02Ni4xNSAxMS42MzNjLTEzLjY4MSAyLjQ1OC0yMi44MTUgMTUuNDgzLTIwLjM5OCAyOS4yMDRsNTIuNTExIDI5Ny41MzNjMS4xODggNi41OTUgNC45MTUgMTIuNDUyIDEwLjM2MyAxNi4yNjEgNS40ODkgMy44NSAxMi4yODggNS4zMjUgMTguODQyIDQuMTc4bDI5Ny41MzMtNTIuNTUyYzEzLjcyMi0yLjQxNyAyMi44NTYtMTUuNDQyIDIwLjQzOS0yOS4xNjRsLTExLjY3NC02Ni4xMDljLTEuMTg4LTYuNTU0LTQuOTE1LTEyLjQxMS0xMC4zNjMtMTYuMjYxLTUuNDg5LTMuODA5LTEyLjI0Ny01LjMyNS0xOC44NDItNC4xNzhsLTEyMy45ODYgMjEuOTE0YzE3LjQ0OS0yMC42MDMgMzcuMTkyLTM5LjQ0NCA1OS4xODctNTYuMjc5IDY2LjM1NS01MC43OSAxNDUuNTcyLTc3LjYxOSAyMjkuMTMtNzcuNjE5IDExOC45MDcgMCAyMjguMzkzIDUzLjk0NCAzMDAuNDAxIDE0Ny45NDggNTAuOTU0IDY2LjYwMSA3Ny44MjQgMTQ1Ljk4MSA3Ny44MjQgMjI5LjU4MS0wLjA0MSAxMy45MjYgMTEuMjIzIDI1LjE5IDI1LjEwOCAyNS4xOWw2Ny4xNzQgMC4wNDFjNi42NzYgMCAxMy4xMDctMi42NjIgMTcuODE4LTcuMzczeiIgLz4NCjxnbHlwaCB1bmljb2RlPSImI3hlOTA3OyIgZ2x5cGgtbmFtZT0ic2VuZC1pY29uIiBkPSJNMjM5Ljk4OCAxMzUuNDQ3aDMwMy45ODhjMjIuMTA5IDAgNDAuMDI5IDE3LjIyMiA0MC4wMjkgMzguNDkzIDAgMjEuMjI1LTE3LjkyIDM4LjQ0Ny00MC4wMjkgMzguNDQ3aC0zMDMuOTQyYy04OC4yNSAwLTE2MC4wMjMgNjkuMDI3LTE2MC4wMjMgMTUzLjg3OXYzMTUuMzkyYzAgODQuODA2IDcxLjc3MyAxNTMuODMzIDE1OS45NzcgMTUzLjgzM2g1NDQuMDIzYzg4LjIwNCAwIDE1OS45NzctNjkuMDI3IDE1OS45NzctMTUzLjgzM3YtMjk2LjIxNWMwLTEwLjYxMi04Ljk4My0xOS4yMjMtMjAuMDE1LTE5LjIyM2gtMTE5Ljk5NGMtMjIuMDYzIDAtMzkuOTgzLTE3LjIyMi0zOS45ODMtMzguNDkzIDAtMjEuMjI1IDE3LjkyLTM4LjQ0NyA0MC4wMjktMzguNDQ3aDExOS45OTRjNTUuMTEgMCA5OS45OCA0My4xNDggOTkuOTggOTYuMTYzdjI5Ni4yMTVjMCAxMjcuMjU1LTEwNy42NiAyMzAuNzcyLTIzOS45ODggMjMwLjc3MmgtNTQ0LjAyM2MtMTMyLjMyOSAwLTIzOS45ODgtMTAzLjUxNy0yMzkuOTg4LTIzMC43NzJ2LTMxNS40MzljMC0xMjcuMjU1IDEwNy42Ni0yMzAuODE5IDIzOS45ODgtMjMwLjgxOXpNNjY0LjAxNyAxNzMuOTRjMCAyMS4yNzEgMTcuODczIDM4LjQ5MyAzOS45ODMgMzguNDkzaDI4MC4wMTdjMjIuMDYzIDAgMzkuOTgzLTE3LjIyMiAzOS45ODMtMzguNDkzIDAtMjEuMjI1LTE3LjkyLTM4LjQ0Ny00MC4wMjktMzguNDQ3aC0yNzkuOTcxYy0yMi4xMDkgMC00MC4wMjkgMTcuMjIyLTQwLjAyOSAzOC40NDd6TTU0NC4wMjMgMjEuOTY5YzAgMjEuMjcxIDE3Ljg3MyAzOC40OTMgMzkuOTgzIDM4LjQ5M2g0MDAuMDEyYzIyLjA2MyAwIDM5Ljk4My0xNy4yMjIgMzkuOTgzLTM4LjQ5MyAwLTIxLjIyNS0xNy45Mi0zOC40NDctNDAuMDI5LTM4LjQ0N2gtMzk5Ljk2NWMtMjIuMTA5IDAtNDAuMDI5IDE3LjIyMi00MC4wMjkgMzguNDQ3ek0zNjUuNTIxIDQ1NS43NzNsLTE5My43MjIgMTQxLjQwNWMtMTcuNTk0IDEyLjg0Ny0yMS4wMzkgMzcuMDA0LTcuNjggNTMuOSAxMy4zNTkgMTYuOTQzIDM4LjQ0NyAyMC4yNDcgNTYuMDg3IDcuNDAxbDE5My43NjktMTQxLjQ1MmM1Ny4xMTEtNDEuODkxIDEzNi44NDQtNDEuODkxIDE5My45NTUtMC4wNDdsMTg3LjU3OCAxMzkuMzU3YzE3LjUwMSAxMy4wMzMgNDIuNjM2IDkuOTE0IDU2LjEzNC02Ljg4OSAxMy40OTgtMTYuODQ5IDEwLjI4Ny00MC45Ni03LjE2OC01My45OTNsLTE4Ny45MDQtMTM5LjU5Yy00Mi44NjgtMzEuNDY1LTk0LjI1NS00Ny4xNTEtMTQ1LjU5NC00Ny4xNTFzLTEwMi42MzMgMTUuNjg2LTE0NS40NTUgNDcuMTA0eiIgLz4NCjxnbHlwaCB1bmljb2RlPSImI3hlOTA4OyIgZ2x5cGgtbmFtZT0ic2VxdXJpdHkta2V5Ym9hcmQiIGQ9Ik0xMzEuNjY5IDY5Ni43MDRjLTcyLjcwNCAwLTEzMS42NjkgNTguOTIzLTEzMS42NjkgMTMxLjYyN3M1OC45NjUgMTMxLjY2OSAxMzEuNjY5IDEzMS42NjkgMTMxLjYyNy01OC45NjUgMTMxLjYyNy0xMzEuNjY5LTU4LjkyMy0xMzEuNjI3LTEzMS42MjctMTMxLjYyN3pNMTMxLjY2OSAzMTYuMzMxYy03Mi43MDQgMC0xMzEuNjY5IDU4Ljk2NS0xMzEuNjY5IDEzMS42NjlzNTguOTY1IDEzMS42NjkgMTMxLjY2OSAxMzEuNjY5IDEzMS41ODQtNTguOTY1IDEzMS41ODQtMTMxLjY2OS01OC45MjMtMTMxLjY2OS0xMzEuNjI3LTEzMS42Njl6TTEzMS42NjktNjRjLTcyLjcwNCAwLTEzMS42NjkgNTguOTY1LTEzMS42NjkgMTMxLjY2OXM1OC45NjUgMTMxLjYyNyAxMzEuNjY5IDEzMS42MjcgMTMxLjYyNy01OC45MjMgMTMxLjYyNy0xMzEuNjI3LTU4LjkyMy0xMzEuNjY5LTEzMS42MjctMTMxLjY2OXpNNTEyIDY5Ni43MDRjLTcyLjcwNCAwLTEzMS42NjkgNTguOTIzLTEzMS42NjkgMTMxLjYyN3M1OC45NjUgMTMxLjY2OSAxMzEuNjY5IDEzMS42NjkgMTMxLjY2OS01OC45NjUgMTMxLjY2OS0xMzEuNjY5LTU4Ljk2NS0xMzEuNTg0LTEzMS42NjktMTMxLjU4NHpNNTEyIDMxNi4zMzFjLTcyLjcwNCAwLTEzMS42NjkgNTguOTY1LTEzMS42NjkgMTMxLjY2OXM1OC45NjUgMTMxLjY2OSAxMzEuNjY5IDEzMS42NjkgMTMxLjY2OS01OC45NjUgMTMxLjY2OS0xMzEuNjY5LTU4Ljk2NS0xMzEuNjY5LTEzMS42NjktMTMxLjY2OXpNNTEyLTY0Yy03Mi43MDQgMC0xMzEuNjY5IDU4Ljk2NS0xMzEuNjY5IDEzMS42NjlzNTguOTY1IDEzMS41ODQgMTMxLjY2OSAxMzEuNTg0IDEzMS42NjktNTguOTIzIDEzMS42NjktMTMxLjYyNy01OC45NjUtMTMxLjYyNy0xMzEuNjY5LTEzMS42Mjd6TTg5Mi4zMzEgNjk2LjcwNGMtNzIuNzA0IDAtMTMxLjYyNyA1OC45MjMtMTMxLjYyNyAxMzEuNjI3czU4LjkyMyAxMzEuNjY5IDEzMS42MjcgMTMxLjY2OSAxMzEuNjY5LTU4Ljk2NSAxMzEuNjY5LTEzMS42NjktNTguOTY1LTEzMS42MjctMTMxLjY2OS0xMzEuNjI3ek04OTIuMzMxIDMxNi4zMzFjLTcyLjcwNCAwLTEzMS42MjcgNTguOTY1LTEzMS42MjcgMTMxLjY2OXM1OC45MjMgMTMxLjY2OSAxMzEuNjI3IDEzMS42NjkgMTMxLjY2OS01OC45NjUgMTMxLjY2OS0xMzEuNjY5LTU4Ljk2NS0xMzEuNjY5LTEzMS42NjktMTMxLjY2OXpNODkyLjMzMS02NGMtNzIuNzA0IDAtMTMxLjYyNyA1OC45NjUtMTMxLjYyNyAxMzEuNjY5czU4LjkyMyAxMzEuNjI3IDEzMS42MjcgMTMxLjYyNyAxMzEuNjY5LTU4LjkyMyAxMzEuNjY5LTEzMS42MjctNTguOTY1LTEzMS42NjktMTMxLjY2OS0xMzEuNjY5eiIgLz4NCjxnbHlwaCB1bmljb2RlPSImI3hlOTA5OyIgZ2x5cGgtbmFtZT0idGltZSIgZD0iTTkxNi4yNTcgNjkwLjU1NGMyMS4xNDggMTAuMjg1IDQ2Ljc0OCAxLjQyNSA1Ni45ODgtMTkuODEyIDMzLjY1OC02OS41NDMgNTAuNzU1LTE0NC41MTggNTAuNzU1LTIyMi43NDIgMC0yODIuMjY4LTIyOS43MzItNTEyLTUxMi01MTJzLTUxMiAyMjkuNzMyLTUxMiA1MTIgMjI5LjczMiA1MTIgNTEyIDUxMmMxMTUuMzExIDAgMjI4LjIxOC0zOS4yNjggMzE3Ljk3NC0xMTAuNTkyIDE4LjQzMi0xNC42OTIgMjEuNTA0LTQxLjQ5NCA2Ljg1Ni01OS45NzEtMTQuNjkyLTE4LjQzMi00MS41ODMtMjEuNTA0LTU5Ljk3MS02LjgxMi03NS43NzYgNjAuMTkzLTE2Ny40MDIgOTIuMDI2LTI2NC44NiA5Mi4wMjYtMjM1LjI1MyAwLTQyNi42NTItMTkxLjM5OS00MjYuNjUyLTQyNi42NTJzMTkxLjM5OS00MjYuNjUyIDQyNi42NTItNDI2LjY1MiA0MjYuNjUyIDE5MS4zOTkgNDI2LjY1MiA0MjYuNjUyYzAgNjUuMjY5LTE0LjIwMiAxMjcuNjg4LTQyLjIwNyAxODUuNTY3LTEwLjI0IDIxLjIzNy0xLjQyNSA0Ni43NDggMTkuODEyIDU2Ljk4OHpNNTEyIDc4OS4zNDhjMjMuNTUyIDAgNDIuNjUyLTE5LjE0NCA0Mi42NTItNDIuNjk2di0yNTZoMTcwLjY5NmMyMy41NTIgMCA0Mi42NTItMTkuMSA0Mi42NTItNDIuNjUycy0xOS4xNDQtNDIuNjUyLTQyLjY1Mi00Mi42NTJoLTIxMy4zNDhjLTIzLjU1MiAwLTQyLjY1MiAxOS4xLTQyLjY1MiA0Mi42NTJ2Mjk4LjY1MmMwIDIzLjU5NyAxOS4xIDQyLjY5NiA0Mi42NTIgNDIuNjk2eiIgLz4NCjxnbHlwaCB1bmljb2RlPSImI3hlOTBhOyIgZ2x5cGgtbmFtZT0idGljayIgaG9yaXotYWR2LXg9IjEzNDQiIGQ9Ik01MTQuNDMyLTQzLjc3NmMtMTIuOC0xMi42NzItMzAuMzM2LTE5LjcxMi00OC41MTItMTkuNzEycy0zNS42NDggNy4wNDAtNDguNTEyIDE5LjcxMmwtMzg3LjI2NCAzNzkuNTJjLTQwLjE5MiAzOS40MjQtNDAuMTkyIDEwMy4yOTYgMCAxNDIuNTkybDQ4LjUxMiA0Ny41NTJjNDAuMTkyIDM5LjM2IDEwNS4yOCAzOS4zNiAxNDUuNDcyIDBsMjQxLjc5Mi0yMzYuOTI4IDY1My4zNzYgNjQwLjE5MmM0MC4xOTIgMzkuNDI0IDEwNS4zNDQgMzkuNDI0IDE0NS40NzIgMGw0OC41MTItNDcuNDg4YzQwLjE5Mi0zOS40MjQgNDAuMTkyLTEwMy4yMzIgMC0xNDIuNTkybC03OTguODQ4LTc4Mi44NDh6IiAvPg0KPGdseXBoIHVuaWNvZGU9IiYjeGU5MGI7IiBnbHlwaC1uYW1lPSJjbGVhciIgaG9yaXotYWR2LXg9IjEzODAiIGQ9Ik0xMjY1LjE3NCA5NTguODg3aC04NjIuNjA5Yy00MC4yNDggMC02OS4wMDktMTcuMDA3LTkyLjAyNi01MS4xMTFsLTMxMC41MzktNDU5Ljc3NiAzMTAuNTM5LTQ1OS43NzZjMjMuMDE4LTI4LjQwNSA1MS43MzQtNTEuMTExIDkyLjAyNi01MS4xMTFoODYyLjYwOWM2My4yMjEgMCAxMTUgNTEuMTExIDExNSAxMTMuNTN2Nzk0LjcxM2MwIDYyLjQxOS01MS43NzkgMTEzLjUzLTExNSAxMTMuNTN6TTEwOTIuNjUzIDI0My42NDVsLTgwLjU0LTc5LjQ3MS0yMDcuMDI2IDIwNC4zNTUtMjA3LjAyNi0yMDQuMzU1LTgwLjQ5NSA3OS40NzEgMjA3LjAyNiAyMDQuMzU1LTIwNy4wMjYgMjA0LjM1NSA4MC40OTUgNzkuNDcxIDIwNy4wMjYtMjA0LjM1NSAyMDcuMDI2IDIwNC4zNTUgODAuNTQtNzkuNDcxLTIwNy4wMjYtMjA0LjM1NSAyMDcuMDI2LTIwNC4zNTV6IiAvPg0KPGdseXBoIHVuaWNvZGU9IiYjeGU5MGM7IiBnbHlwaC1uYW1lPSJ0ZWxsIiBkPSJNMjMxLjc2IDg5OC40Yy0xMi40OC0wLjgtMjUuOTItNS4yOC0zOC43Mi0xNC4yNC0xLjM2LTAuODgtMTMzLjI4LTk2LjQ4LTEzMS42LTE1MC4xNiA0Ljg4LTE1My4yOCAxNTQuMDgwLTMzMy42OCAyNzguNC00NTguMDgwIDEyNC4zMi0xMjQuMjQgMzA0LjY0LTI3My40NCA0NTguNTYtMjc4LjQ4aDAuOTZjNTMuMjggMCAxNDcuNjggMTMwLjMyIDE0OC41NiAxMzEuNiAxMC43MiAxNS4yOCAxNS44NCAzMi44IDE0LjMyIDQ5LjM2LTEuNDQgMTYuNC04Ljk2IDMwLjQ4LTIwLjY0IDM4LjY0LTEzLjkyIDkuNzYtMTY1LjA0MCAxMTAuMjQtMTgzLjQ0IDEyMS41Mi0xOCAxMS4wNDAtNDQuNCA5LjI4LTcwLjY0LTQuNTYtMTQuOC03Ljg0LTYwLjA4MC0zMy42LTgxLjItNDUuNjgtMTguNjQgMTMuMDQwLTY0LjA4MCA0Ny42LTEzNS4yOCAxMTguOC03MS4yOCA3MS4yLTEwNS44NCAxMTYuNzItMTE4LjggMTM1LjI4IDEyLjA4MCAyMS4xMiAzNy44NCA2Ni40IDQ1LjYgODEuMiAxNC4wODAgMjYuNjQgMTUuNzYgNTMuMjggNC40IDcxLjA0MC0xMC44IDE3LjItMTEwLjggMTY4LjcyLTEyMS4zNiAxODMuMzYtOS43NiAxMy41Mi0yOC4yNCAyMS45Mi00OS4xMiAyMC40ek01MTIgODU3LjZ2LTQwLjk2YzIwMy4yOCAwIDM2OC42NC0xNjUuMzYgMzY4LjY0LTM2OC42NGg0MC45NmMwIDIyNS44NC0xODMuNzYgNDA5LjYtNDA5LjYgNDA5LjZ6TTUxMiA3NDQuMDgwdi00MC45NmMxNDAuNzIgMCAyNTUuMTItMTE0LjQ4IDI1NS4xMi0yNTUuMTJoNDAuOTZjMCAxNjMuMjgtMTMyLjggMjk2LjA4MC0yOTYuMDgwIDI5Ni4wODB6TTUxMiA2MzIuMzJ2LTQwLjk2Yzc5LjA0MCAwIDE0My4zNi02NC4zMiAxNDMuMzYtMTQzLjM2aDQwLjk2YzAgMTAxLjY4LTgyLjcyIDE4NC4zMi0xODQuMzIgMTg0LjMyeiIgLz4NCjxnbHlwaCB1bmljb2RlPSImI3hlOTBkOyIgZ2x5cGgtbmFtZT0iY2xvc2UiIGQ9Ik01NzkuODggNDQ4bDI0Ny40MiAyNDcuNDJjNi4yNCA2LjI0IDYuMjQgMTYuMzggMCAyMi42MmwtNDUuMjYgNDUuMjZjLTYuMjQgNi4yNC0xNi4zOCA2LjI0LTIyLjYyIDBsLTI0Ny40Mi0yNDcuNDItMjQ3LjQyIDI0Ny40NGMtNi4yNCA2LjI0LTE2LjM4IDYuMjQtMjIuNjIgMGwtNDUuMjgtNDUuMjZjLTYuMjQtNi4yNC02LjI0LTE2LjM4IDAtMjIuNjJsMjQ3LjQ0LTI0Ny40NC0yNDcuNDQtMjQ3LjQyYy02LjI0LTYuMjQtNi4yNC0xNi4zOCAwLTIyLjYybDQ1LjI2LTQ1LjI2YzYuMjQtNi4yNCAxNi4zOC02LjI0IDIyLjYyIDBsMjQ3LjQ0IDI0Ny40MiAyNDcuNDItMjQ3LjQyYzYuMjQtNi4yNCAxNi4zOC02LjI0IDIyLjYyIDBsNDUuMjYgNDUuMjZjNi4yNCA2LjI0IDYuMjQgMTYuMzggMCAyMi42MmwtMjQ3LjQyIDI0Ny40MnoiIC8+DQo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwZTsiIGdseXBoLW5hbWU9ImluZm8taWNvbiIgZD0iTTUxMS4yNTIgOTYwYy0yODEuOTE1IDAtNTExLjI1Mi0yMjkuMzM3LTUxMS4yNTItNTExLjI1MnMyMjkuMzM3LTUxMS4yNTIgNTExLjI1Mi01MTEuMjUyYzI4MS45MTUgMCA1MTEuMjUyIDIyOS4zMzcgNTExLjI1MiA1MTEuMjEyIDAgMjgxLjk1NC0yMjkuMzM3IDUxMS4yOTEtNTExLjIxMiA1MTEuMjkxek01NDQuNDkyIDE0NS40MDhjLTI0LjI2MS00LjA1Ny03Mi41ODYtMTQuMTc4LTk3LjE2Mi0xNi4xODctMjAuNzU2LTEuNzMzLTQwLjM2OSAxMC4xNjEtNTIuMzAzIDI3LjIxNS0xMS45NzMgMTcuMDkzLTE0Ljg0OCAzOC45MTItNy43NTkgNTguNTI2bDk2LjY1IDI2NS43MjhoLTEwMC40N2MtMC4wNzkgNTUuMzc1IDQxLjQzMyA5Ni4wOTggOTQuNTIzIDExMS43MzQgMjUuNDAzIDcuNDQ0IDcyLjYyNSAxNy42NDQgOTcuMjAxIDE2LjA2OSAxNC42OS0wLjkwNiA0MC4zNjktMTAuMTYxIDUyLjMwMy0yNy4yMTUgMTIuMDEyLTE3LjA5MyAxNC44NDgtMzguOTEyIDcuNzU5LTU4LjUyNmwtOTYuNjUtMjY1LjcyOGgxMDAuNDMxYzAuMDM5LTU1LjI5Ni0zOS45MzYtMTAyLjUxOC05NC41MjMtMTExLjYxNnpNNTc1LjE3MyA2NDAuNDczYy0zNS4zMjggMC02My45MjEgMjguNTkzLTYzLjkyMSA2My44ODIgMCAzNS4zMjggMjguNTkzIDYzLjkyMSA2My45MjEgNjMuOTIxIDM1LjI4OSAwIDYzLjg4Mi0yOC41OTMgNjMuODgyLTYzLjkyMSAwLTM1LjI4OS0yOC41OTMtNjMuODgyLTYzLjg4Mi02My44ODJ6IiAvPg0KPGdseXBoIHVuaWNvZGU9IiYjeGVhMGY7IiBnbHlwaC1uYW1lPSJjcm9zcyIgZD0iTTEwMTQuNjYyIDEzNy4zNGMtMC4wMDQgMC4wMDQtMC4wMDggMC4wMDgtMC4wMTIgMC4wMTBsLTMxMC42NDQgMzEwLjY1IDMxMC42NDQgMzEwLjY1YzAuMDA0IDAuMDA0IDAuMDA4IDAuMDA2IDAuMDEyIDAuMDEwIDMuMzQ0IDMuMzQ2IDUuNzYyIDcuMjU0IDcuMzEyIDExLjQxNiA0LjI0NiAxMS4zNzYgMS44MjQgMjQuNjgyLTcuMzI0IDMzLjgzbC0xNDYuNzQ2IDE0Ni43NDZjLTkuMTQ4IDkuMTQ2LTIyLjQ1IDExLjU2Ni0zMy44MjggNy4zMi00LjE2LTEuNTUtOC4wNzAtMy45NjgtMTEuNDE4LTcuMzEgMC0wLjAwNC0wLjAwNC0wLjAwNi0wLjAwOC0wLjAxMGwtMzEwLjY0OC0zMTAuNjUyLTMxMC42NDggMzEwLjY1Yy0wLjAwNCAwLjAwNC0wLjAwNiAwLjAwNi0wLjAxMCAwLjAxMC0zLjM0NiAzLjM0Mi03LjI1NCA1Ljc2LTExLjQxNCA3LjMxLTExLjM4IDQuMjQ4LTI0LjY4MiAxLjgyNi0zMy44My03LjMybC0xNDYuNzQ4LTE0Ni43NDhjLTkuMTQ4LTkuMTQ4LTExLjU2OC0yMi40NTItNy4zMjItMzMuODI4IDEuNTUyLTQuMTYgMy45Ny04LjA3MiA3LjMxMi0xMS40MTYgMC4wMDQtMC4wMDIgMC4wMDYtMC4wMDYgMC4wMTAtMC4wMTBsMzEwLjY1LTMxMC42NDgtMzEwLjY1LTMxMC42NTJjLTAuMDAyLTAuMDA0LTAuMDA2LTAuMDA2LTAuMDA4LTAuMDEwLTMuMzQyLTMuMzQ2LTUuNzYtNy4yNTQtNy4zMTQtMTEuNDE0LTQuMjQ4LTExLjM3Ni0xLjgyNi0yNC42ODIgNy4zMjItMzMuODNsMTQ2Ljc0OC0xNDYuNzQ2YzkuMTUtOS4xNDggMjIuNDUyLTExLjU2OCAzMy44My03LjMyMiA0LjE2IDEuNTUyIDguMDcwIDMuOTcgMTEuNDE2IDcuMzEyIDAuMDAyIDAuMDA0IDAuMDA2IDAuMDA2IDAuMDEwIDAuMDEwbDMxMC42NDggMzEwLjY1IDMxMC42NDgtMzEwLjY1YzAuMDA0LTAuMDAyIDAuMDA4LTAuMDA2IDAuMDEyLTAuMDA4IDMuMzQ4LTMuMzQ0IDcuMjU0LTUuNzYyIDExLjQxNC03LjMxNCAxMS4zNzgtNC4yNDYgMjQuNjg0LTEuODI2IDMzLjgyOCA3LjMyMmwxNDYuNzQ2IDE0Ni43NDhjOS4xNDggOS4xNDggMTEuNTcgMjIuNDU0IDcuMzI0IDMzLjgzLTEuNTUyIDQuMTYtMy45NyA4LjA2OC03LjMxNCAxMS40MTR6IiAvPg0KPC9mb250PjwvZGVmcz48L3N2Zz4=#icomoon)
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-info:before {
  content: "";
  color: #5e50c6;
}
.icon-tell:before {
  content: "";
  color: #fff;
  transform: rotateY(180deg);
  display: block;
  font-size: 22px;
}
.icon-tick:before {
  content: "";
  color: #fff;
}
.icon-clear:before {
  content: "";
  color: #212d71;
  font-size: 18px;
  vertical-align: middle;
}
.icon-add-new-card:before {
  content: "";
  color: rgba(33, 45, 113, 0.25);
  font-size: 36px;
  vertical-align: middle;
}
.icon-all-rights-reserved-icon:before {
  content: "";
  color: rgba(255, 255, 255, 0.85);
}
.icon-card .path1:before {
  content: "";
  color: #212d71;
  opacity: 0.08;
}
.icon-card .path2:before {
  content: "";
  margin-left: -1em;
  color: #212d71;
  opacity: 0.1;
}
.icon-card .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff;
}
.icon-drop-down:before {
  content: "";
  color: #5e50c6;
  font-size: 40px;
  vertical-align: middle;
}
.icon-refresh:before {
  content: "";
  color: #5e50c6;
  font-size: 22px;
  vertical-align: middle;
}
.icon-send-icon:before {
  content: "";
  color: #5e50c6;
  font-size: 22px;
  vertical-align: middle;
}
.icon-sequrity-keyboard:before {
  content: "";
  color: #5e50c6;
  font-size: 22px;
  vertical-align: middle;
}
.icon-time:before {
  content: "";
  color: #5e50c6;
  font-size: 22px;
  vertical-align: middle;
}
.icon-close:before {
  content: "";
  color: #fff;
}
.icon-info-icon:before {
  content: "";
  color: #ffbb5a;
}
.icon-cross:before {
  content: "";
}
.icon-newdelete:before {
  content: "";
  color: #fe0202;
}
.toast-title {
  font-weight: 700;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.color-barbie-pink {
  color: #ff3a86 !important;
}
.border-barbie-pink {
  border-color: #ff3a86 !important;
}
.back-barbie-pink {
  background-color: #ff3a86;
}
.back-barbie-pink-95 {
  background: rgba(255, 58, 134, 0.95) !important;
}
.color-iris {
  color: #5e50c6;
}
.border-iris-50,
.border-iris-50-focus:focus {
  border-color: rgba(94, 80, 198, 0.5) !important;
}
.outline-iris-50 {
  outline-color: rgba(94, 80, 198, 0.5) !important;
}
.input-shadow-iris-11:focus,
.input-shadow-iris-11.active {
  box-shadow: 0 0 0 5px rgba(94, 80, 198, 0.11) !important;
}
.back-iris-6 {
  background: rgba(94, 80, 198, 0.06) !important;
}
.color-dark-slate-blue {
  color: #212d71 !important;
}
.color-dark-slate-blue-55 {
  color: rgba(33, 45, 113, 0.55) !important;
}
.border-dark-slate-blue-18 {
  border-color: rgba(33, 45, 113, 0.18) !important;
}
.color-dark-slate-blue-18 {
  color: rgba(33, 45, 113, 0.18) !important;
}
.border-dark-slate-blue-10 {
  border-color: rgba(33, 45, 113, 0.1) !important;
}
.back-topaz {
  background: #0ec497 !important;
}
.color-topaz {
  color: #0ec497 !important;
}
.border-topaz-55 {
  border-color: rgba(14, 196, 151, 0.55);
}
.input-shadow-topaz-11:focus {
  box-shadow: 0 0 0 5px rgba(14, 196, 151, 0.4) !important;
}
.back-pale-orange {
  background: #ffbb5a !important;
}
.input-shadow-pale-orange-11:focus {
  box-shadow: 0 0 0 5px rgba(255, 187, 90, 0.4) !important;
}
.color-white-85 {
  color: rgba(255, 255, 255, 0.85) !important;
}
.color-dark-sky-blue {
  color: #4a90e2 !important;
}
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: #fff;
}
body header {
  background: linear-gradient(to right, #ad258c, #ff3a86) !important;
}
body header .right-side {
  margin-top: 6px;
}
body header .right-side .shaparak-logo {
  background-color: #fff;
  padding: 0.5rem 0.5rem 0 3rem;
  border-top-left-radius: 16px;
}
body header .right-side .shaparak-logo img {
  width: 86px;
  height: 58px;
}
@media (max-width: 768px), (max-height: 660px) {
  body header .right-side .shaparak-logo img {
    width: 39px;
    height: 26px;
  }
}
body header .right-side .shaparak-logo::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  background: #fff;
  width: 100vw;
  z-index: 1;
}
@media (max-width: 768px) {
  body header .right-side .shaparak-logo {
    padding: 0.5rem 0rem 0 1rem;
  }
}
@media (max-width: 500px) {
  body header .right-side .shaparak-logo {
    padding-left: calc(50vw - 142.5px) !important;
  }
}
body header .right-side .header-title-box .header-title {
  background: rgba(0, 0, 0, 0);
  padding: 11px 0;
}
body header .right-side .header-title-box .header-title span {
  padding: 0 35px;
}
@media (max-width: 768px), (max-height: 660px) {
  body header .right-side .header-title-box .header-title span {
    padding: 0 8px;
  }
}
body header .right-side .header-title-box .header-title span::after {
  position: absolute;
  background: #fff;
  content: "";
  height: 20px;
  width: 100%;
  top: 42px;
  left: 0;
}
@media (max-width: 768px), (max-height: 660px) {
  body header .right-side .header-title-box .header-title span::after {
    height: 10px;
    top: 28px;
  }
}
@media (max-width: 768px), (max-height: 660px) {
  body header .right-side .header-title-box .header-title {
    padding: 3px 0 9px 0;
  }
}
body header .right-side .header-title-box::before,
body header .right-side .header-title-box::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-shadow: 0px 20px 0px 0px #fff;
  z-index: 24;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 768px), (max-height: 660px) {
  body header .right-side .header-title-box::before,
  body header .right-side .header-title-box::after {
    box-shadow: 0px 10px 0px 0px #fff, 15px 10px 0px -8px #fff,
      -15px 10px 0px -8px #fff;
  }
}
body header .right-side .header-title-box::after {
  box-shadow: 0 -1px 15px 0 rgba(255, 58, 134, 0.22);
}
body header .left-side {
  background-color: #fff;
  border-top-right-radius: 16px;
  margin-top: 6px;
}
body header .left-side .sepehr-logo {
  padding: 0.5rem 1.5rem 0 0.5rem;
}
@media (max-width: 768px) {
  body header .left-side .sepehr-logo {
    padding: 0.5rem 1rem 0 0rem;
  }
}
body header .left-side .sepehr-logo img {
  width: 73px;
  height: 60px;
}
@media (max-width: 768px), (max-height: 660px) {
  body header .left-side .sepehr-logo img {
    width: 37px;
    height: 31px;
  }
}
body header .left-side .sepehr-logo::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  background: #fff;
  width: 100vw;
  z-index: 1;
}
body header::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  box-shadow: 0 3px 15px 0 rgba(255, 58, 134, 0.22);
  z-index: 26;
}
body content {
  min-height: calc(100vh - 138px);
  background-color: #f2f0f1;
  box-shadow: inset 0 2px 10px 0 #e8e5e7;
}
body content .pay-plan .right-side > div,
body content .pay-plan .left-side > div {
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 #e0dbde;
}
body content .pay-plan .right-side > div .side-label,
body content .pay-plan .left-side > div .side-label {
  background: rgba(255, 58, 134, 0.04);
  color: #ff3a86;
  border-bottom: 2px solid #ff3a86;
  padding: 14px 20px 11px 18px !important;
}
body content .pay-plan .right-side > div #timer,
body content .pay-plan .left-side > div #timer {
  min-width: 60px;
}
@media (max-width: 768px), (max-height: 660px) {
  body content .pay-plan .right-side > div #timer,
  body content .pay-plan .left-side > div #timer {
    min-width: -webkit-fit-content;
    min-width: fit-content;
    min-width: -moz-fit-content;
  }
}
body content .pay-plan .right-side > div .global-notifi-plan,
body content .pay-plan .left-side > div .global-notifi-plan {
  padding: 17px 56px 17px 28px;
  border-radius: 12px;
}
body content .pay-plan .right-side > div .global-notifi-plan[data-error="true"],
body content .pay-plan .left-side > div .global-notifi-plan[data-error="true"] {
  background-color: rgba(255, 58, 134, 0.04);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBmaWxsPSIjRkYzQTg2IiBmaWxsLXJ1bGU9Im5vbnplcm8iPg0KICAgICAgICAgICAgPGc+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEzIDBDNS44MzIgMCAwIDUuODMyIDAgMTNzNS44MzIgMTMgMTMgMTMgMTMtNS44MzIgMTMtMTNTMjAuMTY4IDAgMTMgMHptNS4yNTggMTYuNzI2Yy4yMTEuMjEyLjIxMS41NTUgMCAuNzY2bC0uNzY2Ljc2NmMtLjIxMS4yMTEtLjU1NC4yMTEtLjc2NiAwTDEzIDE0LjUzMmwtMy43MjYgMy43MjZjLS4yMTIuMjExLS41NTUuMjExLS43NjYgMGwtLjc2Ni0uNzY2Yy0uMjEyLS4yMTEtLjIxMi0uNTU0IDAtLjc2NkwxMS40NjggMTMgNy43NDIgOS4yNzRjLS4yMTItLjIxMi0uMjEyLS41NTUgMC0uNzY2bC43NjYtLjc2NmMuMjExLS4yMTEuNTU0LS4yMTEuNzY2IDBMMTMgMTEuNDY4bDMuNzI2LTMuNzI2Yy4yMTItLjIxMS41NTUtLjIxMS43NjYgMGwuNzY2Ljc2NmMuMjEyLjIxMS4yMTIuNTU0IDAgLjc2NkwxNC41MzIgMTNsMy43MjYgMy43MjZ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI5NyAtMzA5KSB0cmFuc2xhdGUoMTI5NyAzMDkpIi8+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4NCg==);
  background-position-x: calc(100% - 16px);
  background-position-y: 14px;
  background-repeat: no-repeat;
}
body
  content
  .pay-plan
  .right-side
  > div
  .global-notifi-plan[data-error="true"]
  span,
body
  content
  .pay-plan
  .left-side
  > div
  .global-notifi-plan[data-error="true"]
  span {
  color: #ff3a86;
}
@media (max-width: 768px), (max-height: 660px) {
  body
    content
    .pay-plan
    .right-side
    > div
    .global-notifi-plan[data-error="true"],
  body
    content
    .pay-plan
    .left-side
    > div
    .global-notifi-plan[data-error="true"] {
    background-size: 13px;
    background-position-y: 10px;
  }
}
body content .pay-plan .right-side > div .global-notifi-plan[data-info="true"],
body content .pay-plan .left-side > div .global-notifi-plan[data-info="true"] {
  background-color: rgba(94, 80, 198, 0.06);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBmaWxsPSIjNUU1MEM2IiBmaWxsLXJ1bGU9Im5vbnplcm8iPg0KICAgICAgICAgICAgPGc+DQogICAgICAgICAgICAgICAgPGc+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi45ODEgMEM1LjgyMyAwIDAgNS44MjMgMCAxMi45ODFjMCA3LjE1OCA1LjgyMyAxMi45ODEgMTIuOTgxIDEyLjk4MSA3LjE1OCAwIDEyLjk4MS01LjgyMyAxMi45ODEtMTIuOThDMjUuOTYyIDUuODIyIDIwLjE0IDAgMTIuOTgyIDB6bS44NDQgMjAuNjgzYy0uNjE2LjEwMy0xLjg0My4zNi0yLjQ2Ny40MTEtLjUyNy4wNDQtMS4wMjUtLjI1OC0xLjMyOC0uNjkxLS4zMDQtLjQzNC0uMzc3LS45ODgtLjE5Ny0xLjQ4NmwyLjQ1NC02Ljc0N0g5LjczNmMtLjAwMi0xLjQwNiAxLjA1Mi0yLjQ0IDIuNC0yLjgzNy42NDUtLjE4OSAxLjg0NC0uNDQ4IDIuNDY4LS40MDguMzczLjAyMyAxLjAyNS4yNTggMS4zMjguNjkxLjMwNS40MzQuMzc3Ljk4OC4xOTcgMS40ODZsLTIuNDU0IDYuNzQ3aDIuNTVjLjAwMSAxLjQwNC0xLjAxNCAyLjYwMy0yLjQgMi44MzR6bS43NzktMTIuNTdjLS44OTcgMC0xLjYyMy0uNzI2LTEuNjIzLTEuNjIyIDAtLjg5Ny43MjYtMS42MjMgMS42MjMtMS42MjMuODk2IDAgMS42MjIuNzI2IDEuNjIyIDEuNjIzIDAgLjg5Ni0uNzI2IDEuNjIyLTEuNjIyIDEuNjIyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyOTcgLTMwNykgdHJhbnNsYXRlKDU5NyAyODkpIHRyYW5zbGF0ZSg3MDAgMTgpIi8+DQogICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+DQo=);
  background-position-x: calc(100% - 16px);
  background-position-y: 14px;
  background-repeat: no-repeat;
}
body
  content
  .pay-plan
  .right-side
  > div
  .global-notifi-plan[data-info="true"]
  span,
body
  content
  .pay-plan
  .left-side
  > div
  .global-notifi-plan[data-info="true"]
  span {
  color: rgba(33, 45, 113, 0.75);
}
@media (max-width: 768px), (max-height: 660px) {
  body
    content
    .pay-plan
    .right-side
    > div
    .global-notifi-plan[data-info="true"],
  body
    content
    .pay-plan
    .left-side
    > div
    .global-notifi-plan[data-info="true"] {
    background-size: 13px;
    background-position-y: 10px;
  }
}
@media (max-width: 768px), (max-height: 660px) {
  body content .pay-plan .right-side > div .global-notifi-plan,
  body content .pay-plan .left-side > div .global-notifi-plan {
    padding: 10px 39px 10px 15px;
    border-radius: 8px;
  }
}
body
  content
  .pay-plan
  .right-side
  > div
  form
  .parent-item[data-error="true"]
  .form-control,
body
  content
  .pay-plan
  .left-side
  > div
  form
  .parent-item[data-error="true"]
  .form-control {
  border: solid 2px #ff3a86 !important;
}
body content .pay-plan .right-side > div form .form-control[data-error="true"],
body content .pay-plan .left-side > div form .form-control[data-error="true"] {
  border: solid 2px #ff3a86 !important;
}
body content .pay-plan .right-side > div form .input-card,
body content .pay-plan .right-side > div form .input-email,
body content .pay-plan .right-side > div form .expire-input,
body content .pay-plan .left-side > div form .input-card,
body content .pay-plan .left-side > div form .input-email,
body content .pay-plan .left-side > div form .expire-input {
  max-width: calc(100% - 54px) !important;
}
@media (max-height: 660px) {
  body content .pay-plan .right-side > div form .input-card,
  body content .pay-plan .right-side > div form .input-email,
  body content .pay-plan .right-side > div form .expire-input,
  body content .pay-plan .left-side > div form .input-card,
  body content .pay-plan .left-side > div form .input-email,
  body content .pay-plan .left-side > div form .expire-input {
    max-width: calc(100% - 37px) !important;
  }
}
@media (max-width: 768px) {
  body content .pay-plan .right-side > div form .input-card,
  body content .pay-plan .right-side > div form .input-email,
  body content .pay-plan .right-side > div form .expire-input,
  body content .pay-plan .left-side > div form .input-card,
  body content .pay-plan .left-side > div form .input-email,
  body content .pay-plan .left-side > div form .expire-input {
    max-width: 100% !important;
  }
}
body content .pay-plan .right-side > div form .input-card b,
body content .pay-plan .left-side > div form .input-card b {
  font-weight: 100 !important;
}
body content .pay-plan .right-side > div form .input-card .input-card-inputs,
body content .pay-plan .left-side > div form .input-card .input-card-inputs {
  padding-right: 75px;
  line-height: 2.5;
}
@media (max-width: 768px), (max-height: 660px) {
  body content .pay-plan .right-side > div form .input-card .input-card-inputs,
  body content .pay-plan .left-side > div form .input-card .input-card-inputs {
    line-height: initial;
    padding-right: 48px;
  }
}
body content .pay-plan .right-side > div form .input-card .bank-img,
body content .pay-plan .right-side > div form .input-card .input-card-img,
body content .pay-plan .left-side > div form .input-card .bank-img,
body content .pay-plan .left-side > div form .input-card .input-card-img {
  width: 47px;
  height: 34px;
  text-align: center;
}
body content .pay-plan .right-side > div form .input-card .bank-img.has-img,
body
  content
  .pay-plan
  .right-side
  > div
  form
  .input-card
  .input-card-img.has-img,
body content .pay-plan .left-side > div form .input-card .bank-img.has-img,
body
  content
  .pay-plan
  .left-side
  > div
  form
  .input-card
  .input-card-img.has-img {
  padding: 0.25rem;
}
body content .pay-plan .right-side > div form .input-card .bank-img img,
body content .pay-plan .right-side > div form .input-card .input-card-img img,
body content .pay-plan .left-side > div form .input-card .bank-img img,
body content .pay-plan .left-side > div form .input-card .input-card-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
}
@media (max-width: 768px), (max-height: 660px) {
  body content .pay-plan .right-side > div form .input-card .bank-img,
  body content .pay-plan .right-side > div form .input-card .input-card-img,
  body content .pay-plan .left-side > div form .input-card .bank-img,
  body content .pay-plan .left-side > div form .input-card .input-card-img {
    width: 32px;
    height: 23px;
  }
  body
    content
    .pay-plan
    .right-side
    > div
    form
    .input-card
    .bank-img
    .icon-add-new-card:before,
  body
    content
    .pay-plan
    .right-side
    > div
    form
    .input-card
    .input-card-img
    .icon-add-new-card:before,
  body
    content
    .pay-plan
    .left-side
    > div
    form
    .input-card
    .bank-img
    .icon-add-new-card:before,
  body
    content
    .pay-plan
    .left-side
    > div
    form
    .input-card
    .input-card-img
    .icon-add-new-card:before {
    font-size: 24px !important;
  }
}
body
  content
  .pay-plan
  .right-side
  > div
  form
  .input-card-plan
  .input-card-btn
  > span[class^="icon-"],
body
  content
  .pay-plan
  .left-side
  > div
  form
  .input-card-plan
  .input-card-btn
  > span[class^="icon-"] {
  transition: 0.25s transform;
  transform: rotate(180deg);
}
@media (max-height: 660px) {
  body
    content
    .pay-plan
    .right-side
    > div
    form
    .input-card-plan
    .input-card-btn
    > span[class^="icon-"]::before,
  body
    content
    .pay-plan
    .left-side
    > div
    form
    .input-card-plan
    .input-card-btn
    > span[class^="icon-"]::before {
    font-size: 36px;
  }
}
body content .pay-plan .right-side > div form .captcha-box #captchaImg,
body content .pay-plan .left-side > div form .captcha-box #captchaImg {
  height: 54px;
}
@media (max-width: 768px), (max-height: 660px) {
  body content .pay-plan .right-side > div form .captcha-box #captchaImg,
  body content .pay-plan .left-side > div form .captcha-box #captchaImg {
    height: 37px;
  }
}
@media (max-width: 768px), (max-height: 660px) {
  body
    content
    .pay-plan
    .right-side
    > div
    form
    .captcha-box
    .icon-refresh:before,
  body
    content
    .pay-plan
    .left-side
    > div
    form
    .captcha-box
    .icon-refresh:before {
    font-size: 16px;
  }
}
body content .pay-plan .right-side > div form .pin2-box .send-icon,
body content .pay-plan .left-side > div form .pin2-box .send-icon {
  right: 1rem;
}
@media (max-width: 768px), (max-height: 660px) {
  body content .pay-plan .right-side > div form .pin2-box .send-icon,
  body content .pay-plan .left-side > div form .pin2-box .send-icon {
    right: 6px;
  }
  body
    content
    .pay-plan
    .right-side
    > div
    form
    .pin2-box
    .send-icon
    .icon-send-icon:before,
  body
    content
    .pay-plan
    .left-side
    > div
    form
    .pin2-box
    .send-icon
    .icon-send-icon:before {
    font-size: 16px;
  }
}
body
  content
  .pay-plan
  .right-side
  > div
  form
  .pin2-box
  #password-countdown:not(.no-pointer-event)
  .loader-box,
body
  content
  .pay-plan
  .left-side
  > div
  form
  .pin2-box
  #password-countdown:not(.no-pointer-event)
  .loader-box {
  display: none;
}
body
  content
  .pay-plan
  .right-side
  > div
  form
  .pin2-box
  #password-countdown.no-pointer-event
  .loader-box,
body
  content
  .pay-plan
  .left-side
  > div
  form
  .pin2-box
  #password-countdown.no-pointer-event
  .loader-box {
  display: block;
}
body
  content
  .pay-plan
  .right-side
  > div
  form
  .pin2-box
  #password-countdown
  .password-countdown-text,
body
  content
  .pay-plan
  .left-side
  > div
  form
  .pin2-box
  #password-countdown
  .password-countdown-text {
  padding-right: 48px !important;
}
@media (max-width: 768px), (max-height: 660px) {
  body
    content
    .pay-plan
    .right-side
    > div
    form
    .pin2-box
    #password-countdown
    .password-countdown-text,
  body
    content
    .pay-plan
    .left-side
    > div
    form
    .pin2-box
    #password-countdown
    .password-countdown-text {
    padding-right: 24px !important;
  }
}
@media (max-height: 660px) {
  body
    content
    .pay-plan
    .right-side
    > div
    form
    .input-cvv2
    .icon-sequrity-keyboard:before,
  body
    content
    .pay-plan
    .right-side
    > div
    form
    .pin2-box
    .icon-sequrity-keyboard:before,
  body
    content
    .pay-plan
    .left-side
    > div
    form
    .input-cvv2
    .icon-sequrity-keyboard:before,
  body
    content
    .pay-plan
    .left-side
    > div
    form
    .pin2-box
    .icon-sequrity-keyboard:before {
    font-size: 18px;
  }
}
body content .pay-plan .right-side > div form div[class^="keypad-"],
body content .pay-plan .left-side > div form div[class^="keypad-"] {
  top: calc(100% + 6px);
}
body
  content
  .pay-plan
  .right-side
  > div
  form
  div[class^="keypad-"]
  div[class^="keypad-"],
body
  content
  .pay-plan
  .left-side
  > div
  form
  div[class^="keypad-"]
  div[class^="keypad-"] {
  box-shadow: 0 3px 15px 7px rgba(94, 80, 198, 0.1);
}
body
  content
  .pay-plan
  .right-side
  > div
  form
  div[class^="keypad-"]
  div[class^="keypad-"]
  button:hover,
body
  content
  .pay-plan
  .left-side
  > div
  form
  div[class^="keypad-"]
  div[class^="keypad-"]
  button:hover {
  box-shadow: 0 0 0 5px rgba(94, 80, 198, 0.1) !important;
}
@media (max-width: 768px), (max-height: 660px) {
  body
    content
    .pay-plan
    .right-side
    > div
    form
    div[class^="keypad-"]
    .icon-tick:before,
  body
    content
    .pay-plan
    .left-side
    > div
    form
    div[class^="keypad-"]
    .icon-tick:before {
    font-size: 12px;
  }
  body
    content
    .pay-plan
    .right-side
    > div
    form
    div[class^="keypad-"]
    .icon-clear:before,
  body
    content
    .pay-plan
    .left-side
    > div
    form
    div[class^="keypad-"]
    .icon-clear:before {
    font-size: 12px;
    vertical-align: text-top;
    display: block;
  }
}
body content .pay-plan .right-side > div .btn-box,
body content .pay-plan .left-side > div .btn-box {
  max-width: calc(100% - 70px) !important;
}
@media (max-width: 768px), (max-height: 660px) {
  body content .pay-plan .right-side > div .btn-box,
  body content .pay-plan .left-side > div .btn-box {
    max-width: 100% !important;
  }
}
body content .pay-plan .right-side > div .btn-box .success-btn,
body content .pay-plan .left-side > div .btn-box .success-btn {
  box-shadow: 0 2px 15px 0 rgba(30, 205, 151, 0.3);
}
body
  content
  .pay-plan
  .right-side
  > div
  .btn-box
  .success-btn:not(.no-pointer-event)
  .loader-box,
body
  content
  .pay-plan
  .left-side
  > div
  .btn-box
  .success-btn:not(.no-pointer-event)
  .loader-box {
  display: none;
}
body
  content
  .pay-plan
  .right-side
  > div
  .btn-box
  .success-btn.no-pointer-event
  .loader-box,
body
  content
  .pay-plan
  .left-side
  > div
  .btn-box
  .success-btn.no-pointer-event
  .loader-box {
  display: block;
  background: #62d8ba;
  border-radius: 12px;
}
@media (max-width: 768px), (max-height: 660px) {
  body
    content
    .pay-plan
    .right-side
    > div
    .btn-box
    .success-btn.no-pointer-event
    .loader-box,
  body
    content
    .pay-plan
    .left-side
    > div
    .btn-box
    .success-btn.no-pointer-event
    .loader-box {
    border-radius: 8px;
  }
}
body
  content
  .pay-plan
  .right-side
  > div
  .btn-box
  .success-btn.no-pointer-event
  .loader-box
  .loader,
body
  content
  .pay-plan
  .left-side
  > div
  .btn-box
  .success-btn.no-pointer-event
  .loader-box
  .loader {
  border-top-color: #17cc9e;
}
body content .pay-plan .right-side > div .btn-box .warning-btn,
body content .pay-plan .left-side > div .btn-box .warning-btn {
  box-shadow: 0 2px 15px 0 rgba(255, 187, 90, 0.3);
}
@media (min-width: 1200px) {
  body content .pay-plan .left-side .container-42 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: calc(100% - 28px);
    padding-bottom: 3rem;
  }
  body content .pay-plan .left-side .container-42::after {
    content: "";
    width: 100%;
    height: 36px;
    position: absolute;
    top: 100%;
    background: url(../images/factor.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
  }
}
body content .pay-plan .left-side .container-42 .merchant-logo img {
  max-height: 150px;
  max-width: 150px;
  height: 100px;
  width: 100px;
}
@media (max-height: 660px) {
  body content .pay-plan .left-side .container-42 .merchant-logo img {
    max-height: 130px;
    max-width: 130px;
  }
}
body content .pay-plan .left-side .container-42 .sub-merchant-logo img {
  max-height: 100px;
  max-width: 100px;
  height: 75px;
  width: 75px;
}
@media (max-height: 660px) {
  body content .pay-plan .left-side .container-42 .sub-merchant-logo img {
    max-height: 100px;
    max-width: 100px;
  }
}
body content .pay-plan .left-side .container-42 .amount-logo {
  max-width: 300px;
}
body content .pay-plan .left-side .container-42 .amount-logo img {
  max-width: 317px;
}
@media (max-height: 660px) {
  body content .pay-plan .left-side .container-42 .amount-logo img {
    max-width: 250px;
  }
}
body content .pay-plan .left-side .container-42 .amount-logo > div {
  padding-right: 15%;
}
@media (max-width: 1199px) {
  body content .pay-plan .left-side .container-42 .amount-logo {
    display: none;
  }
}
@media (max-height: 660px) {
  body content .pay-plan .left-side .container-42 .amount-logo {
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  body
    content
    .pay-plan
    .left-side
    .container-42
    .amount-box:not(.show-more-less-btn) {
    border-bottom: 2px dashed #f2f0f1;
  }
  body
    content
    .pay-plan
    .left-side
    .container-42
    .amount-box:not(.show-more-less-btn)
    span {
    transform: rotate(0deg);
    transition: 0.25s;
    position: relative;
  }
  body
    content
    .pay-plan
    .left-side
    .container-42
    .amount-box:not(.show-more-less-btn)
    span::before {
    font-size: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  body content .pay-plan .left-side .container-42 .amount-box.show-more-less {
    border-bottom: 0;
  }
  body
    content
    .pay-plan
    .left-side
    .container-42
    .amount-box.show-more-less
    .show-more-less-btn
    span {
    transform: rotate(180deg);
  }
}
@media (min-width: 1200px) {
  body content .pay-plan .left-side .container-42 .amount-box {
    display: none !important;
  }
}
@media (max-width: 768px), (max-height: 660px) {
  body
    content
    .pay-plan
    .left-side
    .container-42
    .amount-box
    .show-more-less-btn {
    width: 29px;
    min-width: 29px;
    height: 29px;
    min-height: 29px;
    border-radius: 100% !important;
  }
  body
    content
    .pay-plan
    .left-side
    .container-42
    .amount-box
    .show-more-less-btn
    span::before {
    font-size: 45px;
  }
}
body content .pay-plan .left-side .container-42 .merchant-detail table tr td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 0.5rem;
  vertical-align: baseline;
}
body
  content
  .pay-plan
  .left-side
  .container-42
  .merchant-detail
  table
  tr
  td:first-child {
  position: relative;
}
body
  content
  .pay-plan
  .left-side
  .container-42
  .merchant-detail
  table
  tr
  td:first-child::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: rgba(255, 58, 134, 0.25);
  position: absolute;
  right: -15px;
  top: 12px;
  transform: translateY(-50%);
}
@media (max-width: 768px), (max-height: 660px) {
  body
    content
    .pay-plan
    .left-side
    .container-42
    .merchant-detail
    table
    tr
    td:first-child::before {
    width: 6px;
    height: 6px;
    right: -8px;
    top: 14px;
  }
}
body content .pay-plan .hints-section {
  margin-bottom: 170px;
}
@media (max-width: 768px), (max-height: 660px) {
  body content .pay-plan .hints-section {
    margin-bottom: 40px;
  }
  body content .pay-plan .hints-section ol {
    padding-right: 17px;
  }
}
body content .pay-plan .hints-section .hints-title:after {
  background: #ff3a86;
  height: 2px;
  width: 100%;
  top: 100%;
  left: 0;
  content: "";
  position: absolute;
}
body content .pay-plan .hints-section .hints-detail ul {
  list-style-type: none;
}
body content .pay-plan .hints-section .hints-detail ul li {
  line-height: normal;
  padding-top: 6px;
}
@media (max-width: 768px), (max-height: 660px) {
  body content .pay-plan .hints-section .hints-detail ul li {
    padding-top: 3px;
  }
}
body content .pay-plan .hints-section .hints-detail ul > li {
  position: relative;
}
body content .pay-plan .hints-section .hints-detail ul > li::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: rgba(255, 58, 134, 0.25);
  position: absolute;
  right: -28px;
  top: 20px;
  transform: translateY(-50%);
}
@media (max-width: 768px), (max-height: 660px) {
  body content .pay-plan .hints-section .hints-detail ul > li::before {
    width: 6px;
    height: 6px;
    right: -12px;
    top: 12px;
  }
}
@media (max-width: 1199px) {
  body content .pay-plan section {
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
  }
  body content .pay-plan .persian-amount {
    display: none !important;
  }
}
body content .reciept-plan section:first-child > div {
  border-right: 7px solid #0ec497;
}
body content .reciept-plan section > div {
  box-shadow: 0 2px 10px 0 #e0dbde;
}
body content .reciept-plan section > div .success-icon {
  padding: 6px;
}
body content .reciept-plan section > div .success-icon:not(.in-table) > span {
  box-shadow: 0 0 40px 0 rgba(14, 196, 151, 0.3);
  display: block;
  width: 67px;
  height: 67px;
}
@media (max-width: 768px), (max-height: 660px) {
  body content .reciept-plan section > div .success-icon:not(.in-table) > span {
    width: 33px;
    height: 33px;
  }
  body
    content
    .reciept-plan
    section
    > div
    .success-icon:not(.in-table)
    > span
    .icon-tick:before {
    font-size: 14px;
    display: block;
  }
}
body content .reciept-plan section > div .success-icon.in-table {
  padding: 3px;
}
body content .reciept-plan section > div .success-icon.in-table > span {
  box-shadow: 0 0 40px 0 rgba(14, 196, 151, 0.3);
  display: block;
  width: 26px;
  height: 26px;
}
body
  content
  .reciept-plan
  section
  > div
  .success-icon.in-table
  > span
  .icon-tick:before {
  font-size: 10px;
  display: block;
  vertical-align: middle;
}
body content .reciept-plan section > div .error-icon.in-table {
  padding: 3px;
}
body content .reciept-plan section > div .error-icon.in-table > span {
  box-shadow: 0 0 20px 0 rgba(255, 58, 134, 0.3);
  display: block;
  width: 26px;
  height: 26px;
}
body
  content
  .reciept-plan
  section
  > div
  .error-icon.in-table
  > span
  .icon-close:before {
  font-size: 10px;
  display: block;
  vertical-align: middle;
}
body content .reciept-plan section > div #reciept-timer {
  min-width: 70px;
}
body content .reciept-plan section > div .callback-btn {
  box-shadow: 0 2px 15px 0 rgba(14, 196, 151, 0.4);
}
body content .reciept-plan section > div .side-label {
  background: rgba(255, 58, 134, 0.04);
  color: #ff3a86;
  border-bottom: 2px solid #ff3a86;
  padding: 14px 20px 11px 18px !important;
}
body content .reciept-plan section > div .icon-info-icon:before {
  font-size: 26px;
  vertical-align: middle;
  margin-top: 4px;
}
@media (max-width: 768px), (max-height: 660px) {
  body content .reciept-plan section > div .icon-info-icon:before {
    font-size: 14px;
  }
}
body content .error-plan section:first-child > div {
  border-right: 7px solid #ff3a86;
}
body content .error-plan section > div {
  box-shadow: 0 2px 10px 0 #e0dbde;
}
body content .error-plan section > div .error-icon {
  padding: 6px;
}
body content .error-plan section > div .error-icon:not(.in-table) > span {
  box-shadow: 0 0 20px 0 rgba(255, 58, 134, 0.3);
  display: block;
  width: 67px;
  height: 67px;
}
@media (max-width: 768px), (max-height: 660px) {
  body content .error-plan section > div .error-icon:not(.in-table) > span {
    width: 33px;
    height: 33px;
  }
  body
    content
    .error-plan
    section
    > div
    .error-icon:not(.in-table)
    > span
    .icon-close:before {
    font-size: 14px;
    display: block;
  }
}
body content .error-plan section > div #error-timer {
  min-width: 70px;
}
body content .error-plan section > div .callback-btn {
  box-shadow: 0 2px 15px 0 rgba(14, 196, 151, 0.4);
}
body content .bill-list-view-plan section:first-child > div {
  border-right: 7px solid #ff3a86;
}
body content .bill-list-view-plan section > div {
  box-shadow: 0 2px 10px 0 #e0dbde;
}
body content .bill-list-view-plan section > div .error-icon {
  padding: 6px;
}
body content .bill-list-view-plan section > div .error-icon > span {
  box-shadow: 0 0 20px 0 rgba(255, 58, 134, 0.3);
  display: block;
  width: 67px;
  height: 67px;
}
@media (max-width: 768px), (max-height: 660px) {
  body content .bill-list-view-plan section > div .error-icon > span {
    width: 33px;
    height: 33px;
  }
  body
    content
    .bill-list-view-plan
    section
    > div
    .error-icon
    > span
    .icon-tick:before {
    font-size: 14px;
    display: block;
  }
}
body content .bill-list-view-plan section > div #error-timer {
  min-width: 70px;
}
body content .bill-list-view-plan .side-label {
  background: rgba(255, 58, 134, 0.04);
  color: #ff3a86;
  border-bottom: 2px solid #ff3a86;
  padding: 14px 20px 11px 18px !important;
}
body content .bill-list-view-plan .success-btn {
  box-shadow: 0 2px 15px 0 rgba(30, 205, 151, 0.3);
}
body content .bill-list-view-plan .warning-btn {
  box-shadow: 0 2px 15px 0 rgba(255, 187, 90, 0.3);
}
body content .set-cooki-plan section > div,
body content .set-cooki-plan section img {
  box-shadow: 0 2px 10px 0 #e0dbde;
  border-radius: 12px;
}
body content .set-cooki-plan section img {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.6509803922);
}
@media (max-width: 768px), (max-height: 660px) {
  body content {
    min-height: calc(100vh - 100px);
  }
}
body .modal-body {
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
body .modal-body .content-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 280px;
  max-width: 80%;
  width: 500px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
}
body .modal-body .content-modal .btn {
  height: unset !important;
}
body footer {
  color: rgba(255, 255, 255, 0.85);
}
body footer::before {
  position: absolute;
  width: 100%;
  height: 200px;
  background: linear-gradient(to right, #ad258c, #ff3a86) !important;
  content: "";
  bottom: 0;
  left: 0;
  z-index: -1;
}
body footer .all-rights-reserved {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px), (max-height: 660px) {
  body footer .icon-all-rights-reserved-icon:before {
    font-size: 12px;
    vertical-align: text-top;
  }
  body footer .icon-tell:before {
    font-size: 12px;
  }
}
@media (max-width: 830px) {
  body footer section.footer-content > div {
    flex-direction: column !important;
    align-items: center;
  }
}
body #toast-container {
  text-align: right;
}
body #toast-container > div {
  max-width: 100vw;
  width: unset;
  min-width: 300px;
  opacity: 1;
  box-shadow: none !important;
  font-size: 15px;
  background-position: calc(100% - 12px) center;
  border: none !important;
  border-radius: 12px;
  padding: 15px 50px 15px 15px;
}
@media (max-width: 768px), (max-height: 660px) {
  body #toast-container > div {
    font-size: 12px;
    max-width: calc(100% - 3.5rem);
  }
}
body #toast-container > div:hover {
  box-shadow: none !important;
}
body #toast-container > .toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBmaWxsPSIjNUU1MEM2IiBmaWxsLXJ1bGU9Im5vbnplcm8iPg0KICAgICAgICAgICAgPGc+DQogICAgICAgICAgICAgICAgPGc+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi45ODEgMEM1LjgyMyAwIDAgNS44MjMgMCAxMi45ODFjMCA3LjE1OCA1LjgyMyAxMi45ODEgMTIuOTgxIDEyLjk4MSA3LjE1OCAwIDEyLjk4MS01LjgyMyAxMi45ODEtMTIuOThDMjUuOTYyIDUuODIyIDIwLjE0IDAgMTIuOTgyIDB6bS44NDQgMjAuNjgzYy0uNjE2LjEwMy0xLjg0My4zNi0yLjQ2Ny40MTEtLjUyNy4wNDQtMS4wMjUtLjI1OC0xLjMyOC0uNjkxLS4zMDQtLjQzNC0uMzc3LS45ODgtLjE5Ny0xLjQ4NmwyLjQ1NC02Ljc0N0g5LjczNmMtLjAwMi0xLjQwNiAxLjA1Mi0yLjQ0IDIuNC0yLjgzNy42NDUtLjE4OSAxLjg0NC0uNDQ4IDIuNDY4LS40MDguMzczLjAyMyAxLjAyNS4yNTggMS4zMjguNjkxLjMwNS40MzQuMzc3Ljk4OC4xOTcgMS40ODZsLTIuNDU0IDYuNzQ3aDIuNTVjLjAwMSAxLjQwNC0xLjAxNCAyLjYwMy0yLjQgMi44MzR6bS43NzktMTIuNTdjLS44OTcgMC0xLjYyMy0uNzI2LTEuNjIzLTEuNjIyIDAtLjg5Ny43MjYtMS42MjMgMS42MjMtMS42MjMuODk2IDAgMS42MjIuNzI2IDEuNjIyIDEuNjIzIDAgLjg5Ni0uNzI2IDEuNjIyLTEuNjIyIDEuNjIyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyOTcgLTMwNykgdHJhbnNsYXRlKDU5NyAyODkpIHRyYW5zbGF0ZSg3MDAgMTgpIi8+DQogICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+DQo=) !important;
  background-color: rgba(193, 189, 233, 0.9) !important;
  color: #4531d8;
}
body #toast-container > .toast-info .toast-close-button {
  color: #4531d8;
}
body #toast-container .toast-close-button {
  left: -0.3em;
  right: unset;
  float: left;
  outline: 0;
  box-shadow: none;
}
body #toast-container.toast-top-full-width {
  top: 1rem;
}
body .container,
body .container-lg,
body .container-md,
body .container-sm,
body .container-xl {
  max-width: 1400px !important;
}
@media (max-height: 660px) {
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl {
    max-width: 1100px !important;
  }
}
input[type="tel"].form-control,
input[type="tel"].form-control,
.form-control {
  min-height: 54px !important;
  border-radius: 15px !important;
}
@media (max-width: 768px), (max-height: 660px) {
  input[type="tel"].form-control,
  input[type="tel"].form-control,
  .form-control {
    min-height: 37px !important;
    border-radius: 8px !important;
  }
}
input.disabled {
  background: rgba(94, 80, 198, 0.16) !important;
}
.pay-btn {
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  display: block;
  padding: 0 !important;
}
@media (max-width: 768px), (max-height: 660px) {
  .pay-btn {
    width: 37px;
    min-width: 37px;
    height: 37px;
    min-height: 37px;
    border-radius: 8px !important;
  }
}
.btn {
  height: 54px !important;
}
@media (max-width: 768px), (max-height: 660px) {
  .btn {
    height: 37px !important;
    border-radius: 8px !important;
  }
}
@media (max-width: 768px), (max-height: 660px) {
  .font-20-px-sm {
    font-size: 20px !important;
  }
  .font-16-px-sm {
    font-size: 16px !important;
  }
  .font-15-px-sm {
    font-size: 15px !important;
  }
  .font-13-px-sm {
    font-size: 13px !important;
  }
  .font-12-px-sm {
    font-size: 12px !important;
  }
  .font-11-px-sm {
    font-size: 11px !important;
  }
  .font-10-px-sm {
    font-size: 10px !important;
  }
  .font-9-px-sm {
    font-size: 9px !important;
  }
  .font-7-px-sm {
    font-size: 7px !important;
  }
}
@media (max-width: 576px) {
    .hidden-576 {
      display: none !important;
    }
    .pl-md-3 {
      padding-left: 0 !important;
    }
    .w-100-md {
      width: 100% !important;
    }
  }
@media (max-width: 768px) {
  .hidden-768 {
    display: none !important;
  }
  .pl-md-3 {
    padding-left: 0 !important;
  }
  .w-100-md {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
    .hidden-992 {
      display: none !important;
    }
    .pl-md-3 {
      padding-left: 0 !important;
    }
    .w-100-md {
      width: 100% !important;
    }
  }
.loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-inner {
  text-align: center;
}
.loading-inner span {
  font-size: 24px;
  font-weight: bold;
}
body.IE header .right-side {
  width: 534px;
  transform: scale(1.001);
}
body.IE header .right-side .header-title-box {
  height: 56px;
  width: 407px;
}
body.IE header .right-side .header-title-box span::after {
  top: 50px;
}
body.IE header .right-side .shaparak-logo {
  transform: scale(1.01);
}
body.IE header .right-side .shaparak-logo::before {
  left: calc(100% - 1px);
}
@media (max-width: 768px), (max-height: 660px) {
  body.IE header .right-side {
    width: 278px !important;
  }
}
@media (max-width: 768px) and (max-width: 768px),
  (max-height: 660px) and (max-width: 768px) {
  body.IE header .right-side {
    width: 239px !important;
  }
}
@media (max-width: 768px), (max-height: 660px) {
  body.IE header .right-side .header-title-box {
    height: 39px;
    width: 184px;
  }
}
body.IE header .left-side {
  max-width: calc(100% - 534px);
}
@media (max-width: 768px), (max-height: 660px) {
  body.IE header .left-side {
    max-width: calc(100% - 278px) !important;
  }
}
@media (max-width: 768px) and (max-width: 768px),
  (max-height: 660px) and (max-width: 768px) {
  body.IE header .left-side {
    max-width: calc(100% - 239px) !important;
  }
}
body.IE *[class^="icon-"] {
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  font-size: 22px;
  vertical-align: middle !important;
}
@media (max-width: 768px), (max-height: 660px) {
  body.IE *[class^="icon-"] {
    width: 18px !important;
    height: 18px !important;
    font-size: 18px !important;
  }
}
body.IE *[class^="icon-"]:before {
  opacity: 0 !important;
}
body.IE .icon-sequrity-keyboard {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBmaWxsPSIjNUU1MEM2Ij4NCiAgICAgICAgICAgIDxnPg0KICAgICAgICAgICAgICAgIDxnPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTguMDg2IDIxLjE3MWMtMS43MDQgMC0zLjA4Ni0xLjM4MS0zLjA4Ni0zLjA4NVMxNi4zODIgMTUgMTguMDg2IDE1czMuMDg1IDEuMzgyIDMuMDg1IDMuMDg2LTEuMzgxIDMuMDg1LTMuMDg1IDMuMDg1em0wIDguOTE1QzE2LjM4MiAzMC4wODYgMTUgMjguNzA0IDE1IDI3czEuMzgyLTMuMDg2IDMuMDg2LTMuMDg2UzIxLjE3IDI1LjI5NiAyMS4xNyAyN3MtMS4zODEgMy4wODYtMy4wODUgMy4wODZ6bTAgOC45MTRDMTYuMzgyIDM5IDE1IDM3LjYxOCAxNSAzNS45MTRzMS4zODItMy4wODUgMy4wODYtMy4wODUgMy4wODUgMS4zODEgMy4wODUgMy4wODVTMTkuNzkgMzkgMTguMDg2IDM5ek0yNyAyMS4xNzFjLTEuNzA0IDAtMy4wODYtMS4zODEtMy4wODYtMy4wODVTMjUuMjk2IDE1IDI3IDE1czMuMDg2IDEuMzgyIDMuMDg2IDMuMDg2UzI4LjcwNCAyMS4xNyAyNyAyMS4xN3ptMCA4LjkxNWMtMS43MDQgMC0zLjA4Ni0xLjM4Mi0zLjA4Ni0zLjA4NnMxLjM4Mi0zLjA4NiAzLjA4Ni0zLjA4NiAzLjA4NiAxLjM4MiAzLjA4NiAzLjA4Ni0xLjM4MiAzLjA4Ni0zLjA4NiAzLjA4NnpNMjcgMzljLTEuNzA0IDAtMy4wODYtMS4zODItMy4wODYtMy4wODZTMjUuMjk2IDMyLjgzIDI3IDMyLjgzczMuMDg2IDEuMzgxIDMuMDg2IDMuMDg1UzI4LjcwNCAzOSAyNyAzOXptOC45MTQtMTcuODI5Yy0xLjcwNCAwLTMuMDg1LTEuMzgxLTMuMDg1LTMuMDg1UzM0LjIxIDE1IDM1LjkxNCAxNSAzOSAxNi4zODIgMzkgMTguMDg2cy0xLjM4MiAzLjA4NS0zLjA4NiAzLjA4NXptMCA4LjkxNWMtMS43MDQgMC0zLjA4NS0xLjM4Mi0zLjA4NS0zLjA4NnMxLjM4MS0zLjA4NiAzLjA4NS0zLjA4NlMzOSAyNS4yOTYgMzkgMjdzLTEuMzgyIDMuMDg2LTMuMDg2IDMuMDg2em0wIDguOTE0Yy0xLjcwNCAwLTMuMDg1LTEuMzgyLTMuMDg1LTMuMDg2czEuMzgxLTMuMDg1IDMuMDg1LTMuMDg1UzM5IDM0LjIxIDM5IDM1LjkxNCAzNy42MTggMzkgMzUuOTE0IDM5eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYxNCAtNDExKSB0cmFuc2xhdGUoNTk5IDM5NikiLz4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4NCg==) !important;
}
body.IE .icon-refresh {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSI+DQogICAgPGRlZnM+DQogICAgICAgIDxwYXRoIGlkPSIxOTlicmh2MWNhIiBkPSJNMTUuNjE1IDI3LjcwMWMtLjE2MyAwLS4zMi0uMDY1LS40MzUtLjE4LS4xMTUtLjExNS0uMTgtLjI3MS0uMTgtLjQzNC0uMDAyLTIuNjc4Ljg2LTUuMjIgMi40OS03LjM1QzE5Ljc5NSAxNi43MjcgMjMuMyAxNSAyNy4xMDQgMTVjMi42NzUgMCA1LjIxMi44NiA3LjMzNiAyLjQ4Ni43NjkuNTg4IDEuNDY0IDEuMjY4IDIuMDcgMi4wMmwuNTQtMy4wNThjLjA1OC0uMzM0LjM3Ni0uNTU4LjcxMS0uNDk4bDEuNjE1LjI4NWMuMzM0LjA1OS41NTcuMzc3LjQ5OC43MTJsLTEuMjgyIDcuMjY0Yy0uMDI5LjE2MS0uMTIuMzA0LS4yNTMuMzk3LS4xMDQuMDczLS4yMjguMTExLS4zNTMuMTExLS4wMzUgMC0uMDcxLS4wMDMtLjEwNy0uMDA5bC03LjI2NC0xLjI4M2MtLjMzNS0uMDU5LS41NTgtLjM3Ny0uNDk5LS43MTJsLjI4NS0xLjYxNGMuMDI5LS4xNi4xMi0uMzAzLjI1My0uMzk3LjEzNC0uMDkzLjI5OS0uMTMuNDYtLjEwMmwzLjAyNy41MzVjLS40MjYtLjUwMy0uOTA4LS45NjItMS40NDUtMS4zNzMtMS42Mi0xLjI0LTMuNTU0LTEuODk2LTUuNTk0LTEuODk2LTIuOTAzIDAtNS41NzYgMS4zMTctNy4zMzMgMy42MTItMS4yNDUgMS42MjYtMS45MDIgMy41NjQtMS45IDUuNjA1IDAgLjM0LS4yNzUuNjE1LS42MTQuNjE1bC0xLjY0LjAwMXptMjQuMS0uMjMxYy4xMTYuMTE1LjE4LjI3MS4xODEuNDM0LjAwMiAyLjY3OC0uODYgNS4yMi0yLjQ5IDcuMzUtMi4zMDUgMy4wMS01LjgwOSA0LjczNy05LjYxNCA0LjczNy0yLjY3NSAwLTUuMjEyLS44Ni03LjMzNi0yLjQ4Ni0uNzY4LS41ODgtMS40NjQtMS4yNjgtMi4wNy0yLjAybC0uNTM5IDMuMDU4Yy0uMDUzLjI5OC0uMzEyLjUwOC0uNjA1LjUwOC0uMDM1IDAtLjA3MS0uMDAzLS4xMDctLjAxbC0xLjYxNS0uMjg0Yy0uMzM0LS4wNi0uNTU3LS4zNzgtLjQ5OC0uNzEzbDEuMjgyLTcuMjY0Yy4wMjktLjE2MS4xMi0uMzA0LjI1My0uMzk3LjEzNC0uMDk0LjMtLjEzLjQ2LS4xMDJsNy4yNjQgMS4yODNjLjMzNS4wNTkuNTU4LjM3Ny40OTkuNzEybC0uMjg1IDEuNjE0Yy0uMDI5LjE2LS4xMi4zMDMtLjI1My4zOTctLjEzNC4wOTMtLjI5OS4xMy0uNDYuMTAybC0zLjAyNy0uNTM1Yy40MjYuNTAzLjkwOC45NjMgMS40NDUgMS4zNzQgMS42MiAxLjI0IDMuNTU0IDEuODk1IDUuNTk0IDEuODk1IDIuOTAzIDAgNS41NzYtMS4zMTcgNy4zMzQtMy42MTIgMS4yNDQtMS42MjYgMS45LTMuNTY0IDEuOS01LjYwNS0uMDAxLS4zNC4yNzQtLjYxNS42MTMtLjYxNWwxLjY0LS4wMDFjLjE2MyAwIC4zMi4wNjUuNDM1LjE4eiIvPg0KICAgIDwvZGVmcz4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8Zz4NCiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MTQgLTU2NykgdHJhbnNsYXRlKDU5OSA1NTIpIj4NCiAgICAgICAgICAgICAgICA8dXNlIGZpbGw9IiM1RTUwQzYiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iIzE5OWJyaHYxY2EiLz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg0K) !important;
}
body.IE .icon-send-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIyIDIwIj4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBmaWxsPSIjNUU1MEM2IiBmaWxsLXJ1bGU9Im5vbnplcm8iPg0KICAgICAgICAgICAgPGc+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE2Mi44NDQgMzMuNzE1aC02LjUzMWMtLjQ3NSAwLS44Ni0uMzctLjg2LS44MjcgMC0uNDU2LjM4NS0uODI2Ljg2LS44MjZoNi41M2MxLjg5NiAwIDMuNDM4LTEuNDgzIDMuNDM4LTMuMzA2VjIxLjk4YzAtMS44MjItMS41NDItMy4zMDUtMy40MzctMy4zMDVoLTExLjY4OGMtMS44OTUgMC0zLjQzNyAxLjQ4My0zLjQzNyAzLjMwNXY2LjM2NGMwIC4yMjguMTkzLjQxMy40My40MTNoMi41NzhjLjQ3NCAwIC44NTkuMzcuODU5LjgyNyAwIC40NTYtLjM4NS44MjYtLjg2LjgyNmgtMi41NzhjLTEuMTg0IDAtMi4xNDgtLjkyNy0yLjE0OC0yLjA2NnYtNi4zNjRjMC0yLjczNCAyLjMxMy00Ljk1OCA1LjE1Ni00Ljk1OGgxMS42ODhjMi44NDMgMCA1LjE1NiAyLjIyNCA1LjE1NiA0Ljk1OHY2Ljc3N2MwIDIuNzM0LTIuMzEzIDQuOTU5LTUuMTU2IDQuOTU5em0tOS4xMS0uODI3YzAtLjQ1Ny0uMzg0LS44MjctLjg1OS0uODI3aC02LjAxNmMtLjQ3NCAwLS44NTkuMzctLjg1OS44MjcgMCAuNDU2LjM4NS44MjYuODYuODI2aDYuMDE1Yy40NzUgMCAuODYtLjM3Ljg2LS44MjZ6bTIuNTc4IDMuMjY1YzAtLjQ1Ny0uMzg0LS44MjctLjg1OS0uODI3aC04LjU5NGMtLjQ3NCAwLS44NTkuMzctLjg1OS44MjcgMCAuNDU2LjM4NS44MjYuODYuODI2aDguNTkzYy40NzUgMCAuODYtLjM3Ljg2LS44MjZ6bTMuODM1LTkuMzJsNC4xNjItMy4wMzhjLjM3OC0uMjc2LjQ1Mi0uNzk1LjE2NS0xLjE1OC0uMjg3LS4zNjQtLjgyNi0uNDM1LTEuMjA1LS4xNTlsLTQuMTYzIDMuMDM5Yy0xLjIyNy45LTIuOTQuOS00LjE2Ny4wMDFsLTQuMDMtMi45OTRjLS4zNzYtLjI4LS45MTYtLjIxMy0xLjIwNi4xNDgtLjI5LjM2Mi0uMjIxLjg4LjE1NCAxLjE2bDQuMDMzIDIuOTk2LjAwNC4wMDNjLjkyMS42NzYgMi4wMjUgMS4wMTMgMy4xMjggMS4wMTMgMS4xMDMgMCAyLjIwNS0uMzM3IDMuMTI1LTEuMDEyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgxOSAtNjQ3KSB0cmFuc2xhdGUoNjczIDYzMCkgbWF0cml4KC0xIDAgMCAxIDMxNCAwKSIvPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+DQo=) !important;
}
body.IE .icon-time {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIj4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLW9wYWNpdHk9Ii43IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBmaWxsPSIjNUU1MEM2IiBmaWxsLXJ1bGU9Im5vbnplcm8iPg0KICAgICAgICAgICAgPHBhdGggZD0iTTEwNDkuNTggMjQzLjA1MmMuNDc1LS4yMzEgMS4wNS0uMDMyIDEuMjguNDQ1Ljc1NiAxLjU2MiAxLjE0IDMuMjQ2IDEuMTQgNS4wMDMgMCA2LjM0LTUuMTYgMTEuNS0xMS41IDExLjVzLTExLjUtNS4xNi0xMS41LTExLjUgNS4xNi0xMS41IDExLjUtMTEuNWMyLjU5IDAgNS4xMjYuODgyIDcuMTQyIDIuNDg0LjQxNC4zMy40ODMuOTMyLjE1NCAxLjM0Ny0uMzMuNDE0LS45MzQuNDgzLTEuMzQ3LjE1My0xLjcwMi0xLjM1Mi0zLjc2LTIuMDY3LTUuOTQ5LTIuMDY3LTUuMjg0IDAtOS41ODMgNC4yOTktOS41ODMgOS41ODNzNC4yOTkgOS41ODMgOS41ODMgOS41ODMgOS41ODMtNC4yOTkgOS41ODMtOS41ODNjMC0xLjQ2Ni0uMzE5LTIuODY4LS45NDgtNC4xNjgtLjIzLS40NzctLjAzMi0xLjA1LjQ0NS0xLjI4em0tOS4wOC0yLjIxOWMuNTI5IDAgLjk1OC40My45NTguOTU5djUuNzVoMy44MzRjLjUyOSAwIC45NTguNDI5Ljk1OC45NTggMCAuNTI5LS40My45NTgtLjk1OC45NThoLTQuNzkyYy0uNTI5IDAtLjk1OC0uNDI5LS45NTgtLjk1OHYtNi43MDhjMC0uNTMuNDI5LS45NTkuOTU4LS45NTl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAyOSAtMjM3KSIvPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+DQo=) !important;
}
body.IE .icon-tell {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCIgd2lkdGg9IjIxIiBoZWlnaHQ9IjIxIj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0gMTEuMzE2NDA2IDMuMDA3ODEzIEMgMTAuNzA3MDMxIDMuMDQ2ODc1IDEwLjA1MDc4MSAzLjI2NTYyNSA5LjQyNTc4MSAzLjcwMzEyNSBDIDkuMzU5Mzc1IDMuNzQ2MDk0IDIuOTE3OTY5IDguNDE0MDYzIDMgMTEuMDM1MTU2IEMgMy4yMzgyODEgMTguNTE5NTMxIDEwLjUyMzQzOCAyNy4zMjgxMjUgMTYuNTkzNzUgMzMuNDAyMzQ0IEMgMjIuNjY0MDYzIDM5LjQ2ODc1IDMxLjQ2ODc1IDQ2Ljc1MzkwNiAzOC45ODQzNzUgNDcgTCAzOS4wMzEyNSA0NyBDIDQxLjYzMjgxMyA0NyA0Ni4yNDIxODggNDAuNjM2NzE5IDQ2LjI4NTE1NiA0MC41NzQyMTkgQyA0Ni44MDg1OTQgMzkuODI4MTI1IDQ3LjA1ODU5NCAzOC45NzI2NTYgNDYuOTg0Mzc1IDM4LjE2NDA2MyBDIDQ2LjkxNDA2MyAzNy4zNjMyODEgNDYuNTQ2ODc1IDM2LjY3NTc4MSA0NS45NzY1NjMgMzYuMjc3MzQ0IEMgNDUuMjk2ODc1IDM1LjgwMDc4MSAzNy45MTc5NjkgMzAuODk0NTMxIDM3LjAxOTUzMSAzMC4zNDM3NSBDIDM2LjE0MDYyNSAyOS44MDQ2ODggMzQuODUxNTYzIDI5Ljg5MDYyNSAzMy41NzAzMTMgMzAuNTY2NDA2IEMgMzIuODQ3NjU2IDMwLjk0OTIxOSAzMC42MzY3MTkgMzIuMjA3MDMxIDI5LjYwNTQ2OSAzMi43OTY4NzUgQyAyOC42OTUzMTMgMzIuMTYwMTU2IDI2LjQ3NjU2MyAzMC40NzI2NTYgMjMgMjYuOTk2MDk0IEMgMTkuNTE5NTMxIDIzLjUxOTUzMSAxNy44MzIwMzEgMjEuMjk2ODc1IDE3LjE5OTIxOSAyMC4zOTA2MjUgQyAxNy43ODkwNjMgMTkuMzU5Mzc1IDE5LjA0Njg3NSAxNy4xNDg0MzggMTkuNDI1NzgxIDE2LjQyNTc4MSBDIDIwLjExMzI4MSAxNS4xMjUgMjAuMTk1MzEzIDEzLjgyNDIxOSAxOS42NDA2MjUgMTIuOTU3MDMxIEMgMTkuMTEzMjgxIDEyLjExNzE4OCAxNC4yMzA0NjkgNC43MTg3NSAxMy43MTQ4NDQgNC4wMDM5MDYgQyAxMy4yMzgyODEgMy4zNDM3NSAxMi4zMzU5MzggMi45MzM1OTQgMTEuMzE2NDA2IDMuMDA3ODEzIFogTSAyNSA1IEwgMjUgNyBDIDM0LjkyNTc4MSA3IDQzIDE1LjA3NDIxOSA0MyAyNSBMIDQ1IDI1IEMgNDUgMTMuOTcyNjU2IDM2LjAyNzM0NCA1IDI1IDUgWiBNIDI1IDEwLjU0Mjk2OSBMIDI1IDEyLjU0Mjk2OSBDIDMxLjg3MTA5NCAxMi41NDI5NjkgMzcuNDU3MDMxIDE4LjEzMjgxMyAzNy40NTcwMzEgMjUgTCAzOS40NTcwMzEgMjUgQyAzOS40NTcwMzEgMTcuMDI3MzQ0IDMyLjk3MjY1NiAxMC41NDI5NjkgMjUgMTAuNTQyOTY5IFogTSAyNSAxNiBMIDI1IDE4IEMgMjguODU5Mzc1IDE4IDMyIDIxLjE0MDYyNSAzMiAyNSBMIDM0IDI1IEMgMzQgMjAuMDM1MTU2IDI5Ljk2MDkzOCAxNiAyNSAxNiBaIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==) !important;
}
body.IE .icon-tick {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIxIDE2Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iPg0KICAgICAgICAgICAgPGc+DQogICAgICAgICAgICAgICAgPGc+DQogICAgICAgICAgICAgICAgICAgIDxnPg0KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTguMDM4IDE1LjY4NGMtLjIuMTk4LS40NzQuMzA4LS43NTguMzA4LS4yODQgMC0uNTU3LS4xMS0uNzU4LS4zMDhMLjQ3MSA5Ljc1NGMtLjYyOC0uNjE2LS42MjgtMS42MTQgMC0yLjIyOGwuNzU4LS43NDNjLjYyOC0uNjE1IDEuNjQ1LS42MTUgMi4yNzMgMGwzLjc3OCAzLjcwMkwxNy40ODkuNDgyYy42MjgtLjYxNiAxLjY0Ni0uNjE2IDIuMjczIDBsLjc1OC43NDJjLjYyOC42MTYuNjI4IDEuNjEzIDAgMi4yMjhMOC4wMzggMTUuNjg0eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkwMSAtNjQ5KSB0cmFuc2xhdGUoNjcyIDQ2MSkgdHJhbnNsYXRlKDE3NSAxNzkpIHRyYW5zbGF0ZSg1NCA5KSIvPg0KICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+DQo=) !important;
}
body.IE .icon-clear {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDMxIDIzIj4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLW9wYWNpdHk9Ii43NSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgZmlsbD0iIzIxMkQ3MSIgZmlsbC1ydWxlPSJub256ZXJvIj4NCiAgICAgICAgICAgIDxnPg0KICAgICAgICAgICAgICAgIDxnPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMzE2LjQxNyAxNjIuMDI1aC0xOS4zNzVjLS45MDQgMC0xLjU1LjM4Mi0yLjA2NyAxLjE0OEwyODggMTczLjVsNi45NzUgMTAuMzI3Yy41MTcuNjM4IDEuMTYyIDEuMTQ4IDIuMDY3IDEuMTQ4aDE5LjM3NWMxLjQyIDAgMi41ODMtMS4xNDggMi41ODMtMi41NXYtMTcuODVjMC0xLjQwMi0xLjE2My0yLjU1LTIuNTgzLTIuNTV6bS0zLjg3NSAxNi4wNjVsLTEuODA5IDEuNzg1LTQuNjUtNC41OS00LjY1IDQuNTktMS44MDgtMS43ODUgNC42NS00LjU5LTQuNjUtNC41OSAxLjgwOC0xLjc4NSA0LjY1IDQuNTkgNC42NS00LjU5IDEuODA5IDEuNzg1LTQuNjUgNC41OSA0LjY1IDQuNTl6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTg1IC02NDcpIHRyYW5zbGF0ZSg2NzIgNDYxKSB0cmFuc2xhdGUoMjUgMjQpIi8+DQogICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+DQo=) !important;
}
body.IE .icon-add-new-card {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NyIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDQ3IDM0Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8Zz4NCiAgICAgICAgICAgIDxnPg0KICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgIDxnPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCAwTDI0IDAgMjQgMjQgMCAyNHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05ODkgLTQwMikgdHJhbnNsYXRlKDk4OSA0MDIpIHRyYW5zbGF0ZSgxMS41IDUpIi8+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGZpbGw9IiMyMTJENzEiIGZpbGwtb3BhY2l0eT0iLjI1IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xMyA3aC0ydjRIN3YyaDR2NGgydi00aDR2LTJoLTRWN3ptLTEtNUM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMCAxOGMtNC40MSAwLTgtMy41OS04LThzMy41OS04IDgtOCA4IDMuNTkgOCA4LTMuNTkgOC04IDh6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTg5IC00MDIpIHRyYW5zbGF0ZSg5ODkgNDAyKSB0cmFuc2xhdGUoMTEuNSA1KSIvPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==) !important;
}
body.IE .icon-all-rights-reserved-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE2IDE3Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLW9wYWNpdHk9Ii44NSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4NCiAgICAgICAgICAgIDxnPg0KICAgICAgICAgICAgICAgIDxnPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDU4LjU5MSA5LjA2Yy0xLjMyOCAxLjMyOC0xLjMyOCAzLjQ5IDAgNC44MTcgMS4zMjkgMS4zMjggMy40OSAxLjMyOCA0LjgxOCAwIC4yNDQtLjI0NC42NC0uMjQ0Ljg4MyAwIC4yNDQuMjQ0LjI0NC42NCAwIC44ODQtLjkwNy45MDgtMi4xIDEuMzYyLTMuMjkyIDEuMzYyLTEuMTkyIDAtMi4zODUtLjQ1NC0zLjI5Mi0xLjM2Mi0xLjgxNi0xLjgxNS0xLjgxNi00Ljc3IDAtNi41ODUgMS44MTUtMS44MTUgNC43Ny0xLjgxNSA2LjU4NCAwIC4yNDUuMjQ0LjI0NS42NCAwIC44ODQtLjI0NC4yNDQtLjY0LjI0NC0uODgzIDAtMS4zMjktMS4zMjgtMy40OS0xLjMyOC00LjgxOCAwem04LjA2Ni0zLjIxN0M0NjUuMTQ2IDQuMzMzIDQ2My4xMzcgMy41IDQ2MSAzLjVzLTQuMTQ2LjgzMi01LjY1NyAyLjM0M0M0NTMuODMzIDcuMzU0IDQ1MyA5LjM2MyA0NTMgMTEuNXMuODMyIDQuMTQ2IDIuMzQzIDUuNjU3YzEuNTExIDEuNTEgMy41MiAyLjM0MyA1LjY1NyAyLjM0MyAxLjQ2MyAwIDIuODk0LS4zOTkgNC4xNC0xLjE1My4yOTUtLjE3OS4zOS0uNTYzLjIxLS44NTgtLjE3OS0uMjk2LS41NjMtLjM5LS44NTgtLjIxMS0xLjA1LjYzNi0yLjI1OC45NzItMy40OTIuOTcyLTMuNzIyIDAtNi43NS0zLjAyOC02Ljc1LTYuNzVzMy4wMjgtNi43NSA2Ljc1LTYuNzUgNi43NSAzLjAyOCA2Ljc1IDYuNzVjMCAxLjMzLS4zOTYgMi42MjYtMS4xNDUgMy43NDYtLjE5MS4yODctLjExNC42NzYuMTczLjg2Ny4yODcuMTkyLjY3NS4xMTUuODY3LS4xNzJDNDY4LjUzIDE0LjYxNSA0NjkgMTMuMDggNDY5IDExLjVjMC0yLjEzNy0uODMyLTQuMTQ2LTIuMzQzLTUuNjU3eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNjQgLTIxMzApIHRyYW5zbGF0ZSgwIDIwNzYpIHRyYW5zbGF0ZSg5MTEgNTEpIi8+DQogICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+DQo=) !important;
}
body.IE .icon-card {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NyIgaGVpZ2h0PSIzNCIgdmlld0JveD0iMCAwIDQ3IDM0Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBmaWxsLXJ1bGU9Im5vbnplcm8iPg0KICAgICAgICAgICAgPGc+DQogICAgICAgICAgICAgICAgPHBhdGggZmlsbD0iIzIxMkQ3MSIgZmlsbC1vcGFjaXR5PSIuMDgiIGQ9Ik0yLjYwNyAzNEMxLjE2NyAzNCAwIDMyLjgzNCAwIDMxLjM5NlYyLjYwNEMwIDEuMTY2IDEuMTY3IDAgMi42MDcgMGg0MS43ODZDNDUuODMzIDAgNDcgMS4xNjYgNDcgMi42MDR2MjguNzkyQzQ3IDMyLjgzNCA0NS44MzMgMzQgNDQuMzkzIDM0SDIuNjA3eiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk4OSAtMzI4KSB0cmFuc2xhdGUoOTg5IDMyOCkiLz4NCiAgICAgICAgICAgICAgICA8cGF0aCBmaWxsPSIjMjEyRDcxIiBmaWxsLW9wYWNpdHk9Ii4xIiBkPSJNMCA0LjA0OEg0N1YxMC41MjQwMDAwMDAwMDAwMDFIMHoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05ODkgLTMyOCkgdHJhbnNsYXRlKDk4OSAzMjgpIi8+DQogICAgICAgICAgICAgICAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTEyLjE1NSAxNC41NzFINC44NjJjLS40NDggMC0uODEuMzYzLS44MS44MSAwIC40NDcuMzYyLjgxLjgxLjgxaDcuMjkzYy40NDggMCAuODEtLjM2My44MS0uODEgMC0uNDQ3LS4zNjItLjgxLS44MS0uODFNMjMuNSAxNS4zODFjMC0uNDQ3LS4zNjItLjgxLS44MS0uODFoLTcuMjkzYy0uNDQ5IDAtLjgxLjM2My0uODEuODEgMCAuNDQ3LjM2MS44MS44MS44MWg3LjI5M2MuNDQ4IDAgLjgxLS4zNjMuODEtLjgxTTUuNjcyIDE4LjYxOWgtLjgxYy0uNDQ4IDAtLjgxLjM2My0uODEuODEgMCAuNDQ2LjM2Mi44MS44MS44MWguODFjLjQ0OSAwIC44MS0uMzY0LjgxLS44MSAwLS40NDctLjM2MS0uODEtLjgxLS44MU0xMC41MzQgMTguNjE5aC0xLjYyYy0uNDQ4IDAtLjgxLjM2My0uODEuODEgMCAuNDQ2LjM2Mi44MS44MS44MWgxLjYyYy40NDkgMCAuODEtLjM2NC44MS0uODEgMC0uNDQ3LS4zNjEtLjgxLS44MS0uODFNMTQuNTg2IDE4LjYxOWgtLjgxYy0uNDQ4IDAtLjgxLjM2My0uODEuODEgMCAuNDQ2LjM2Mi44MS44MS44MWguODFjLjQ0OCAwIC44MS0uMzY0LjgxLS44MSAwLS40NDctLjM2Mi0uODEtLjgxLS44MU0xOS40NDggMTguNjE5aC0xLjYyYy0uNDQ5IDAtLjgxLjM2My0uODEuODEgMCAuNDQ2LjM2MS44MS44MS44MWgxLjYyYy40NDggMCAuODEtLjM2NC44MS0uODEgMC0uNDQ3LS4zNjItLjgxLS44MS0uODFNMjIuMTE0IDE4Ljg1NGMtLjE0Ni4xNTQtLjIzNS4zNjQtLjIzNS41NzUgMCAuMjEuMDg5LjQyLjIzNS41NzQuMTUzLjE0Ni4zNTUuMjM1LjU3Ni4yMzUuMjEgMCAuNDItLjA4OS41NzUtLjIzNS4xNDYtLjE1My4yMzUtLjM2NC4yMzUtLjU3NCAwLS4yMS0uMDktLjQyMS0uMjM1LS41NzUtLjMtLjMtLjg1LS4zLTEuMTUgME0yOS4xNzIgMjEuMDQ4SDQyLjEzOFYyOS4xNDNIMjkuMTcyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk4OSAtMzI4KSB0cmFuc2xhdGUoOTg5IDMyOCkiLz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg0K) !important;
}
body.IE .icon-drop-down {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSI1NCIgdmlld0JveD0iMCAwIDU0IDU0Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBmaWxsPSIjNUU1MEM2Ij4NCiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01OTkgLTMxOCkgdHJhbnNsYXRlKDU5OSAzMTgpIj4NCiAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICA8cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0zMSAyMi4xTDI5LjQ3MyAyMC40NDkgMjMgMjcuNDQ5IDI5LjQ3MyAzNC40NDkgMzEgMzIuNzk4IDI2LjA1MyAyNy40NDl6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAyNyAyNy40NDkpIi8+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=) !important;
  display: inline-flex !important;
  font-size: 40px !important;
  width: 40px !important;
  height: 40px !important;
}
@media (max-width: 768px), (max-height: 660px) {
  body.IE .icon-drop-down {
    width: 22px !important;
    height: 22px !important;
    font-size: 22px !important;
  }
}
body.IE .icon-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhbCIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiBkYXRhLWljb249InRpbWVzIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS10aW1lcyBmYS13LTEwIGZhLTJ4Ij4NCiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE5My45NCAyNTZMMjk2LjUgMTUzLjQ0bDIxLjE1LTIxLjE1YzMuMTItMy4xMiAzLjEyLTguMTkgMC0xMS4zMWwtMjIuNjMtMjIuNjNjLTMuMTItMy4xMi04LjE5LTMuMTItMTEuMzEgMEwxNjAgMjIyLjA2IDM2LjI5IDk4LjM0Yy0zLjEyLTMuMTItOC4xOS0zLjEyLTExLjMxIDBMMi4zNCAxMjAuOTdjLTMuMTIgMy4xMi0zLjEyIDguMTkgMCAxMS4zMUwxMjYuMDYgMjU2IDIuMzQgMzc5LjcxYy0zLjEyIDMuMTItMy4xMiA4LjE5IDAgMTEuMzFsMjIuNjMgMjIuNjNjMy4xMiAzLjEyIDguMTkgMy4xMiAxMS4zMSAwTDE2MCAyODkuOTQgMjYyLjU2IDM5Mi41bDIxLjE1IDIxLjE1YzMuMTIgMy4xMiA4LjE5IDMuMTIgMTEuMzEgMGwyMi42My0yMi42M2MzLjEyLTMuMTIgMy4xMi04LjE5IDAtMTEuMzFMMTkzLjk0IDI1NnoiIGNsYXNzPSIiPjwvcGF0aD4NCjwvc3ZnPg==) !important;
}
body.IE .icon-info-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBmaWxsPSIjRkZCQjVBIiBmaWxsLXJ1bGU9Im5vbnplcm8iPg0KICAgICAgICAgICAgPGc+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEyNTUuOTgxIDM3Yy03LjE1OCAwLTEyLjk4MSA1LjgyMy0xMi45ODEgMTIuOTgxIDAgNy4xNTggNS44MjMgMTIuOTgxIDEyLjk4MSAxMi45ODEgNy4xNTggMCAxMi45ODEtNS44MjMgMTIuOTgxLTEyLjk4IDAtNy4xNTktNS44MjMtMTIuOTgyLTEyLjk4LTEyLjk4MnptLjg0NCAyMC42ODNjLS42MTYuMTAzLTEuODQzLjM2LTIuNDY3LjQxMS0uNTI3LjA0NC0xLjAyNS0uMjU4LTEuMzI4LS42OTEtLjMwNC0uNDM0LS4zNzctLjk4OC0uMTk3LTEuNDg2bDIuNDU0LTYuNzQ3aC0yLjU1MWMtLjAwMi0xLjQwNiAxLjA1Mi0yLjQ0IDIuNC0yLjgzNy42NDUtLjE4OSAxLjg0NC0uNDQ4IDIuNDY4LS40MDguMzczLjAyMyAxLjAyNS4yNTggMS4zMjguNjkxLjMwNS40MzQuMzc3Ljk4OC4xOTcgMS40ODZsLTIuNDU0IDYuNzQ3aDIuNTVjLjAwMSAxLjQwNC0xLjAxNCAyLjYwMy0yLjQgMi44MzR6bS43NzktMTIuNTdjLS44OTcgMC0xLjYyMy0uNzI2LTEuNjIzLTEuNjIyIDAtLjg5Ny43MjYtMS42MjMgMS42MjMtMS42MjMuODk2IDAgMS42MjIuNzI2IDEuNjIyIDEuNjIzIDAgLjg5Ni0uNzI2IDEuNjIyLTEuNjIyIDEuNjIyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMDQgLTkyOSkgdHJhbnNsYXRlKDYxIDg5MikiLz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg0K) !important;
}
body.IE .icon-cross {
  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+DQo8dGl0bGU+PC90aXRsZT4NCjxnIGlkPSJpY29tb29uLWlnbm9yZSI+DQo8L2c+DQo8cGF0aCBkPSJNNTA3LjMzMSA0MTEuMzNjLTAuMDAyLTAuMDAyLTAuMDA0LTAuMDA0LTAuMDA2LTAuMDA1bC0xNTUuMzIyLTE1NS4zMjUgMTU1LjMyMi0xNTUuMzI1YzAuMDAyLTAuMDAyIDAuMDA0LTAuMDAzIDAuMDA2LTAuMDA1IDEuNjcyLTEuNjczIDIuODgxLTMuNjI3IDMuNjU2LTUuNzA4IDIuMTIzLTUuNjg4IDAuOTEyLTEyLjM0MS0zLjY2Mi0xNi45MTVsLTczLjM3My03My4zNzNjLTQuNTc0LTQuNTczLTExLjIyNS01Ljc4My0xNi45MTQtMy42Ni0yLjA4MCAwLjc3NS00LjAzNSAxLjk4NC01LjcwOSAzLjY1NSAwIDAuMDAyLTAuMDAyIDAuMDAzLTAuMDA0IDAuMDA1bC0xNTUuMzI0IDE1NS4zMjYtMTU1LjMyNC0xNTUuMzI1Yy0wLjAwMi0wLjAwMi0wLjAwMy0wLjAwMy0wLjAwNS0wLjAwNS0xLjY3My0xLjY3MS0zLjYyNy0yLjg4LTUuNzA3LTMuNjU1LTUuNjktMi4xMjQtMTIuMzQxLTAuOTEzLTE2LjkxNSAzLjY2bC03My4zNzQgNzMuMzc0Yy00LjU3NCA0LjU3NC01Ljc4NCAxMS4yMjYtMy42NjEgMTYuOTE0IDAuNzc2IDIuMDgwIDEuOTg1IDQuMDM2IDMuNjU2IDUuNzA4IDAuMDAyIDAuMDAxIDAuMDAzIDAuMDAzIDAuMDA1IDAuMDA1bDE1NS4zMjUgMTU1LjMyNC0xNTUuMzI1IDE1NS4zMjZjLTAuMDAxIDAuMDAyLTAuMDAzIDAuMDAzLTAuMDA0IDAuMDA1LTEuNjcxIDEuNjczLTIuODggMy42MjctMy42NTcgNS43MDctMi4xMjQgNS42ODgtMC45MTMgMTIuMzQxIDMuNjYxIDE2LjkxNWw3My4zNzQgNzMuMzczYzQuNTc1IDQuNTc0IDExLjIyNiA1Ljc4NCAxNi45MTUgMy42NjEgMi4wODAtMC43NzYgNC4wMzUtMS45ODUgNS43MDgtMy42NTYgMC4wMDEtMC4wMDIgMC4wMDMtMC4wMDMgMC4wMDUtMC4wMDVsMTU1LjMyNC0xNTUuMzI1IDE1NS4zMjQgMTU1LjMyNWMwLjAwMiAwLjAwMSAwLjAwNCAwLjAwMyAwLjAwNiAwLjAwNCAxLjY3NCAxLjY3MiAzLjYyNyAyLjg4MSA1LjcwNyAzLjY1NyA1LjY4OSAyLjEyMyAxMi4zNDIgMC45MTMgMTYuOTE0LTMuNjYxbDczLjM3My03My4zNzRjNC41NzQtNC41NzQgNS43ODUtMTEuMjI3IDMuNjYyLTE2LjkxNS0wLjc3Ni0yLjA4MC0xLjk4NS00LjAzNC0zLjY1Ny01LjcwN3oiPjwvcGF0aD4NCjwvc3ZnPg0K) !important;
}
body.IE .icon-newdelete {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjE1cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0iMCAwIDE1IDE2IiB2ZXJzaW9uPSIxLjEiPg0KPGcgaWQ9InN1cmZhY2UxIj4NCjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOmV2ZW5vZGQ7ZmlsbDpyZ2IoOTkuMjE1Njg2JSwyMy4xMzcyNTUlLDIzLjEzNzI1NSUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSAxLjU5Mzc1IDQuMzgyODEyIEwgMTMuNSA0LjM4MjgxMiBDIDE0LjA3MDMxMiA0LjM4MjgxMiAxNC40ODA0NjkgNC42ODc1IDE0LjQyNTc4MSA1LjI2MTcxOSBMIDEzLjQxNDA2MiAxNS4xNzE4NzUgQyAxMy4zNzEwOTQgMTUuNTg5ODQ0IDEzLjExNzE4OCAxNS45OTYwOTQgMTIuNTgyMDMxIDE1Ljk5NjA5NCBMIDIuNTExNzE5IDE1Ljk5NjA5NCBDIDIuMDYyNSAxNS45NzI2NTYgMS43MzA0NjkgMTUuNjkxNDA2IDEuNjg3NSAxNS4yNDIxODggTCAwLjY4MzU5NCA1LjI4NTE1NiBDIDAuNjI1IDQuNzEwOTM4IDEuMDAzOTA2IDQuMzgyODEyIDEuNTkzNzUgNC4zODI4MTIgWiBNIDAuODA0Njg4IDEuMTk1MzEyIEwgNS4yOTI5NjkgMS4xOTUzMTIgTCA1LjI5Mjk2OSAwLjg4MjgxMiBDIDUuMjkyOTY5IDAuMzgyODEyIDUuNjI4OTA2IDAuMDAzOTA2MjUgNi4xODM1OTQgMC4wMDM5MDYyNSBMIDguODU1NDY5IDAuMDAzOTA2MjUgQyA5LjQyNTc4MSAwLjAwMzkwNjI1IDkuNzY1NjI1IDAuMzcxMDk0IDkuNzY1NjI1IDAuODc4OTA2IEwgOS43NjU2MjUgMS4xOTUzMTIgTCAxNC4zMjgxMjUgMS4xOTUzMTIgQyAxNC4zNDc2NTYgMS4xOTUzMTIgMTQuMzYzMjgxIDEuMTk1MzEyIDE0LjM4MjgxMiAxLjE5OTIxOSBDIDE0LjcxODc1IDEuMjI2NTYyIDE0Ljk4MDQ2OSAxLjQ4MDQ2OSAxNC45OTYwOTQgMS44MDA3ODEgQyAxNSAxLjgyNDIxOSAxNSAxLjg0Mzc1IDE1IDEuODY3MTg4IEwgMTUgMy4yMDMxMjUgQyAxNSAzLjM5MDYyNSAxNC44NDM3NSAzLjU0Mjk2OSAxNC42NTIzNDQgMy41NTQ2ODggQyAxNC42MzI4MTIgMy41NTQ2ODggMTQuNjEzMjgxIDMuNTU0Njg4IDE0LjU5NzY1NiAzLjU1NDY4OCBMIDAuMzY3MTg4IDMuNTU0Njg4IEMgMC4xNzU3ODEgMy41NTQ2ODggMC4wMTU2MjUgMy40MTAxNTYgMCAzLjIzMDQ2OSBDIDAgMy4yMDcwMzEgMCAzLjE4MzU5NCAwIDMuMTYwMTU2IEwgMCAxLjkyNTc4MSBDIDAgMS41ODU5MzggMC4xMzY3MTkgMS4yNzczNDQgMC41NTQ2ODggMS4yMDcwMzEgQyAwLjYzNjcxOSAxLjE5MTQwNiAwLjcyMjY1NiAxLjE5NTMxMiAwLjgwNDY4OCAxLjE5NTMxMiBaIE0gMy41NjI1IDcuNzA3MDMxIEMgMy41NDI5NjkgNy4zOTA2MjUgMy44MzIwMzEgNy4xMTcxODggNC4yMDMxMjUgNy4xMDE1NjIgQyA0LjU3NDIxOSA3LjA4OTg0NCA0Ljg5NDUzMSA3LjMzNTkzOCA0LjkxMDE1NiA3LjY1MjM0NCBMIDUuMTk1MzEyIDEyLjY3MTg3NSBDIDUuMjEwOTM4IDEyLjk4ODI4MSA0LjkyNTc4MSAxMy4yNjE3MTkgNC41NTQ2ODggMTMuMjc3MzQ0IEMgNC4xNzk2ODggMTMuMjg5MDYyIDMuODYzMjgxIDEzLjA0Mjk2OSAzLjg0NzY1NiAxMi43MjY1NjIgWiBNIDEwLjE5NTMxMiA3LjY1MjM0NCBDIDEwLjIxNDg0NCA3LjMzNTkzOCAxMC41MzEyNSA3LjA4OTg0NCAxMC45MDIzNDQgNy4xMDE1NjIgQyAxMS4yNzM0MzggNy4xMTcxODggMTEuNTYyNSA3LjM5MDYyNSAxMS41NDI5NjkgNy43MDcwMzEgTCAxMS4yNTc4MTIgMTIuNzI2NTYyIEMgMTEuMjQyMTg4IDEzLjA0Mjk2OSAxMC45MjU3ODEgMTMuMjg5MDYyIDEwLjU1NDY4OCAxMy4yNzczNDQgQyAxMC4xNzk2ODggMTMuMjYxNzE5IDkuODk0NTMxIDEyLjk4ODI4MSA5LjkxMDE1NiAxMi42NzE4NzUgWiBNIDYuODA4NTk0IDcuNjc5Njg4IEMgNi44MDg1OTQgNy4zNTkzNzUgNy4xMTMyODEgNy4xMDE1NjIgNy40ODgyODEgNy4xMDE1NjIgQyA3Ljg1OTM3NSA3LjEwMTU2MiA4LjE2NDA2MiA3LjM1OTM3NSA4LjE2NDA2MiA3LjY3OTY4OCBMIDguMTY0MDYyIDEyLjY5OTIxOSBDIDguMTY0MDYyIDEzLjAxOTUzMSA3Ljg1OTM3NSAxMy4yNzczNDQgNy40ODgyODEgMTMuMjc3MzQ0IEMgNy4xMTMyODEgMTMuMjc3MzQ0IDYuODA4NTk0IDEzLjAxOTUzMSA2LjgwODU5NCAxMi42OTkyMTkgWiBNIDYuODA4NTk0IDcuNjc5Njg4ICIvPg0KPC9nPg0KPC9zdmc+DQo=) !important;
}
@font-face {
  font-family: "fontello-chrome";
  src: url(fonts/fontello-chrome.eot);
  src: url(fonts/fontello-chrome.eot#iefix) format("embedded-opentype"),
    url(fonts/fontello-chrome.woff) format("woff"),
    url(fonts/fontello-chrome.ttf) format("truetype"),
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMjAgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+DQo8ZGVmcz4NCjxmb250IGlkPSJmb250ZWxsbyIgaG9yaXotYWR2LXg9IjEwMDAiID4NCjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvbnRlbGxvIiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4NCjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDAwIiAvPg0KPGdseXBoIGdseXBoLW5hbWU9ImFzdGVyaXNrIiB1bmljb2RlPSImI3gyMDIyOyIgZD0iTTgyNyAyNjRxMjYtMTQgMzMtNDN0LTctNTVsLTM1LTYxcS0xNS0yNi00NC0zM3QtNTQgN2wtMTQ5IDg1di0xNzFxMC0yOS0yMS01MHQtNTAtMjJoLTcxcS0yOSAwLTUxIDIydC0yMSA1MHYxNzFsLTE0OC04NXEtMjYtMTUtNTUtN3QtNDMgMzNsLTM2IDYxcS0xNCAyNi03IDU1dDM0IDQzbDE0OCA4Ni0xNDggODZxLTI2IDE0LTM0IDQzdDcgNTVsMzYgNjFxMTUgMjYgNDMgMzN0NTUtN2wxNDgtODV2MTcxcTAgMjkgMjEgNTB0NTEgMjJoNzFxMjkgMCA1MC0yMnQyMS01MHYtMTcxbDE0OSA4NXEyNiAxNSA1NCA3dDQ0LTMzbDM1LTYxcTE1LTI2IDctNTV0LTMzLTQzbC0xNDgtODZ6IiBob3Jpei1hZHYteD0iOTI4LjYiIC8+DQo8L2ZvbnQ+DQo8L2RlZnM+DQo8L3N2Zz4=#fontello)
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fontello-fire";
  src: url(fonts/fontello-fire.eot);
  src: url(fonts/fontello-fire.eot#iefix) format("embedded-opentype"),
    url(fonts/fontello-fire.woff2) format("woff2"),
    url(fonts/fontello-fire.woff) format("woff"),
    url(fonts/fontello-fire.ttf) format("truetype"),
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMjAgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+DQo8ZGVmcz4NCjxmb250IGlkPSJmb250ZWxsbyIgaG9yaXotYWR2LXg9IjEwMDAiID4NCjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvbnRlbGxvIiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4NCjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDAwIiAvPg0KPGdseXBoIGdseXBoLW5hbWU9ImFzdGVyaXNrIiB1bmljb2RlPSImI3gyNWNmOyIgZD0iTTgyNyAyNjRxMjYtMTQgMzMtNDN0LTctNTVsLTM1LTYxcS0xNS0yNi00NC0zM3QtNTQgN2wtMTQ5IDg1di0xNzFxMC0yOS0yMS01MHQtNTAtMjJoLTcxcS0yOSAwLTUxIDIydC0yMSA1MHYxNzFsLTE0OC04NXEtMjYtMTUtNTUtN3QtNDMgMzNsLTM2IDYxcS0xNCAyNi03IDU1dDM0IDQzbDE0OCA4Ni0xNDggODZxLTI2IDE0LTM0IDQzdDcgNTVsMzYgNjFxMTUgMjYgNDMgMzN0NTUtN2wxNDgtODV2MTcxcTAgMjkgMjEgNTB0NTEgMjJoNzFxMjkgMCA1MC0yMnQyMS01MHYtMTcxbDE0OSA4NXEyNiAxNSA1NCA3dDQ0LTMzbDM1LTYxcTE1LTI2IDctNTV0LTMzLTQzbC0xNDgtODZ6IiBob3Jpei1hZHYteD0iOTI4LjYiIC8+DQo8L2ZvbnQ+DQo8L2RlZnM+DQo8L3N2Zz4=#fontello)
      format("svg");
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
}
input[type="password"] {
  font-family: "fontello-chrome", "fontello-fire" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
  letter-spacing: 2px;
}
