/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #af0818;
  --yellow: #f6c244;
  --cyan: #17a2b8;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3ca078;
  --secondary: #160f3e;
  --success: #006604;
  --info: #339eec;
  --warning: #f6c244;
  --danger: #af0818;
  --light: #eaeaea;
  --dark: #343a40;
  --white: #fff;
  --violet: #5505cd;
  --violet-shade: #3c2b7d;
  --violet-tint: #5830b4;
  --violet-pastel: #ac9fd5;
  --blue: #005a96;
  --blue-shade: #0053ba;
  --blue-tint: #0054ae;
  --blue-pastel: #339eec;
  --tiffany: #0aebd7;
  --tiffany-shade: #046459;
  --tiffany-tint: #4ecebb;
  --tiffany-pastel: #a9e2d7;
  --darkBlue: #160f3e;
  --darkBlue-shade: #1f255b;
  --darkBlue-tint: #444061;
  --darkBlue-pastel: #cdccd5;
  --green: #26634b;
  --green-shade: #066058;
  --green-tint: #27aa8c;
  --green-light: #3ca078;
  --green-pastel: #acddc7;
  --green-dark: #144d3f;
  --gray: #323232;
  --gray-shade: #242424;
  --gray-tint: #757575;
  --gray-pastel: #eaeaea;
  --black: #000;
  --orange: #fd7e14;
  --teal: #66c1bf;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  font-family: TheSansArabic;
  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 {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  font-size: max(calc(8px + 0.35vw), 8px) !important;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #d1d1d1 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

[dir] body {
  margin: 0;
  background-color: #fff;
}

[dir="ltr"] body {
  text-align: left;
}

[dir="rtl"] body {
  text-align: right;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

a.link-toggle {
  text-decoration: none;
  color: #000;
  outline: 0;
}
span.link-toggle {
  text-decoration: none;
  color: #000;
  outline: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

[dir] h1,
[dir] h2,
[dir] h3,
[dir] h4,
[dir] h5,
[dir] h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

[dir] p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}

[dir] abbr[data-original-title],
[dir] abbr[title] {
  cursor: help;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

[dir] address {
  margin-bottom: 1rem;
}

[dir] dl,
[dir] ol,
[dir] ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

[dir] ol ol,
[dir] ol ul,
[dir] ul ol,
[dir] ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

[dir] dd {
  margin-bottom: 0.5rem;
}

[dir="ltr"] dd {
  margin-left: 0;
}

[dir="rtl"] dd {
  margin-right: 0;
}

[dir] 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: #242424;
  text-decoration: underline;
}

/*[dir] a {
    background-color: transparent;
}*/

a:hover {
  color: #066058;
  text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

[dir] pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

[dir] figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[dir] img {
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  color: #6c757d;
  caption-side: bottom;
}

[dir] caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

[dir="ltr"] caption {
  text-align: left;
}

[dir="rtl"] caption {
  text-align: right;
}

[dir] th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
}

[dir] label {
  margin-bottom: 0.5rem;
}

[dir] button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

[dir] button,
[dir] input,
[dir] optgroup,
[dir] select,
[dir] textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[dir] [role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[dir] [type="button"]:not(:disabled),
[dir] [type="reset"]:not(:disabled),
[dir] [type="submit"]:not(:disabled),
[dir] button:not(:disabled) {
  cursor: pointer;
}

[dir] [type="button"]::-moz-focus-inner,
[dir] [type="reset"]::-moz-focus-inner,
[dir] [type="submit"]::-moz-focus-inner,
[dir] button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

[dir] input[type="checkbox"],
[dir] input[type="radio"] {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
}

[dir] fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

[dir] legend {
  padding: 0;
  margin-bottom: 0.5rem;
}

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;
}

[dir] summary {
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
}

[dir] .h1,
[dir] .h2,
[dir] .h3,
[dir] .h4,
[dir] .h5,
[dir] .h6,
[dir] h1,
[dir] h2,
[dir] h3,
[dir] h4,
[dir] h5,
[dir] h6 {
  margin-bottom: 0.5rem;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 1.875rem;
}

.h3,
h3 {
  font-size: 1.25rem;
}

.h4,
h4 {
  font-size: 1.125rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
}

.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
}

[dir] 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;
}

[dir] .mark,
[dir] mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  list-style: none;
}

[dir="ltr"] .list-unstyled {
  padding-left: 0;
}

[dir="rtl"] .list-unstyled {
  padding-right: 0;
}

.list-inline {
  list-style: none;
}

[dir="ltr"] .list-inline {
  padding-left: 0;
}

[dir="rtl"] .list-inline {
  padding-right: 0;
}

.list-inline-item {
  display: inline-block;
}

[dir="ltr"] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

[dir="rtl"] .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  font-size: 1.25rem;
}

[dir] .blockquote {
  margin-bottom: 1rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer:before {
  content: "\2014\00A0";
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}

[dir] .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  line-height: 1;
}

[dir] .figure-img {
  margin-bottom: 0.5rem;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  font-size: 87.5%;
  color: #fff;
}

[dir] kbd {
  padding: 0.2rem 0.4rem;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  font-size: 100%;
  font-weight: 700;
}

[dir] kbd kbd {
  padding: 0;
}

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%;
}

[dir="ltr"] .container,
[dir="ltr"] .container-fluid,
[dir="ltr"] .container-lg,
[dir="ltr"] .container-md,
[dir="ltr"] .container-sm,
[dir="ltr"] .container-xl,
[dir="rtl"] .container,
[dir="rtl"] .container-fluid,
[dir="rtl"] .container-lg,
[dir="rtl"] .container-md,
[dir="rtl"] .container-sm,
[dir="rtl"] .container-xl {
  /*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;
  }
}

.clr-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

[dir="ltr"] .row,
[dir="rtl"] .row {
  margin-right: -15px;
  margin-left: -15px;
}

[dir="ltr"] .no-gutters,
[dir="rtl"] .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

[dir="ltr"] .no-gutters > .col,
[dir="ltr"] .no-gutters > [class*="col-"],
[dir="rtl"] .no-gutters > .col,
[dir="rtl"] .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
}

[dir="ltr"] .col,
[dir="ltr"] .col-1,
[dir="ltr"] .col-2,
[dir="ltr"] .col-3,
[dir="ltr"] .col-4,
[dir="ltr"] .col-5,
[dir="ltr"] .col-6,
[dir="ltr"] .col-7,
[dir="ltr"] .col-8,
[dir="ltr"] .col-9,
[dir="ltr"] .col-10,
[dir="ltr"] .col-11,
[dir="ltr"] .col-12,
[dir="ltr"] .col-auto,
[dir="ltr"] .col-lg,
[dir="ltr"] .col-lg-1,
[dir="ltr"] .col-lg-2,
[dir="ltr"] .col-lg-3,
[dir="ltr"] .col-lg-4,
[dir="ltr"] .col-lg-5,
[dir="ltr"] .col-lg-6,
[dir="ltr"] .col-lg-7,
[dir="ltr"] .col-lg-8,
[dir="ltr"] .col-lg-9,
[dir="ltr"] .col-lg-10,
[dir="ltr"] .col-lg-11,
[dir="ltr"] .col-lg-12,
[dir="ltr"] .col-lg-auto,
[dir="ltr"] .col-md,
[dir="ltr"] .col-md-1,
[dir="ltr"] .col-md-2,
[dir="ltr"] .col-md-3,
[dir="ltr"] .col-md-4,
[dir="ltr"] .col-md-5,
[dir="ltr"] .col-md-6,
[dir="ltr"] .col-md-7,
[dir="ltr"] .col-md-8,
[dir="ltr"] .col-md-9,
[dir="ltr"] .col-md-10,
[dir="ltr"] .col-md-11,
[dir="ltr"] .col-md-12,
[dir="ltr"] .col-md-auto,
[dir="ltr"] .col-sm,
[dir="ltr"] .col-sm-1,
[dir="ltr"] .col-sm-2,
[dir="ltr"] .col-sm-3,
[dir="ltr"] .col-sm-4,
[dir="ltr"] .col-sm-5,
[dir="ltr"] .col-sm-6,
[dir="ltr"] .col-sm-7,
[dir="ltr"] .col-sm-8,
[dir="ltr"] .col-sm-9,
[dir="ltr"] .col-sm-10,
[dir="ltr"] .col-sm-11,
[dir="ltr"] .col-sm-12,
[dir="ltr"] .col-sm-auto,
[dir="ltr"] .col-xl,
[dir="ltr"] .col-xl-1,
[dir="ltr"] .col-xl-2,
[dir="ltr"] .col-xl-3,
[dir="ltr"] .col-xl-4,
[dir="ltr"] .col-xl-5,
[dir="ltr"] .col-xl-6,
[dir="ltr"] .col-xl-7,
[dir="ltr"] .col-xl-8,
[dir="ltr"] .col-xl-9,
[dir="ltr"] .col-xl-10,
[dir="ltr"] .col-xl-11,
[dir="ltr"] .col-xl-12,
[dir="ltr"] .col-xl-auto,
[dir="rtl"] .col,
[dir="rtl"] .col-1,
[dir="rtl"] .col-2,
[dir="rtl"] .col-3,
[dir="rtl"] .col-4,
[dir="rtl"] .col-5,
[dir="rtl"] .col-6,
[dir="rtl"] .col-7,
[dir="rtl"] .col-8,
[dir="rtl"] .col-9,
[dir="rtl"] .col-10,
[dir="rtl"] .col-11,
[dir="rtl"] .col-12,
[dir="rtl"] .col-auto,
[dir="rtl"] .col-lg,
[dir="rtl"] .col-lg-1,
[dir="rtl"] .col-lg-2,
[dir="rtl"] .col-lg-3,
[dir="rtl"] .col-lg-4,
[dir="rtl"] .col-lg-5,
[dir="rtl"] .col-lg-6,
[dir="rtl"] .col-lg-7,
[dir="rtl"] .col-lg-8,
[dir="rtl"] .col-lg-9,
[dir="rtl"] .col-lg-10,
[dir="rtl"] .col-lg-11,
[dir="rtl"] .col-lg-12,
[dir="rtl"] .col-lg-auto,
[dir="rtl"] .col-md,
[dir="rtl"] .col-md-1,
[dir="rtl"] .col-md-2,
[dir="rtl"] .col-md-3,
[dir="rtl"] .col-md-4,
[dir="rtl"] .col-md-5,
[dir="rtl"] .col-md-6,
[dir="rtl"] .col-md-7,
[dir="rtl"] .col-md-8,
[dir="rtl"] .col-md-9,
[dir="rtl"] .col-md-10,
[dir="rtl"] .col-md-11,
[dir="rtl"] .col-md-12,
[dir="rtl"] .col-md-auto,
[dir="rtl"] .col-sm,
[dir="rtl"] .col-sm-1,
[dir="rtl"] .col-sm-2,
[dir="rtl"] .col-sm-3,
[dir="rtl"] .col-sm-4,
[dir="rtl"] .col-sm-5,
[dir="rtl"] .col-sm-6,
[dir="rtl"] .col-sm-7,
[dir="rtl"] .col-sm-8,
[dir="rtl"] .col-sm-9,
[dir="rtl"] .col-sm-10,
[dir="rtl"] .col-sm-11,
[dir="rtl"] .col-sm-12,
[dir="rtl"] .col-sm-auto,
[dir="rtl"] .col-xl,
[dir="rtl"] .col-xl-1,
[dir="rtl"] .col-xl-2,
[dir="rtl"] .col-xl-3,
[dir="rtl"] .col-xl-4,
[dir="rtl"] .col-xl-5,
[dir="rtl"] .col-xl-6,
[dir="rtl"] .col-xl-7,
[dir="rtl"] .col-xl-8,
[dir="rtl"] .col-xl-9,
[dir="rtl"] .col-xl-10,
[dir="rtl"] .col-xl-11,
[dir="rtl"] .col-xl-12,
[dir="rtl"] .col-xl-auto {
  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.33333%;
  max-width: 33.33333%;
}

.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.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.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;
}

[dir="ltr"] .offset-1 {
  margin-left: 8.33333%;
}

[dir="rtl"] .offset-1 {
  margin-right: 8.33333%;
}

[dir="ltr"] .offset-2 {
  margin-left: 16.66667%;
}

[dir="rtl"] .offset-2 {
  margin-right: 16.66667%;
}

[dir="ltr"] .offset-3 {
  margin-left: 25%;
}

[dir="rtl"] .offset-3 {
  margin-right: 25%;
}

[dir="ltr"] .offset-4 {
  margin-left: 33.33333%;
}

[dir="rtl"] .offset-4 {
  margin-right: 33.33333%;
}

[dir="ltr"] .offset-5 {
  margin-left: 41.66667%;
}

[dir="rtl"] .offset-5 {
  margin-right: 41.66667%;
}

[dir="ltr"] .offset-6 {
  margin-left: 50%;
}

[dir="rtl"] .offset-6 {
  margin-right: 50%;
}

[dir="ltr"] .offset-7 {
  margin-left: 58.33333%;
}

[dir="rtl"] .offset-7 {
  margin-right: 58.33333%;
}

[dir="ltr"] .offset-8 {
  margin-left: 66.66667%;
}

[dir="rtl"] .offset-8 {
  margin-right: 66.66667%;
}

[dir="ltr"] .offset-9 {
  margin-left: 75%;
}

[dir="rtl"] .offset-9 {
  margin-right: 75%;
}

[dir="ltr"] .offset-10 {
  margin-left: 83.33333%;
}

[dir="rtl"] .offset-10 {
  margin-right: 83.33333%;
}

[dir="ltr"] .offset-11 {
  margin-left: 91.66667%;
}

[dir="rtl"] .offset-11 {
  margin-right: 91.66667%;
}

@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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .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;
  }

  [dir="ltr"] .offset-sm-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-sm-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-sm-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .offset-sm-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .offset-sm-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .offset-sm-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .offset-sm-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-sm-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-sm-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .offset-sm-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .offset-sm-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .offset-sm-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .offset-sm-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-sm-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-sm-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .offset-sm-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .offset-sm-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .offset-sm-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .offset-sm-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-sm-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-sm-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .offset-sm-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .offset-sm-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .offset-sm-11 {
    margin-right: 91.66667%;
  }
}

@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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .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;
  }

  [dir="ltr"] .offset-md-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-md-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-md-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .offset-md-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .offset-md-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .offset-md-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .offset-md-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-md-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-md-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .offset-md-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .offset-md-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .offset-md-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .offset-md-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-md-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-md-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .offset-md-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .offset-md-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .offset-md-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .offset-md-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-md-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-md-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .offset-md-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .offset-md-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .offset-md-11 {
    margin-right: 91.66667%;
  }
}

@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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .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;
  }

  [dir="ltr"] .offset-lg-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-lg-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-lg-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .offset-lg-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .offset-lg-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .offset-lg-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .offset-lg-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-lg-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-lg-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .offset-lg-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .offset-lg-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .offset-lg-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .offset-lg-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-lg-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-lg-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .offset-lg-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .offset-lg-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .offset-lg-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .offset-lg-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-lg-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-lg-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .offset-lg-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .offset-lg-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .offset-lg-11 {
    margin-right: 91.66667%;
  }
}

@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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .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;
  }

  [dir="ltr"] .offset-xl-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-xl-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-xl-1 {
    margin-left: 8.33333%;
  }

  [dir="rtl"] .offset-xl-1 {
    margin-right: 8.33333%;
  }

  [dir="ltr"] .offset-xl-2 {
    margin-left: 16.66667%;
  }

  [dir="rtl"] .offset-xl-2 {
    margin-right: 16.66667%;
  }

  [dir="ltr"] .offset-xl-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-xl-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-xl-4 {
    margin-left: 33.33333%;
  }

  [dir="rtl"] .offset-xl-4 {
    margin-right: 33.33333%;
  }

  [dir="ltr"] .offset-xl-5 {
    margin-left: 41.66667%;
  }

  [dir="rtl"] .offset-xl-5 {
    margin-right: 41.66667%;
  }

  [dir="ltr"] .offset-xl-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-xl-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-xl-7 {
    margin-left: 58.33333%;
  }

  [dir="rtl"] .offset-xl-7 {
    margin-right: 58.33333%;
  }

  [dir="ltr"] .offset-xl-8 {
    margin-left: 66.66667%;
  }

  [dir="rtl"] .offset-xl-8 {
    margin-right: 66.66667%;
  }

  [dir="ltr"] .offset-xl-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-xl-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-xl-10 {
    margin-left: 83.33333%;
  }

  [dir="rtl"] .offset-xl-10 {
    margin-right: 83.33333%;
  }

  [dir="ltr"] .offset-xl-11 {
    margin-left: 91.66667%;
  }

  [dir="rtl"] .offset-xl-11 {
    margin-right: 91.66667%;
  }
}

.table {
  width: 100%;
  color: #212529;
}

[dir] .table {
  margin-bottom: 1rem;
}

.table td,
.table th {
  vertical-align: top;
}

[dir] .table td,
[dir] .table th {
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
}

[dir] .table thead th {
  border-bottom: 2px solid #dee2e6;
}

[dir] .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

[dir] .table-sm td,
[dir] .table-sm th {
  padding: 0.3rem;
}

[dir] .table-bordered,
[dir] .table-bordered td,
[dir] .table-bordered th {
  border: 1px solid #dee2e6;
}

[dir] .table-bordered thead td,
[dir] .table-bordered thead th {
  border-bottom-width: 2px;
}

[dir] .table-borderless tbody + tbody,
[dir] .table-borderless td,
[dir] .table-borderless th,
[dir] .table-borderless thead th {
  border: 0;
}

[dir] .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
}

[dir] .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

[dir] .table-primary,
[dir] .table-primary > td,
[dir] .table-primary > th {
  background-color: #c8e4d9;
}

[dir] .table-primary tbody + tbody,
[dir] .table-primary td,
[dir] .table-primary th,
[dir] .table-primary thead th {
  border-color: #9aceb9;
}

[dir] .table-hover .table-primary:hover,
[dir] .table-hover .table-primary:hover > td,
[dir] .table-hover .table-primary:hover > th {
  background-color: #b7dccd;
}

[dir] .table-secondary,
[dir] .table-secondary > td,
[dir] .table-secondary > th {
  background-color: #bebcc9;
}

[dir] .table-secondary tbody + tbody,
[dir] .table-secondary td,
[dir] .table-secondary th,
[dir] .table-secondary thead th {
  border-color: #86829b;
}

[dir] .table-hover .table-secondary:hover,
[dir] .table-hover .table-secondary:hover > td,
[dir] .table-hover .table-secondary:hover > th {
  background-color: #b0aebe;
}

[dir] .table-success,
[dir] .table-success > td,
[dir] .table-success > th {
  background-color: #b8d4b9;
}

[dir] .table-success tbody + tbody,
[dir] .table-success td,
[dir] .table-success th,
[dir] .table-success thead th {
  border-color: #7aaf7c;
}

[dir] .table-hover .table-success:hover,
[dir] .table-hover .table-success:hover > td,
[dir] .table-hover .table-success:hover > th {
  background-color: #a8caa9;
}

[dir] .table-info,
[dir] .table-info > td,
[dir] .table-info > th {
  background-color: #c6e4fa;
}

[dir] .table-info tbody + tbody,
[dir] .table-info td,
[dir] .table-info th,
[dir] .table-info thead th {
  border-color: #95cdf5;
}

[dir] .table-hover .table-info:hover,
[dir] .table-hover .table-info:hover > td,
[dir] .table-hover .table-info:hover > th {
  background-color: #afd9f8;
}

[dir] .table-warning,
[dir] .table-warning > td,
[dir] .table-warning > th {
  background-color: #fceecb;
}

[dir] .table-warning tbody + tbody,
[dir] .table-warning td,
[dir] .table-warning th,
[dir] .table-warning thead th {
  border-color: #fadf9e;
}

[dir] .table-hover .table-warning:hover,
[dir] .table-hover .table-warning:hover > td,
[dir] .table-hover .table-warning:hover > th {
  background-color: #fbe6b3;
}

[dir] .table-danger,
[dir] .table-danger > td,
[dir] .table-danger > th {
  background-color: #e9babe;
}

[dir] .table-danger tbody + tbody,
[dir] .table-danger td,
[dir] .table-danger th,
[dir] .table-danger thead th {
  border-color: #d57f87;
}

[dir] .table-hover .table-danger:hover,
[dir] .table-hover .table-danger:hover > td,
[dir] .table-hover .table-danger:hover > th {
  background-color: #e3a7ac;
}

[dir] .table-light,
[dir] .table-light > td,
[dir] .table-light > th {
  background-color: #f9f9f9;
}

[dir] .table-light tbody + tbody,
[dir] .table-light td,
[dir] .table-light th,
[dir] .table-light thead th {
  border-color: #f4f4f4;
}

[dir] .table-hover .table-light:hover,
[dir] .table-hover .table-light:hover > td,
[dir] .table-hover .table-light:hover > th {
  background-color: #ececec;
}

[dir] .table-dark,
[dir] .table-dark > td,
[dir] .table-dark > th {
  background-color: #c6c8ca;
}

[dir] .table-dark tbody + tbody,
[dir] .table-dark td,
[dir] .table-dark th,
[dir] .table-dark thead th {
  border-color: #95999c;
}

[dir] .table-hover .table-dark:hover,
[dir] .table-hover .table-dark:hover > td,
[dir] .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

[dir] .table-white,
[dir] .table-white > td,
[dir] .table-white > th {
  background-color: #fff;
}

[dir] .table-white tbody + tbody,
[dir] .table-white td,
[dir] .table-white th,
[dir] .table-white thead th {
  border-color: #fff;
}

[dir] .table-hover .table-white:hover,
[dir] .table-hover .table-white:hover > td,
[dir] .table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

[dir] .table-violet,
[dir] .table-violet > td,
[dir] .table-violet > th {
  background-color: #cfb9f1;
}

[dir] .table-violet tbody + tbody,
[dir] .table-violet td,
[dir] .table-violet th,
[dir] .table-violet thead th {
  border-color: #a77de5;
}

[dir] .table-hover .table-violet:hover,
[dir] .table-hover .table-violet:hover > td,
[dir] .table-hover .table-violet:hover > th {
  background-color: #c0a4ed;
}

[dir] .table-violet-shade,
[dir] .table-violet-shade > td,
[dir] .table-violet-shade > th {
  background-color: #c8c4db;
}

[dir] .table-violet-shade tbody + tbody,
[dir] .table-violet-shade td,
[dir] .table-violet-shade th,
[dir] .table-violet-shade thead th {
  border-color: #9a91bb;
}

[dir] .table-hover .table-violet-shade:hover,
[dir] .table-hover .table-violet-shade:hover > td,
[dir] .table-hover .table-violet-shade:hover > th {
  background-color: #b9b4d1;
}

[dir] .table-violet-tint,
[dir] .table-violet-tint > td,
[dir] .table-violet-tint > th {
  background-color: #d0c5ea;
}

[dir] .table-violet-tint tbody + tbody,
[dir] .table-violet-tint td,
[dir] .table-violet-tint th,
[dir] .table-violet-tint thead th {
  border-color: #a893d8;
}

[dir] .table-hover .table-violet-tint:hover,
[dir] .table-hover .table-violet-tint:hover > td,
[dir] .table-hover .table-violet-tint:hover > th {
  background-color: #c1b2e3;
}

[dir] .table-violet-pastel,
[dir] .table-violet-pastel > td,
[dir] .table-violet-pastel > th {
  background-color: #e8e4f3;
}

[dir] .table-violet-pastel tbody + tbody,
[dir] .table-violet-pastel td,
[dir] .table-violet-pastel th,
[dir] .table-violet-pastel thead th {
  border-color: #d4cde9;
}

[dir] .table-hover .table-violet-pastel:hover,
[dir] .table-hover .table-violet-pastel:hover > td,
[dir] .table-hover .table-violet-pastel:hover > th {
  background-color: #d9d2eb;
}

[dir] .table-blue,
[dir] .table-blue > td,
[dir] .table-blue > th {
  background-color: #b8d1e2;
}

[dir] .table-blue tbody + tbody,
[dir] .table-blue td,
[dir] .table-blue th,
[dir] .table-blue thead th {
  border-color: #7aa9c8;
}

[dir] .table-hover .table-blue:hover,
[dir] .table-hover .table-blue:hover > td,
[dir] .table-hover .table-blue:hover > th {
  background-color: #a6c5db;
}

[dir] .table-blue-shade,
[dir] .table-blue-shade > td,
[dir] .table-blue-shade > th {
  background-color: #b8cfec;
}

[dir] .table-blue-shade tbody + tbody,
[dir] .table-blue-shade td,
[dir] .table-blue-shade th,
[dir] .table-blue-shade thead th {
  border-color: #7aa6db;
}

[dir] .table-hover .table-blue-shade:hover,
[dir] .table-hover .table-blue-shade:hover > td,
[dir] .table-hover .table-blue-shade:hover > th {
  background-color: #a4c1e7;
}

[dir] .table-blue-tint,
[dir] .table-blue-tint > td,
[dir] .table-blue-tint > th {
  background-color: #b8cfe8;
}

[dir] .table-blue-tint tbody + tbody,
[dir] .table-blue-tint td,
[dir] .table-blue-tint th,
[dir] .table-blue-tint thead th {
  border-color: #7aa6d5;
}

[dir] .table-hover .table-blue-tint:hover,
[dir] .table-hover .table-blue-tint:hover > td,
[dir] .table-hover .table-blue-tint:hover > th {
  background-color: #a5c2e2;
}

[dir] .table-blue-pastel,
[dir] .table-blue-pastel > td,
[dir] .table-blue-pastel > th {
  background-color: #c6e4fa;
}

[dir] .table-blue-pastel tbody + tbody,
[dir] .table-blue-pastel td,
[dir] .table-blue-pastel th,
[dir] .table-blue-pastel thead th {
  border-color: #95cdf5;
}

[dir] .table-hover .table-blue-pastel:hover,
[dir] .table-hover .table-blue-pastel:hover > td,
[dir] .table-hover .table-blue-pastel:hover > th {
  background-color: #afd9f8;
}

[dir] .table-tiffany,
[dir] .table-tiffany > td,
[dir] .table-tiffany > th {
  background-color: #baf9f4;
}

[dir] .table-tiffany tbody + tbody,
[dir] .table-tiffany td,
[dir] .table-tiffany th,
[dir] .table-tiffany thead th {
  border-color: #80f5ea;
}

[dir] .table-hover .table-tiffany:hover,
[dir] .table-hover .table-tiffany:hover > td,
[dir] .table-hover .table-tiffany:hover > th {
  background-color: #a3f7f0;
}

[dir] .table-tiffany-shade,
[dir] .table-tiffany-shade > td,
[dir] .table-tiffany-shade > th {
  background-color: #b9d4d1;
}

[dir] .table-tiffany-shade tbody + tbody,
[dir] .table-tiffany-shade td,
[dir] .table-tiffany-shade th,
[dir] .table-tiffany-shade thead th {
  border-color: #7caea9;
}

[dir] .table-hover .table-tiffany-shade:hover,
[dir] .table-hover .table-tiffany-shade:hover > td,
[dir] .table-hover .table-tiffany-shade:hover > th {
  background-color: #a9cac7;
}

[dir] .table-tiffany-tint,
[dir] .table-tiffany-tint > td,
[dir] .table-tiffany-tint > th {
  background-color: #cdf1ec;
}

[dir] .table-tiffany-tint tbody + tbody,
[dir] .table-tiffany-tint td,
[dir] .table-tiffany-tint th,
[dir] .table-tiffany-tint thead th {
  border-color: #a3e6dc;
}

[dir] .table-hover .table-tiffany-tint:hover,
[dir] .table-hover .table-tiffany-tint:hover > td,
[dir] .table-hover .table-tiffany-tint:hover > th {
  background-color: #b9ebe4;
}

[dir] .table-tiffany-pastel,
[dir] .table-tiffany-pastel > td,
[dir] .table-tiffany-pastel > th {
  background-color: #e7f7f4;
}

[dir] .table-tiffany-pastel tbody + tbody,
[dir] .table-tiffany-pastel td,
[dir] .table-tiffany-pastel th,
[dir] .table-tiffany-pastel thead th {
  border-color: #d2f0ea;
}

[dir] .table-hover .table-tiffany-pastel:hover,
[dir] .table-hover .table-tiffany-pastel:hover > td,
[dir] .table-hover .table-tiffany-pastel:hover > th {
  background-color: #d4f1eb;
}

[dir] .table-darkBlue,
[dir] .table-darkBlue > td,
[dir] .table-darkBlue > th {
  background-color: #bebcc9;
}

[dir] .table-darkBlue tbody + tbody,
[dir] .table-darkBlue td,
[dir] .table-darkBlue th,
[dir] .table-darkBlue thead th {
  border-color: #86829b;
}

[dir] .table-hover .table-darkBlue:hover,
[dir] .table-hover .table-darkBlue:hover > td,
[dir] .table-hover .table-darkBlue:hover > th {
  background-color: #b0aebe;
}

[dir] .table-darkBlue-shade,
[dir] .table-darkBlue-shade > td,
[dir] .table-darkBlue-shade > th {
  background-color: #c0c2d1;
}

[dir] .table-darkBlue-shade tbody + tbody,
[dir] .table-darkBlue-shade td,
[dir] .table-darkBlue-shade th,
[dir] .table-darkBlue-shade thead th {
  border-color: #8b8eaa;
}

[dir] .table-hover .table-darkBlue-shade:hover,
[dir] .table-hover .table-darkBlue-shade:hover > td,
[dir] .table-hover .table-darkBlue-shade:hover > th {
  background-color: #b1b4c6;
}

[dir] .table-darkBlue-tint,
[dir] .table-darkBlue-tint > td,
[dir] .table-darkBlue-tint > th {
  background-color: #cbcad3;
}

[dir] .table-darkBlue-tint tbody + tbody,
[dir] .table-darkBlue-tint td,
[dir] .table-darkBlue-tint th,
[dir] .table-darkBlue-tint thead th {
  border-color: #9e9cad;
}

[dir] .table-hover .table-darkBlue-tint:hover,
[dir] .table-hover .table-darkBlue-tint:hover > td,
[dir] .table-hover .table-darkBlue-tint:hover > th {
  background-color: #bdbcc7;
}

[dir] .table-darkBlue-pastel,
[dir] .table-darkBlue-pastel > td,
[dir] .table-darkBlue-pastel > th {
  background-color: #f1f1f3;
}

[dir] .table-darkBlue-pastel tbody + tbody,
[dir] .table-darkBlue-pastel td,
[dir] .table-darkBlue-pastel th,
[dir] .table-darkBlue-pastel thead th {
  border-color: #e5e4e9;
}

[dir] .table-hover .table-darkBlue-pastel:hover,
[dir] .table-hover .table-darkBlue-pastel:hover > td,
[dir] .table-hover .table-darkBlue-pastel:hover > th {
  background-color: #e3e3e7;
}

[dir] .table-green,
[dir] .table-green > td,
[dir] .table-green > th {
  background-color: #c2d3cd;
}

[dir] .table-green tbody + tbody,
[dir] .table-green td,
[dir] .table-green th,
[dir] .table-green thead th {
  border-color: #8eaea1;
}

[dir] .table-hover .table-green:hover,
[dir] .table-hover .table-green:hover > td,
[dir] .table-hover .table-green:hover > th {
  background-color: #b3c8c1;
}

[dir] .table-green-shade,
[dir] .table-green-shade > td,
[dir] .table-green-shade > th {
  background-color: #b9d2d0;
}

[dir] .table-green-shade tbody + tbody,
[dir] .table-green-shade td,
[dir] .table-green-shade th,
[dir] .table-green-shade thead th {
  border-color: #7eaca8;
}

[dir] .table-hover .table-green-shade:hover,
[dir] .table-hover .table-green-shade:hover > td,
[dir] .table-hover .table-green-shade:hover > th {
  background-color: #a9c8c6;
}

[dir] .table-green-tint,
[dir] .table-green-tint > td,
[dir] .table-green-tint > th {
  background-color: #c3e7df;
}

[dir] .table-green-tint tbody + tbody,
[dir] .table-green-tint td,
[dir] .table-green-tint th,
[dir] .table-green-tint thead th {
  border-color: #8fd3c3;
}

[dir] .table-hover .table-green-tint:hover,
[dir] .table-hover .table-green-tint:hover > td,
[dir] .table-hover .table-green-tint:hover > th {
  background-color: #b1e0d5;
}

[dir] .table-green-light,
[dir] .table-green-light > td,
[dir] .table-green-light > th {
  background-color: #c8e4d9;
}

[dir] .table-green-light tbody + tbody,
[dir] .table-green-light td,
[dir] .table-green-light th,
[dir] .table-green-light thead th {
  border-color: #9aceb9;
}

[dir] .table-hover .table-green-light:hover,
[dir] .table-hover .table-green-light:hover > td,
[dir] .table-hover .table-green-light:hover > th {
  background-color: #b7dccd;
}

[dir] .table-green-pastel,
[dir] .table-green-pastel > td,
[dir] .table-green-pastel > th {
  background-color: #e8f5ef;
}

[dir] .table-green-pastel tbody + tbody,
[dir] .table-green-pastel td,
[dir] .table-green-pastel th,
[dir] .table-green-pastel thead th {
  border-color: #d4ede2;
}

[dir] .table-hover .table-green-pastel:hover,
[dir] .table-hover .table-green-pastel:hover > td,
[dir] .table-hover .table-green-pastel:hover > th {
  background-color: #d6ede3;
}

[dir] .table-green-dark,
[dir] .table-green-dark > td,
[dir] .table-green-dark > th {
  background-color: #bdcdc9;
}

[dir] .table-green-dark tbody + tbody,
[dir] .table-green-dark td,
[dir] .table-green-dark th,
[dir] .table-green-dark thead th {
  border-color: #85a29b;
}

[dir] .table-hover .table-green-dark:hover,
[dir] .table-hover .table-green-dark:hover > td,
[dir] .table-hover .table-green-dark:hover > th {
  background-color: #aec2bd;
}

[dir] .table-gray,
[dir] .table-gray > td,
[dir] .table-gray > th {
  background-color: #c6c6c6;
}

[dir] .table-gray tbody + tbody,
[dir] .table-gray td,
[dir] .table-gray th,
[dir] .table-gray thead th {
  border-color: #949494;
}

[dir] .table-hover .table-gray:hover,
[dir] .table-hover .table-gray:hover > td,
[dir] .table-hover .table-gray:hover > th {
  background-color: #b9b9b9;
}

[dir] .table-gray-shade,
[dir] .table-gray-shade > td,
[dir] .table-gray-shade > th {
  background-color: #c2c2c2;
}

[dir] .table-gray-shade tbody + tbody,
[dir] .table-gray-shade td,
[dir] .table-gray-shade th,
[dir] .table-gray-shade thead th {
  border-color: #8d8d8d;
}

[dir] .table-hover .table-gray-shade:hover,
[dir] .table-hover .table-gray-shade:hover > td,
[dir] .table-hover .table-gray-shade:hover > th {
  background-color: #b5b5b5;
}

[dir] .table-gray-tint,
[dir] .table-gray-tint > td,
[dir] .table-gray-tint > th {
  background-color: #d8d8d8;
}

[dir] .table-gray-tint tbody + tbody,
[dir] .table-gray-tint td,
[dir] .table-gray-tint th,
[dir] .table-gray-tint thead th {
  border-color: #b7b7b7;
}

[dir] .table-hover .table-gray-tint:hover,
[dir] .table-hover .table-gray-tint:hover > td,
[dir] .table-hover .table-gray-tint:hover > th {
  background-color: #cbcbcb;
}

[dir] .table-gray-pastel,
[dir] .table-gray-pastel > td,
[dir] .table-gray-pastel > th {
  background-color: #f9f9f9;
}

[dir] .table-gray-pastel tbody + tbody,
[dir] .table-gray-pastel td,
[dir] .table-gray-pastel th,
[dir] .table-gray-pastel thead th {
  border-color: #f4f4f4;
}

[dir] .table-hover .table-gray-pastel:hover,
[dir] .table-hover .table-gray-pastel:hover > td,
[dir] .table-hover .table-gray-pastel:hover > th {
  background-color: #ececec;
}

[dir] .table-black,
[dir] .table-black > td,
[dir] .table-black > th {
  background-color: #b8b8b8;
}

[dir] .table-black tbody + tbody,
[dir] .table-black td,
[dir] .table-black th,
[dir] .table-black thead th {
  border-color: #7a7a7a;
}

[dir] .table-hover .table-black:hover,
[dir] .table-hover .table-black:hover > td,
[dir] .table-hover .table-black:hover > th {
  background-color: #ababab;
}

[dir] .table-orange,
[dir] .table-orange > td,
[dir] .table-orange > th {
  background-color: #fedbbd;
}

[dir] .table-orange tbody + tbody,
[dir] .table-orange td,
[dir] .table-orange th,
[dir] .table-orange thead th {
  border-color: #febc85;
}

[dir] .table-hover .table-orange:hover,
[dir] .table-hover .table-orange:hover > td,
[dir] .table-hover .table-orange:hover > th {
  background-color: #fecda4;
}

[dir] .table-teal,
[dir] .table-teal > td,
[dir] .table-teal > th {
  background-color: #d4eeed;
}

[dir] .table-teal tbody + tbody,
[dir] .table-teal td,
[dir] .table-teal th,
[dir] .table-teal thead th {
  border-color: #afdfde;
}

[dir] .table-hover .table-teal:hover,
[dir] .table-hover .table-teal:hover > td,
[dir] .table-hover .table-teal:hover > th {
  background-color: #c2e7e5;
}

[dir] .table-active,
[dir] .table-active > td,
[dir] .table-active > th,
[dir] .table-hover .table-active:hover,
[dir] .table-hover .table-active:hover > td,
[dir] .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
}

[dir] .table .thead-dark th {
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
}

[dir] .table .thead-light th {
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
}

[dir] .table-dark {
  background-color: #343a40;
}

[dir] .table-dark td,
[dir] .table-dark th,
[dir] .table-dark thead th {
  border-color: #454d55;
}

[dir] .table-dark.table-bordered {
  border: 0;
}

[dir] .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
}

[dir] .table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  [dir] .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;
  }

  [dir] .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;
  }

  [dir] .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;
  }

  [dir] .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

[dir] .table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[dir] .form-control {
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

[dir] .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
}

[dir] .form-control:-moz-focusring {
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  outline: 0;
}

[dir] .form-control:focus {
  background-color: #fff;
  border-color: #89d3b5;
  box-shadow: 0 0 0 0.2rem rgba(60, 160, 120, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
}

[dir] .form-control:disabled,
[dir] .form-control[readonly] {
  background-color: #e9ecef;
}

input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
}

[dir] select.form-control:focus::-ms-value {
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  font-size: inherit;
  line-height: 1.5;
}

[dir] .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
}

.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir] .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
}

.col-form-label-sm {
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir] .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
}

[dir] .form-control-plaintext {
  padding: 0.375rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

[dir="ltr"] .form-control-plaintext.form-control-lg,
[dir="ltr"] .form-control-plaintext.form-control-sm,
[dir="rtl"] .form-control-plaintext.form-control-lg,
[dir="rtl"] .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir] .form-control-sm {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir] .form-control-lg {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}

[dir] .form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
}

[dir] .form-text {
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
}

[dir="ltr"] .form-row,
[dir="rtl"] .form-row {
  margin-right: -5px;
  margin-left: -5px;
}

[dir="ltr"] .form-row > .col,
[dir="ltr"] .form-row > [class*="col-"],
[dir="rtl"] .form-row > .col,
[dir="rtl"] .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
}

[dir="ltr"] .form-check {
  padding-left: 1.25rem;
}

[dir="rtl"] .form-check {
  padding-right: 1.25rem;
}

.form-check-input {
  position: absolute;
}

[dir] .form-check-input {
  margin-top: 0.3rem;
}

[dir="ltr"] .form-check-input {
  margin-left: -1.25rem;
}

[dir="rtl"] .form-check-input {
  margin-right: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}

[dir] .form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
}

[dir="ltr"] .form-check-inline {
  padding-left: 0;
  margin-right: 0.75rem;
}

[dir="rtl"] .form-check-inline {
  padding-right: 0;
  margin-left: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
}

[dir] .form-check-inline .form-check-input {
  margin-top: 0;
}

[dir="ltr"] .form-check-inline .form-check-input {
  margin-right: 0.3125rem;
  margin-left: 0;
}

[dir="rtl"] .form-check-inline .form-check-input {
  margin-left: 0.3125rem;
  margin-right: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  font-size: 80%;
  color: #006604;
}

[dir] .valid-feedback {
  margin-top: 0.25rem;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
}

[dir] .valid-tooltip {
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  background-color: rgba(0, 102, 4, 0.9);
  border-radius: 0.25rem;
}

[dir="ltr"] .valid-tooltip {
  left: 0;
}

[dir="rtl"] .valid-tooltip {
  right: 0;
}

[dir="ltr"] .form-row > .col > .valid-tooltip,
[dir="ltr"] .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

[dir="rtl"] .form-row > .col > .valid-tooltip,
[dir="rtl"] .form-row > [class*="col-"] > .valid-tooltip {
  right: 5px;
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}

[dir] .form-control.is-valid,
[dir] .was-validated .form-control:valid {
  border-color: #006604;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23006604' 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-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir="ltr"] .form-control.is-valid,
[dir="ltr"] .was-validated .form-control:valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}

[dir="rtl"] .form-control.is-valid,
[dir="rtl"] .was-validated .form-control:valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}

[dir] .form-control.is-valid:focus,
[dir] .was-validated .form-control:valid:focus {
  border-color: #006604;
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 4, 0.25);
}

[dir="ltr"] .was-validated textarea.form-control:valid,
[dir="ltr"] 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);
}

[dir="rtl"] .was-validated textarea.form-control:valid,
[dir="rtl"] textarea.form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left
    calc(0.375em + 0.1875rem);
}

[dir] .custom-select.is-valid,
[dir] .was-validated .custom-select:valid {
  border-color: #006604;
}

[dir="ltr"] .custom-select.is-valid,
[dir="ltr"] .was-validated .custom-select:valid {
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23006604' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}

[dir="rtl"] .custom-select.is-valid,
[dir="rtl"] .was-validated .custom-select:valid {
  padding-left: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      left 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23006604' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      center left 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}

[dir] .custom-select.is-valid:focus,
[dir] .was-validated .custom-select:valid:focus {
  border-color: #006604;
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 4, 0.25);
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #006604;
}

.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: #006604;
}

[dir] .custom-control-input.is-valid ~ .custom-control-label:before,
[dir]
  .was-validated
  .custom-control-input:valid
  ~ .custom-control-label:before {
  border-color: #006604;
}

[dir] .custom-control-input.is-valid:checked ~ .custom-control-label:before,
[dir]
  .was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #009906;
  background-color: #009906;
}

[dir] .custom-control-input.is-valid:focus ~ .custom-control-label:before,
[dir]
  .was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 4, 0.25);
}

[dir]
  .custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
[dir] .custom-file-input.is-valid ~ .custom-file-label,
[dir]
  .was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before,
[dir] .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #006604;
}

[dir] .custom-file-input.is-valid:focus ~ .custom-file-label,
[dir] .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #006604;
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 4, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  font-size: 80%;
  color: #af0818;
}

[dir] .invalid-feedback {
  margin-top: 0.25rem;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
}

[dir] .invalid-tooltip {
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  background-color: rgba(175, 8, 24, 0.9);
  border-radius: 0.25rem;
}

[dir="ltr"] .invalid-tooltip {
  left: 0;
}

[dir="rtl"] .invalid-tooltip {
  right: 0;
}

[dir="ltr"] .form-row > .col > .invalid-tooltip,
[dir="ltr"] .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

[dir="rtl"] .form-row > .col > .invalid-tooltip,
[dir="rtl"] .form-row > [class*="col-"] > .invalid-tooltip {
  right: 5px;
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

[dir] .form-control.is-invalid,
[dir] .was-validated .form-control:invalid {
  border-color: #af0818;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23af0818'%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='%23af0818' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir="ltr"] .form-control.is-invalid,
[dir="ltr"] .was-validated .form-control:invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}

[dir="rtl"] .form-control.is-invalid,
[dir="rtl"] .was-validated .form-control:invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}

[dir] .form-control.is-invalid:focus,
[dir] .was-validated .form-control:invalid:focus {
  border-color: #af0818;
  box-shadow: 0 0 0 0.2rem rgba(175, 8, 24, 0.25);
}

[dir="ltr"] .was-validated textarea.form-control:invalid,
[dir="ltr"] 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);
}

[dir="rtl"] .was-validated textarea.form-control:invalid,
[dir="rtl"] textarea.form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left
    calc(0.375em + 0.1875rem);
}

[dir] .custom-select.is-invalid,
[dir] .was-validated .custom-select:invalid {
  border-color: #af0818;
}

[dir="ltr"] .custom-select.is-invalid,
[dir="ltr"] .was-validated .custom-select:invalid {
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23af0818'%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='%23af0818' stroke='none'/%3E%3C/svg%3E")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}

[dir="rtl"] .custom-select.is-invalid,
[dir="rtl"] .was-validated .custom-select:invalid {
  padding-left: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      left 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23af0818'%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='%23af0818' stroke='none'/%3E%3C/svg%3E")
      center left 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
}

[dir] .custom-select.is-invalid:focus,
[dir] .was-validated .custom-select:invalid:focus {
  border-color: #af0818;
  box-shadow: 0 0 0 0.2rem rgba(175, 8, 24, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #af0818;
}

.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: #af0818;
}

[dir] .custom-control-input.is-invalid ~ .custom-control-label:before,
[dir]
  .was-validated
  .custom-control-input:invalid
  ~ .custom-control-label:before {
  border-color: #af0818;
}

[dir] .custom-control-input.is-invalid:checked ~ .custom-control-label:before,
[dir]
  .was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #e00a1f;
  background-color: #e00a1f;
}

[dir] .custom-control-input.is-invalid:focus ~ .custom-control-label:before,
[dir]
  .was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(175, 8, 24, 0.25);
}

[dir]
  .custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
[dir] .custom-file-input.is-invalid ~ .custom-file-label,
[dir]
  .was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before,
[dir] .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #af0818;
}

[dir] .custom-file-input.is-invalid:focus ~ .custom-file-label,
[dir] .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #af0818;
  box-shadow: 0 0 0 0.2rem rgba(175, 8, 24, 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;
  }

  [dir] .form-inline label {
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
  }

  [dir] .form-inline .form-group {
    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;
  }

  [dir="ltr"] .form-inline .form-check {
    padding-left: 0;
  }

  [dir="rtl"] .form-inline .form-check {
    padding-right: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
  }

  [dir] .form-inline .form-check-input {
    margin-top: 0;
  }

  [dir="ltr"] .form-inline .form-check-input {
    margin-right: 0.25rem;
    margin-left: 0;
  }

  [dir="rtl"] .form-inline .form-check-input {
    margin-left: 0.25rem;
    margin-right: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  [dir] .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 700;
  /*color: #212529;*/
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  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;
}

[dir] .btn {
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4365rem 1.625rem;
  border-radius: 0.625rem;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
}

[dir] .btn.focus,
[dir] .btn:focus {
  box-shadow: 0 0 0 0;
}

.btn.disabled,
.btn:disabled {
  opacity: 1%;
}

[dir] .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
}

[dir] .btn-primary {
  background-color: #3ca078;
  border-color: #3ca078;
}

.btn-primary:hover {
  color: #fff;
}

[dir] .btn-primary:hover {
  background-color: #328463;
  border-color: #2e7b5c;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
}

[dir] .btn-primary.focus,
[dir] .btn-primary:focus {
  background-color: #328463;
  border-color: #2e7b5c;
  box-shadow: 0 0 0 0.2rem rgba(89, 174, 140, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
}

[dir] .btn-primary.disabled,
[dir] .btn-primary:disabled {
  background-color: #3ca078;
  border-color: #3ca078;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
}

[dir] .btn-primary:not(:disabled):not(.disabled).active,
[dir] .btn-primary:not(:disabled):not(.disabled):active,
[dir] .show > .btn-primary.dropdown-toggle {
  background-color: #2e7b5c;
  border-color: #2b7255;
}

[dir] .btn-primary:not(:disabled):not(.disabled).active:focus,
[dir] .btn-primary:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 174, 140, 0.5);
}

.btn-secondary {
  color: #fff;
}

[dir] .btn-secondary {
  background-color: #160f3e;
  border-color: #160f3e;
}

.btn-secondary:hover {
  color: #fff;
}

[dir] .btn-secondary:hover {
  background-color: #0b081f;
  border-color: #070515;
}

.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
}

[dir] .btn-secondary.focus,
[dir] .btn-secondary:focus {
  background-color: #0b081f;
  border-color: #070515;
  box-shadow: 0 0 0 0.2rem rgba(57, 51, 91, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
}

[dir] .btn-secondary.disabled,
[dir] .btn-secondary:disabled {
  background-color: #160f3e;
  border-color: #160f3e;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
}

[dir] .btn-secondary:not(:disabled):not(.disabled).active,
[dir] .btn-secondary:not(:disabled):not(.disabled):active,
[dir] .show > .btn-secondary.dropdown-toggle {
  background-color: #070515;
  border-color: #04030b;
}

[dir] .btn-secondary:not(:disabled):not(.disabled).active:focus,
[dir] .btn-secondary:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 51, 91, 0.5);
}

.btn-success {
  color: #fff;
}

[dir] .btn-success {
  background-color: #006604;
  border-color: #006604;
}

.btn-success:hover {
  color: #fff;
}

[dir] .btn-success:hover {
  background-color: #004003;
  border-color: #003302;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
}

[dir] .btn-success.focus,
[dir] .btn-success:focus {
  background-color: #004003;
  border-color: #003302;
  box-shadow: 0 0 0 0.2rem rgba(38, 125, 42, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
}

[dir] .btn-success.disabled,
[dir] .btn-success:disabled {
  background-color: #006604;
  border-color: #006604;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
}

[dir] .btn-success:not(:disabled):not(.disabled).active,
[dir] .btn-success:not(:disabled):not(.disabled):active,
[dir] .show > .btn-success.dropdown-toggle {
  background-color: #003302;
  border-color: #002602;
}

[dir] .btn-success:not(:disabled):not(.disabled).active:focus,
[dir] .btn-success:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 125, 42, 0.5);
}

.btn-info {
  color: #fff;
}

[dir] .btn-info {
  background-color: #339eec;
  border-color: #339eec;
}

.btn-info:hover {
  color: #fff;
}

[dir] .btn-info:hover {
  background-color: #158de4;
  border-color: #1485d8;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
}

[dir] .btn-info.focus,
[dir] .btn-info:focus {
  background-color: #158de4;
  border-color: #1485d8;
  box-shadow: 0 0 0 0.2rem rgba(82, 173, 239, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
}

[dir] .btn-info.disabled,
[dir] .btn-info:disabled {
  background-color: #339eec;
  border-color: #339eec;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
}

[dir] .btn-info:not(:disabled):not(.disabled).active,
[dir] .btn-info:not(:disabled):not(.disabled):active,
[dir] .show > .btn-info.dropdown-toggle {
  background-color: #1485d8;
  border-color: #137ecc;
}

[dir] .btn-info:not(:disabled):not(.disabled).active:focus,
[dir] .btn-info:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 173, 239, 0.5);
}

.btn-warning {
  color: #212529;
}

[dir] .btn-warning {
  background-color: #f6c244;
  border-color: #f6c244;
}

.btn-warning:hover {
  color: #212529;
}

[dir] .btn-warning:hover {
  background-color: #f4b620;
  border-color: #f4b213;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #212529;
}

[dir] .btn-warning.focus,
[dir] .btn-warning:focus {
  background-color: #f4b620;
  border-color: #f4b213;
  box-shadow: 0 0 0 0.2rem rgba(214, 170, 64, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
}

[dir] .btn-warning.disabled,
[dir] .btn-warning:disabled {
  background-color: #f6c244;
  border-color: #f6c244;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
}

[dir] .btn-warning:not(:disabled):not(.disabled).active,
[dir] .btn-warning:not(:disabled):not(.disabled):active,
[dir] .show > .btn-warning.dropdown-toggle {
  background-color: #f4b213;
  border-color: #efac0b;
}

[dir] .btn-warning:not(:disabled):not(.disabled).active:focus,
[dir] .btn-warning:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 170, 64, 0.5);
}

.btn-danger {
  color: #fff;
}

[dir] .btn-danger {
  background-color: #af0818;
  border-color: #af0818;
}

.btn-danger:hover {
  color: #fff;
}

[dir] .btn-danger:hover {
  background-color: #8a0613;
  border-color: #7e0611;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
}

[dir] .btn-danger.focus,
[dir] .btn-danger:focus {
  background-color: #8a0613;
  border-color: #7e0611;
  box-shadow: 0 0 0 0.2rem rgba(187, 45, 59, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
}

[dir] .btn-danger.disabled,
[dir] .btn-danger:disabled {
  background-color: #af0818;
  border-color: #af0818;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
}

[dir] .btn-danger:not(:disabled):not(.disabled).active,
[dir] .btn-danger:not(:disabled):not(.disabled):active,
[dir] .show > .btn-danger.dropdown-toggle {
  background-color: #7e0611;
  border-color: #720510;
}

[dir] .btn-danger:not(:disabled):not(.disabled).active:focus,
[dir] .btn-danger:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 45, 59, 0.5);
}

.btn-light {
  color: #212529;
}

[dir] .btn-light {
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.btn-light:hover {
  color: #212529;
}

[dir] .btn-light:hover {
  background-color: #d7d7d7;
  border-color: #d1d1d1;
}

.btn-light.focus,
.btn-light:focus {
  color: #212529;
}

[dir] .btn-light.focus,
[dir] .btn-light:focus {
  background-color: #d7d7d7;
  border-color: #d1d1d1;
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 205, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
}

[dir] .btn-light.disabled,
[dir] .btn-light:disabled {
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
}

[dir] .btn-light:not(:disabled):not(.disabled).active,
[dir] .btn-light:not(:disabled):not(.disabled):active,
[dir] .show > .btn-light.dropdown-toggle {
  background-color: #d1d1d1;
  border-color: #cacaca;
}

[dir] .btn-light:not(:disabled):not(.disabled).active:focus,
[dir] .btn-light:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 205, 0.5);
}

.btn-dark {
  color: #fff;
}

[dir] .btn-dark {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
}

[dir] .btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
}

[dir] .btn-dark.focus,
[dir] .btn-dark:focus {
  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;
}

[dir] .btn-dark.disabled,
[dir] .btn-dark:disabled {
  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;
}

[dir] .btn-dark:not(:disabled):not(.disabled).active,
[dir] .btn-dark:not(:disabled):not(.disabled):active,
[dir] .show > .btn-dark.dropdown-toggle {
  background-color: #1d2124;
  border-color: #171a1d;
}

[dir] .btn-dark:not(:disabled):not(.disabled).active:focus,
[dir] .btn-dark:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-white {
  color: #212529;
}

[dir] .btn-white {
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #212529;
}

[dir] .btn-white:hover {
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white.focus,
.btn-white:focus {
  color: #212529;
}

[dir] .btn-white.focus,
[dir] .btn-white:focus {
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
}

[dir] .btn-white.disabled,
[dir] .btn-white:disabled {
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
}

[dir] .btn-white:not(:disabled):not(.disabled).active,
[dir] .btn-white:not(:disabled):not(.disabled):active,
[dir] .show > .btn-white.dropdown-toggle {
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

[dir] .btn-white:not(:disabled):not(.disabled).active:focus,
[dir] .btn-white:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-violet {
  color: #fff;
}

[dir] .btn-violet {
  background-color: #5505cd;
  border-color: #5505cd;
}

.btn-violet:hover {
  color: #fff;
}

[dir] .btn-violet:hover {
  background-color: #4604a8;
  border-color: #40049b;
}

.btn-violet.focus,
.btn-violet:focus {
  color: #fff;
}

[dir] .btn-violet.focus,
[dir] .btn-violet:focus {
  background-color: #4604a8;
  border-color: #40049b;
  box-shadow: 0 0 0 0.2rem rgba(111, 43, 213, 0.5);
}

.btn-violet.disabled,
.btn-violet:disabled {
  color: #fff;
}

[dir] .btn-violet.disabled,
[dir] .btn-violet:disabled {
  background-color: #5505cd;
  border-color: #5505cd;
}

.btn-violet:not(:disabled):not(.disabled).active,
.btn-violet:not(:disabled):not(.disabled):active,
.show > .btn-violet.dropdown-toggle {
  color: #fff;
}

[dir] .btn-violet:not(:disabled):not(.disabled).active,
[dir] .btn-violet:not(:disabled):not(.disabled):active,
[dir] .show > .btn-violet.dropdown-toggle {
  background-color: #40049b;
  border-color: #3b038f;
}

[dir] .btn-violet:not(:disabled):not(.disabled).active:focus,
[dir] .btn-violet:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 43, 213, 0.5);
}

.btn-violet-shade {
  color: #fff;
}

[dir] .btn-violet-shade {
  background-color: #3c2b7d;
  border-color: #3c2b7d;
}

.btn-violet-shade:hover {
  color: #fff;
}

[dir] .btn-violet-shade:hover {
  background-color: #2e2161;
  border-color: #2a1e57;
}

.btn-violet-shade.focus,
.btn-violet-shade:focus {
  color: #fff;
}

[dir] .btn-violet-shade.focus,
[dir] .btn-violet-shade:focus {
  background-color: #2e2161;
  border-color: #2a1e57;
  box-shadow: 0 0 0 0.2rem rgba(89, 75, 145, 0.5);
}

.btn-violet-shade.disabled,
.btn-violet-shade:disabled {
  color: #fff;
}

[dir] .btn-violet-shade.disabled,
[dir] .btn-violet-shade:disabled {
  background-color: #3c2b7d;
  border-color: #3c2b7d;
}

.btn-violet-shade:not(:disabled):not(.disabled).active,
.btn-violet-shade:not(:disabled):not(.disabled):active,
.show > .btn-violet-shade.dropdown-toggle {
  color: #fff;
}

[dir] .btn-violet-shade:not(:disabled):not(.disabled).active,
[dir] .btn-violet-shade:not(:disabled):not(.disabled):active,
[dir] .show > .btn-violet-shade.dropdown-toggle {
  background-color: #2a1e57;
  border-color: #251b4e;
}

[dir] .btn-violet-shade:not(:disabled):not(.disabled).active:focus,
[dir] .btn-violet-shade:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-violet-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 75, 145, 0.5);
}

.btn-violet-tint {
  color: #fff;
}

[dir] .btn-violet-tint {
  background-color: #5830b4;
  border-color: #5830b4;
}

.btn-violet-tint:hover {
  color: #fff;
}

[dir] .btn-violet-tint:hover {
  background-color: #492896;
  border-color: #44258c;
}

.btn-violet-tint.focus,
.btn-violet-tint:focus {
  color: #fff;
}

[dir] .btn-violet-tint.focus,
[dir] .btn-violet-tint:focus {
  background-color: #492896;
  border-color: #44258c;
  box-shadow: 0 0 0 0.2rem rgba(113, 79, 191, 0.5);
}

.btn-violet-tint.disabled,
.btn-violet-tint:disabled {
  color: #fff;
}

[dir] .btn-violet-tint.disabled,
[dir] .btn-violet-tint:disabled {
  background-color: #5830b4;
  border-color: #5830b4;
}

.btn-violet-tint:not(:disabled):not(.disabled).active,
.btn-violet-tint:not(:disabled):not(.disabled):active,
.show > .btn-violet-tint.dropdown-toggle {
  color: #fff;
}

[dir] .btn-violet-tint:not(:disabled):not(.disabled).active,
[dir] .btn-violet-tint:not(:disabled):not(.disabled):active,
[dir] .show > .btn-violet-tint.dropdown-toggle {
  background-color: #44258c;
  border-color: #3f2382;
}

[dir] .btn-violet-tint:not(:disabled):not(.disabled).active:focus,
[dir] .btn-violet-tint:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-violet-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 79, 191, 0.5);
}

.btn-violet-pastel {
  color: #212529;
}

[dir] .btn-violet-pastel {
  background-color: #ac9fd5;
  border-color: #ac9fd5;
}

.btn-violet-pastel:hover {
  color: #fff;
}

[dir] .btn-violet-pastel:hover {
  background-color: #9584c9;
  border-color: #8d7cc5;
}

.btn-violet-pastel.focus,
.btn-violet-pastel:focus {
  color: #fff;
}

[dir] .btn-violet-pastel.focus,
[dir] .btn-violet-pastel:focus {
  background-color: #9584c9;
  border-color: #8d7cc5;
  box-shadow: 0 0 0 0.2rem rgba(151, 141, 187, 0.5);
}

.btn-violet-pastel.disabled,
.btn-violet-pastel:disabled {
  color: #212529;
}

[dir] .btn-violet-pastel.disabled,
[dir] .btn-violet-pastel:disabled {
  background-color: #ac9fd5;
  border-color: #ac9fd5;
}

.btn-violet-pastel:not(:disabled):not(.disabled).active,
.btn-violet-pastel:not(:disabled):not(.disabled):active,
.show > .btn-violet-pastel.dropdown-toggle {
  color: #fff;
}

[dir] .btn-violet-pastel:not(:disabled):not(.disabled).active,
[dir] .btn-violet-pastel:not(:disabled):not(.disabled):active,
[dir] .show > .btn-violet-pastel.dropdown-toggle {
  background-color: #8d7cc5;
  border-color: #8673c2;
}

[dir] .btn-violet-pastel:not(:disabled):not(.disabled).active:focus,
[dir] .btn-violet-pastel:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-violet-pastel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 141, 187, 0.5);
}

.btn-blue {
  color: #fff;
}

[dir] .btn-blue {
  background-color: #005a96;
  border-color: #005a96;
}

.btn-blue:hover {
  color: #fff;
}

[dir] .btn-blue:hover {
  background-color: #004370;
  border-color: #003b63;
}

.btn-blue.focus,
.btn-blue:focus {
  color: #fff;
}

[dir] .btn-blue.focus,
[dir] .btn-blue:focus {
  background-color: #004370;
  border-color: #003b63;
  box-shadow: 0 0 0 0.2rem rgba(38, 115, 166, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
  color: #fff;
}

[dir] .btn-blue.disabled,
[dir] .btn-blue:disabled {
  background-color: #005a96;
  border-color: #005a96;
}

.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
}

[dir] .btn-blue:not(:disabled):not(.disabled).active,
[dir] .btn-blue:not(:disabled):not(.disabled):active,
[dir] .show > .btn-blue.dropdown-toggle {
  background-color: #003b63;
  border-color: #003456;
}

[dir] .btn-blue:not(:disabled):not(.disabled).active:focus,
[dir] .btn-blue:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 115, 166, 0.5);
}

.btn-blue-shade {
  color: #fff;
}

[dir] .btn-blue-shade {
  background-color: #0053ba;
  border-color: #0053ba;
}

.btn-blue-shade:hover {
  color: #fff;
}

[dir] .btn-blue-shade:hover {
  background-color: #004294;
  border-color: #003c87;
}

.btn-blue-shade.focus,
.btn-blue-shade:focus {
  color: #fff;
}

[dir] .btn-blue-shade.focus,
[dir] .btn-blue-shade:focus {
  background-color: #004294;
  border-color: #003c87;
  box-shadow: 0 0 0 0.2rem rgba(38, 109, 196, 0.5);
}

.btn-blue-shade.disabled,
.btn-blue-shade:disabled {
  color: #fff;
}

[dir] .btn-blue-shade.disabled,
[dir] .btn-blue-shade:disabled {
  background-color: #0053ba;
  border-color: #0053ba;
}

.btn-blue-shade:not(:disabled):not(.disabled).active,
.btn-blue-shade:not(:disabled):not(.disabled):active,
.show > .btn-blue-shade.dropdown-toggle {
  color: #fff;
}

[dir] .btn-blue-shade:not(:disabled):not(.disabled).active,
[dir] .btn-blue-shade:not(:disabled):not(.disabled):active,
[dir] .show > .btn-blue-shade.dropdown-toggle {
  background-color: #003c87;
  border-color: #00377a;
}

[dir] .btn-blue-shade:not(:disabled):not(.disabled).active:focus,
[dir] .btn-blue-shade:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-blue-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 109, 196, 0.5);
}

.btn-blue-tint {
  color: #fff;
}

[dir] .btn-blue-tint {
  background-color: #0054ae;
  border-color: #0054ae;
}

.btn-blue-tint:hover {
  color: #fff;
}

[dir] .btn-blue-tint:hover {
  background-color: #004288;
  border-color: #003b7b;
}

.btn-blue-tint.focus,
.btn-blue-tint:focus {
  color: #fff;
}

[dir] .btn-blue-tint.focus,
[dir] .btn-blue-tint:focus {
  background-color: #004288;
  border-color: #003b7b;
  box-shadow: 0 0 0 0.2rem rgba(38, 110, 186, 0.5);
}

.btn-blue-tint.disabled,
.btn-blue-tint:disabled {
  color: #fff;
}

[dir] .btn-blue-tint.disabled,
[dir] .btn-blue-tint:disabled {
  background-color: #0054ae;
  border-color: #0054ae;
}

.btn-blue-tint:not(:disabled):not(.disabled).active,
.btn-blue-tint:not(:disabled):not(.disabled):active,
.show > .btn-blue-tint.dropdown-toggle {
  color: #fff;
}

[dir] .btn-blue-tint:not(:disabled):not(.disabled).active,
[dir] .btn-blue-tint:not(:disabled):not(.disabled):active,
[dir] .show > .btn-blue-tint.dropdown-toggle {
  background-color: #003b7b;
  border-color: #00356e;
}

[dir] .btn-blue-tint:not(:disabled):not(.disabled).active:focus,
[dir] .btn-blue-tint:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-blue-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 110, 186, 0.5);
}

.btn-blue-pastel {
  color: #fff;
}

[dir] .btn-blue-pastel {
  background-color: #339eec;
  border-color: #339eec;
}

.btn-blue-pastel:hover {
  color: #fff;
}

[dir] .btn-blue-pastel:hover {
  background-color: #158de4;
  border-color: #1485d8;
}

.btn-blue-pastel.focus,
.btn-blue-pastel:focus {
  color: #fff;
}

[dir] .btn-blue-pastel.focus,
[dir] .btn-blue-pastel:focus {
  background-color: #158de4;
  border-color: #1485d8;
  box-shadow: 0 0 0 0.2rem rgba(82, 173, 239, 0.5);
}

.btn-blue-pastel.disabled,
.btn-blue-pastel:disabled {
  color: #fff;
}

[dir] .btn-blue-pastel.disabled,
[dir] .btn-blue-pastel:disabled {
  background-color: #339eec;
  border-color: #339eec;
}

.btn-blue-pastel:not(:disabled):not(.disabled).active,
.btn-blue-pastel:not(:disabled):not(.disabled):active,
.show > .btn-blue-pastel.dropdown-toggle {
  color: #fff;
}

[dir] .btn-blue-pastel:not(:disabled):not(.disabled).active,
[dir] .btn-blue-pastel:not(:disabled):not(.disabled):active,
[dir] .show > .btn-blue-pastel.dropdown-toggle {
  background-color: #1485d8;
  border-color: #137ecc;
}

[dir] .btn-blue-pastel:not(:disabled):not(.disabled).active:focus,
[dir] .btn-blue-pastel:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-blue-pastel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 173, 239, 0.5);
}

.btn-tiffany {
  color: #212529;
}

[dir] .btn-tiffany {
  background-color: #0aebd7;
  border-color: #0aebd7;
}

.btn-tiffany:hover {
  color: #fff;
}

[dir] .btn-tiffany:hover {
  background-color: #08c6b5;
  border-color: #08baaa;
}

.btn-tiffany.focus,
.btn-tiffany:focus {
  color: #fff;
}

[dir] .btn-tiffany.focus,
[dir] .btn-tiffany:focus {
  background-color: #08c6b5;
  border-color: #08baaa;
  box-shadow: 0 0 0 0.2rem rgba(13, 205, 189, 0.5);
}

.btn-tiffany.disabled,
.btn-tiffany:disabled {
  color: #212529;
}

[dir] .btn-tiffany.disabled,
[dir] .btn-tiffany:disabled {
  background-color: #0aebd7;
  border-color: #0aebd7;
}

.btn-tiffany:not(:disabled):not(.disabled).active,
.btn-tiffany:not(:disabled):not(.disabled):active,
.show > .btn-tiffany.dropdown-toggle {
  color: #fff;
}

[dir] .btn-tiffany:not(:disabled):not(.disabled).active,
[dir] .btn-tiffany:not(:disabled):not(.disabled):active,
[dir] .show > .btn-tiffany.dropdown-toggle {
  background-color: #08baaa;
  border-color: #07ae9f;
}

[dir] .btn-tiffany:not(:disabled):not(.disabled).active:focus,
[dir] .btn-tiffany:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-tiffany.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 205, 189, 0.5);
}

.btn-tiffany-shade {
  color: #fff;
}

[dir] .btn-tiffany-shade {
  background-color: #046459;
  border-color: #046459;
}

.btn-tiffany-shade:hover {
  color: #fff;
}

[dir] .btn-tiffany-shade:hover {
  background-color: #033f38;
  border-color: #02332d;
}

.btn-tiffany-shade.focus,
.btn-tiffany-shade:focus {
  color: #fff;
}

[dir] .btn-tiffany-shade.focus,
[dir] .btn-tiffany-shade:focus {
  background-color: #033f38;
  border-color: #02332d;
  box-shadow: 0 0 0 0.2rem rgba(42, 123, 114, 0.5);
}

.btn-tiffany-shade.disabled,
.btn-tiffany-shade:disabled {
  color: #fff;
}

[dir] .btn-tiffany-shade.disabled,
[dir] .btn-tiffany-shade:disabled {
  background-color: #046459;
  border-color: #046459;
}

.btn-tiffany-shade:not(:disabled):not(.disabled).active,
.btn-tiffany-shade:not(:disabled):not(.disabled):active,
.show > .btn-tiffany-shade.dropdown-toggle {
  color: #fff;
}

[dir] .btn-tiffany-shade:not(:disabled):not(.disabled).active,
[dir] .btn-tiffany-shade:not(:disabled):not(.disabled):active,
[dir] .show > .btn-tiffany-shade.dropdown-toggle {
  background-color: #02332d;
  border-color: #022722;
}

[dir] .btn-tiffany-shade:not(:disabled):not(.disabled).active:focus,
[dir] .btn-tiffany-shade:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-tiffany-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 123, 114, 0.5);
}

.btn-tiffany-tint {
  color: #212529;
}

[dir] .btn-tiffany-tint {
  background-color: #4ecebb;
  border-color: #4ecebb;
}

.btn-tiffany-tint:hover {
  color: #fff;
}

[dir] .btn-tiffany-tint:hover {
  background-color: #35c0ac;
  border-color: #33b6a3;
}

.btn-tiffany-tint.focus,
.btn-tiffany-tint:focus {
  color: #fff;
}

[dir] .btn-tiffany-tint.focus,
[dir] .btn-tiffany-tint:focus {
  background-color: #35c0ac;
  border-color: #33b6a3;
  box-shadow: 0 0 0 0.2rem rgba(71, 181, 165, 0.5);
}

.btn-tiffany-tint.disabled,
.btn-tiffany-tint:disabled {
  color: #212529;
}

[dir] .btn-tiffany-tint.disabled,
[dir] .btn-tiffany-tint:disabled {
  background-color: #4ecebb;
  border-color: #4ecebb;
}

.btn-tiffany-tint:not(:disabled):not(.disabled).active,
.btn-tiffany-tint:not(:disabled):not(.disabled):active,
.show > .btn-tiffany-tint.dropdown-toggle {
  color: #fff;
}

[dir] .btn-tiffany-tint:not(:disabled):not(.disabled).active,
[dir] .btn-tiffany-tint:not(:disabled):not(.disabled):active,
[dir] .show > .btn-tiffany-tint.dropdown-toggle {
  background-color: #33b6a3;
  border-color: #30ac9a;
}

[dir] .btn-tiffany-tint:not(:disabled):not(.disabled).active:focus,
[dir] .btn-tiffany-tint:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-tiffany-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 181, 165, 0.5);
}

.btn-tiffany-pastel {
  color: #212529;
}

[dir] .btn-tiffany-pastel {
  background-color: #a9e2d7;
  border-color: #a9e2d7;
}

.btn-tiffany-pastel:hover {
  color: #212529;
}

[dir] .btn-tiffany-pastel:hover {
  background-color: #8cd8ca;
  border-color: #83d5c5;
}

.btn-tiffany-pastel.focus,
.btn-tiffany-pastel:focus {
  color: #212529;
}

[dir] .btn-tiffany-pastel.focus,
[dir] .btn-tiffany-pastel:focus {
  background-color: #8cd8ca;
  border-color: #83d5c5;
  box-shadow: 0 0 0 0.2rem rgba(149, 198, 189, 0.5);
}

.btn-tiffany-pastel.disabled,
.btn-tiffany-pastel:disabled {
  color: #212529;
}

[dir] .btn-tiffany-pastel.disabled,
[dir] .btn-tiffany-pastel:disabled {
  background-color: #a9e2d7;
  border-color: #a9e2d7;
}

.btn-tiffany-pastel:not(:disabled):not(.disabled).active,
.btn-tiffany-pastel:not(:disabled):not(.disabled):active,
.show > .btn-tiffany-pastel.dropdown-toggle {
  color: #212529;
}

[dir] .btn-tiffany-pastel:not(:disabled):not(.disabled).active,
[dir] .btn-tiffany-pastel:not(:disabled):not(.disabled):active,
[dir] .show > .btn-tiffany-pastel.dropdown-toggle {
  background-color: #83d5c5;
  border-color: #79d2c1;
}

[dir] .btn-tiffany-pastel:not(:disabled):not(.disabled).active:focus,
[dir] .btn-tiffany-pastel:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-tiffany-pastel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 198, 189, 0.5);
}

.btn-darkBlue {
  color: #fff;
}

[dir] .btn-darkBlue {
  background-color: #160f3e;
  border-color: #160f3e;
}

.btn-darkBlue:hover {
  color: #fff;
}

[dir] .btn-darkBlue:hover {
  background-color: #0b081f;
  border-color: #070515;
}

.btn-darkBlue.focus,
.btn-darkBlue:focus {
  color: #fff;
}

[dir] .btn-darkBlue.focus,
[dir] .btn-darkBlue:focus {
  background-color: #0b081f;
  border-color: #070515;
  box-shadow: 0 0 0 0.2rem rgba(57, 51, 91, 0.5);
}

.btn-darkBlue.disabled,
.btn-darkBlue:disabled {
  color: #fff;
}

[dir] .btn-darkBlue.disabled,
[dir] .btn-darkBlue:disabled {
  background-color: #160f3e;
  border-color: #160f3e;
}

.btn-darkBlue:not(:disabled):not(.disabled).active,
.btn-darkBlue:not(:disabled):not(.disabled):active,
.show > .btn-darkBlue.dropdown-toggle {
  color: #fff;
}

[dir] .btn-darkBlue:not(:disabled):not(.disabled).active,
[dir] .btn-darkBlue:not(:disabled):not(.disabled):active,
[dir] .show > .btn-darkBlue.dropdown-toggle {
  background-color: #070515;
  border-color: #04030b;
}

[dir] .btn-darkBlue:not(:disabled):not(.disabled).active:focus,
[dir] .btn-darkBlue:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-darkBlue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 51, 91, 0.5);
}

.btn-darkBlue-shade {
  color: #fff;
}

[dir] .btn-darkBlue-shade {
  background-color: #1f255b;
  border-color: #1f255b;
}

.btn-darkBlue-shade:hover {
  color: #fff;
}

[dir] .btn-darkBlue-shade:hover {
  background-color: #15193e;
  border-color: #121635;
}

.btn-darkBlue-shade.focus,
.btn-darkBlue-shade:focus {
  color: #fff;
}

[dir] .btn-darkBlue-shade.focus,
[dir] .btn-darkBlue-shade:focus {
  background-color: #15193e;
  border-color: #121635;
  box-shadow: 0 0 0 0.2rem rgba(65, 70, 116, 0.5);
}

.btn-darkBlue-shade.disabled,
.btn-darkBlue-shade:disabled {
  color: #fff;
}

[dir] .btn-darkBlue-shade.disabled,
[dir] .btn-darkBlue-shade:disabled {
  background-color: #1f255b;
  border-color: #1f255b;
}

.btn-darkBlue-shade:not(:disabled):not(.disabled).active,
.btn-darkBlue-shade:not(:disabled):not(.disabled):active,
.show > .btn-darkBlue-shade.dropdown-toggle {
  color: #fff;
}

[dir] .btn-darkBlue-shade:not(:disabled):not(.disabled).active,
[dir] .btn-darkBlue-shade:not(:disabled):not(.disabled):active,
[dir] .show > .btn-darkBlue-shade.dropdown-toggle {
  background-color: #121635;
  border-color: #0f122b;
}

[dir] .btn-darkBlue-shade:not(:disabled):not(.disabled).active:focus,
[dir] .btn-darkBlue-shade:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-darkBlue-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 70, 116, 0.5);
}

.btn-darkBlue-tint {
  color: #fff;
}

[dir] .btn-darkBlue-tint {
  background-color: #444061;
  border-color: #444061;
}

.btn-darkBlue-tint:hover {
  color: #fff;
}

[dir] .btn-darkBlue-tint:hover {
  background-color: #34314a;
  border-color: #2e2c42;
}

.btn-darkBlue-tint.focus,
.btn-darkBlue-tint:focus {
  color: #fff;
}

[dir] .btn-darkBlue-tint.focus,
[dir] .btn-darkBlue-tint:focus {
  background-color: #34314a;
  border-color: #2e2c42;
  box-shadow: 0 0 0 0.2rem rgba(96, 93, 121, 0.5);
}

.btn-darkBlue-tint.disabled,
.btn-darkBlue-tint:disabled {
  color: #fff;
}

[dir] .btn-darkBlue-tint.disabled,
[dir] .btn-darkBlue-tint:disabled {
  background-color: #444061;
  border-color: #444061;
}

.btn-darkBlue-tint:not(:disabled):not(.disabled).active,
.btn-darkBlue-tint:not(:disabled):not(.disabled):active,
.show > .btn-darkBlue-tint.dropdown-toggle {
  color: #fff;
}

[dir] .btn-darkBlue-tint:not(:disabled):not(.disabled).active,
[dir] .btn-darkBlue-tint:not(:disabled):not(.disabled):active,
[dir] .show > .btn-darkBlue-tint.dropdown-toggle {
  background-color: #2e2c42;
  border-color: #29273b;
}

[dir] .btn-darkBlue-tint:not(:disabled):not(.disabled).active:focus,
[dir] .btn-darkBlue-tint:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-darkBlue-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 93, 121, 0.5);
}

.btn-darkBlue-pastel {
  color: #212529;
}

[dir] .btn-darkBlue-pastel {
  background-color: #cdccd5;
  border-color: #cdccd5;
}

.btn-darkBlue-pastel:hover {
  color: #212529;
}

[dir] .btn-darkBlue-pastel:hover {
  background-color: #b8b7c4;
  border-color: #b2b0be;
}

.btn-darkBlue-pastel.focus,
.btn-darkBlue-pastel:focus {
  color: #212529;
}

[dir] .btn-darkBlue-pastel.focus,
[dir] .btn-darkBlue-pastel:focus {
  background-color: #b8b7c4;
  border-color: #b2b0be;
  box-shadow: 0 0 0 0.2rem rgba(179, 179, 187, 0.5);
}

.btn-darkBlue-pastel.disabled,
.btn-darkBlue-pastel:disabled {
  color: #212529;
}

[dir] .btn-darkBlue-pastel.disabled,
[dir] .btn-darkBlue-pastel:disabled {
  background-color: #cdccd5;
  border-color: #cdccd5;
}

.btn-darkBlue-pastel:not(:disabled):not(.disabled).active,
.btn-darkBlue-pastel:not(:disabled):not(.disabled):active,
.show > .btn-darkBlue-pastel.dropdown-toggle {
  color: #212529;
}

[dir] .btn-darkBlue-pastel:not(:disabled):not(.disabled).active,
[dir] .btn-darkBlue-pastel:not(:disabled):not(.disabled):active,
[dir] .show > .btn-darkBlue-pastel.dropdown-toggle {
  background-color: #b2b0be;
  border-color: #aba9b8;
}

[dir] .btn-darkBlue-pastel:not(:disabled):not(.disabled).active:focus,
[dir] .btn-darkBlue-pastel:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-darkBlue-pastel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 179, 187, 0.5);
}

.btn-green {
  color: #fff;
}

[dir] .btn-green {
  background-color: #26634b;
  border-color: #26634b;
}

.btn-green:hover {
  color: #fff;
}

[dir] .btn-green:hover {
  background-color: #1b4736;
  border-color: #183e2f;
}

.btn-green.focus,
.btn-green:focus {
  color: #fff;
}

[dir] .btn-green.focus,
[dir] .btn-green:focus {
  background-color: #1b4736;
  border-color: #183e2f;
  box-shadow: 0 0 0 0.2rem rgba(71, 122, 102, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
  color: #fff;
}

[dir] .btn-green.disabled,
[dir] .btn-green:disabled {
  background-color: #26634b;
  border-color: #26634b;
}

.btn-green:not(:disabled):not(.disabled).active,
.btn-green:not(:disabled):not(.disabled):active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
}

[dir] .btn-green:not(:disabled):not(.disabled).active,
[dir] .btn-green:not(:disabled):not(.disabled):active,
[dir] .show > .btn-green.dropdown-toggle {
  background-color: #183e2f;
  border-color: #143528;
}

[dir] .btn-green:not(:disabled):not(.disabled).active:focus,
[dir] .btn-green:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 122, 102, 0.5);
}

.btn-green-shade {
  color: #fff;
}

[dir] .btn-green-shade {
  background-color: #066058;
  border-color: #066058;
}

.btn-green-shade:hover {
  color: #fff;
}

[dir] .btn-green-shade:hover {
  background-color: #043c37;
  border-color: #03302c;
}

.btn-green-shade.focus,
.btn-green-shade:focus {
  color: #fff;
}

[dir] .btn-green-shade.focus,
[dir] .btn-green-shade:focus {
  background-color: #043c37;
  border-color: #03302c;
  box-shadow: 0 0 0 0.2rem rgba(43, 120, 113, 0.5);
}

.btn-green-shade.disabled,
.btn-green-shade:disabled {
  color: #fff;
}

[dir] .btn-green-shade.disabled,
[dir] .btn-green-shade:disabled {
  background-color: #066058;
  border-color: #066058;
}

.btn-green-shade:not(:disabled):not(.disabled).active,
.btn-green-shade:not(:disabled):not(.disabled):active,
.show > .btn-green-shade.dropdown-toggle {
  color: #fff;
}

[dir] .btn-green-shade:not(:disabled):not(.disabled).active,
[dir] .btn-green-shade:not(:disabled):not(.disabled):active,
[dir] .show > .btn-green-shade.dropdown-toggle {
  background-color: #03302c;
  border-color: #022421;
}

[dir] .btn-green-shade:not(:disabled):not(.disabled).active:focus,
[dir] .btn-green-shade:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-green-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 120, 113, 0.5);
}

.btn-green-tint {
  color: #fff;
}

[dir] .btn-green-tint {
  background-color: #27aa8c;
  border-color: #27aa8c;
}

.btn-green-tint:hover {
  color: #fff;
}

[dir] .btn-green-tint:hover {
  background-color: #208b72;
  border-color: #1d816a;
}

.btn-green-tint.focus,
.btn-green-tint:focus {
  color: #fff;
}

[dir] .btn-green-tint.focus,
[dir] .btn-green-tint:focus {
  background-color: #208b72;
  border-color: #1d816a;
  box-shadow: 0 0 0 0.2rem rgba(71, 183, 157, 0.5);
}

.btn-green-tint.disabled,
.btn-green-tint:disabled {
  color: #fff;
}

[dir] .btn-green-tint.disabled,
[dir] .btn-green-tint:disabled {
  background-color: #27aa8c;
  border-color: #27aa8c;
}

.btn-green-tint:not(:disabled):not(.disabled).active,
.btn-green-tint:not(:disabled):not(.disabled):active,
.show > .btn-green-tint.dropdown-toggle {
  color: #fff;
}

[dir] .btn-green-tint:not(:disabled):not(.disabled).active,
[dir] .btn-green-tint:not(:disabled):not(.disabled):active,
[dir] .show > .btn-green-tint.dropdown-toggle {
  background-color: #1d816a;
  border-color: #1b7661;
}

[dir] .btn-green-tint:not(:disabled):not(.disabled).active:focus,
[dir] .btn-green-tint:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-green-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 183, 157, 0.5);
}

.btn-green-light {
  color: #fff;
}

[dir] .btn-green-light {
  background-color: #3ca078;
  border-color: #3ca078;
}

.btn-green-light:hover {
  color: #fff;
}

[dir] .btn-green-light:hover {
  background-color: #328463;
  border-color: #2e7b5c;
}

.btn-green-light.focus,
.btn-green-light:focus {
  color: #fff;
}

[dir] .btn-green-light.focus,
[dir] .btn-green-light:focus {
  background-color: #328463;
  border-color: #2e7b5c;
  box-shadow: 0 0 0 0.2rem rgba(89, 174, 140, 0.5);
}

.btn-green-light.disabled,
.btn-green-light:disabled {
  color: #fff;
}

[dir] .btn-green-light.disabled,
[dir] .btn-green-light:disabled {
  background-color: #3ca078;
  border-color: #3ca078;
}

.btn-green-light:not(:disabled):not(.disabled).active,
.btn-green-light:not(:disabled):not(.disabled):active,
.show > .btn-green-light.dropdown-toggle {
  color: #fff;
}

[dir] .btn-green-light:not(:disabled):not(.disabled).active,
[dir] .btn-green-light:not(:disabled):not(.disabled):active,
[dir] .show > .btn-green-light.dropdown-toggle {
  background-color: #2e7b5c;
  border-color: #2b7255;
}

[dir] .btn-green-light:not(:disabled):not(.disabled).active:focus,
[dir] .btn-green-light:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-green-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 174, 140, 0.5);
}

.btn-green-pastel {
  color: #212529;
}

[dir] .btn-green-pastel {
  background-color: #acddc7;
  border-color: #acddc7;
}

.btn-green-pastel:hover {
  color: #212529;
}

[dir] .btn-green-pastel:hover {
  background-color: #91d2b5;
  border-color: #88ceaf;
}

.btn-green-pastel.focus,
.btn-green-pastel:focus {
  color: #212529;
}

[dir] .btn-green-pastel.focus,
[dir] .btn-green-pastel:focus {
  background-color: #91d2b5;
  border-color: #88ceaf;
  box-shadow: 0 0 0 0.2rem rgba(151, 193, 175, 0.5);
}

.btn-green-pastel.disabled,
.btn-green-pastel:disabled {
  color: #212529;
}

[dir] .btn-green-pastel.disabled,
[dir] .btn-green-pastel:disabled {
  background-color: #acddc7;
  border-color: #acddc7;
}

.btn-green-pastel:not(:disabled):not(.disabled).active,
.btn-green-pastel:not(:disabled):not(.disabled):active,
.show > .btn-green-pastel.dropdown-toggle {
  color: #212529;
}

[dir] .btn-green-pastel:not(:disabled):not(.disabled).active,
[dir] .btn-green-pastel:not(:disabled):not(.disabled):active,
[dir] .show > .btn-green-pastel.dropdown-toggle {
  background-color: #88ceaf;
  border-color: #7fcaa8;
}

[dir] .btn-green-pastel:not(:disabled):not(.disabled).active:focus,
[dir] .btn-green-pastel:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-green-pastel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 193, 175, 0.5);
}

.btn-green-dark {
  color: #fff;
}

[dir] .btn-green-dark {
  background-color: #144d3f;
  border-color: #144d3f;
}

.btn-green-dark:hover {
  color: #fff;
}

[dir] .btn-green-dark:hover {
  background-color: #0c2f26;
  border-color: #09251e;
}

.btn-green-dark.focus,
.btn-green-dark:focus {
  color: #fff;
}

[dir] .btn-green-dark.focus,
[dir] .btn-green-dark:focus {
  background-color: #0c2f26;
  border-color: #09251e;
  box-shadow: 0 0 0 0.2rem rgba(55, 104, 92, 0.5);
}

.btn-green-dark.disabled,
.btn-green-dark:disabled {
  color: #fff;
}

[dir] .btn-green-dark.disabled,
[dir] .btn-green-dark:disabled {
  background-color: #144d3f;
  border-color: #144d3f;
}

.btn-green-dark:not(:disabled):not(.disabled).active,
.btn-green-dark:not(:disabled):not(.disabled):active,
.show > .btn-green-dark.dropdown-toggle {
  color: #fff;
}

[dir] .btn-green-dark:not(:disabled):not(.disabled).active,
[dir] .btn-green-dark:not(:disabled):not(.disabled):active,
[dir] .show > .btn-green-dark.dropdown-toggle {
  background-color: #09251e;
  border-color: #071a16;
}

[dir] .btn-green-dark:not(:disabled):not(.disabled).active:focus,
[dir] .btn-green-dark:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-green-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 104, 92, 0.5);
}

.btn-gray {
  color: #fff;
}

[dir] .btn-gray {
  background-color: #323232;
  border-color: #323232;
}

.btn-gray:hover {
  color: #fff;
}

[dir] .btn-gray:hover {
  background-color: #1f1f1f;
  border-color: #191919;
}

.btn-gray.focus,
.btn-gray:focus {
  color: #fff;
}

[dir] .btn-gray.focus,
[dir] .btn-gray:focus {
  background-color: #1f1f1f;
  border-color: #191919;
  box-shadow: 0 0 0 0.2rem rgba(81, 81, 81, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
  color: #fff;
}

[dir] .btn-gray.disabled,
[dir] .btn-gray:disabled {
  background-color: #323232;
  border-color: #323232;
}

.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active,
.show > .btn-gray.dropdown-toggle {
  color: #fff;
}

[dir] .btn-gray:not(:disabled):not(.disabled).active,
[dir] .btn-gray:not(:disabled):not(.disabled):active,
[dir] .show > .btn-gray.dropdown-toggle {
  background-color: #191919;
  border-color: #121212;
}

[dir] .btn-gray:not(:disabled):not(.disabled).active:focus,
[dir] .btn-gray:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 81, 81, 0.5);
}

.btn-gray-shade {
  color: #fff;
}

[dir] .btn-gray-shade {
  background-color: #242424;
  border-color: #242424;
}

.btn-gray-shade:hover {
  color: #fff;
}

[dir] .btn-gray-shade:hover {
  background-color: #111;
  border-color: #0b0b0b;
}

.btn-gray-shade.focus,
.btn-gray-shade:focus {
  color: #fff;
}

[dir] .btn-gray-shade.focus,
[dir] .btn-gray-shade:focus {
  background-color: #111;
  border-color: #0b0b0b;
  box-shadow: 0 0 0 0.2rem rgba(69, 69, 69, 0.5);
}

.btn-gray-shade.disabled,
.btn-gray-shade:disabled {
  color: #fff;
}

[dir] .btn-gray-shade.disabled,
[dir] .btn-gray-shade:disabled {
  background-color: #242424;
  border-color: #242424;
}

.btn-gray-shade:not(:disabled):not(.disabled).active,
.btn-gray-shade:not(:disabled):not(.disabled):active,
.show > .btn-gray-shade.dropdown-toggle {
  color: #fff;
}

[dir] .btn-gray-shade:not(:disabled):not(.disabled).active,
[dir] .btn-gray-shade:not(:disabled):not(.disabled):active,
[dir] .show > .btn-gray-shade.dropdown-toggle {
  background-color: #0b0b0b;
  border-color: #040404;
}

[dir] .btn-gray-shade:not(:disabled):not(.disabled).active:focus,
[dir] .btn-gray-shade:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-gray-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 69, 69, 0.5);
}

.btn-gray-tint {
  color: #fff;
}

[dir] .btn-gray-tint {
  background-color: #757575;
  border-color: #757575;
}

.btn-gray-tint:hover {
  color: #fff;
}

[dir] .btn-gray-tint:hover {
  background-color: #626262;
  border-color: #5c5c5c;
}

.btn-gray-tint.focus,
.btn-gray-tint:focus {
  color: #fff;
}

[dir] .btn-gray-tint.focus,
[dir] .btn-gray-tint:focus {
  background-color: #626262;
  border-color: #5c5c5c;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 54.1%, 0.5);
}

.btn-gray-tint.disabled,
.btn-gray-tint:disabled {
  color: #fff;
}

[dir] .btn-gray-tint.disabled,
[dir] .btn-gray-tint:disabled {
  background-color: #757575;
  border-color: #757575;
}

.btn-gray-tint:not(:disabled):not(.disabled).active,
.btn-gray-tint:not(:disabled):not(.disabled):active,
.show > .btn-gray-tint.dropdown-toggle {
  color: #fff;
}

[dir] .btn-gray-tint:not(:disabled):not(.disabled).active,
[dir] .btn-gray-tint:not(:disabled):not(.disabled):active,
[dir] .show > .btn-gray-tint.dropdown-toggle {
  background-color: #5c5c5c;
  border-color: #555;
}

[dir] .btn-gray-tint:not(:disabled):not(.disabled).active:focus,
[dir] .btn-gray-tint:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-gray-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 54.1%, 0.5);
}

.btn-gray-pastel {
  color: #212529;
}

[dir] .btn-gray-pastel {
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.btn-gray-pastel:hover {
  color: #212529;
}

[dir] .btn-gray-pastel:hover {
  background-color: #d7d7d7;
  border-color: #d1d1d1;
}

.btn-gray-pastel.focus,
.btn-gray-pastel:focus {
  color: #212529;
}

[dir] .btn-gray-pastel.focus,
[dir] .btn-gray-pastel:focus {
  background-color: #d7d7d7;
  border-color: #d1d1d1;
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 205, 0.5);
}

.btn-gray-pastel.disabled,
.btn-gray-pastel:disabled {
  color: #212529;
}

[dir] .btn-gray-pastel.disabled,
[dir] .btn-gray-pastel:disabled {
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.btn-gray-pastel:not(:disabled):not(.disabled).active,
.btn-gray-pastel:not(:disabled):not(.disabled):active,
.show > .btn-gray-pastel.dropdown-toggle {
  color: #212529;
}

[dir] .btn-gray-pastel:not(:disabled):not(.disabled).active,
[dir] .btn-gray-pastel:not(:disabled):not(.disabled):active,
[dir] .show > .btn-gray-pastel.dropdown-toggle {
  background-color: #d1d1d1;
  border-color: #cacaca;
}

[dir] .btn-gray-pastel:not(:disabled):not(.disabled).active:focus,
[dir] .btn-gray-pastel:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-gray-pastel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 205, 0.5);
}

.btn-black {
  color: #fff;
}

[dir] .btn-black {
  background-color: #000;
  border-color: #000;
}

.btn-black:hover {
  color: #fff;
}

[dir] .btn-black:hover {
  background-color: #000;
  border-color: #000;
}

.btn-black.focus,
.btn-black:focus {
  color: #fff;
}

[dir] .btn-black.focus,
[dir] .btn-black:focus {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-black.disabled,
.btn-black:disabled {
  color: #fff;
}

[dir] .btn-black.disabled,
[dir] .btn-black:disabled {
  background-color: #000;
  border-color: #000;
}

.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active,
.show > .btn-black.dropdown-toggle {
  color: #fff;
}

[dir] .btn-black:not(:disabled):not(.disabled).active,
[dir] .btn-black:not(:disabled):not(.disabled):active,
[dir] .show > .btn-black.dropdown-toggle {
  background-color: #000;
  border-color: #000;
}

[dir] .btn-black:not(:disabled):not(.disabled).active:focus,
[dir] .btn-black:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-orange {
  color: #212529;
}

[dir] .btn-orange {
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.btn-orange:hover {
  color: #fff;
}

[dir] .btn-orange:hover {
  background-color: #e96b02;
  border-color: #dc6502;
}

.btn-orange.focus,
.btn-orange:focus {
  color: #fff;
}

[dir] .btn-orange.focus,
[dir] .btn-orange:focus {
  background-color: #e96b02;
  border-color: #dc6502;
  box-shadow: 0 0 0 0.2rem rgba(220, 113, 23, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
  color: #212529;
}

[dir] .btn-orange.disabled,
[dir] .btn-orange:disabled {
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show > .btn-orange.dropdown-toggle {
  color: #fff;
}

[dir] .btn-orange:not(:disabled):not(.disabled).active,
[dir] .btn-orange:not(:disabled):not(.disabled):active,
[dir] .show > .btn-orange.dropdown-toggle {
  background-color: #dc6502;
  border-color: #cf5f02;
}

[dir] .btn-orange:not(:disabled):not(.disabled).active:focus,
[dir] .btn-orange:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 113, 23, 0.5);
}

.btn-teal {
  color: #212529;
}

[dir] .btn-teal {
  background-color: #66c1bf;
  border-color: #66c1bf;
}

.btn-teal:hover {
  color: #fff;
}

[dir] .btn-teal:hover {
  background-color: #4bb6b4;
  border-color: #46aeab;
}

.btn-teal.focus,
.btn-teal:focus {
  color: #fff;
}

[dir] .btn-teal.focus,
[dir] .btn-teal:focus {
  background-color: #4bb6b4;
  border-color: #46aeab;
  box-shadow: 0 0 0 0.2rem rgba(92, 170, 169, 0.5);
}

.btn-teal.disabled,
.btn-teal:disabled {
  color: #212529;
}

[dir] .btn-teal.disabled,
[dir] .btn-teal:disabled {
  background-color: #66c1bf;
  border-color: #66c1bf;
}

.btn-teal:not(:disabled):not(.disabled).active,
.btn-teal:not(:disabled):not(.disabled):active,
.show > .btn-teal.dropdown-toggle {
  color: #fff;
}

[dir] .btn-teal:not(:disabled):not(.disabled).active,
[dir] .btn-teal:not(:disabled):not(.disabled):active,
[dir] .show > .btn-teal.dropdown-toggle {
  background-color: #46aeab;
  border-color: #43a5a2;
}

[dir] .btn-teal:not(:disabled):not(.disabled).active:focus,
[dir] .btn-teal:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 170, 169, 0.5);
}

.btn-outline-primary {
  color: #3ca078;
}

[dir] .btn-outline-primary {
  border-color: #3ca078;
}

.btn-outline-primary:hover {
  color: #fff;
}

[dir] .btn-outline-primary:hover {
  background-color: #3ca078;
  border-color: #3ca078;
}

[dir] .btn-outline-primary.focus,
[dir] .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 160, 120, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #3ca078;
}

[dir] .btn-outline-primary.disabled,
[dir] .btn-outline-primary:disabled {
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-primary:not(:disabled):not(.disabled).active,
[dir] .btn-outline-primary:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-primary.dropdown-toggle {
  background-color: #3ca078;
  border-color: #3ca078;
}

[dir] .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 160, 120, 0.5);
}

.btn-outline-secondary {
  color: #160f3e;
}

[dir] .btn-outline-secondary {
  border-color: #160f3e;
}

.btn-outline-secondary:hover {
  color: #fff;
}

[dir] .btn-outline-secondary:hover {
  background-color: #160f3e;
  border-color: #160f3e;
}

[dir] .btn-outline-secondary.focus,
[dir] .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 15, 62, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #160f3e;
}

[dir] .btn-outline-secondary.disabled,
[dir] .btn-outline-secondary:disabled {
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-secondary:not(:disabled):not(.disabled).active,
[dir] .btn-outline-secondary:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-secondary.dropdown-toggle {
  background-color: #160f3e;
  border-color: #160f3e;
}

[dir] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 15, 62, 0.5);
}

.btn-outline-success {
  color: #006604;
}

[dir] .btn-outline-success {
  border-color: #006604;
}

.btn-outline-success:hover {
  color: #fff;
}

[dir] .btn-outline-success:hover {
  background-color: #006604;
  border-color: #006604;
}

[dir] .btn-outline-success.focus,
[dir] .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 4, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #006604;
}

[dir] .btn-outline-success.disabled,
[dir] .btn-outline-success:disabled {
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-success:not(:disabled):not(.disabled).active,
[dir] .btn-outline-success:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-success.dropdown-toggle {
  background-color: #006604;
  border-color: #006604;
}

[dir] .btn-outline-success:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-success:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 4, 0.5);
}

.btn-outline-info {
  color: #339eec;
}

[dir] .btn-outline-info {
  border-color: #339eec;
}

.btn-outline-info:hover {
  color: #fff;
}

[dir] .btn-outline-info:hover {
  background-color: #339eec;
  border-color: #339eec;
}

[dir] .btn-outline-info.focus,
[dir] .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 236, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #339eec;
}

[dir] .btn-outline-info.disabled,
[dir] .btn-outline-info:disabled {
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-info:not(:disabled):not(.disabled).active,
[dir] .btn-outline-info:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-info.dropdown-toggle {
  background-color: #339eec;
  border-color: #339eec;
}

[dir] .btn-outline-info:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-info:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 236, 0.5);
}

.btn-outline-warning {
  color: #f6c244;
}

[dir] .btn-outline-warning {
  border-color: #f6c244;
}

.btn-outline-warning:hover {
  color: #212529;
}

[dir] .btn-outline-warning:hover {
  background-color: #f6c244;
  border-color: #f6c244;
}

[dir] .btn-outline-warning.focus,
[dir] .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 68, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f6c244;
}

[dir] .btn-outline-warning.disabled,
[dir] .btn-outline-warning:disabled {
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-warning:not(:disabled):not(.disabled).active,
[dir] .btn-outline-warning:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-warning.dropdown-toggle {
  background-color: #f6c244;
  border-color: #f6c244;
}

[dir] .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 68, 0.5);
}

.btn-outline-danger {
  color: #af0818;
}

[dir] .btn-outline-danger {
  border-color: #af0818;
}

.btn-outline-danger:hover {
  color: #fff;
}

[dir] .btn-outline-danger:hover {
  background-color: #af0818;
  border-color: #af0818;
}

[dir] .btn-outline-danger.focus,
[dir] .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 8, 24, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #af0818;
}

[dir] .btn-outline-danger.disabled,
[dir] .btn-outline-danger:disabled {
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-danger:not(:disabled):not(.disabled).active,
[dir] .btn-outline-danger:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-danger.dropdown-toggle {
  background-color: #af0818;
  border-color: #af0818;
}

[dir] .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 8, 24, 0.5);
}

.btn-outline-light {
  color: #eaeaea;
}

[dir] .btn-outline-light {
  border-color: #eaeaea;
}

.btn-outline-light:hover {
  color: #212529;
}

[dir] .btn-outline-light:hover {
  background-color: #eaeaea;
  border-color: #eaeaea;
}

[dir] .btn-outline-light.focus,
[dir] .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 91.8%, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #eaeaea;
}

[dir] .btn-outline-light.disabled,
[dir] .btn-outline-light:disabled {
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-light:not(:disabled):not(.disabled).active,
[dir] .btn-outline-light:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-light.dropdown-toggle {
  background-color: #eaeaea;
  border-color: #eaeaea;
}

[dir] .btn-outline-light:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-light:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 91.8%, 0.5);
}

.btn-outline-dark {
  color: #343a40;
}

[dir] .btn-outline-dark {
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
}

[dir] .btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
}

[dir] .btn-outline-dark.focus,
[dir] .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;
}

[dir] .btn-outline-dark.disabled,
[dir] .btn-outline-dark:disabled {
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-dark:not(:disabled):not(.disabled).active,
[dir] .btn-outline-dark:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-dark.dropdown-toggle {
  background-color: #343a40;
  border-color: #343a40;
}

[dir] .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-white {
  color: #fff;
}

[dir] .btn-outline-white {
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #212529;
}

[dir] .btn-outline-white:hover {
  background-color: #fff;
  border-color: #fff;
}

[dir] .btn-outline-white.focus,
[dir] .btn-outline-white:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
}

[dir] .btn-outline-white.disabled,
[dir] .btn-outline-white:disabled {
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-white:not(:disabled):not(.disabled).active,
[dir] .btn-outline-white:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-white.dropdown-toggle {
  background-color: #fff;
  border-color: #fff;
}

[dir] .btn-outline-white:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-white:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.btn-outline-violet {
  color: #5505cd;
}

[dir] .btn-outline-violet {
  border-color: #5505cd;
}

.btn-outline-violet:hover {
  color: #fff;
}

[dir] .btn-outline-violet:hover {
  background-color: #5505cd;
  border-color: #5505cd;
}

[dir] .btn-outline-violet.focus,
[dir] .btn-outline-violet:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 5, 205, 0.5);
}

.btn-outline-violet.disabled,
.btn-outline-violet:disabled {
  color: #5505cd;
}

[dir] .btn-outline-violet.disabled,
[dir] .btn-outline-violet:disabled {
  background-color: transparent;
}

.btn-outline-violet:not(:disabled):not(.disabled).active,
.btn-outline-violet:not(:disabled):not(.disabled):active,
.show > .btn-outline-violet.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-violet:not(:disabled):not(.disabled).active,
[dir] .btn-outline-violet:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-violet.dropdown-toggle {
  background-color: #5505cd;
  border-color: #5505cd;
}

[dir] .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 5, 205, 0.5);
}

.btn-outline-violet-shade {
  color: #3c2b7d;
}

[dir] .btn-outline-violet-shade {
  border-color: #3c2b7d;
}

.btn-outline-violet-shade:hover {
  color: #fff;
}

[dir] .btn-outline-violet-shade:hover {
  background-color: #3c2b7d;
  border-color: #3c2b7d;
}

[dir] .btn-outline-violet-shade.focus,
[dir] .btn-outline-violet-shade:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 43, 125, 0.5);
}

.btn-outline-violet-shade.disabled,
.btn-outline-violet-shade:disabled {
  color: #3c2b7d;
}

[dir] .btn-outline-violet-shade.disabled,
[dir] .btn-outline-violet-shade:disabled {
  background-color: transparent;
}

.btn-outline-violet-shade:not(:disabled):not(.disabled).active,
.btn-outline-violet-shade:not(:disabled):not(.disabled):active,
.show > .btn-outline-violet-shade.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-violet-shade:not(:disabled):not(.disabled).active,
[dir] .btn-outline-violet-shade:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-violet-shade.dropdown-toggle {
  background-color: #3c2b7d;
  border-color: #3c2b7d;
}

[dir] .btn-outline-violet-shade:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-violet-shade:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-violet-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 43, 125, 0.5);
}

.btn-outline-violet-tint {
  color: #5830b4;
}

[dir] .btn-outline-violet-tint {
  border-color: #5830b4;
}

.btn-outline-violet-tint:hover {
  color: #fff;
}

[dir] .btn-outline-violet-tint:hover {
  background-color: #5830b4;
  border-color: #5830b4;
}

[dir] .btn-outline-violet-tint.focus,
[dir] .btn-outline-violet-tint:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 48, 180, 0.5);
}

.btn-outline-violet-tint.disabled,
.btn-outline-violet-tint:disabled {
  color: #5830b4;
}

[dir] .btn-outline-violet-tint.disabled,
[dir] .btn-outline-violet-tint:disabled {
  background-color: transparent;
}

.btn-outline-violet-tint:not(:disabled):not(.disabled).active,
.btn-outline-violet-tint:not(:disabled):not(.disabled):active,
.show > .btn-outline-violet-tint.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-violet-tint:not(:disabled):not(.disabled).active,
[dir] .btn-outline-violet-tint:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-violet-tint.dropdown-toggle {
  background-color: #5830b4;
  border-color: #5830b4;
}

[dir] .btn-outline-violet-tint:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-violet-tint:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-violet-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 48, 180, 0.5);
}

.btn-outline-violet-pastel {
  color: #ac9fd5;
}

[dir] .btn-outline-violet-pastel {
  border-color: #ac9fd5;
}

.btn-outline-violet-pastel:hover {
  color: #212529;
}

[dir] .btn-outline-violet-pastel:hover {
  background-color: #ac9fd5;
  border-color: #ac9fd5;
}

[dir] .btn-outline-violet-pastel.focus,
[dir] .btn-outline-violet-pastel:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 159, 213, 0.5);
}

.btn-outline-violet-pastel.disabled,
.btn-outline-violet-pastel:disabled {
  color: #ac9fd5;
}

[dir] .btn-outline-violet-pastel.disabled,
[dir] .btn-outline-violet-pastel:disabled {
  background-color: transparent;
}

.btn-outline-violet-pastel:not(:disabled):not(.disabled).active,
.btn-outline-violet-pastel:not(:disabled):not(.disabled):active,
.show > .btn-outline-violet-pastel.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-violet-pastel:not(:disabled):not(.disabled).active,
[dir] .btn-outline-violet-pastel:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-violet-pastel.dropdown-toggle {
  background-color: #ac9fd5;
  border-color: #ac9fd5;
}

[dir] .btn-outline-violet-pastel:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-violet-pastel:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-violet-pastel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 159, 213, 0.5);
}

.btn-outline-blue {
  color: #005a96;
}

[dir] .btn-outline-blue {
  border-color: #005a96;
}

.btn-outline-blue:hover {
  color: #fff;
}

[dir] .btn-outline-blue:hover {
  background-color: #005a96;
  border-color: #005a96;
}

[dir] .btn-outline-blue.focus,
[dir] .btn-outline-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 90, 150, 0.5);
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #005a96;
}

[dir] .btn-outline-blue.disabled,
[dir] .btn-outline-blue:disabled {
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled).active,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-blue:not(:disabled):not(.disabled).active,
[dir] .btn-outline-blue:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-blue.dropdown-toggle {
  background-color: #005a96;
  border-color: #005a96;
}

[dir] .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-blue:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 90, 150, 0.5);
}

.btn-outline-blue-shade {
  color: #0053ba;
}

[dir] .btn-outline-blue-shade {
  border-color: #0053ba;
}

.btn-outline-blue-shade:hover {
  color: #fff;
}

[dir] .btn-outline-blue-shade:hover {
  background-color: #0053ba;
  border-color: #0053ba;
}

[dir] .btn-outline-blue-shade.focus,
[dir] .btn-outline-blue-shade:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 83, 186, 0.5);
}

.btn-outline-blue-shade.disabled,
.btn-outline-blue-shade:disabled {
  color: #0053ba;
}

[dir] .btn-outline-blue-shade.disabled,
[dir] .btn-outline-blue-shade:disabled {
  background-color: transparent;
}

.btn-outline-blue-shade:not(:disabled):not(.disabled).active,
.btn-outline-blue-shade:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue-shade.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-blue-shade:not(:disabled):not(.disabled).active,
[dir] .btn-outline-blue-shade:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-blue-shade.dropdown-toggle {
  background-color: #0053ba;
  border-color: #0053ba;
}

[dir] .btn-outline-blue-shade:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-blue-shade:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-blue-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 83, 186, 0.5);
}

.btn-outline-blue-tint {
  color: #0054ae;
}

[dir] .btn-outline-blue-tint {
  border-color: #0054ae;
}

.btn-outline-blue-tint:hover {
  color: #fff;
}

[dir] .btn-outline-blue-tint:hover {
  background-color: #0054ae;
  border-color: #0054ae;
}

[dir] .btn-outline-blue-tint.focus,
[dir] .btn-outline-blue-tint:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 174, 0.5);
}

.btn-outline-blue-tint.disabled,
.btn-outline-blue-tint:disabled {
  color: #0054ae;
}

[dir] .btn-outline-blue-tint.disabled,
[dir] .btn-outline-blue-tint:disabled {
  background-color: transparent;
}

.btn-outline-blue-tint:not(:disabled):not(.disabled).active,
.btn-outline-blue-tint:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue-tint.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-blue-tint:not(:disabled):not(.disabled).active,
[dir] .btn-outline-blue-tint:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-blue-tint.dropdown-toggle {
  background-color: #0054ae;
  border-color: #0054ae;
}

[dir] .btn-outline-blue-tint:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-blue-tint:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-blue-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 174, 0.5);
}

.btn-outline-blue-pastel {
  color: #339eec;
}

[dir] .btn-outline-blue-pastel {
  border-color: #339eec;
}

.btn-outline-blue-pastel:hover {
  color: #fff;
}

[dir] .btn-outline-blue-pastel:hover {
  background-color: #339eec;
  border-color: #339eec;
}

[dir] .btn-outline-blue-pastel.focus,
[dir] .btn-outline-blue-pastel:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 236, 0.5);
}

.btn-outline-blue-pastel.disabled,
.btn-outline-blue-pastel:disabled {
  color: #339eec;
}

[dir] .btn-outline-blue-pastel.disabled,
[dir] .btn-outline-blue-pastel:disabled {
  background-color: transparent;
}

.btn-outline-blue-pastel:not(:disabled):not(.disabled).active,
.btn-outline-blue-pastel:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue-pastel.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-blue-pastel:not(:disabled):not(.disabled).active,
[dir] .btn-outline-blue-pastel:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-blue-pastel.dropdown-toggle {
  background-color: #339eec;
  border-color: #339eec;
}

[dir] .btn-outline-blue-pastel:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-blue-pastel:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-blue-pastel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 236, 0.5);
}

.btn-outline-tiffany {
  color: #0aebd7;
}

[dir] .btn-outline-tiffany {
  border-color: #0aebd7;
}

.btn-outline-tiffany:hover {
  color: #212529;
}

[dir] .btn-outline-tiffany:hover {
  background-color: #0aebd7;
  border-color: #0aebd7;
}

[dir] .btn-outline-tiffany.focus,
[dir] .btn-outline-tiffany:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 235, 215, 0.5);
}

.btn-outline-tiffany.disabled,
.btn-outline-tiffany:disabled {
  color: #0aebd7;
}

[dir] .btn-outline-tiffany.disabled,
[dir] .btn-outline-tiffany:disabled {
  background-color: transparent;
}

.btn-outline-tiffany:not(:disabled):not(.disabled).active,
.btn-outline-tiffany:not(:disabled):not(.disabled):active,
.show > .btn-outline-tiffany.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-tiffany:not(:disabled):not(.disabled).active,
[dir] .btn-outline-tiffany:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-tiffany.dropdown-toggle {
  background-color: #0aebd7;
  border-color: #0aebd7;
}

[dir] .btn-outline-tiffany:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-tiffany:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-tiffany.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 235, 215, 0.5);
}

.btn-outline-tiffany-shade {
  color: #046459;
}

[dir] .btn-outline-tiffany-shade {
  border-color: #046459;
}

.btn-outline-tiffany-shade:hover {
  color: #fff;
}

[dir] .btn-outline-tiffany-shade:hover {
  background-color: #046459;
  border-color: #046459;
}

[dir] .btn-outline-tiffany-shade.focus,
[dir] .btn-outline-tiffany-shade:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 100, 89, 0.5);
}

.btn-outline-tiffany-shade.disabled,
.btn-outline-tiffany-shade:disabled {
  color: #046459;
}

[dir] .btn-outline-tiffany-shade.disabled,
[dir] .btn-outline-tiffany-shade:disabled {
  background-color: transparent;
}

.btn-outline-tiffany-shade:not(:disabled):not(.disabled).active,
.btn-outline-tiffany-shade:not(:disabled):not(.disabled):active,
.show > .btn-outline-tiffany-shade.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-tiffany-shade:not(:disabled):not(.disabled).active,
[dir] .btn-outline-tiffany-shade:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-tiffany-shade.dropdown-toggle {
  background-color: #046459;
  border-color: #046459;
}

[dir] .btn-outline-tiffany-shade:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-tiffany-shade:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-tiffany-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 100, 89, 0.5);
}

.btn-outline-tiffany-tint {
  color: #4ecebb;
}

[dir] .btn-outline-tiffany-tint {
  border-color: #4ecebb;
}

.btn-outline-tiffany-tint:hover {
  color: #212529;
}

[dir] .btn-outline-tiffany-tint:hover {
  background-color: #4ecebb;
  border-color: #4ecebb;
}

[dir] .btn-outline-tiffany-tint.focus,
[dir] .btn-outline-tiffany-tint:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 206, 187, 0.5);
}

.btn-outline-tiffany-tint.disabled,
.btn-outline-tiffany-tint:disabled {
  color: #4ecebb;
}

[dir] .btn-outline-tiffany-tint.disabled,
[dir] .btn-outline-tiffany-tint:disabled {
  background-color: transparent;
}

.btn-outline-tiffany-tint:not(:disabled):not(.disabled).active,
.btn-outline-tiffany-tint:not(:disabled):not(.disabled):active,
.show > .btn-outline-tiffany-tint.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-tiffany-tint:not(:disabled):not(.disabled).active,
[dir] .btn-outline-tiffany-tint:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-tiffany-tint.dropdown-toggle {
  background-color: #4ecebb;
  border-color: #4ecebb;
}

[dir] .btn-outline-tiffany-tint:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-tiffany-tint:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-tiffany-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 206, 187, 0.5);
}

.btn-outline-tiffany-pastel {
  color: #a9e2d7;
}

[dir] .btn-outline-tiffany-pastel {
  border-color: #a9e2d7;
}

.btn-outline-tiffany-pastel:hover {
  color: #212529;
}

[dir] .btn-outline-tiffany-pastel:hover {
  background-color: #a9e2d7;
  border-color: #a9e2d7;
}

[dir] .btn-outline-tiffany-pastel.focus,
[dir] .btn-outline-tiffany-pastel:focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 226, 215, 0.5);
}

.btn-outline-tiffany-pastel.disabled,
.btn-outline-tiffany-pastel:disabled {
  color: #a9e2d7;
}

[dir] .btn-outline-tiffany-pastel.disabled,
[dir] .btn-outline-tiffany-pastel:disabled {
  background-color: transparent;
}

.btn-outline-tiffany-pastel:not(:disabled):not(.disabled).active,
.btn-outline-tiffany-pastel:not(:disabled):not(.disabled):active,
.show > .btn-outline-tiffany-pastel.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-tiffany-pastel:not(:disabled):not(.disabled).active,
[dir] .btn-outline-tiffany-pastel:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-tiffany-pastel.dropdown-toggle {
  background-color: #a9e2d7;
  border-color: #a9e2d7;
}

[dir] .btn-outline-tiffany-pastel:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-tiffany-pastel:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-tiffany-pastel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 226, 215, 0.5);
}

.btn-outline-darkBlue {
  color: #160f3e;
}

[dir] .btn-outline-darkBlue {
  border-color: #160f3e;
}

.btn-outline-darkBlue:hover {
  color: #fff;
}

[dir] .btn-outline-darkBlue:hover {
  background-color: #160f3e;
  border-color: #160f3e;
}

[dir] .btn-outline-darkBlue.focus,
[dir] .btn-outline-darkBlue:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 15, 62, 0.5);
}

.btn-outline-darkBlue.disabled,
.btn-outline-darkBlue:disabled {
  color: #160f3e;
}

[dir] .btn-outline-darkBlue.disabled,
[dir] .btn-outline-darkBlue:disabled {
  background-color: transparent;
}

.btn-outline-darkBlue:not(:disabled):not(.disabled).active,
.btn-outline-darkBlue:not(:disabled):not(.disabled):active,
.show > .btn-outline-darkBlue.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-darkBlue:not(:disabled):not(.disabled).active,
[dir] .btn-outline-darkBlue:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-darkBlue.dropdown-toggle {
  background-color: #160f3e;
  border-color: #160f3e;
}

[dir] .btn-outline-darkBlue:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-darkBlue:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-darkBlue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 15, 62, 0.5);
}

.btn-outline-darkBlue-shade {
  color: #1f255b;
}

[dir] .btn-outline-darkBlue-shade {
  border-color: #1f255b;
}

.btn-outline-darkBlue-shade:hover {
  color: #fff;
}

[dir] .btn-outline-darkBlue-shade:hover {
  background-color: #1f255b;
  border-color: #1f255b;
}

[dir] .btn-outline-darkBlue-shade.focus,
[dir] .btn-outline-darkBlue-shade:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 37, 91, 0.5);
}

.btn-outline-darkBlue-shade.disabled,
.btn-outline-darkBlue-shade:disabled {
  color: #1f255b;
}

[dir] .btn-outline-darkBlue-shade.disabled,
[dir] .btn-outline-darkBlue-shade:disabled {
  background-color: transparent;
}

.btn-outline-darkBlue-shade:not(:disabled):not(.disabled).active,
.btn-outline-darkBlue-shade:not(:disabled):not(.disabled):active,
.show > .btn-outline-darkBlue-shade.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-darkBlue-shade:not(:disabled):not(.disabled).active,
[dir] .btn-outline-darkBlue-shade:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-darkBlue-shade.dropdown-toggle {
  background-color: #1f255b;
  border-color: #1f255b;
}

[dir] .btn-outline-darkBlue-shade:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-darkBlue-shade:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-darkBlue-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 37, 91, 0.5);
}

.btn-outline-darkBlue-tint {
  color: #444061;
}

[dir] .btn-outline-darkBlue-tint {
  border-color: #444061;
}

.btn-outline-darkBlue-tint:hover {
  color: #fff;
}

[dir] .btn-outline-darkBlue-tint:hover {
  background-color: #444061;
  border-color: #444061;
}

[dir] .btn-outline-darkBlue-tint.focus,
[dir] .btn-outline-darkBlue-tint:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 64, 97, 0.5);
}

.btn-outline-darkBlue-tint.disabled,
.btn-outline-darkBlue-tint:disabled {
  color: #444061;
}

[dir] .btn-outline-darkBlue-tint.disabled,
[dir] .btn-outline-darkBlue-tint:disabled {
  background-color: transparent;
}

.btn-outline-darkBlue-tint:not(:disabled):not(.disabled).active,
.btn-outline-darkBlue-tint:not(:disabled):not(.disabled):active,
.show > .btn-outline-darkBlue-tint.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-darkBlue-tint:not(:disabled):not(.disabled).active,
[dir] .btn-outline-darkBlue-tint:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-darkBlue-tint.dropdown-toggle {
  background-color: #444061;
  border-color: #444061;
}

[dir] .btn-outline-darkBlue-tint:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-darkBlue-tint:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-darkBlue-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 64, 97, 0.5);
}

.btn-outline-darkBlue-pastel {
  color: #cdccd5;
}

[dir] .btn-outline-darkBlue-pastel {
  border-color: #cdccd5;
}

.btn-outline-darkBlue-pastel:hover {
  color: #212529;
}

[dir] .btn-outline-darkBlue-pastel:hover {
  background-color: #cdccd5;
  border-color: #cdccd5;
}

[dir] .btn-outline-darkBlue-pastel.focus,
[dir] .btn-outline-darkBlue-pastel:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 204, 213, 0.5);
}

.btn-outline-darkBlue-pastel.disabled,
.btn-outline-darkBlue-pastel:disabled {
  color: #cdccd5;
}

[dir] .btn-outline-darkBlue-pastel.disabled,
[dir] .btn-outline-darkBlue-pastel:disabled {
  background-color: transparent;
}

.btn-outline-darkBlue-pastel:not(:disabled):not(.disabled).active,
.btn-outline-darkBlue-pastel:not(:disabled):not(.disabled):active,
.show > .btn-outline-darkBlue-pastel.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-darkBlue-pastel:not(:disabled):not(.disabled).active,
[dir] .btn-outline-darkBlue-pastel:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-darkBlue-pastel.dropdown-toggle {
  background-color: #cdccd5;
  border-color: #cdccd5;
}

[dir] .btn-outline-darkBlue-pastel:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-darkBlue-pastel:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-darkBlue-pastel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 204, 213, 0.5);
}

.btn-outline-green {
  color: #26634b;
}

[dir] .btn-outline-green {
  border-color: #26634b;
}

.btn-outline-green:hover {
  color: #fff;
}

[dir] .btn-outline-green:hover {
  background-color: #26634b;
  border-color: #26634b;
}

[dir] .btn-outline-green.focus,
[dir] .btn-outline-green:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 99, 75, 0.5);
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
  color: #26634b;
}

[dir] .btn-outline-green.disabled,
[dir] .btn-outline-green:disabled {
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled).active,
.btn-outline-green:not(:disabled):not(.disabled):active,
.show > .btn-outline-green.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-green:not(:disabled):not(.disabled).active,
[dir] .btn-outline-green:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-green.dropdown-toggle {
  background-color: #26634b;
  border-color: #26634b;
}

[dir] .btn-outline-green:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-green:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 99, 75, 0.5);
}

.btn-outline-green-shade {
  color: #066058;
}

[dir] .btn-outline-green-shade {
  border-color: #066058;
}

.btn-outline-green-shade:hover {
  color: #fff;
}

[dir] .btn-outline-green-shade:hover {
  background-color: #066058;
  border-color: #066058;
}

[dir] .btn-outline-green-shade.focus,
[dir] .btn-outline-green-shade:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 96, 88, 0.5);
}

.btn-outline-green-shade.disabled,
.btn-outline-green-shade:disabled {
  color: #066058;
}

[dir] .btn-outline-green-shade.disabled,
[dir] .btn-outline-green-shade:disabled {
  background-color: transparent;
}

.btn-outline-green-shade:not(:disabled):not(.disabled).active,
.btn-outline-green-shade:not(:disabled):not(.disabled):active,
.show > .btn-outline-green-shade.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-green-shade:not(:disabled):not(.disabled).active,
[dir] .btn-outline-green-shade:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-green-shade.dropdown-toggle {
  background-color: #066058;
  border-color: #066058;
}

[dir] .btn-outline-green-shade:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-green-shade:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-green-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 96, 88, 0.5);
}

.btn-outline-green-tint {
  color: #27aa8c;
}

[dir] .btn-outline-green-tint {
  border-color: #27aa8c;
}

.btn-outline-green-tint:hover {
  color: #fff;
}

[dir] .btn-outline-green-tint:hover {
  background-color: #27aa8c;
  border-color: #27aa8c;
}

[dir] .btn-outline-green-tint.focus,
[dir] .btn-outline-green-tint:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 170, 140, 0.5);
}

.btn-outline-green-tint.disabled,
.btn-outline-green-tint:disabled {
  color: #27aa8c;
}

[dir] .btn-outline-green-tint.disabled,
[dir] .btn-outline-green-tint:disabled {
  background-color: transparent;
}

.btn-outline-green-tint:not(:disabled):not(.disabled).active,
.btn-outline-green-tint:not(:disabled):not(.disabled):active,
.show > .btn-outline-green-tint.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-green-tint:not(:disabled):not(.disabled).active,
[dir] .btn-outline-green-tint:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-green-tint.dropdown-toggle {
  background-color: #27aa8c;
  border-color: #27aa8c;
}

[dir] .btn-outline-green-tint:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-green-tint:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-green-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 170, 140, 0.5);
}

.btn-outline-green-light {
  color: #3ca078;
}

[dir] .btn-outline-green-light {
  border-color: #3ca078;
}

.btn-outline-green-light:hover {
  color: #fff;
}

[dir] .btn-outline-green-light:hover {
  background-color: #3ca078;
  border-color: #3ca078;
}

[dir] .btn-outline-green-light.focus,
[dir] .btn-outline-green-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 160, 120, 0.5);
}

.btn-outline-green-light.disabled,
.btn-outline-green-light:disabled {
  color: #3ca078;
}

[dir] .btn-outline-green-light.disabled,
[dir] .btn-outline-green-light:disabled {
  background-color: transparent;
}

.btn-outline-green-light:not(:disabled):not(.disabled).active,
.btn-outline-green-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-green-light.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-green-light:not(:disabled):not(.disabled).active,
[dir] .btn-outline-green-light:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-green-light.dropdown-toggle {
  background-color: #3ca078;
  border-color: #3ca078;
}

[dir] .btn-outline-green-light:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-green-light:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-green-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 160, 120, 0.5);
}

.btn-outline-green-pastel {
  color: #acddc7;
}

[dir] .btn-outline-green-pastel {
  border-color: #acddc7;
}

.btn-outline-green-pastel:hover {
  color: #212529;
}

[dir] .btn-outline-green-pastel:hover {
  background-color: #acddc7;
  border-color: #acddc7;
}

[dir] .btn-outline-green-pastel.focus,
[dir] .btn-outline-green-pastel:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 221, 199, 0.5);
}

.btn-outline-green-pastel.disabled,
.btn-outline-green-pastel:disabled {
  color: #acddc7;
}

[dir] .btn-outline-green-pastel.disabled,
[dir] .btn-outline-green-pastel:disabled {
  background-color: transparent;
}

.btn-outline-green-pastel:not(:disabled):not(.disabled).active,
.btn-outline-green-pastel:not(:disabled):not(.disabled):active,
.show > .btn-outline-green-pastel.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-green-pastel:not(:disabled):not(.disabled).active,
[dir] .btn-outline-green-pastel:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-green-pastel.dropdown-toggle {
  background-color: #acddc7;
  border-color: #acddc7;
}

[dir] .btn-outline-green-pastel:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-green-pastel:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-green-pastel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 221, 199, 0.5);
}

.btn-outline-green-dark {
  color: #144d3f;
}

[dir] .btn-outline-green-dark {
  border-color: #144d3f;
}

.btn-outline-green-dark:hover {
  color: #fff;
}

[dir] .btn-outline-green-dark:hover {
  background-color: #144d3f;
  border-color: #144d3f;
}

[dir] .btn-outline-green-dark.focus,
[dir] .btn-outline-green-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 77, 63, 0.5);
}

.btn-outline-green-dark.disabled,
.btn-outline-green-dark:disabled {
  color: #144d3f;
}

[dir] .btn-outline-green-dark.disabled,
[dir] .btn-outline-green-dark:disabled {
  background-color: transparent;
}

.btn-outline-green-dark:not(:disabled):not(.disabled).active,
.btn-outline-green-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-green-dark.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-green-dark:not(:disabled):not(.disabled).active,
[dir] .btn-outline-green-dark:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-green-dark.dropdown-toggle {
  background-color: #144d3f;
  border-color: #144d3f;
}

[dir] .btn-outline-green-dark:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-green-dark:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-green-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 77, 63, 0.5);
}

.btn-outline-gray {
  color: #323232;
}

[dir] .btn-outline-gray {
  border-color: #323232;
}

.btn-outline-gray:hover {
  color: #fff;
}

[dir] .btn-outline-gray:hover {
  background-color: #323232;
  border-color: #323232;
}

[dir] .btn-outline-gray.focus,
[dir] .btn-outline-gray:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.5);
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #323232;
}

[dir] .btn-outline-gray.disabled,
[dir] .btn-outline-gray:disabled {
  background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled).active,
.btn-outline-gray:not(:disabled):not(.disabled):active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-gray:not(:disabled):not(.disabled).active,
[dir] .btn-outline-gray:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-gray.dropdown-toggle {
  background-color: #323232;
  border-color: #323232;
}

[dir] .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-gray:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.5);
}

.btn-outline-gray-shade {
  color: #242424;
}

[dir] .btn-outline-gray-shade {
  border-color: #242424;
}

.btn-outline-gray-shade:hover {
  color: #fff;
}

[dir] .btn-outline-gray-shade:hover {
  background-color: #242424;
  border-color: #242424;
}

[dir] .btn-outline-gray-shade.focus,
[dir] .btn-outline-gray-shade:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 36, 36, 0.5);
}

.btn-outline-gray-shade.disabled,
.btn-outline-gray-shade:disabled {
  color: #242424;
}

[dir] .btn-outline-gray-shade.disabled,
[dir] .btn-outline-gray-shade:disabled {
  background-color: transparent;
}

.btn-outline-gray-shade:not(:disabled):not(.disabled).active,
.btn-outline-gray-shade:not(:disabled):not(.disabled):active,
.show > .btn-outline-gray-shade.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-gray-shade:not(:disabled):not(.disabled).active,
[dir] .btn-outline-gray-shade:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-gray-shade.dropdown-toggle {
  background-color: #242424;
  border-color: #242424;
}

[dir] .btn-outline-gray-shade:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-gray-shade:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-gray-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 36, 36, 0.5);
}

.btn-outline-gray-tint {
  color: #757575;
}

[dir] .btn-outline-gray-tint {
  border-color: #757575;
}

.btn-outline-gray-tint:hover {
  color: #fff;
}

[dir] .btn-outline-gray-tint:hover {
  background-color: #757575;
  border-color: #757575;
}

[dir] .btn-outline-gray-tint.focus,
[dir] .btn-outline-gray-tint:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 45.9%, 0.5);
}

.btn-outline-gray-tint.disabled,
.btn-outline-gray-tint:disabled {
  color: #757575;
}

[dir] .btn-outline-gray-tint.disabled,
[dir] .btn-outline-gray-tint:disabled {
  background-color: transparent;
}

.btn-outline-gray-tint:not(:disabled):not(.disabled).active,
.btn-outline-gray-tint:not(:disabled):not(.disabled):active,
.show > .btn-outline-gray-tint.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-gray-tint:not(:disabled):not(.disabled).active,
[dir] .btn-outline-gray-tint:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-gray-tint.dropdown-toggle {
  background-color: #757575;
  border-color: #757575;
}

[dir] .btn-outline-gray-tint:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-gray-tint:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-gray-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 45.9%, 0.5);
}

.btn-outline-gray-pastel {
  color: #eaeaea;
}

[dir] .btn-outline-gray-pastel {
  border-color: #eaeaea;
}

.btn-outline-gray-pastel:hover {
  color: #212529;
}

[dir] .btn-outline-gray-pastel:hover {
  background-color: #eaeaea;
  border-color: #eaeaea;
}

[dir] .btn-outline-gray-pastel.focus,
[dir] .btn-outline-gray-pastel:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 91.8%, 0.5);
}

.btn-outline-gray-pastel.disabled,
.btn-outline-gray-pastel:disabled {
  color: #eaeaea;
}

[dir] .btn-outline-gray-pastel.disabled,
[dir] .btn-outline-gray-pastel:disabled {
  background-color: transparent;
}

.btn-outline-gray-pastel:not(:disabled):not(.disabled).active,
.btn-outline-gray-pastel:not(:disabled):not(.disabled):active,
.show > .btn-outline-gray-pastel.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-gray-pastel:not(:disabled):not(.disabled).active,
[dir] .btn-outline-gray-pastel:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-gray-pastel.dropdown-toggle {
  background-color: #eaeaea;
  border-color: #eaeaea;
}

[dir] .btn-outline-gray-pastel:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-gray-pastel:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-gray-pastel.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 91.8%, 0.5);
}

.btn-outline-black {
  color: #000;
}

[dir] .btn-outline-black {
  border-color: #000;
}

.btn-outline-black:hover {
  color: #fff;
}

[dir] .btn-outline-black:hover {
  background-color: #000;
  border-color: #000;
}

[dir] .btn-outline-black.focus,
[dir] .btn-outline-black:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
  color: #000;
}

[dir] .btn-outline-black.disabled,
[dir] .btn-outline-black:disabled {
  background-color: transparent;
}

.btn-outline-black:not(:disabled):not(.disabled).active,
.btn-outline-black:not(:disabled):not(.disabled):active,
.show > .btn-outline-black.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-black:not(:disabled):not(.disabled).active,
[dir] .btn-outline-black:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-black.dropdown-toggle {
  background-color: #000;
  border-color: #000;
}

[dir] .btn-outline-black:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-black:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-orange {
  color: #fd7e14;
}

[dir] .btn-outline-orange {
  border-color: #fd7e14;
}

.btn-outline-orange:hover {
  color: #212529;
}

[dir] .btn-outline-orange:hover {
  background-color: #fd7e14;
  border-color: #fd7e14;
}

[dir] .btn-outline-orange.focus,
[dir] .btn-outline-orange:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
  color: #fd7e14;
}

[dir] .btn-outline-orange.disabled,
[dir] .btn-outline-orange:disabled {
  background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled).active,
.btn-outline-orange:not(:disabled):not(.disabled):active,
.show > .btn-outline-orange.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-orange:not(:disabled):not(.disabled).active,
[dir] .btn-outline-orange:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-orange.dropdown-toggle {
  background-color: #fd7e14;
  border-color: #fd7e14;
}

[dir] .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

.btn-outline-teal {
  color: #66c1bf;
}

[dir] .btn-outline-teal {
  border-color: #66c1bf;
}

.btn-outline-teal:hover {
  color: #212529;
}

[dir] .btn-outline-teal:hover {
  background-color: #66c1bf;
  border-color: #66c1bf;
}

[dir] .btn-outline-teal.focus,
[dir] .btn-outline-teal:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 193, 191, 0.5);
}

.btn-outline-teal.disabled,
.btn-outline-teal:disabled {
  color: #66c1bf;
}

[dir] .btn-outline-teal.disabled,
[dir] .btn-outline-teal:disabled {
  background-color: transparent;
}

.btn-outline-teal:not(:disabled):not(.disabled).active,
.btn-outline-teal:not(:disabled):not(.disabled):active,
.show > .btn-outline-teal.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-teal:not(:disabled):not(.disabled).active,
[dir] .btn-outline-teal:not(:disabled):not(.disabled):active,
[dir] .show > .btn-outline-teal.dropdown-toggle {
  background-color: #66c1bf;
  border-color: #66c1bf;
}

[dir] .btn-outline-teal:not(:disabled):not(.disabled).active:focus,
[dir] .btn-outline-teal:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 193, 191, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #242424;
  text-decoration: underline;
}

.btn-link:hover {
  color: #066058;
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-group-lg > .btn,
.btn-lg {
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir] .btn-group-lg > .btn,
[dir] .btn-lg {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir] .btn-group-sm > .btn,
[dir] .btn-sm {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

[dir] .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;
  vertical-align: 0.255em;
  content: "";
}

[dir] .dropdown-toggle:after {
  border-top: 0.3em solid;
  border-bottom: 0;
}

[dir="ltr"] .dropdown-toggle:after {
  margin-left: 0.255em;
}

[dir="ltr"] .dropdown-toggle:after,
[dir="rtl"] .dropdown-toggle:after {
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

[dir="rtl"] .dropdown-toggle:after {
  margin-right: 0.255em;
}

[dir="ltr"] .dropdown-toggle:empty:after {
  margin-left: 0;
}

[dir="rtl"] .dropdown-toggle:empty:after {
  margin-right: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  font-size: 1rem;
  color: #212529;
  list-style: none;
}

[dir] .dropdown-menu {
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

[dir="ltr"] .dropdown-menu {
  left: 0;
  float: left;
  text-align: left;
}

[dir="rtl"] .dropdown-menu {
  right: 0;
  float: right;
  text-align: right;
}

[dir="ltr"] .dropdown-menu-left {
  right: auto;
  left: 0;
}

[dir="ltr"] .dropdown-menu-right,
[dir="rtl"] .dropdown-menu-left {
  left: auto;
  right: 0;
}

[dir="rtl"] .dropdown-menu-right {
  left: 0;
  right: auto;
}

@media (min-width: 576px) {
  [dir="ltr"] .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  [dir="ltr"] .dropdown-menu-sm-right,
  [dir="rtl"] .dropdown-menu-sm-left {
    left: auto;
    right: 0;
  }

  [dir="rtl"] .dropdown-menu-sm-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  [dir="ltr"] .dropdown-menu-md-right,
  [dir="rtl"] .dropdown-menu-md-left {
    left: auto;
    right: 0;
  }

  [dir="rtl"] .dropdown-menu-md-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  [dir="ltr"] .dropdown-menu-lg-right,
  [dir="rtl"] .dropdown-menu-lg-left {
    left: auto;
    right: 0;
  }

  [dir="rtl"] .dropdown-menu-lg-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  [dir="ltr"] .dropdown-menu-xl-right,
  [dir="rtl"] .dropdown-menu-xl-left {
    left: auto;
    right: 0;
  }

  [dir="rtl"] .dropdown-menu-xl-right {
    left: 0;
    right: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

[dir] .dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir] .dropup .dropdown-toggle:after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

[dir="ltr"] .dropup .dropdown-toggle:after {
  margin-left: 0.255em;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

[dir="rtl"] .dropup .dropdown-toggle:after {
  margin-right: 0.255em;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}

[dir="ltr"] .dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

[dir="rtl"] .dropup .dropdown-toggle:empty:after {
  margin-right: 0;
}

.dropright .dropdown-menu {
  top: 0;
}

[dir] .dropright .dropdown-menu {
  margin-top: 0;
}

[dir="ltr"] .dropright .dropdown-menu {
  right: auto;
  left: 100%;
  margin-left: 0.125rem;
}

[dir="rtl"] .dropright .dropdown-menu {
  left: auto;
  right: 100%;
  margin-right: 0.125rem;
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir] .dropright .dropdown-toggle:after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}

[dir="ltr"] .dropright .dropdown-toggle:after {
  margin-left: 0.255em;
  border-right: 0;
  border-left: 0.3em solid;
}

[dir="rtl"] .dropright .dropdown-toggle:after {
  margin-right: 0.255em;
  border-left: 0;
  border-right: 0.3em solid;
}

[dir="ltr"] .dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}

[dir="rtl"] .dropright .dropdown-toggle:empty:after {
  margin-right: 0;
}

.dropright .dropdown-toggle:after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
}

[dir] .dropleft .dropdown-menu {
  margin-top: 0;
}

[dir="ltr"] .dropleft .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: 0.125rem;
}

[dir="rtl"] .dropleft .dropdown-menu {
  left: 100%;
  right: auto;
  margin-left: 0.125rem;
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir="ltr"] .dropleft .dropdown-toggle:after {
  margin-left: 0.255em;
}

[dir="rtl"] .dropleft .dropdown-toggle:after {
  margin-right: 0.255em;
}

.dropleft .dropdown-toggle:after {
  display: none;
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir] .dropleft .dropdown-toggle:before {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}

[dir="ltr"] .dropleft .dropdown-toggle:before {
  margin-right: 0.255em;
  border-right: 0.3em solid;
}

[dir="rtl"] .dropleft .dropdown-toggle:before {
  margin-left: 0.255em;
  border-left: 0.3em solid;
}

[dir="ltr"] .dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}

[dir="rtl"] .dropleft .dropdown-toggle:empty:after {
  margin-right: 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"] {
  bottom: auto;
}

[dir="ltr"] .dropdown-menu[x-placement^="bottom"],
[dir="ltr"] .dropdown-menu[x-placement^="left"],
[dir="ltr"] .dropdown-menu[x-placement^="right"],
[dir="ltr"] .dropdown-menu[x-placement^="top"] {
  right: auto;
}

[dir="rtl"] .dropdown-menu[x-placement^="bottom"],
[dir="rtl"] .dropdown-menu[x-placement^="left"],
[dir="rtl"] .dropdown-menu[x-placement^="right"],
[dir="rtl"] .dropdown-menu[x-placement^="top"] {
  left: auto;
}

.dropdown-divider {
  height: 0;
  overflow: hidden;
}

[dir] .dropdown-divider {
  margin: 0.5rem 0;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #212529;
  text-decoration: none;
  font-size: 0.925rem;
  white-space: nowrap;
  display: list-item;
}
/* .dropdown-item:before {
  content: "• ";
} */

[dir] .dropdown-item {
  padding: 0.25rem 3.5rem;
  clear: both;
  text-align: inherit;
  background-color: transparent;
  border: 0;
  display: list-item;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
}

[dir] .dropdown-item:focus,
[dir] .dropdown-item:hover {
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
}

[dir] .dropdown-item.active,
[dir] .dropdown-item:active {
  background-color: #3ca078;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
}

[dir] .dropdown-item.disabled,
[dir] .dropdown-item:disabled {
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

[dir] .dropdown-header {
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
}

.dropdown-item-text {
  display: block;
  color: #212529;
}

[dir] .dropdown-item-text {
  padding: 0.25rem 1.5rem;
}

.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.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

[dir="ltr"] .btn-group > .btn-group:not(:first-child),
[dir="ltr"] .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

[dir="rtl"] .btn-group > .btn-group:not(:first-child),
[dir="rtl"] .btn-group > .btn:not(:first-child) {
  margin-right: -1px;
}

[dir="ltr"] .btn-group > .btn-group:not(:last-child) > .btn,
[dir="ltr"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="ltr"] .btn-group > .btn-group:not(:first-child) > .btn,
[dir="ltr"] .btn-group > .btn:not(:first-child),
[dir="rtl"] .btn-group > .btn-group:not(:last-child) > .btn,
[dir="rtl"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="rtl"] .btn-group > .btn-group:not(:first-child) > .btn,
[dir="rtl"] .btn-group > .btn:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="ltr"] .dropdown-toggle-split,
[dir="rtl"] .dropdown-toggle-split {
  padding-right: 1.21875rem;
  padding-left: 1.21875rem;
}

[dir="ltr"] .dropdown-toggle-split:after,
[dir="ltr"] .dropright .dropdown-toggle-split:after,
[dir="ltr"] .dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

[dir="ltr"] .dropleft .dropdown-toggle-split:before,
[dir="rtl"] .dropdown-toggle-split:after,
[dir="rtl"] .dropright .dropdown-toggle-split:after,
[dir="rtl"] .dropup .dropdown-toggle-split:after {
  margin-right: 0;
}

[dir="rtl"] .dropleft .dropdown-toggle-split:before {
  margin-left: 0;
}

[dir="ltr"] .btn-group-sm > .btn + .dropdown-toggle-split,
[dir="ltr"] .btn-sm + .dropdown-toggle-split,
[dir="rtl"] .btn-group-sm > .btn + .dropdown-toggle-split,
[dir="rtl"] .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

[dir="ltr"] .btn-group-lg > .btn + .dropdown-toggle-split,
[dir="ltr"] .btn-lg + .dropdown-toggle-split,
[dir="rtl"] .btn-group-lg > .btn + .dropdown-toggle-split,
[dir="rtl"] .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%;
}

[dir] .btn-group-vertical > .btn-group:not(:first-child),
[dir] .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

[dir="ltr"] .btn-group-vertical > .btn-group:not(:last-child) > .btn,
[dir="ltr"] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"] .btn-group-vertical > .btn-group:not(:last-child) > .btn,
[dir="rtl"] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="ltr"] .btn-group-vertical > .btn-group:not(:first-child) > .btn,
[dir="ltr"] .btn-group-vertical > .btn:not(:first-child),
[dir="rtl"] .btn-group-vertical > .btn-group:not(:first-child) > .btn,
[dir="rtl"] .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir] .btn-group-toggle > .btn,
[dir] .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .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;
}

[dir] .input-group > .custom-file,
[dir] .input-group > .custom-select,
[dir] .input-group > .form-control,
[dir] .input-group > .form-control-plaintext {
  margin-bottom: 0;
}

[dir="ltr"] .input-group > .custom-file + .custom-file,
[dir="ltr"] .input-group > .custom-file + .custom-select,
[dir="ltr"] .input-group > .custom-file + .form-control,
[dir="ltr"] .input-group > .custom-select + .custom-file,
[dir="ltr"] .input-group > .custom-select + .custom-select,
[dir="ltr"] .input-group > .custom-select + .form-control,
[dir="ltr"] .input-group > .form-control + .custom-file,
[dir="ltr"] .input-group > .form-control + .custom-select,
[dir="ltr"] .input-group > .form-control + .form-control,
[dir="ltr"] .input-group > .form-control-plaintext + .custom-file,
[dir="ltr"] .input-group > .form-control-plaintext + .custom-select,
[dir="ltr"] .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

[dir="rtl"] .input-group > .custom-file + .custom-file,
[dir="rtl"] .input-group > .custom-file + .custom-select,
[dir="rtl"] .input-group > .custom-file + .form-control,
[dir="rtl"] .input-group > .custom-select + .custom-file,
[dir="rtl"] .input-group > .custom-select + .custom-select,
[dir="rtl"] .input-group > .custom-select + .form-control,
[dir="rtl"] .input-group > .form-control + .custom-file,
[dir="rtl"] .input-group > .form-control + .custom-select,
[dir="rtl"] .input-group > .form-control + .form-control,
[dir="rtl"] .input-group > .form-control-plaintext + .custom-file,
[dir="rtl"] .input-group > .form-control-plaintext + .custom-select,
[dir="rtl"] .input-group > .form-control-plaintext + .form-control {
  margin-right: -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;
}

[dir="ltr"] .input-group > .custom-select:not(:first-child),
[dir="ltr"] .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="rtl"] .input-group > .custom-select:not(:first-child),
[dir="rtl"] .input-group > .form-control:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

[dir="ltr"] .input-group > .custom-file:not(:first-child) .custom-file-label,
[dir="ltr"] .input-group > .custom-file:not(:last-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="ltr"]
  .input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label:after,
[dir="ltr"] .input-group:not(.has-validation) > .custom-select:not(:last-child),
[dir="ltr"] .input-group:not(.has-validation) > .form-control:not(:last-child),
[dir="rtl"] .input-group > .custom-file:not(:first-child) .custom-file-label,
[dir="rtl"] .input-group > .custom-file:not(:last-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="rtl"]
  .input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label:after,
[dir="rtl"] .input-group:not(.has-validation) > .custom-select:not(:last-child),
[dir="rtl"] .input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="ltr"]
  .input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label:after,
[dir="ltr"] .input-group.has-validation > .custom-select:nth-last-child(n + 3),
[dir="ltr"] .input-group.has-validation > .form-control:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="rtl"]
  .input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label:after,
[dir="rtl"] .input-group.has-validation > .custom-select:nth-last-child(n + 3),
[dir="rtl"] .input-group.has-validation > .form-control:nth-last-child(n + 3) {
  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;
}

[dir="ltr"] .input-group-append .btn + .btn,
[dir="ltr"] .input-group-append .btn + .input-group-text,
[dir="ltr"] .input-group-append .input-group-text + .btn,
[dir="ltr"] .input-group-append .input-group-text + .input-group-text,
[dir="ltr"] .input-group-prepend .btn + .btn,
[dir="ltr"] .input-group-prepend .btn + .input-group-text,
[dir="ltr"] .input-group-prepend .input-group-text + .btn,
[dir="ltr"] .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

[dir="ltr"] .input-group-prepend,
[dir="rtl"] .input-group-append .btn + .btn,
[dir="rtl"] .input-group-append .btn + .input-group-text,
[dir="rtl"] .input-group-append .input-group-text + .btn,
[dir="rtl"] .input-group-append .input-group-text + .input-group-text,
[dir="rtl"] .input-group-prepend .btn + .btn,
[dir="rtl"] .input-group-prepend .btn + .input-group-text,
[dir="rtl"] .input-group-prepend .input-group-text + .btn,
[dir="rtl"] .input-group-prepend .input-group-text + .input-group-text {
  margin-right: -1px;
}

[dir="ltr"] .input-group-append,
[dir="rtl"] .input-group-prepend {
  margin-left: -1px;
}

[dir="rtl"] .input-group-append {
  margin-right: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  white-space: nowrap;
}

[dir] .input-group-text {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

[dir] .input-group-text input[type="checkbox"],
[dir] .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 {
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir] .input-group-lg > .custom-select,
[dir] .input-group-lg > .form-control,
[dir] .input-group-lg > .input-group-append > .btn,
[dir] .input-group-lg > .input-group-append > .input-group-text,
[dir] .input-group-lg > .input-group-prepend > .btn,
[dir] .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  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 {
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir] .input-group-sm > .custom-select,
[dir] .input-group-sm > .form-control,
[dir] .input-group-sm > .input-group-append > .btn,
[dir] .input-group-sm > .input-group-append > .input-group-text,
[dir] .input-group-sm > .input-group-prepend > .btn,
[dir] .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

[dir="ltr"] .input-group-lg > .custom-select,
[dir="ltr"] .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

[dir="rtl"] .input-group-lg > .custom-select,
[dir="rtl"] .input-group-sm > .custom-select {
  padding-left: 1.75rem;
}

[dir="ltr"]
  .input-group.has-validation
  > .input-group-append:nth-last-child(n + 3)
  > .btn,
[dir="ltr"]
  .input-group.has-validation
  > .input-group-append:nth-last-child(n + 3)
  > .input-group-text,
[dir="ltr"]
  .input-group:not(.has-validation)
  > .input-group-append:not(:last-child)
  > .btn,
[dir="ltr"]
  .input-group:not(.has-validation)
  > .input-group-append:not(:last-child)
  > .input-group-text,
[dir="ltr"]
  .input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
[dir="ltr"]
  .input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
[dir="ltr"] .input-group > .input-group-prepend > .btn,
[dir="ltr"] .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="ltr"] .input-group > .input-group-append > .btn,
[dir="ltr"] .input-group > .input-group-append > .input-group-text,
[dir="ltr"]
  .input-group
  > .input-group-prepend:first-child
  > .btn:not(:first-child),
[dir="ltr"]
  .input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
[dir="ltr"] .input-group > .input-group-prepend:not(:first-child) > .btn,
[dir="ltr"]
  .input-group
  > .input-group-prepend:not(:first-child)
  > .input-group-text,
[dir="rtl"]
  .input-group.has-validation
  > .input-group-append:nth-last-child(n + 3)
  > .btn,
[dir="rtl"]
  .input-group.has-validation
  > .input-group-append:nth-last-child(n + 3)
  > .input-group-text,
[dir="rtl"]
  .input-group:not(.has-validation)
  > .input-group-append:not(:last-child)
  > .btn,
[dir="rtl"]
  .input-group:not(.has-validation)
  > .input-group-append:not(:last-child)
  > .input-group-text,
[dir="rtl"]
  .input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"]
  .input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
[dir="rtl"] .input-group > .input-group-prepend > .btn,
[dir="rtl"] .input-group > .input-group-prepend > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="rtl"] .input-group > .input-group-append > .btn,
[dir="rtl"] .input-group > .input-group-append > .input-group-text,
[dir="rtl"]
  .input-group
  > .input-group-prepend:first-child
  > .btn:not(:first-child),
[dir="rtl"]
  .input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
[dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .btn,
[dir="rtl"]
  .input-group
  > .input-group-prepend:not(:first-child)
  > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  color-adjust: exact;
}

[dir="ltr"] .custom-control {
  padding-left: 1.5rem;
}

[dir="rtl"] .custom-control {
  padding-right: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
}

[dir="ltr"] .custom-control-inline {
  margin-right: 1rem;
}

[dir="rtl"] .custom-control-inline {
  margin-left: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

[dir="ltr"] .custom-control-input {
  left: 0;
}

[dir="rtl"] .custom-control-input {
  right: 0;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
}

[dir] .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #3ca078;
  background-color: #3ca078;
}

[dir] .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(60, 160, 120, 0.25);
}

[dir] .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #89d3b5;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
}

[dir]
  .custom-control-input:not(:disabled):active
  ~ .custom-control-label:before {
  background-color: #aee1cc;
  border-color: #aee1cc;
}

.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}

[dir] .custom-control-input:disabled ~ .custom-control-label:before,
[dir] .custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  vertical-align: top;
}

[dir] .custom-control-label {
  margin-bottom: 0;
}

.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
}

[dir] .custom-control-label:before {
  background-color: #fff;
  border: 1px solid #adb5bd;
}

[dir="ltr"] .custom-control-label:before {
  left: -1.5rem;
}

[dir="rtl"] .custom-control-label:before {
  right: -1.5rem;
}

.custom-control-label:after {
  position: absolute;
  top: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

[dir] .custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}

[dir="ltr"] .custom-control-label:after {
  left: -1.5rem;
}

[dir="rtl"] .custom-control-label:after {
  right: -1.5rem;
}

[dir] .custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}

[dir]
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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");
}

[dir]
  .custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  border-color: #3ca078;
  background-color: #3ca078;
}

[dir]
  .custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

[dir]
  .custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(60, 160, 120, 0.5);
}

[dir]
  .custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(60, 160, 120, 0.5);
}

[dir] .custom-radio .custom-control-label:before {
  border-radius: 50%;
}

[dir]
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%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");
}

[dir]
  .custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(60, 160, 120, 0.5);
}

[dir="ltr"] .custom-switch {
  padding-left: 2.25rem;
}

[dir="rtl"] .custom-switch {
  padding-right: 2.25rem;
}

.custom-switch .custom-control-label:before {
  width: 1.75rem;
  pointer-events: all;
}

[dir] .custom-switch .custom-control-label:before {
  border-radius: 0.5rem;
}

[dir="ltr"] .custom-switch .custom-control-label:before {
  left: -2.25rem;
}

[dir="rtl"] .custom-switch .custom-control-label:before {
  right: -2.25rem;
}

.custom-switch .custom-control-label:after {
  top: calc(0.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  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;
}

[dir] .custom-switch .custom-control-label:after {
  background-color: #adb5bd;
  border-radius: 0.5rem;
}

[dir="ltr"] .custom-switch .custom-control-label:after {
  left: calc(-2.25rem + 2px);
}

[dir="rtl"] .custom-switch .custom-control-label:after {
  right: calc(-2.25rem + 2px);
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}

[dir]
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background-color: #fff;
}

[dir="ltr"]
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label:after {
  transform: translateX(0.75rem);
}

[dir="rtl"]
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label:after {
  transform: translateX(-0.75rem);
}

[dir]
  .custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(60, 160, 120, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  appearance: none;
}

[dir] .custom-select {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

[dir="ltr"] .custom-select {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  background: #fff
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    right 0.75rem center/8px 10px no-repeat;
}

[dir="rtl"] .custom-select {
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  background: #fff
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    left 0.75rem center/8px 10px no-repeat;
}

.custom-select:focus {
  outline: 0;
}

[dir] .custom-select:focus {
  border-color: #89d3b5;
  box-shadow: 0 0 0 0.2rem rgba(60, 160, 120, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
}

[dir] .custom-select:focus::-ms-value {
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
}

[dir] .custom-select[multiple],
[dir] .custom-select[size]:not([size="1"]) {
  background-image: none;
}

[dir="ltr"] .custom-select[multiple],
[dir="ltr"] .custom-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
}

[dir="rtl"] .custom-select[multiple],
[dir="rtl"] .custom-select[size]:not([size="1"]) {
  padding-left: 0.75rem;
}

.custom-select:disabled {
  color: #6c757d;
}

[dir] .custom-select:disabled {
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
}

[dir] .custom-select:-moz-focusring {
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  font-size: 0.875rem;
}

[dir] .custom-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

[dir="ltr"] .custom-select-sm {
  padding-left: 0.5rem;
}

[dir="rtl"] .custom-select-sm {
  padding-right: 0.5rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
}

[dir] .custom-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

[dir="ltr"] .custom-select-lg {
  padding-left: 1rem;
}

[dir="rtl"] .custom-select-lg {
  padding-right: 1rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
}

[dir] .custom-file {
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  overflow: hidden;
  opacity: 0;
}

[dir] .custom-file-input {
  margin: 0;
}

[dir] .custom-file-input:focus ~ .custom-file-label {
  border-color: #89d3b5;
  box-shadow: 0 0 0 0.2rem rgba(60, 160, 120, 0.25);
}

[dir] .custom-file-input:disabled ~ .custom-file-label,
[dir] .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;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}

[dir] .custom-file-label {
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

[dir="ltr"] .custom-file-label,
[dir="rtl"] .custom-file-label {
  right: 0;
  left: 0;
}

.custom-file-label:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  line-height: 1.5;
  color: #495057;
  content: "Browse";
}

[dir] .custom-file-label:after {
  padding: 0.375rem 0.75rem;
  background-color: #e9ecef;
}

[dir="ltr"] .custom-file-label:after {
  right: 0;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

[dir="rtl"] .custom-file-label:after {
  left: 0;
  border-right: inherit;
  border-radius: 0.25rem 0 0 0.25rem;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  appearance: none;
}

[dir] .custom-range {
  padding: 0;
  background-color: transparent;
}

.custom-range:focus {
  outline: 0;
}

[dir] .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(60, 160, 120, 0.25);
}

[dir] .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(60, 160, 120, 0.25);
}

[dir] .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(60, 160, 120, 0.25);
}

[dir] .custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

[dir] .custom-range::-webkit-slider-thumb {
  margin-top: -0.25rem;
  background-color: #3ca078;
  border: 0;
  border-radius: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

[dir] .custom-range::-webkit-slider-thumb:active {
  background-color: #aee1cc;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}

[dir] .custom-range::-webkit-slider-runnable-track {
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

[dir] .custom-range::-moz-range-thumb {
  background-color: #3ca078;
  border: 0;
  border-radius: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

[dir] .custom-range::-moz-range-thumb:active {
  background-color: #aee1cc;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}

[dir] .custom-range::-moz-range-track {
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

[dir] .custom-range::-ms-thumb {
  margin-top: 0;
  background-color: #3ca078;
  border: 0;
  border-radius: 1rem;
}

[dir="ltr"] .custom-range::-ms-thumb,
[dir="rtl"] .custom-range::-ms-thumb {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

[dir] .custom-range::-ms-thumb:active {
  background-color: #aee1cc;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}

[dir] .custom-range::-ms-track {
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

[dir] .custom-range::-ms-fill-lower,
[dir] .custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}

[dir="ltr"] .custom-range::-ms-fill-upper {
  margin-right: 15px;
}

[dir="rtl"] .custom-range::-ms-fill-upper {
  margin-left: 15px;
}

[dir] .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

[dir] .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

[dir] .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

[dir] .custom-range:disabled::-moz-range-track {
  cursor: default;
}

[dir] .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;
    list-style: none;
  
}

[dir] .nav {
  margin-bottom: 0;
}

[dir="ltr"] .nav {
  padding-left: 0;
}

[dir="rtl"] .nav {
  padding-right: 0;
}

.nav-link {
  display: inline-block;
  text-decoration: none;
}

[dir] .nav-link {
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

[dir] .nav-link.disabled {
  cursor: default;
}

[dir] .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

[dir] .nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
}

[dir="ltr"] .nav-tabs .nav-link,
[dir="rtl"] .nav-tabs .nav-link {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

[dir] .nav-tabs .nav-link:focus,
[dir] .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
}

[dir] .nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
}

[dir] .nav-tabs .nav-item.show .nav-link,
[dir] .nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

[dir] .nav-tabs .dropdown-menu {
  margin-top: -1px;
}

[dir="ltr"] .nav-tabs .dropdown-menu,
[dir="rtl"] .nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir] .nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
}

[dir] .nav-pills .nav-link.active,
[dir] .nav-pills .show > .nav-link {
  background-color: #3ca078;
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
}

[dir] .nav-fill .nav-item,
[dir] .nav-fill > .nav-link {
  text-align: center;
}

.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
}

[dir] .nav-justified .nav-item,
[dir] .nav-justified > .nav-link {
  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;
}

[dir] .navbar {
  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;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

[dir] .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

[dir="rtl"] .eng-footer-img {
  padding-left: 0rem !important;
}

[dir="ltr"] .eng-footer-img {
  padding-right: 0rem !important;
}
/*[dir="ltr"] .navbar-brand {
    margin-right: 1rem;
}*/
[dir="rtl"] .navbar-brand {
  /*margin-left: 1rem;*/
  margin-left: 7rem;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  font-size: 15px;
  font-weight: 500;
}

[dir] .navbar-nav {
  margin-bottom: 0;
}

[dir="ltr"] .navbar-nav {
  padding-left: 0;
}

[dir="rtl"] .navbar-nav {
  padding-right: 0;
}

[dir="ltr"] .navbar-nav .nav-link,
[dir="rtl"] .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

[dir] .navbar-nav .dropdown-menu {
  float: none;
}

.navbar-text {
  display: inline-block;
}

[dir] .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
}

[dir] .navbar-toggler {
  padding: 0.25rem 0.75rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.625rem;
}

.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: "";
}

[dir] .navbar-toggler-icon {
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  [dir="ltr"] .navbar-expand-sm > .container,
  [dir="ltr"] .navbar-expand-sm > .container-fluid,
  [dir="ltr"] .navbar-expand-sm > .container-lg,
  [dir="ltr"] .navbar-expand-sm > .container-md,
  [dir="ltr"] .navbar-expand-sm > .container-sm,
  [dir="ltr"] .navbar-expand-sm > .container-xl,
  [dir="rtl"] .navbar-expand-sm > .container,
  [dir="rtl"] .navbar-expand-sm > .container-fluid,
  [dir="rtl"] .navbar-expand-sm > .container-lg,
  [dir="rtl"] .navbar-expand-sm > .container-md,
  [dir="rtl"] .navbar-expand-sm > .container-sm,
  [dir="rtl"] .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;
  }

  [dir="ltr"] .navbar-expand-sm .navbar-nav .nav-link,
  [dir="rtl"] .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-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  [dir="rtl"] .header-marg {
    margin-left: -4rem;
  }

  [dir="ltr"] .header-marg {
    margin-left: -13rem !important;
  }
}

@media (max-width: 767.98px) {
  [dir="ltr"] .navbar-expand-md > .container,
  [dir="ltr"] .navbar-expand-md > .container-fluid,
  [dir="ltr"] .navbar-expand-md > .container-lg,
  [dir="ltr"] .navbar-expand-md > .container-md,
  [dir="ltr"] .navbar-expand-md > .container-sm,
  [dir="ltr"] .navbar-expand-md > .container-xl,
  [dir="rtl"] .navbar-expand-md > .container,
  [dir="rtl"] .navbar-expand-md > .container-fluid,
  [dir="rtl"] .navbar-expand-md > .container-lg,
  [dir="rtl"] .navbar-expand-md > .container-md,
  [dir="rtl"] .navbar-expand-md > .container-sm,
  [dir="rtl"] .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }

  .lang-text {
    margin-left: 25px;
    margin-top: -13px;
    display: inline-flex;
    font-weight: 700 !important;
    font-size: 32px !important;
  }

  .lang-icon {
    display: inline-flex;
  }
}

[dir="ltr"] .all-services {
  float: right;
}

[dir="rtl"] .all-services {
  float: left;
}

@media (min-width: 768px) {
  .lang-text {
    display: none;
  }

  .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;
  }

  [dir="ltr"] .navbar-expand-md .navbar-nav .nav-link,
  [dir="rtl"] .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-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  [dir="ltr"] .navbar-expand-lg > .container,
  [dir="ltr"] .navbar-expand-lg > .container-fluid,
  [dir="ltr"] .navbar-expand-lg > .container-lg,
  [dir="ltr"] .navbar-expand-lg > .container-md,
  [dir="ltr"] .navbar-expand-lg > .container-sm,
  [dir="ltr"] .navbar-expand-lg > .container-xl,
  [dir="rtl"] .navbar-expand-lg > .container,
  [dir="rtl"] .navbar-expand-lg > .container-fluid,
  [dir="rtl"] .navbar-expand-lg > .container-lg,
  [dir="rtl"] .navbar-expand-lg > .container-md,
  [dir="rtl"] .navbar-expand-lg > .container-sm,
  [dir="rtl"] .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;
  }

  [dir="ltr"] .navbar-expand-lg .navbar-nav .nav-link,
  [dir="rtl"] .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-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  [dir="ltr"] .navbar-expand-xl > .container,
  [dir="ltr"] .navbar-expand-xl > .container-fluid,
  [dir="ltr"] .navbar-expand-xl > .container-lg,
  [dir="ltr"] .navbar-expand-xl > .container-md,
  [dir="ltr"] .navbar-expand-xl > .container-sm,
  [dir="ltr"] .navbar-expand-xl > .container-xl,
  [dir="rtl"] .navbar-expand-xl > .container,
  [dir="rtl"] .navbar-expand-xl > .container-fluid,
  [dir="rtl"] .navbar-expand-xl > .container-lg,
  [dir="rtl"] .navbar-expand-xl > .container-md,
  [dir="rtl"] .navbar-expand-xl > .container-sm,
  [dir="rtl"] .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;
  }

  [dir="ltr"] .navbar-expand-xl .navbar-nav .nav-link,
  [dir="rtl"] .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-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

[dir="ltr"] .navbar-expand > .container,
[dir="ltr"] .navbar-expand > .container-fluid,
[dir="ltr"] .navbar-expand > .container-lg,
[dir="ltr"] .navbar-expand > .container-md,
[dir="ltr"] .navbar-expand > .container-sm,
[dir="ltr"] .navbar-expand > .container-xl,
[dir="rtl"] .navbar-expand > .container,
[dir="rtl"] .navbar-expand > .container-fluid,
[dir="rtl"] .navbar-expand > .container-lg,
[dir="rtl"] .navbar-expand > .container-md,
[dir="rtl"] .navbar-expand > .container-sm,
[dir="rtl"] .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;
}

[dir="ltr"] .navbar-expand .navbar-nav .nav-link,
[dir="rtl"] .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-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.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);
}

[dir] .navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

[dir] .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0,0,0,0.5)' 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,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 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: hsla(0, 0%, 100%, 0.5);
}

[dir] .navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, 0.1);
}

[dir] .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

[dir] .card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

[dir="ltr"] .card > hr,
[dir="rtl"] .card > hr {
  margin-right: 0;
  margin-left: 0;
}

[dir] .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

[dir] .card > .list-group:first-child {
  border-top-width: 0;
}

[dir="ltr"] .card > .list-group:first-child,
[dir="rtl"] .card > .list-group:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

[dir] .card > .list-group:last-child {
  border-bottom-width: 0;
}

[dir="ltr"] .card > .list-group:last-child,
[dir="rtl"] .card > .list-group:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

[dir] .card > .card-header + .list-group,
[dir] .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
}

[dir] .card-body {
  padding: 1.25rem;
}

[dir] .card-title {
  margin-bottom: 0.75rem;
}

[dir] .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

[dir] .card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

[dir="ltr"] .card-link + .card-link {
  margin-left: 1.25rem;
}

[dir="rtl"] .card-link + .card-link {
  margin-right: 1.25rem;
}

[dir] .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);
}

[dir] .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

[dir] .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);
}

[dir] .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

[dir] .card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

[dir="ltr"] .card-header-pills,
[dir="ltr"] .card-header-tabs,
[dir="rtl"] .card-header-pills,
[dir="rtl"] .card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
}

[dir] .card-img-overlay {
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

[dir="ltr"] .card-img-overlay,
[dir="rtl"] .card-img-overlay {
  right: 0;
  left: 0;
}

.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}

[dir="ltr"] .card-img,
[dir="ltr"] .card-img-top,
[dir="rtl"] .card-img,
[dir="rtl"] .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

[dir="ltr"] .card-img,
[dir="ltr"] .card-img-bottom,
[dir="rtl"] .card-img,
[dir="rtl"] .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

[dir] .card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
  }

  [dir="ltr"] .card-deck,
  [dir="rtl"] .card-deck {
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
  }

  [dir] .card-deck .card {
    margin-bottom: 0;
  }

  [dir="ltr"] .card-deck .card,
  [dir="rtl"] .card-deck .card {
    margin-right: 15px;
    margin-left: 15px;
  }
}

[dir] .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%;
  }

  [dir] .card-group > .card {
    margin-bottom: 0;
  }

  [dir="ltr"] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  [dir="rtl"] .card-group > .card + .card {
    margin-right: 0;
    border-right: 0;
  }

  [dir="ltr"] .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  [dir="rtl"] .card-group > .card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  [dir="ltr"] .card-group > .card:not(:last-child) .card-header,
  [dir="ltr"] .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  [dir="rtl"] .card-group > .card:not(:last-child) .card-header,
  [dir="rtl"] .card-group > .card:not(:last-child) .card-img-top {
    border-top-left-radius: 0;
  }

  [dir="ltr"] .card-group > .card:not(:last-child) .card-footer,
  [dir="ltr"] .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  [dir="rtl"] .card-group > .card:not(:last-child) .card-footer,
  [dir="rtl"] .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  [dir="ltr"] .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  [dir="rtl"] .card-group > .card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  [dir="ltr"] .card-group > .card:not(:first-child) .card-header,
  [dir="ltr"] .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  [dir="rtl"] .card-group > .card:not(:first-child) .card-header,
  [dir="rtl"] .card-group > .card:not(:first-child) .card-img-top {
    border-top-right-radius: 0;
  }

  [dir="ltr"] .card-group > .card:not(:first-child) .card-footer,
  [dir="ltr"] .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  [dir="rtl"] .card-group > .card:not(:first-child) .card-footer,
  [dir="rtl"] .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
}

[dir] .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;
}

[dir] .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}

[dir="ltr"] .accordion > .card:not(:last-of-type),
[dir="rtl"] .accordion > .card:not(:last-of-type) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="ltr"] .accordion > .card:not(:first-of-type),
[dir="rtl"] .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir] .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb a {
  color: white;
}

[dir] .breadcrumb {
    margin-top: 4% !important;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    /*background-color: #e9ecef;*/
    /*margin-top:2rem;*/
    border-radius: 0.25rem;
}

[dir="ltr"] .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #6c757d;
  content: "/";
}

[dir="ltr"] .breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: 0.5rem;
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item:before {
  float: right;
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}
.breadcrumb-item.current-page a {
  color: #9da4ae !important;
}
.pagination {
  display: flex;
  list-style: none;
}

[dir] .pagination {
  border-radius: 0.25rem;
}

[dir="ltr"] .pagination {
  padding-left: 0;
}

[dir="rtl"] .pagination {
  padding-right: 0;
}

.page-link {
  position: relative;
  display: block;
  line-height: 1.25;
  color: #242424;
  text-decoration: none;
}

[dir] .page-link {
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

[dir="ltr"] .page-link {
  margin-left: -1px;
}

[dir="rtl"] .page-link {
  margin-right: -1px;
}

.page-link:hover {
  z-index: 2;
  color: #066058;
  text-decoration: none;
}

[dir] .page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
}

[dir] .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 160, 120, 0.25);
}

[dir="ltr"] .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

[dir="rtl"] .page-item:first-child .page-link {
  margin-right: 0;
}

[dir="ltr"] .page-item:last-child .page-link,
[dir="rtl"] .page-item:first-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

[dir="rtl"] .page-item:last-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
}

[dir] .page-item.active .page-link {
  background-color: #3ca078;
  border-color: #3ca078;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
}

[dir] .page-item.disabled .page-link {
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir] .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
}

[dir="ltr"] .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

[dir="ltr"] .pagination-lg .page-item:last-child .page-link,
[dir="rtl"] .pagination-lg .page-item:first-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

[dir="rtl"] .pagination-lg .page-item:last-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir] .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
}

[dir="ltr"] .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

[dir="ltr"] .pagination-sm .page-item:last-child .page-link,
[dir="rtl"] .pagination-sm .page-item:first-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

[dir="rtl"] .pagination-sm .page-item:last-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.badge {
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  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;
}

[dir] .badge {
  padding: 0.25em 0.4em;
  text-align: center;
  border-radius: 0.25rem;
}

@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;
}

[dir] .badge-pill {
  border-radius: 10rem;
}

[dir="ltr"] .badge-pill,
[dir="rtl"] .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
}

[dir] .badge-primary {
  background-color: #3ca078;
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
}

[dir] a.badge-primary:focus,
[dir] a.badge-primary:hover {
  background-color: #2e7b5c;
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
}

[dir] a.badge-primary.focus,
[dir] a.badge-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 160, 120, 0.5);
}

.badge-secondary {
  color: #fff;
}

[dir] .badge-secondary {
  background-color: #160f3e;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
}

[dir] a.badge-secondary:focus,
[dir] a.badge-secondary:hover {
  background-color: #070515;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
}

[dir] a.badge-secondary.focus,
[dir] a.badge-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 15, 62, 0.5);
}

.badge-success {
  color: #fff;
}

[dir] .badge-success {
  background-color: #006604;
}

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
}

[dir] a.badge-success:focus,
[dir] a.badge-success:hover {
  background-color: #003302;
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
}

[dir] a.badge-success.focus,
[dir] a.badge-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 102, 4, 0.5);
}

.badge-info {
  color: #fff;
}

[dir] .badge-info {
  background-color: #339eec;
}

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
}

[dir] a.badge-info:focus,
[dir] a.badge-info:hover {
  background-color: #1485d8;
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
}

[dir] a.badge-info.focus,
[dir] a.badge-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 236, 0.5);
}

.badge-warning {
  color: #212529;
}

[dir] .badge-warning {
  background-color: #f6c244;
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
}

[dir] a.badge-warning:focus,
[dir] a.badge-warning:hover {
  background-color: #f4b213;
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
}

[dir] a.badge-warning.focus,
[dir] a.badge-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 68, 0.5);
}

.badge-danger {
  color: #fff;
}

[dir] .badge-danger {
  background-color: #af0818;
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
}

[dir] a.badge-danger:focus,
[dir] a.badge-danger:hover {
  background-color: #7e0611;
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
}

[dir] a.badge-danger.focus,
[dir] a.badge-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 8, 24, 0.5);
}

.badge-light {
  color: #212529;
}

[dir] .badge-light {
  background-color: #eaeaea;
}

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
}

[dir] a.badge-light:focus,
[dir] a.badge-light:hover {
  background-color: #d1d1d1;
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
}

[dir] a.badge-light.focus,
[dir] a.badge-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 91.8%, 0.5);
}

.badge-dark {
  color: #fff;
}

[dir] .badge-dark {
  background-color: #343a40;
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
}

[dir] a.badge-dark:focus,
[dir] a.badge-dark:hover {
  background-color: #1d2124;
}

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
}

[dir] a.badge-dark.focus,
[dir] a.badge-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-white {
  color: #212529;
}

[dir] .badge-white {
  background-color: #fff;
}

a.badge-white:focus,
a.badge-white:hover {
  color: #212529;
}

[dir] a.badge-white:focus,
[dir] a.badge-white:hover {
  background-color: #e6e6e6;
}

a.badge-white.focus,
a.badge-white:focus {
  outline: 0;
}

[dir] a.badge-white.focus,
[dir] a.badge-white:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}

.badge-violet {
  color: #fff;
}

[dir] .badge-violet {
  background-color: #5505cd;
}

a.badge-violet:focus,
a.badge-violet:hover {
  color: #fff;
}

[dir] a.badge-violet:focus,
[dir] a.badge-violet:hover {
  background-color: #40049b;
}

a.badge-violet.focus,
a.badge-violet:focus {
  outline: 0;
}

[dir] a.badge-violet.focus,
[dir] a.badge-violet:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 5, 205, 0.5);
}

.badge-violet-shade {
  color: #fff;
}

[dir] .badge-violet-shade {
  background-color: #3c2b7d;
}

a.badge-violet-shade:focus,
a.badge-violet-shade:hover {
  color: #fff;
}

[dir] a.badge-violet-shade:focus,
[dir] a.badge-violet-shade:hover {
  background-color: #2a1e57;
}

a.badge-violet-shade.focus,
a.badge-violet-shade:focus {
  outline: 0;
}

[dir] a.badge-violet-shade.focus,
[dir] a.badge-violet-shade:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 43, 125, 0.5);
}

.badge-violet-tint {
  color: #fff;
}

[dir] .badge-violet-tint {
  background-color: #5830b4;
}

a.badge-violet-tint:focus,
a.badge-violet-tint:hover {
  color: #fff;
}

[dir] a.badge-violet-tint:focus,
[dir] a.badge-violet-tint:hover {
  background-color: #44258c;
}

a.badge-violet-tint.focus,
a.badge-violet-tint:focus {
  outline: 0;
}

[dir] a.badge-violet-tint.focus,
[dir] a.badge-violet-tint:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 48, 180, 0.5);
}

.badge-violet-pastel {
  color: #212529;
}

[dir] .badge-violet-pastel {
  background-color: #ac9fd5;
}

a.badge-violet-pastel:focus,
a.badge-violet-pastel:hover {
  color: #212529;
}

[dir] a.badge-violet-pastel:focus,
[dir] a.badge-violet-pastel:hover {
  background-color: #8d7cc5;
}

a.badge-violet-pastel.focus,
a.badge-violet-pastel:focus {
  outline: 0;
}

[dir] a.badge-violet-pastel.focus,
[dir] a.badge-violet-pastel:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 159, 213, 0.5);
}

.badge-blue {
  color: #fff;
}

[dir] .badge-blue {
  background-color: #005a96;
}

a.badge-blue:focus,
a.badge-blue:hover {
  color: #fff;
}

[dir] a.badge-blue:focus,
[dir] a.badge-blue:hover {
  background-color: #003b63;
}

a.badge-blue.focus,
a.badge-blue:focus {
  outline: 0;
}

[dir] a.badge-blue.focus,
[dir] a.badge-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 90, 150, 0.5);
}

.badge-blue-shade {
  color: #fff;
}

[dir] .badge-blue-shade {
  background-color: #0053ba;
}

a.badge-blue-shade:focus,
a.badge-blue-shade:hover {
  color: #fff;
}

[dir] a.badge-blue-shade:focus,
[dir] a.badge-blue-shade:hover {
  background-color: #003c87;
}

a.badge-blue-shade.focus,
a.badge-blue-shade:focus {
  outline: 0;
}

[dir] a.badge-blue-shade.focus,
[dir] a.badge-blue-shade:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 83, 186, 0.5);
}

.badge-blue-tint {
  color: #fff;
}

[dir] .badge-blue-tint {
  background-color: #0054ae;
}

a.badge-blue-tint:focus,
a.badge-blue-tint:hover {
  color: #fff;
}

[dir] a.badge-blue-tint:focus,
[dir] a.badge-blue-tint:hover {
  background-color: #003b7b;
}

a.badge-blue-tint.focus,
a.badge-blue-tint:focus {
  outline: 0;
}

[dir] a.badge-blue-tint.focus,
[dir] a.badge-blue-tint:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 174, 0.5);
}

.badge-blue-pastel {
  color: #fff;
}

[dir] .badge-blue-pastel {
  background-color: #339eec;
}

a.badge-blue-pastel:focus,
a.badge-blue-pastel:hover {
  color: #fff;
}

[dir] a.badge-blue-pastel:focus,
[dir] a.badge-blue-pastel:hover {
  background-color: #1485d8;
}

a.badge-blue-pastel.focus,
a.badge-blue-pastel:focus {
  outline: 0;
}

[dir] a.badge-blue-pastel.focus,
[dir] a.badge-blue-pastel:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 236, 0.5);
}

.badge-tiffany {
  color: #212529;
}

[dir] .badge-tiffany {
  background-color: #0aebd7;
}

a.badge-tiffany:focus,
a.badge-tiffany:hover {
  color: #212529;
}

[dir] a.badge-tiffany:focus,
[dir] a.badge-tiffany:hover {
  background-color: #08baaa;
}

a.badge-tiffany.focus,
a.badge-tiffany:focus {
  outline: 0;
}

[dir] a.badge-tiffany.focus,
[dir] a.badge-tiffany:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 235, 215, 0.5);
}

.badge-tiffany-shade {
  color: #fff;
}

[dir] .badge-tiffany-shade {
  background-color: #046459;
}

a.badge-tiffany-shade:focus,
a.badge-tiffany-shade:hover {
  color: #fff;
}

[dir] a.badge-tiffany-shade:focus,
[dir] a.badge-tiffany-shade:hover {
  background-color: #02332d;
}

a.badge-tiffany-shade.focus,
a.badge-tiffany-shade:focus {
  outline: 0;
}

[dir] a.badge-tiffany-shade.focus,
[dir] a.badge-tiffany-shade:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 100, 89, 0.5);
}

.badge-tiffany-tint {
  color: #212529;
}

[dir] .badge-tiffany-tint {
  background-color: #4ecebb;
}

a.badge-tiffany-tint:focus,
a.badge-tiffany-tint:hover {
  color: #212529;
}

[dir] a.badge-tiffany-tint:focus,
[dir] a.badge-tiffany-tint:hover {
  background-color: #33b6a3;
}

a.badge-tiffany-tint.focus,
a.badge-tiffany-tint:focus {
  outline: 0;
}

[dir] a.badge-tiffany-tint.focus,
[dir] a.badge-tiffany-tint:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 206, 187, 0.5);
}

.badge-tiffany-pastel {
  color: #212529;
}

[dir] .badge-tiffany-pastel {
  background-color: #a9e2d7;
}

a.badge-tiffany-pastel:focus,
a.badge-tiffany-pastel:hover {
  color: #212529;
}

[dir] a.badge-tiffany-pastel:focus,
[dir] a.badge-tiffany-pastel:hover {
  background-color: #83d5c5;
}

a.badge-tiffany-pastel.focus,
a.badge-tiffany-pastel:focus {
  outline: 0;
}

[dir] a.badge-tiffany-pastel.focus,
[dir] a.badge-tiffany-pastel:focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 226, 215, 0.5);
}

.badge-darkBlue {
  color: #fff;
}

[dir] .badge-darkBlue {
  background-color: #160f3e;
}

a.badge-darkBlue:focus,
a.badge-darkBlue:hover {
  color: #fff;
}

[dir] a.badge-darkBlue:focus,
[dir] a.badge-darkBlue:hover {
  background-color: #070515;
}

a.badge-darkBlue.focus,
a.badge-darkBlue:focus {
  outline: 0;
}

[dir] a.badge-darkBlue.focus,
[dir] a.badge-darkBlue:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 15, 62, 0.5);
}

.badge-darkBlue-shade {
  color: #fff;
}

[dir] .badge-darkBlue-shade {
  background-color: #1f255b;
}

a.badge-darkBlue-shade:focus,
a.badge-darkBlue-shade:hover {
  color: #fff;
}

[dir] a.badge-darkBlue-shade:focus,
[dir] a.badge-darkBlue-shade:hover {
  background-color: #121635;
}

a.badge-darkBlue-shade.focus,
a.badge-darkBlue-shade:focus {
  outline: 0;
}

[dir] a.badge-darkBlue-shade.focus,
[dir] a.badge-darkBlue-shade:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 37, 91, 0.5);
}

.badge-darkBlue-tint {
  color: #fff;
}

[dir] .badge-darkBlue-tint {
  background-color: #444061;
}

a.badge-darkBlue-tint:focus,
a.badge-darkBlue-tint:hover {
  color: #fff;
}

[dir] a.badge-darkBlue-tint:focus,
[dir] a.badge-darkBlue-tint:hover {
  background-color: #2e2c42;
}

a.badge-darkBlue-tint.focus,
a.badge-darkBlue-tint:focus {
  outline: 0;
}

[dir] a.badge-darkBlue-tint.focus,
[dir] a.badge-darkBlue-tint:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 64, 97, 0.5);
}

.badge-darkBlue-pastel {
  color: #212529;
}

[dir] .badge-darkBlue-pastel {
  background-color: #cdccd5;
}

a.badge-darkBlue-pastel:focus,
a.badge-darkBlue-pastel:hover {
  color: #212529;
}

[dir] a.badge-darkBlue-pastel:focus,
[dir] a.badge-darkBlue-pastel:hover {
  background-color: #b2b0be;
}

a.badge-darkBlue-pastel.focus,
a.badge-darkBlue-pastel:focus {
  outline: 0;
}

[dir] a.badge-darkBlue-pastel.focus,
[dir] a.badge-darkBlue-pastel:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 204, 213, 0.5);
}

.badge-green {
  color: #fff;
}

[dir] .badge-green {
  background-color: #26634b;
}

a.badge-green:focus,
a.badge-green:hover {
  color: #fff;
}

[dir] a.badge-green:focus,
[dir] a.badge-green:hover {
  background-color: #183e2f;
}

a.badge-green.focus,
a.badge-green:focus {
  outline: 0;
}

[dir] a.badge-green.focus,
[dir] a.badge-green:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 99, 75, 0.5);
}

.badge-green-shade {
  color: #fff;
}

[dir] .badge-green-shade {
  background-color: #066058;
}

a.badge-green-shade:focus,
a.badge-green-shade:hover {
  color: #fff;
}

[dir] a.badge-green-shade:focus,
[dir] a.badge-green-shade:hover {
  background-color: #03302c;
}

a.badge-green-shade.focus,
a.badge-green-shade:focus {
  outline: 0;
}

[dir] a.badge-green-shade.focus,
[dir] a.badge-green-shade:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 96, 88, 0.5);
}

.badge-green-tint {
  color: #fff;
}

[dir] .badge-green-tint {
  background-color: #27aa8c;
}

a.badge-green-tint:focus,
a.badge-green-tint:hover {
  color: #fff;
}

[dir] a.badge-green-tint:focus,
[dir] a.badge-green-tint:hover {
  background-color: #1d816a;
}

a.badge-green-tint.focus,
a.badge-green-tint:focus {
  outline: 0;
}

[dir] a.badge-green-tint.focus,
[dir] a.badge-green-tint:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 170, 140, 0.5);
}

.badge-green-light {
  color: #fff;
}

[dir] .badge-green-light {
  background-color: #3ca078;
}

a.badge-green-light:focus,
a.badge-green-light:hover {
  color: #fff;
}

[dir] a.badge-green-light:focus,
[dir] a.badge-green-light:hover {
  background-color: #2e7b5c;
}

a.badge-green-light.focus,
a.badge-green-light:focus {
  outline: 0;
}

[dir] a.badge-green-light.focus,
[dir] a.badge-green-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 160, 120, 0.5);
}

.badge-green-pastel {
  color: #212529;
}

[dir] .badge-green-pastel {
  background-color: #acddc7;
}

a.badge-green-pastel:focus,
a.badge-green-pastel:hover {
  color: #212529;
}

[dir] a.badge-green-pastel:focus,
[dir] a.badge-green-pastel:hover {
  background-color: #88ceaf;
}

a.badge-green-pastel.focus,
a.badge-green-pastel:focus {
  outline: 0;
}

[dir] a.badge-green-pastel.focus,
[dir] a.badge-green-pastel:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 221, 199, 0.5);
}

.badge-green-dark {
  color: #fff;
}

[dir] .badge-green-dark {
  background-color: #144d3f;
}

a.badge-green-dark:focus,
a.badge-green-dark:hover {
  color: #fff;
}

[dir] a.badge-green-dark:focus,
[dir] a.badge-green-dark:hover {
  background-color: #09251e;
}

a.badge-green-dark.focus,
a.badge-green-dark:focus {
  outline: 0;
}

[dir] a.badge-green-dark.focus,
[dir] a.badge-green-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 77, 63, 0.5);
}

.badge-gray {
  color: #fff;
}

[dir] .badge-gray {
  background-color: #323232;
}

a.badge-gray:focus,
a.badge-gray:hover {
  color: #fff;
}

[dir] a.badge-gray:focus,
[dir] a.badge-gray:hover {
  background-color: #191919;
}

a.badge-gray.focus,
a.badge-gray:focus {
  outline: 0;
}

[dir] a.badge-gray.focus,
[dir] a.badge-gray:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.5);
}

.badge-gray-shade {
  color: #fff;
}

[dir] .badge-gray-shade {
  background-color: #242424;
}

a.badge-gray-shade:focus,
a.badge-gray-shade:hover {
  color: #fff;
}

[dir] a.badge-gray-shade:focus,
[dir] a.badge-gray-shade:hover {
  background-color: #0b0b0b;
}

a.badge-gray-shade.focus,
a.badge-gray-shade:focus {
  outline: 0;
}

[dir] a.badge-gray-shade.focus,
[dir] a.badge-gray-shade:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 36, 36, 0.5);
}

.badge-gray-tint {
  color: #fff;
}

[dir] .badge-gray-tint {
  background-color: #757575;
}

a.badge-gray-tint:focus,
a.badge-gray-tint:hover {
  color: #fff;
}

[dir] a.badge-gray-tint:focus,
[dir] a.badge-gray-tint:hover {
  background-color: #5c5c5c;
}

a.badge-gray-tint.focus,
a.badge-gray-tint:focus {
  outline: 0;
}

[dir] a.badge-gray-tint.focus,
[dir] a.badge-gray-tint:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 45.9%, 0.5);
}

.badge-gray-pastel {
  color: #212529;
}

[dir] .badge-gray-pastel {
  background-color: #eaeaea;
}

a.badge-gray-pastel:focus,
a.badge-gray-pastel:hover {
  color: #212529;
}

[dir] a.badge-gray-pastel:focus,
[dir] a.badge-gray-pastel:hover {
  background-color: #d1d1d1;
}

a.badge-gray-pastel.focus,
a.badge-gray-pastel:focus {
  outline: 0;
}

[dir] a.badge-gray-pastel.focus,
[dir] a.badge-gray-pastel:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 91.8%, 0.5);
}

.badge-black {
  color: #fff;
}

[dir] .badge-black {
  background-color: #000;
}

a.badge-black:focus,
a.badge-black:hover {
  color: #fff;
}

[dir] a.badge-black:focus,
[dir] a.badge-black:hover {
  background-color: #000;
}

a.badge-black.focus,
a.badge-black:focus {
  outline: 0;
}

[dir] a.badge-black.focus,
[dir] a.badge-black:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-orange {
  color: #212529;
}

[dir] .badge-orange {
  background-color: #fd7e14;
}

a.badge-orange:focus,
a.badge-orange:hover {
  color: #212529;
}

[dir] a.badge-orange:focus,
[dir] a.badge-orange:hover {
  background-color: #dc6502;
}

a.badge-orange.focus,
a.badge-orange:focus {
  outline: 0;
}

[dir] a.badge-orange.focus,
[dir] a.badge-orange:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

.badge-teal {
  color: #212529;
}

[dir] .badge-teal {
  background-color: #66c1bf;
}

a.badge-teal:focus,
a.badge-teal:hover {
  color: #212529;
}

[dir] a.badge-teal:focus,
[dir] a.badge-teal:hover {
  background-color: #46aeab;
}

a.badge-teal.focus,
a.badge-teal:focus {
  outline: 0;
}

[dir] a.badge-teal.focus,
[dir] a.badge-teal:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 193, 191, 0.5);
}

[dir] .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  [dir] .jumbotron {
    padding: 4rem 2rem;
  }
}

[dir] .jumbotron-fluid {
  border-radius: 0;
}

[dir="ltr"] .jumbotron-fluid,
[dir="rtl"] .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

.alert {
  position: relative;
}

[dir] .alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

[dir="ltr"] .alert-dismissible {
  padding-right: 4rem;
}

[dir="rtl"] .alert-dismissible {
  padding-left: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  z-index: 2;
  color: inherit;
}

[dir] .alert-dismissible .close {
  padding: 0.75rem 1.25rem;
}

[dir="ltr"] .alert-dismissible .close {
  right: 0;
}

[dir="rtl"] .alert-dismissible .close {
  left: 0;
}

.alert-primary {
  color: #1f533e;
}

[dir] .alert-primary {
  background-color: #d8ece4;
  border-color: #c8e4d9;
}

[dir] .alert-primary hr {
  border-top-color: #b7dccd;
}

.alert-primary .alert-link {
  color: #112e22;
}

.alert-secondary {
  color: #0b0820;
}

[dir] .alert-secondary {
  background-color: #d0cfd8;
  border-color: #bebcc9;
}

[dir] .alert-secondary hr {
  border-top-color: #b0aebe;
}

.alert-secondary .alert-link {
  color: #000;
}

.alert-success {
  color: #003502;
}

[dir] .alert-success {
  background-color: #cce0cd;
  border-color: #b8d4b9;
}

[dir] .alert-success hr {
  border-top-color: #a8caa9;
}

.alert-success .alert-link {
  color: #000200;
}

.alert-info {
  color: #1b527b;
}

[dir] .alert-info {
  background-color: #d6ecfb;
  border-color: #c6e4fa;
}

[dir] .alert-info hr {
  border-top-color: #afd9f8;
}

.alert-info .alert-link {
  color: #123651;
}

.alert-warning {
  color: #806523;
}

[dir] .alert-warning {
  background-color: #fdf3da;
  border-color: #fceecb;
}

[dir] .alert-warning hr {
  border-top-color: #fbe6b3;
}

.alert-warning .alert-link {
  color: #584518;
}

.alert-danger {
  color: #5b040c;
}

[dir] .alert-danger {
  background-color: #efced1;
  border-color: #e9babe;
}

[dir] .alert-danger hr {
  border-top-color: #e3a7ac;
}

.alert-danger .alert-link {
  color: #2a0206;
}

.alert-light {
  color: #7a7a7a;
}

[dir] .alert-light {
  background-color: #fbfbfb;
  border-color: #f9f9f9;
}

[dir] .alert-light hr {
  border-top-color: #ececec;
}

.alert-light .alert-link {
  color: #616161;
}

.alert-dark {
  color: #1b1e21;
}

[dir] .alert-dark {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

[dir] .alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.alert-white {
  color: #858585;
}

[dir] .alert-white {
  background-color: #fff;
  border-color: #fff;
}

[dir] .alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-violet {
  color: #2c036b;
}

[dir] .alert-violet {
  background-color: #ddcdf5;
  border-color: #cfb9f1;
}

[dir] .alert-violet hr {
  border-top-color: #c0a4ed;
}

.alert-violet .alert-link {
  color: #180239;
}

.alert-violet-shade {
  color: #1f1641;
}

[dir] .alert-violet-shade {
  background-color: #d8d5e5;
  border-color: #c8c4db;
}

[dir] .alert-violet-shade hr {
  border-top-color: #b9b4d1;
}

.alert-violet-shade .alert-link {
  color: #0d091b;
}

.alert-violet-tint {
  color: #2e195e;
}

[dir] .alert-violet-tint {
  background-color: #ded6f0;
  border-color: #d0c5ea;
}

[dir] .alert-violet-tint hr {
  border-top-color: #c1b2e3;
}

.alert-violet-tint .alert-link {
  color: #1a0e36;
}

.alert-violet-pastel {
  color: #59536f;
}

[dir] .alert-violet-pastel {
  background-color: #eeecf7;
  border-color: #e8e4f3;
}

[dir] .alert-violet-pastel hr {
  border-top-color: #d9d2eb;
}

.alert-violet-pastel .alert-link {
  color: #423d52;
}

.alert-blue {
  color: #002f4e;
}

[dir] .alert-blue {
  background-color: #ccdeea;
  border-color: #b8d1e2;
}

[dir] .alert-blue hr {
  border-top-color: #a6c5db;
}

.alert-blue .alert-link {
  color: #00101b;
}

.alert-blue-shade {
  color: #002b61;
}

[dir] .alert-blue-shade {
  background-color: #ccddf1;
  border-color: #b8cfec;
}

[dir] .alert-blue-shade hr {
  border-top-color: #a4c1e7;
}

.alert-blue-shade .alert-link {
  color: #00142e;
}

.alert-blue-tint {
  color: #002c5a;
}

[dir] .alert-blue-tint {
  background-color: #ccddef;
  border-color: #b8cfe8;
}

[dir] .alert-blue-tint hr {
  border-top-color: #a5c2e2;
}

.alert-blue-tint .alert-link {
  color: #001327;
}

.alert-blue-pastel {
  color: #1b527b;
}

[dir] .alert-blue-pastel {
  background-color: #d6ecfb;
  border-color: #c6e4fa;
}

[dir] .alert-blue-pastel hr {
  border-top-color: #afd9f8;
}

.alert-blue-pastel .alert-link {
  color: #123651;
}

.alert-tiffany {
  color: #057a70;
}

[dir] .alert-tiffany {
  background-color: #cefbf7;
  border-color: #baf9f4;
}

[dir] .alert-tiffany hr {
  border-top-color: #a3f7f0;
}

.alert-tiffany .alert-link {
  color: #034943;
}

.alert-tiffany-shade {
  color: #02342e;
}

[dir] .alert-tiffany-shade {
  background-color: #cde0de;
  border-color: #b9d4d1;
}

[dir] .alert-tiffany-shade hr {
  border-top-color: #a9cac7;
}

.alert-tiffany-shade .alert-link {
  color: #000303;
}

.alert-tiffany-tint {
  color: #296b61;
}

[dir] .alert-tiffany-tint {
  background-color: #dcf5f1;
  border-color: #cdf1ec;
}

[dir] .alert-tiffany-tint hr {
  border-top-color: #b9ebe4;
}

.alert-tiffany-tint .alert-link {
  color: #1b4640;
}

.alert-tiffany-pastel {
  color: #587670;
}

[dir] .alert-tiffany-pastel {
  background-color: #eef9f7;
  border-color: #e7f7f4;
}

[dir] .alert-tiffany-pastel hr {
  border-top-color: #d4f1eb;
}

.alert-tiffany-pastel .alert-link {
  color: #425954;
}

.alert-darkBlue {
  color: #0b0820;
}

[dir] .alert-darkBlue {
  background-color: #d0cfd8;
  border-color: #bebcc9;
}

[dir] .alert-darkBlue hr {
  border-top-color: #b0aebe;
}

.alert-darkBlue .alert-link {
  color: #000;
}

.alert-darkBlue-shade {
  color: #10132f;
}

[dir] .alert-darkBlue-shade {
  background-color: #d2d3de;
  border-color: #c0c2d1;
}

[dir] .alert-darkBlue-shade hr {
  border-top-color: #b1b4c6;
}

.alert-darkBlue-shade .alert-link {
  color: #030409;
}

.alert-darkBlue-tint {
  color: #232132;
}

[dir] .alert-darkBlue-tint {
  background-color: #dad9df;
  border-color: #cbcad3;
}

[dir] .alert-darkBlue-tint hr {
  border-top-color: #bdbcc7;
}

.alert-darkBlue-tint .alert-link {
  color: #0d0d13;
}

.alert-darkBlue-pastel {
  color: #6b6a6f;
}

[dir] .alert-darkBlue-pastel {
  background-color: #f5f5f7;
  border-color: #f1f1f3;
}

[dir] .alert-darkBlue-pastel hr {
  border-top-color: #e3e3e7;
}

.alert-darkBlue-pastel .alert-link {
  color: #525155;
}

.alert-green {
  color: #143327;
}

[dir] .alert-green {
  background-color: #d4e0db;
  border-color: #c2d3cd;
}

[dir] .alert-green hr {
  border-top-color: #b3c8c1;
}

.alert-green .alert-link {
  color: #060e0b;
}

.alert-green-shade {
  color: #03322e;
}

[dir] .alert-green-shade {
  background-color: #cddfde;
  border-color: #b9d2d0;
}

[dir] .alert-green-shade hr {
  border-top-color: #a9c8c6;
}

.alert-green-shade .alert-link {
  color: #000202;
}

.alert-green-tint {
  color: #145849;
}

[dir] .alert-green-tint {
  background-color: #d4eee8;
  border-color: #c3e7df;
}

[dir] .alert-green-tint hr {
  border-top-color: #b1e0d5;
}

.alert-green-tint .alert-link {
  color: #0b2e27;
}

.alert-green-light {
  color: #1f533e;
}

[dir] .alert-green-light {
  background-color: #d8ece4;
  border-color: #c8e4d9;
}

[dir] .alert-green-light hr {
  border-top-color: #b7dccd;
}

.alert-green-light .alert-link {
  color: #112e22;
}

.alert-green-pastel {
  color: #597367;
}

[dir] .alert-green-pastel {
  background-color: #eef8f4;
  border-color: #e8f5ef;
}

[dir] .alert-green-pastel hr {
  border-top-color: #d6ede3;
}

.alert-green-pastel .alert-link {
  color: #43564d;
}

.alert-green-dark {
  color: #0a2821;
}

[dir] .alert-green-dark {
  background-color: #d0dbd9;
  border-color: #bdcdc9;
}

[dir] .alert-green-dark hr {
  border-top-color: #aec2bd;
}

.alert-green-dark .alert-link {
  color: #000;
}

.alert-gray {
  color: #1a1a1a;
}

[dir] .alert-gray {
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}

[dir] .alert-gray hr {
  border-top-color: #b9b9b9;
}

.alert-gray .alert-link {
  color: #010101;
}

.alert-gray-shade {
  color: #131313;
}

[dir] .alert-gray-shade {
  background-color: #d3d3d3;
  border-color: #c2c2c2;
}

[dir] .alert-gray-shade hr {
  border-top-color: #b5b5b5;
}

.alert-gray-shade .alert-link {
  color: #000;
}

.alert-gray-tint {
  color: #3d3d3d;
}

[dir] .alert-gray-tint {
  background-color: #e3e3e3;
  border-color: #d8d8d8;
}

[dir] .alert-gray-tint hr {
  border-top-color: #cbcbcb;
}

.alert-gray-tint .alert-link {
  color: #242424;
}

.alert-gray-pastel {
  color: #7a7a7a;
}

[dir] .alert-gray-pastel {
  background-color: #fbfbfb;
  border-color: #f9f9f9;
}

[dir] .alert-gray-pastel hr {
  border-top-color: #ececec;
}

.alert-gray-pastel .alert-link {
  color: #616161;
}

.alert-black {
  color: #000;
}

[dir] .alert-black {
  background-color: #ccc;
  border-color: #b8b8b8;
}

[dir] .alert-black hr {
  border-top-color: #ababab;
}

.alert-black .alert-link {
  color: #000;
}

.alert-orange {
  color: #84420a;
}

[dir] .alert-orange {
  background-color: #ffe5d0;
  border-color: #fedbbd;
}

[dir] .alert-orange hr {
  border-top-color: #fecda4;
}

.alert-orange .alert-link {
  color: #552a06;
}

.alert-teal {
  color: #356463;
}

[dir] .alert-teal {
  background-color: #e0f3f2;
  border-color: #d4eeed;
}

[dir] .alert-teal hr {
  border-top-color: #c2e7e5;
}

.alert-teal .alert-link {
  color: #234342;
}

@keyframes progress-bar-stripes-ltr {
  0% {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes-rtl {
  0% {
    background-position: 1rem 0;
  }

  to {
    background-position: 100% 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
}

[dir] .progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  transition: width 0.6s ease;
}

[dir] .progress-bar {
  text-align: center;
  background-color: #3ca078;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

[dir] .progress-bar-striped {
  background-size: 1rem 1rem;
}

[dir="ltr"] .progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}

[dir="rtl"] .progress-bar-striped {
  background-image: linear-gradient(
    -45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}

[dir="ltr"] .progress-bar-animated {
  animation: progress-bar-stripes-ltr 1s linear infinite;
}

[dir="rtl"] .progress-bar-animated {
  animation: progress-bar-stripes-rtl 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .progress-bar-animated,
  [dir="rtl"] .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
}

[dir] .list-group {
  margin-bottom: 0;
  border-radius: 0.25rem;
}

[dir="ltr"] .list-group {
  padding-left: 0;
}

[dir="rtl"] .list-group {
  padding-right: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
}

[dir] .list-group-item-action {
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
}

[dir] .list-group-item-action:focus,
[dir] .list-group-item-action:hover {
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
}

[dir] .list-group-item-action:active {
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  text-decoration: none;
}

[dir] .list-group-item {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

[dir="ltr"] .list-group-item:first-child,
[dir="rtl"] .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

[dir="ltr"] .list-group-item:last-child,
[dir="rtl"] .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;
}

[dir] .list-group-item.disabled,
[dir] .list-group-item:disabled {
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
}

[dir] .list-group-item.active {
  background-color: #3ca078;
  border-color: #3ca078;
}

[dir] .list-group-item + .list-group-item {
  border-top-width: 0;
}

[dir] .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

[dir="ltr"] .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

[dir="rtl"] .list-group-horizontal > .list-group-item:first-child {
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
}

[dir="ltr"] .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

[dir="rtl"] .list-group-horizontal > .list-group-item:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
}

[dir] .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

[dir] .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
}

[dir="ltr"] .list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
}

[dir="rtl"] .list-group-horizontal > .list-group-item + .list-group-item {
  border-right-width: 0;
}

[dir="ltr"]
  .list-group-horizontal
  > .list-group-item
  + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

[dir="rtl"]
  .list-group-horizontal
  > .list-group-item
  + .list-group-item.active {
  margin-right: -1px;
  border-right-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  [dir="ltr"] .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }

  [dir="ltr"] .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }

  [dir] .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  [dir] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
  }

  [dir="ltr"] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"]
    .list-group-horizontal-sm
    > .list-group-item
    + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  [dir="rtl"]
    .list-group-horizontal-sm
    > .list-group-item
    + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  [dir="ltr"] .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }

  [dir="ltr"] .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-md > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }

  [dir] .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  [dir] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
  }

  [dir="ltr"] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"]
    .list-group-horizontal-md
    > .list-group-item
    + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  [dir="rtl"]
    .list-group-horizontal-md
    > .list-group-item
    + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  [dir="ltr"] .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }

  [dir="ltr"] .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }

  [dir] .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  [dir] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
  }

  [dir="ltr"] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"]
    .list-group-horizontal-lg
    > .list-group-item
    + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  [dir="rtl"]
    .list-group-horizontal-lg
    > .list-group-item
    + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  [dir="ltr"] .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }

  [dir="ltr"] .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }

  [dir] .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  [dir] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
  }

  [dir="ltr"] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"]
    .list-group-horizontal-xl
    > .list-group-item
    + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  [dir="rtl"]
    .list-group-horizontal-xl
    > .list-group-item
    + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}

[dir] .list-group-flush {
  border-radius: 0;
}

[dir] .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

[dir] .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #1f533e;
}

[dir] .list-group-item-primary {
  background-color: #c8e4d9;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #1f533e;
}

[dir] .list-group-item-primary.list-group-item-action:focus,
[dir] .list-group-item-primary.list-group-item-action:hover {
  background-color: #b7dccd;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-primary.list-group-item-action.active {
  background-color: #1f533e;
  border-color: #1f533e;
}

.list-group-item-secondary {
  color: #0b0820;
}

[dir] .list-group-item-secondary {
  background-color: #bebcc9;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #0b0820;
}

[dir] .list-group-item-secondary.list-group-item-action:focus,
[dir] .list-group-item-secondary.list-group-item-action:hover {
  background-color: #b0aebe;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-secondary.list-group-item-action.active {
  background-color: #0b0820;
  border-color: #0b0820;
}

.list-group-item-success {
  color: #003502;
}

[dir] .list-group-item-success {
  background-color: #b8d4b9;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #003502;
}

[dir] .list-group-item-success.list-group-item-action:focus,
[dir] .list-group-item-success.list-group-item-action:hover {
  background-color: #a8caa9;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-success.list-group-item-action.active {
  background-color: #003502;
  border-color: #003502;
}

.list-group-item-info {
  color: #1b527b;
}

[dir] .list-group-item-info {
  background-color: #c6e4fa;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #1b527b;
}

[dir] .list-group-item-info.list-group-item-action:focus,
[dir] .list-group-item-info.list-group-item-action:hover {
  background-color: #afd9f8;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-info.list-group-item-action.active {
  background-color: #1b527b;
  border-color: #1b527b;
}

.list-group-item-warning {
  color: #806523;
}

[dir] .list-group-item-warning {
  background-color: #fceecb;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #806523;
}

[dir] .list-group-item-warning.list-group-item-action:focus,
[dir] .list-group-item-warning.list-group-item-action:hover {
  background-color: #fbe6b3;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-warning.list-group-item-action.active {
  background-color: #806523;
  border-color: #806523;
}

.list-group-item-danger {
  color: #5b040c;
}

[dir] .list-group-item-danger {
  background-color: #e9babe;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #5b040c;
}

[dir] .list-group-item-danger.list-group-item-action:focus,
[dir] .list-group-item-danger.list-group-item-action:hover {
  background-color: #e3a7ac;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-danger.list-group-item-action.active {
  background-color: #5b040c;
  border-color: #5b040c;
}

.list-group-item-light {
  color: #7a7a7a;
}

[dir] .list-group-item-light {
  background-color: #f9f9f9;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #7a7a7a;
}

[dir] .list-group-item-light.list-group-item-action:focus,
[dir] .list-group-item-light.list-group-item-action:hover {
  background-color: #ececec;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-light.list-group-item-action.active {
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}

.list-group-item-dark {
  color: #1b1e21;
}

[dir] .list-group-item-dark {
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
}

[dir] .list-group-item-dark.list-group-item-action:focus,
[dir] .list-group-item-dark.list-group-item-action:hover {
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-dark.list-group-item-action.active {
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-white {
  color: #858585;
}

[dir] .list-group-item-white {
  background-color: #fff;
}

.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
  color: #858585;
}

[dir] .list-group-item-white.list-group-item-action:focus,
[dir] .list-group-item-white.list-group-item-action:hover {
  background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-white.list-group-item-action.active {
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-violet {
  color: #2c036b;
}

[dir] .list-group-item-violet {
  background-color: #cfb9f1;
}

.list-group-item-violet.list-group-item-action:focus,
.list-group-item-violet.list-group-item-action:hover {
  color: #2c036b;
}

[dir] .list-group-item-violet.list-group-item-action:focus,
[dir] .list-group-item-violet.list-group-item-action:hover {
  background-color: #c0a4ed;
}

.list-group-item-violet.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-violet.list-group-item-action.active {
  background-color: #2c036b;
  border-color: #2c036b;
}

.list-group-item-violet-shade {
  color: #1f1641;
}

[dir] .list-group-item-violet-shade {
  background-color: #c8c4db;
}

.list-group-item-violet-shade.list-group-item-action:focus,
.list-group-item-violet-shade.list-group-item-action:hover {
  color: #1f1641;
}

[dir] .list-group-item-violet-shade.list-group-item-action:focus,
[dir] .list-group-item-violet-shade.list-group-item-action:hover {
  background-color: #b9b4d1;
}

.list-group-item-violet-shade.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-violet-shade.list-group-item-action.active {
  background-color: #1f1641;
  border-color: #1f1641;
}

.list-group-item-violet-tint {
  color: #2e195e;
}

[dir] .list-group-item-violet-tint {
  background-color: #d0c5ea;
}

.list-group-item-violet-tint.list-group-item-action:focus,
.list-group-item-violet-tint.list-group-item-action:hover {
  color: #2e195e;
}

[dir] .list-group-item-violet-tint.list-group-item-action:focus,
[dir] .list-group-item-violet-tint.list-group-item-action:hover {
  background-color: #c1b2e3;
}

.list-group-item-violet-tint.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-violet-tint.list-group-item-action.active {
  background-color: #2e195e;
  border-color: #2e195e;
}

.list-group-item-violet-pastel {
  color: #59536f;
}

[dir] .list-group-item-violet-pastel {
  background-color: #e8e4f3;
}

.list-group-item-violet-pastel.list-group-item-action:focus,
.list-group-item-violet-pastel.list-group-item-action:hover {
  color: #59536f;
}

[dir] .list-group-item-violet-pastel.list-group-item-action:focus,
[dir] .list-group-item-violet-pastel.list-group-item-action:hover {
  background-color: #d9d2eb;
}

.list-group-item-violet-pastel.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-violet-pastel.list-group-item-action.active {
  background-color: #59536f;
  border-color: #59536f;
}

.list-group-item-blue {
  color: #002f4e;
}

[dir] .list-group-item-blue {
  background-color: #b8d1e2;
}

.list-group-item-blue.list-group-item-action:focus,
.list-group-item-blue.list-group-item-action:hover {
  color: #002f4e;
}

[dir] .list-group-item-blue.list-group-item-action:focus,
[dir] .list-group-item-blue.list-group-item-action:hover {
  background-color: #a6c5db;
}

.list-group-item-blue.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-blue.list-group-item-action.active {
  background-color: #002f4e;
  border-color: #002f4e;
}

.list-group-item-blue-shade {
  color: #002b61;
}

[dir] .list-group-item-blue-shade {
  background-color: #b8cfec;
}

.list-group-item-blue-shade.list-group-item-action:focus,
.list-group-item-blue-shade.list-group-item-action:hover {
  color: #002b61;
}

[dir] .list-group-item-blue-shade.list-group-item-action:focus,
[dir] .list-group-item-blue-shade.list-group-item-action:hover {
  background-color: #a4c1e7;
}

.list-group-item-blue-shade.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-blue-shade.list-group-item-action.active {
  background-color: #002b61;
  border-color: #002b61;
}

.list-group-item-blue-tint {
  color: #002c5a;
}

[dir] .list-group-item-blue-tint {
  background-color: #b8cfe8;
}

.list-group-item-blue-tint.list-group-item-action:focus,
.list-group-item-blue-tint.list-group-item-action:hover {
  color: #002c5a;
}

[dir] .list-group-item-blue-tint.list-group-item-action:focus,
[dir] .list-group-item-blue-tint.list-group-item-action:hover {
  background-color: #a5c2e2;
}

.list-group-item-blue-tint.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-blue-tint.list-group-item-action.active {
  background-color: #002c5a;
  border-color: #002c5a;
}

.list-group-item-blue-pastel {
  color: #1b527b;
}

[dir] .list-group-item-blue-pastel {
  background-color: #c6e4fa;
}

.list-group-item-blue-pastel.list-group-item-action:focus,
.list-group-item-blue-pastel.list-group-item-action:hover {
  color: #1b527b;
}

[dir] .list-group-item-blue-pastel.list-group-item-action:focus,
[dir] .list-group-item-blue-pastel.list-group-item-action:hover {
  background-color: #afd9f8;
}

.list-group-item-blue-pastel.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-blue-pastel.list-group-item-action.active {
  background-color: #1b527b;
  border-color: #1b527b;
}

.list-group-item-tiffany {
  color: #057a70;
}

[dir] .list-group-item-tiffany {
  background-color: #baf9f4;
}

.list-group-item-tiffany.list-group-item-action:focus,
.list-group-item-tiffany.list-group-item-action:hover {
  color: #057a70;
}

[dir] .list-group-item-tiffany.list-group-item-action:focus,
[dir] .list-group-item-tiffany.list-group-item-action:hover {
  background-color: #a3f7f0;
}

.list-group-item-tiffany.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-tiffany.list-group-item-action.active {
  background-color: #057a70;
  border-color: #057a70;
}

.list-group-item-tiffany-shade {
  color: #02342e;
}

[dir] .list-group-item-tiffany-shade {
  background-color: #b9d4d1;
}

.list-group-item-tiffany-shade.list-group-item-action:focus,
.list-group-item-tiffany-shade.list-group-item-action:hover {
  color: #02342e;
}

[dir] .list-group-item-tiffany-shade.list-group-item-action:focus,
[dir] .list-group-item-tiffany-shade.list-group-item-action:hover {
  background-color: #a9cac7;
}

.list-group-item-tiffany-shade.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-tiffany-shade.list-group-item-action.active {
  background-color: #02342e;
  border-color: #02342e;
}

.list-group-item-tiffany-tint {
  color: #296b61;
}

[dir] .list-group-item-tiffany-tint {
  background-color: #cdf1ec;
}

.list-group-item-tiffany-tint.list-group-item-action:focus,
.list-group-item-tiffany-tint.list-group-item-action:hover {
  color: #296b61;
}

[dir] .list-group-item-tiffany-tint.list-group-item-action:focus,
[dir] .list-group-item-tiffany-tint.list-group-item-action:hover {
  background-color: #b9ebe4;
}

.list-group-item-tiffany-tint.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-tiffany-tint.list-group-item-action.active {
  background-color: #296b61;
  border-color: #296b61;
}

.list-group-item-tiffany-pastel {
  color: #587670;
}

[dir] .list-group-item-tiffany-pastel {
  background-color: #e7f7f4;
}

.list-group-item-tiffany-pastel.list-group-item-action:focus,
.list-group-item-tiffany-pastel.list-group-item-action:hover {
  color: #587670;
}

[dir] .list-group-item-tiffany-pastel.list-group-item-action:focus,
[dir] .list-group-item-tiffany-pastel.list-group-item-action:hover {
  background-color: #d4f1eb;
}

.list-group-item-tiffany-pastel.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-tiffany-pastel.list-group-item-action.active {
  background-color: #587670;
  border-color: #587670;
}

.list-group-item-darkBlue {
  color: #0b0820;
}

[dir] .list-group-item-darkBlue {
  background-color: #bebcc9;
}

.list-group-item-darkBlue.list-group-item-action:focus,
.list-group-item-darkBlue.list-group-item-action:hover {
  color: #0b0820;
}

[dir] .list-group-item-darkBlue.list-group-item-action:focus,
[dir] .list-group-item-darkBlue.list-group-item-action:hover {
  background-color: #b0aebe;
}

.list-group-item-darkBlue.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-darkBlue.list-group-item-action.active {
  background-color: #0b0820;
  border-color: #0b0820;
}

.list-group-item-darkBlue-shade {
  color: #10132f;
}

[dir] .list-group-item-darkBlue-shade {
  background-color: #c0c2d1;
}

.list-group-item-darkBlue-shade.list-group-item-action:focus,
.list-group-item-darkBlue-shade.list-group-item-action:hover {
  color: #10132f;
}

[dir] .list-group-item-darkBlue-shade.list-group-item-action:focus,
[dir] .list-group-item-darkBlue-shade.list-group-item-action:hover {
  background-color: #b1b4c6;
}

.list-group-item-darkBlue-shade.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-darkBlue-shade.list-group-item-action.active {
  background-color: #10132f;
  border-color: #10132f;
}

.list-group-item-darkBlue-tint {
  color: #232132;
}

[dir] .list-group-item-darkBlue-tint {
  background-color: #cbcad3;
}

.list-group-item-darkBlue-tint.list-group-item-action:focus,
.list-group-item-darkBlue-tint.list-group-item-action:hover {
  color: #232132;
}

[dir] .list-group-item-darkBlue-tint.list-group-item-action:focus,
[dir] .list-group-item-darkBlue-tint.list-group-item-action:hover {
  background-color: #bdbcc7;
}

.list-group-item-darkBlue-tint.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-darkBlue-tint.list-group-item-action.active {
  background-color: #232132;
  border-color: #232132;
}

.list-group-item-darkBlue-pastel {
  color: #6b6a6f;
}

[dir] .list-group-item-darkBlue-pastel {
  background-color: #f1f1f3;
}

.list-group-item-darkBlue-pastel.list-group-item-action:focus,
.list-group-item-darkBlue-pastel.list-group-item-action:hover {
  color: #6b6a6f;
}

[dir] .list-group-item-darkBlue-pastel.list-group-item-action:focus,
[dir] .list-group-item-darkBlue-pastel.list-group-item-action:hover {
  background-color: #e3e3e7;
}

.list-group-item-darkBlue-pastel.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-darkBlue-pastel.list-group-item-action.active {
  background-color: #6b6a6f;
  border-color: #6b6a6f;
}

.list-group-item-green {
  color: #143327;
}

[dir] .list-group-item-green {
  background-color: #c2d3cd;
}

.list-group-item-green.list-group-item-action:focus,
.list-group-item-green.list-group-item-action:hover {
  color: #143327;
}

[dir] .list-group-item-green.list-group-item-action:focus,
[dir] .list-group-item-green.list-group-item-action:hover {
  background-color: #b3c8c1;
}

.list-group-item-green.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-green.list-group-item-action.active {
  background-color: #143327;
  border-color: #143327;
}

.list-group-item-green-shade {
  color: #03322e;
}

[dir] .list-group-item-green-shade {
  background-color: #b9d2d0;
}

.list-group-item-green-shade.list-group-item-action:focus,
.list-group-item-green-shade.list-group-item-action:hover {
  color: #03322e;
}

[dir] .list-group-item-green-shade.list-group-item-action:focus,
[dir] .list-group-item-green-shade.list-group-item-action:hover {
  background-color: #a9c8c6;
}

.list-group-item-green-shade.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-green-shade.list-group-item-action.active {
  background-color: #03322e;
  border-color: #03322e;
}

.list-group-item-green-tint {
  color: #145849;
}

[dir] .list-group-item-green-tint {
  background-color: #c3e7df;
}

.list-group-item-green-tint.list-group-item-action:focus,
.list-group-item-green-tint.list-group-item-action:hover {
  color: #145849;
}

[dir] .list-group-item-green-tint.list-group-item-action:focus,
[dir] .list-group-item-green-tint.list-group-item-action:hover {
  background-color: #b1e0d5;
}

.list-group-item-green-tint.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-green-tint.list-group-item-action.active {
  background-color: #145849;
  border-color: #145849;
}

.list-group-item-green-light {
  color: #1f533e;
}

[dir] .list-group-item-green-light {
  background-color: #c8e4d9;
}

.list-group-item-green-light.list-group-item-action:focus,
.list-group-item-green-light.list-group-item-action:hover {
  color: #1f533e;
}

[dir] .list-group-item-green-light.list-group-item-action:focus,
[dir] .list-group-item-green-light.list-group-item-action:hover {
  background-color: #b7dccd;
}

.list-group-item-green-light.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-green-light.list-group-item-action.active {
  background-color: #1f533e;
  border-color: #1f533e;
}

.list-group-item-green-pastel {
  color: #597367;
}

[dir] .list-group-item-green-pastel {
  background-color: #e8f5ef;
}

.list-group-item-green-pastel.list-group-item-action:focus,
.list-group-item-green-pastel.list-group-item-action:hover {
  color: #597367;
}

[dir] .list-group-item-green-pastel.list-group-item-action:focus,
[dir] .list-group-item-green-pastel.list-group-item-action:hover {
  background-color: #d6ede3;
}

.list-group-item-green-pastel.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-green-pastel.list-group-item-action.active {
  background-color: #597367;
  border-color: #597367;
}

.list-group-item-green-dark {
  color: #0a2821;
}

[dir] .list-group-item-green-dark {
  background-color: #bdcdc9;
}

.list-group-item-green-dark.list-group-item-action:focus,
.list-group-item-green-dark.list-group-item-action:hover {
  color: #0a2821;
}

[dir] .list-group-item-green-dark.list-group-item-action:focus,
[dir] .list-group-item-green-dark.list-group-item-action:hover {
  background-color: #aec2bd;
}

.list-group-item-green-dark.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-green-dark.list-group-item-action.active {
  background-color: #0a2821;
  border-color: #0a2821;
}

.list-group-item-gray {
  color: #1a1a1a;
}

[dir] .list-group-item-gray {
  background-color: #c6c6c6;
}

.list-group-item-gray.list-group-item-action:focus,
.list-group-item-gray.list-group-item-action:hover {
  color: #1a1a1a;
}

[dir] .list-group-item-gray.list-group-item-action:focus,
[dir] .list-group-item-gray.list-group-item-action:hover {
  background-color: #b9b9b9;
}

.list-group-item-gray.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-gray.list-group-item-action.active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.list-group-item-gray-shade {
  color: #131313;
}

[dir] .list-group-item-gray-shade {
  background-color: #c2c2c2;
}

.list-group-item-gray-shade.list-group-item-action:focus,
.list-group-item-gray-shade.list-group-item-action:hover {
  color: #131313;
}

[dir] .list-group-item-gray-shade.list-group-item-action:focus,
[dir] .list-group-item-gray-shade.list-group-item-action:hover {
  background-color: #b5b5b5;
}

.list-group-item-gray-shade.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-gray-shade.list-group-item-action.active {
  background-color: #131313;
  border-color: #131313;
}

.list-group-item-gray-tint {
  color: #3d3d3d;
}

[dir] .list-group-item-gray-tint {
  background-color: #d8d8d8;
}

.list-group-item-gray-tint.list-group-item-action:focus,
.list-group-item-gray-tint.list-group-item-action:hover {
  color: #3d3d3d;
}

[dir] .list-group-item-gray-tint.list-group-item-action:focus,
[dir] .list-group-item-gray-tint.list-group-item-action:hover {
  background-color: #cbcbcb;
}

.list-group-item-gray-tint.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-gray-tint.list-group-item-action.active {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}

.list-group-item-gray-pastel {
  color: #7a7a7a;
}

[dir] .list-group-item-gray-pastel {
  background-color: #f9f9f9;
}

.list-group-item-gray-pastel.list-group-item-action:focus,
.list-group-item-gray-pastel.list-group-item-action:hover {
  color: #7a7a7a;
}

[dir] .list-group-item-gray-pastel.list-group-item-action:focus,
[dir] .list-group-item-gray-pastel.list-group-item-action:hover {
  background-color: #ececec;
}

.list-group-item-gray-pastel.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-gray-pastel.list-group-item-action.active {
  background-color: #7a7a7a;
  border-color: #7a7a7a;
}

.list-group-item-black {
  color: #000;
}

[dir] .list-group-item-black {
  background-color: #b8b8b8;
}

.list-group-item-black.list-group-item-action:focus,
.list-group-item-black.list-group-item-action:hover {
  color: #000;
}

[dir] .list-group-item-black.list-group-item-action:focus,
[dir] .list-group-item-black.list-group-item-action:hover {
  background-color: #ababab;
}

.list-group-item-black.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-black.list-group-item-action.active {
  background-color: #000;
  border-color: #000;
}

.list-group-item-orange {
  color: #84420a;
}

[dir] .list-group-item-orange {
  background-color: #fedbbd;
}

.list-group-item-orange.list-group-item-action:focus,
.list-group-item-orange.list-group-item-action:hover {
  color: #84420a;
}

[dir] .list-group-item-orange.list-group-item-action:focus,
[dir] .list-group-item-orange.list-group-item-action:hover {
  background-color: #fecda4;
}

.list-group-item-orange.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-orange.list-group-item-action.active {
  background-color: #84420a;
  border-color: #84420a;
}

.list-group-item-teal {
  color: #356463;
}

[dir] .list-group-item-teal {
  background-color: #d4eeed;
}

.list-group-item-teal.list-group-item-action:focus,
.list-group-item-teal.list-group-item-action:hover {
  color: #356463;
}

[dir] .list-group-item-teal.list-group-item-action:focus,
[dir] .list-group-item-teal.list-group-item-action:hover {
  background-color: #c2e7e5;
}

.list-group-item-teal.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-teal.list-group-item-action.active {
  background-color: #356463;
  border-color: #356463;
}

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  opacity: 0.5;
}

[dir] .close {
  text-shadow: 0 1px 0 #fff;
}

[dir="ltr"] .close {
  float: right;
}

[dir="rtl"] .close {
  float: left;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

[dir] button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  opacity: 0;
}

[dir] .toast {
  background-color: hsla(0, 0%, 100%, 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);
  border-radius: 0.25rem;
}

[dir] .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;
  color: #6c757d;
}

[dir] .toast-header {
  padding: 0.25rem 0.75rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

[dir="ltr"] .toast-header,
[dir="rtl"] .toast-header {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

[dir] .toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

[dir="ltr"] .modal {
  left: 0;
}

[dir="rtl"] .modal {
  right: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
}

[dir] .modal-dialog {
  margin: 0.5rem;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

[dir] .modal.fade .modal-dialog {
  transform: translateY(-50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

[dir] .modal.show .modal-dialog {
  transform: none;
}

[dir] .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: 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;
  outline: 0;
}

[dir] .modal-content {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}

[dir] .modal-backdrop {
  background-color: #000;
}

[dir="ltr"] .modal-backdrop {
  left: 0;
}

[dir="rtl"] .modal-backdrop {
  right: 0;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

[dir] .modal-header {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}

[dir="ltr"] .modal-header,
[dir="rtl"] .modal-header {
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

[dir] .modal-header .close {
  padding: 1rem;
}

[dir="ltr"] .modal-header .close {
  margin: -1rem -1rem -1rem auto;
}

[dir="rtl"] .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}

.modal-title {
  line-height: 1.5;
}

[dir] .modal-title {
  margin-bottom: 0;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
}

[dir] .modal-body {
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

[dir] .modal-footer {
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

[dir="ltr"] .modal-footer,
[dir="rtl"] .modal-footer {
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

[dir] .modal-footer > * {
  margin: 0.25rem;
}

.browser-icon {
  color: white;
  margin-left: 0.3rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
  }

  [dir] .modal-dialog {
    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: 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;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: 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;
}

[dir] .tooltip {
  margin: 0;
  text-align: start;
  text-shadow: none;
}

[dir="ltr"] .tooltip {
  text-align: left;
}

[dir="rtl"] .tooltip {
  text-align: right;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
}

[dir] .tooltip .arrow:before {
  border-color: transparent;
  border-style: solid;
}

[dir] .bs-tooltip-auto[x-placement^="top"],
[dir] .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;
}

[dir] .bs-tooltip-auto[x-placement^="top"] .arrow:before,
[dir] .bs-tooltip-top .arrow:before {
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

[dir] .bs-tooltip-auto[x-placement^="right"],
[dir] .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  width: 0.4rem;
  height: 0.8rem;
}

[dir="ltr"] .bs-tooltip-auto[x-placement^="right"] .arrow,
[dir="ltr"] .bs-tooltip-right .arrow {
  left: 0;
}

[dir="rtl"] .bs-tooltip-auto[x-placement^="right"] .arrow,
[dir="rtl"] .bs-tooltip-right .arrow {
  right: 0;
}

[dir="ltr"] .bs-tooltip-auto[x-placement^="right"] .arrow:before,
[dir="ltr"] .bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

[dir="rtl"] .bs-tooltip-auto[x-placement^="right"] .arrow:before,
[dir="rtl"] .bs-tooltip-right .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

[dir] .bs-tooltip-auto[x-placement^="bottom"],
[dir] .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;
}

[dir] .bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
[dir] .bs-tooltip-bottom .arrow:before {
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

[dir] .bs-tooltip-auto[x-placement^="left"],
[dir] .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  width: 0.4rem;
  height: 0.8rem;
}

[dir="ltr"] .bs-tooltip-auto[x-placement^="left"] .arrow,
[dir="ltr"] .bs-tooltip-left .arrow {
  right: 0;
}

[dir="rtl"] .bs-tooltip-auto[x-placement^="left"] .arrow,
[dir="rtl"] .bs-tooltip-left .arrow {
  left: 0;
}

[dir="ltr"] .bs-tooltip-auto[x-placement^="left"] .arrow:before,
[dir="ltr"] .bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

[dir="rtl"] .bs-tooltip-auto[x-placement^="left"] .arrow:before,
[dir="rtl"] .bs-tooltip-left .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  color: #fff;
}

[dir] .tooltip-inner {
  padding: 0.25rem 0.5rem;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: 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;
}

[dir] .popover {
  text-align: start;
  text-shadow: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

[dir="ltr"] .popover {
  left: 0;
  text-align: left;
}

[dir="rtl"] .popover {
  right: 0;
  text-align: right;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

[dir] .popover .arrow {
  margin: 0 0.3rem;
}

.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
}

[dir] .popover .arrow:after,
[dir] .popover .arrow:before {
  border-color: transparent;
  border-style: solid;
}

[dir] .bs-popover-auto[x-placement^="top"],
[dir] .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;
}

[dir] .bs-popover-auto[x-placement^="top"] > .arrow:before,
[dir] .bs-popover-top > .arrow:before {
  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;
}

[dir] .bs-popover-auto[x-placement^="top"] > .arrow:after,
[dir] .bs-popover-top > .arrow:after {
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

[dir="ltr"] .bs-popover-auto[x-placement^="right"],
[dir="ltr"] .bs-popover-right {
  margin-left: 0.5rem;
}

[dir="rtl"] .bs-popover-auto[x-placement^="right"],
[dir="rtl"] .bs-popover-right {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  width: 0.5rem;
  height: 1rem;
}

[dir] .bs-popover-auto[x-placement^="right"] > .arrow,
[dir] .bs-popover-right > .arrow {
  margin: 0.3rem 0;
}

[dir="ltr"] .bs-popover-auto[x-placement^="right"] > .arrow,
[dir="ltr"] .bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
}

[dir="rtl"] .bs-popover-auto[x-placement^="right"] > .arrow,
[dir="rtl"] .bs-popover-right > .arrow {
  right: calc(-0.5rem - 1px);
}

[dir="ltr"] .bs-popover-auto[x-placement^="right"] > .arrow:before,
[dir="ltr"] .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);
}

[dir="rtl"] .bs-popover-auto[x-placement^="right"] > .arrow:before,
[dir="rtl"] .bs-popover-right > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

[dir="ltr"] .bs-popover-auto[x-placement^="right"] > .arrow:after,
[dir="ltr"] .bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

[dir="rtl"] .bs-popover-auto[x-placement^="right"] > .arrow:after,
[dir="rtl"] .bs-popover-right > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

[dir] .bs-popover-auto[x-placement^="bottom"],
[dir] .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;
}

[dir] .bs-popover-auto[x-placement^="bottom"] > .arrow:before,
[dir] .bs-popover-bottom > .arrow:before {
  border-width: 0 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;
}

[dir] .bs-popover-auto[x-placement^="bottom"] > .arrow:after,
[dir] .bs-popover-bottom > .arrow:after {
  border-width: 0 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;
  display: block;
  width: 1rem;
  content: "";
}

[dir] .bs-popover-auto[x-placement^="bottom"] .popover-header:before,
[dir] .bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f7f7f7;
}

[dir="ltr"] .bs-popover-auto[x-placement^="bottom"] .popover-header:before,
[dir="ltr"] .bs-popover-bottom .popover-header:before {
  left: 50%;
  margin-left: -0.5rem;
}

[dir="rtl"] .bs-popover-auto[x-placement^="bottom"] .popover-header:before,
[dir="rtl"] .bs-popover-bottom .popover-header:before {
  right: 50%;
  margin-right: -0.5rem;
}

[dir="ltr"] .bs-popover-auto[x-placement^="left"],
[dir="ltr"] .bs-popover-left {
  margin-right: 0.5rem;
}

[dir="rtl"] .bs-popover-auto[x-placement^="left"],
[dir="rtl"] .bs-popover-left {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  width: 0.5rem;
  height: 1rem;
}

[dir] .bs-popover-auto[x-placement^="left"] > .arrow,
[dir] .bs-popover-left > .arrow {
  margin: 0.3rem 0;
}

[dir="ltr"] .bs-popover-auto[x-placement^="left"] > .arrow,
[dir="ltr"] .bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
}

[dir="rtl"] .bs-popover-auto[x-placement^="left"] > .arrow,
[dir="rtl"] .bs-popover-left > .arrow {
  left: calc(-0.5rem - 1px);
}

[dir="ltr"] .bs-popover-auto[x-placement^="left"] > .arrow:before,
[dir="ltr"] .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);
}

[dir="rtl"] .bs-popover-auto[x-placement^="left"] > .arrow:before,
[dir="rtl"] .bs-popover-left > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

[dir="ltr"] .bs-popover-auto[x-placement^="left"] > .arrow:after,
[dir="ltr"] .bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

[dir="rtl"] .bs-popover-auto[x-placement^="left"] > .arrow:after,
[dir="rtl"] .bs-popover-left > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.popover-header {
  font-size: 1rem;
}

[dir] .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

[dir="ltr"] .popover-header,
[dir="rtl"] .popover-header {
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  color: #212529;
}

[dir] .popover-body {
  padding: 0.5rem 0.75rem;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner:after {
  display: block;
  content: "";
}

[dir] .carousel-inner:after {
  clear: both;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

[dir="ltr"] .carousel-item {
  float: left;
  margin-right: -100%;
}

[dir="rtl"] .carousel-item {
  float: right;
  margin-left: -100%;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

[dir="ltr"] .active.carousel-item-right,
[dir="ltr"] .carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}

[dir="ltr"] .active.carousel-item-left,
[dir="ltr"] .carousel-item-prev:not(.carousel-item-right),
[dir="rtl"] .active.carousel-item-right,
[dir="rtl"] .carousel-item-next:not(.carousel-item-left) {
  transform: translateX(-100%);
}

[dir="rtl"] .active.carousel-item-left,
[dir="rtl"] .carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
}

[dir] .carousel-fade .carousel-item {
  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;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

[dir] .carousel-control-next,
[dir] .carousel-control-prev {
  text-align: center;
}

@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;
}

[dir="ltr"] .carousel-control-prev {
  left: 0;
}

[dir="ltr"] .carousel-control-next,
[dir="rtl"] .carousel-control-prev {
  left: 0;
}

[dir="rtl"] .carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}

[dir] .carousel-control-next-icon,
[dir] .carousel-control-prev-icon {
  background: 50%/100% 100% no-repeat;
}

[dir] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='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");
}

[dir] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='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;
  bottom: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  list-style: none;
}

[dir="ltr"] .carousel-indicators {
  right: 0;
  left: 0;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
}

[dir="rtl"] .carousel-indicators {
  left: 0;
  right: 0;
  padding-right: 0;
  margin-left: 15%;
  margin-right: 15%;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  text-indent: -999px;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

[dir] .carousel-indicators li {
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

[dir="ltr"] .carousel-indicators li,
[dir="rtl"] .carousel-indicators li {
  margin-right: 3px;
  margin-left: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  color: #fff;
}

[dir] .carousel-caption {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

[dir="ltr"] .carousel-caption,
[dir="rtl"] .carousel-caption {
  right: 15%;
  left: 15%;
}

@keyframes spinner-border-ltr {
  to {
    transform: rotate(1turn);
  }
}

@keyframes spinner-border-rtl {
  to {
    transform: rotate(-1turn);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
}

[dir] .spinner-border {
  border: 0.25em solid;
  border-radius: 50%;
}

[dir="ltr"] .spinner-border {
  border-right-color: transparent;
  animation: spinner-border-ltr 0.75s linear infinite;
}

[dir="rtl"] .spinner-border {
  border-left-color: transparent;
  animation: spinner-border-rtl 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
}

[dir] .spinner-border-sm {
  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;
  opacity: 0;
}

[dir] .spinner-grow {
  background-color: currentColor;
  border-radius: 50%;
}

[dir="ltr"] .spinner-grow,
[dir="rtl"] .spinner-grow {
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  [dir="ltr"] .spinner-border,
  [dir="ltr"] .spinner-grow,
  [dir="rtl"] .spinner-border,
  [dir="rtl"] .spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

[dir] .bg-primary {
  background-color: #3ca078 !important;
}

[dir] a.bg-primary:focus,
[dir] a.bg-primary:hover,
[dir] button.bg-primary:focus,
[dir] button.bg-primary:hover {
  background-color: #2e7b5c !important;
}

[dir] .bg-secondary {
  background-color: #160f3e !important;
}

[dir] a.bg-secondary:focus,
[dir] a.bg-secondary:hover,
[dir] button.bg-secondary:focus,
[dir] button.bg-secondary:hover {
  background-color: #070515 !important;
}

[dir] .bg-success {
  background-color: #006604 !important;
}

[dir] a.bg-success:focus,
[dir] a.bg-success:hover,
[dir] button.bg-success:focus,
[dir] button.bg-success:hover {
  background-color: #003302 !important;
}

[dir] .bg-info {
  background-color: #339eec !important;
}

[dir] a.bg-info:focus,
[dir] a.bg-info:hover,
[dir] button.bg-info:focus,
[dir] button.bg-info:hover {
  background-color: #1485d8 !important;
}

[dir] .bg-warning {
  background-color: #f6c244 !important;
}

[dir] a.bg-warning:focus,
[dir] a.bg-warning:hover,
[dir] button.bg-warning:focus,
[dir] button.bg-warning:hover {
  background-color: #f4b213 !important;
}

[dir] .bg-danger {
  background-color: #af0818 !important;
}

[dir] a.bg-danger:focus,
[dir] a.bg-danger:hover,
[dir] button.bg-danger:focus,
[dir] button.bg-danger:hover {
  background-color: #7e0611 !important;
}

[dir] .bg-light {
  background-color: #eaeaea !important;
}

[dir] a.bg-light:focus,
[dir] a.bg-light:hover,
[dir] button.bg-light:focus,
[dir] button.bg-light:hover {
  background-color: #d1d1d1 !important;
}

[dir] .bg-dark {
  background-color: #343a40 !important;
}

[dir] a.bg-dark:focus,
[dir] a.bg-dark:hover,
[dir] button.bg-dark:focus,
[dir] button.bg-dark:hover {
  background-color: #1d2124 !important;
}

[dir] a.bg-white:focus,
[dir] a.bg-white:hover,
[dir] button.bg-white:focus,
[dir] button.bg-white:hover {
  background-color: #e6e6e6 !important;
}

[dir] .bg-violet {
  background-color: #5505cd !important;
}

[dir] a.bg-violet:focus,
[dir] a.bg-violet:hover,
[dir] button.bg-violet:focus,
[dir] button.bg-violet:hover {
  background-color: #40049b !important;
}

[dir] .bg-violet-shade {
  background-color: #3c2b7d !important;
}

[dir] a.bg-violet-shade:focus,
[dir] a.bg-violet-shade:hover,
[dir] button.bg-violet-shade:focus,
[dir] button.bg-violet-shade:hover {
  background-color: #2a1e57 !important;
}

[dir] .bg-violet-tint {
  background-color: #5830b4 !important;
}

[dir] a.bg-violet-tint:focus,
[dir] a.bg-violet-tint:hover,
[dir] button.bg-violet-tint:focus,
[dir] button.bg-violet-tint:hover {
  background-color: #44258c !important;
}

[dir] .bg-violet-pastel {
  background-color: #ac9fd5 !important;
}

[dir] a.bg-violet-pastel:focus,
[dir] a.bg-violet-pastel:hover,
[dir] button.bg-violet-pastel:focus,
[dir] button.bg-violet-pastel:hover {
  background-color: #8d7cc5 !important;
}

[dir] .bg-blue {
  background-color: #005a96 !important;
}

[dir] a.bg-blue:focus,
[dir] a.bg-blue:hover,
[dir] button.bg-blue:focus,
[dir] button.bg-blue:hover {
  background-color: #003b63 !important;
}

[dir] .bg-blue-shade {
  background-color: #0053ba !important;
}

[dir] a.bg-blue-shade:focus,
[dir] a.bg-blue-shade:hover,
[dir] button.bg-blue-shade:focus,
[dir] button.bg-blue-shade:hover {
  background-color: #003c87 !important;
}

[dir] .bg-blue-tint {
  background-color: #0054ae !important;
}

[dir] a.bg-blue-tint:focus,
[dir] a.bg-blue-tint:hover,
[dir] button.bg-blue-tint:focus,
[dir] button.bg-blue-tint:hover {
  background-color: #003b7b !important;
}

[dir] .bg-blue-pastel {
  background-color: #339eec !important;
}

[dir] a.bg-blue-pastel:focus,
[dir] a.bg-blue-pastel:hover,
[dir] button.bg-blue-pastel:focus,
[dir] button.bg-blue-pastel:hover {
  background-color: #1485d8 !important;
}

[dir] .bg-tiffany {
  background-color: #0aebd7 !important;
}

[dir] a.bg-tiffany:focus,
[dir] a.bg-tiffany:hover,
[dir] button.bg-tiffany:focus,
[dir] button.bg-tiffany:hover {
  background-color: #08baaa !important;
}

[dir] .bg-tiffany-shade {
  background-color: #046459 !important;
}

[dir] a.bg-tiffany-shade:focus,
[dir] a.bg-tiffany-shade:hover,
[dir] button.bg-tiffany-shade:focus,
[dir] button.bg-tiffany-shade:hover {
  background-color: #02332d !important;
}

[dir] .bg-tiffany-tint {
  background-color: #4ecebb !important;
}

[dir] a.bg-tiffany-tint:focus,
[dir] a.bg-tiffany-tint:hover,
[dir] button.bg-tiffany-tint:focus,
[dir] button.bg-tiffany-tint:hover {
  background-color: #33b6a3 !important;
}

[dir] .bg-tiffany-pastel {
  background-color: #a9e2d7 !important;
}

[dir] a.bg-tiffany-pastel:focus,
[dir] a.bg-tiffany-pastel:hover,
[dir] button.bg-tiffany-pastel:focus,
[dir] button.bg-tiffany-pastel:hover {
  background-color: #83d5c5 !important;
}

[dir] .bg-darkBlue {
  background-color: #160f3e !important;
}

[dir] a.bg-darkBlue:focus,
[dir] a.bg-darkBlue:hover,
[dir] button.bg-darkBlue:focus,
[dir] button.bg-darkBlue:hover {
  background-color: #070515 !important;
}

[dir] .bg-darkBlue-shade {
  background-color: #1f255b !important;
}

[dir] a.bg-darkBlue-shade:focus,
[dir] a.bg-darkBlue-shade:hover,
[dir] button.bg-darkBlue-shade:focus,
[dir] button.bg-darkBlue-shade:hover {
  background-color: #121635 !important;
}

[dir] .bg-darkBlue-tint {
  background-color: #444061 !important;
}

[dir] a.bg-darkBlue-tint:focus,
[dir] a.bg-darkBlue-tint:hover,
[dir] button.bg-darkBlue-tint:focus,
[dir] button.bg-darkBlue-tint:hover {
  background-color: #2e2c42 !important;
}

[dir] .bg-darkBlue-pastel {
  background-color: #cdccd5 !important;
}

[dir] a.bg-darkBlue-pastel:focus,
[dir] a.bg-darkBlue-pastel:hover,
[dir] button.bg-darkBlue-pastel:focus,
[dir] button.bg-darkBlue-pastel:hover {
  background-color: #b2b0be !important;
}

[dir] .bg-green {
  background-color: #26634b !important;
}

[dir] a.bg-green:focus,
[dir] a.bg-green:hover,
[dir] button.bg-green:focus,
[dir] button.bg-green:hover {
  background-color: #183e2f !important;
}

[dir] .bg-green-shade {
  background-color: #066058 !important;
}

[dir] a.bg-green-shade:focus,
[dir] a.bg-green-shade:hover,
[dir] button.bg-green-shade:focus,
[dir] button.bg-green-shade:hover {
  background-color: #03302c !important;
}

[dir] .bg-green-tint {
  background-color: #27aa8c !important;
}

[dir] a.bg-green-tint:focus,
[dir] a.bg-green-tint:hover,
[dir] button.bg-green-tint:focus,
[dir] button.bg-green-tint:hover {
  background-color: #1d816a !important;
}

[dir] .bg-green-light {
  background-color: #3ca078 !important;
}

[dir] a.bg-green-light:focus,
[dir] a.bg-green-light:hover,
[dir] button.bg-green-light:focus,
[dir] button.bg-green-light:hover {
  background-color: #2e7b5c !important;
}

[dir] .bg-green-pastel {
  background-color: #acddc7 !important;
}

[dir] a.bg-green-pastel:focus,
[dir] a.bg-green-pastel:hover,
[dir] button.bg-green-pastel:focus,
[dir] button.bg-green-pastel:hover {
  background-color: #88ceaf !important;
}

[dir] .bg-green-dark {
  background-color: #144d3f !important;
}

[dir] a.bg-green-dark:focus,
[dir] a.bg-green-dark:hover,
[dir] button.bg-green-dark:focus,
[dir] button.bg-green-dark:hover {
  background-color: #09251e !important;
}

[dir] .bg-gray {
  background-color: #323232 !important;
}

[dir] a.bg-gray:focus,
[dir] a.bg-gray:hover,
[dir] button.bg-gray:focus,
[dir] button.bg-gray:hover {
  background-color: #191919 !important;
}

[dir] .bg-gray-shade {
  background-color: #242424 !important;
}

[dir] a.bg-gray-shade:focus,
[dir] a.bg-gray-shade:hover,
[dir] button.bg-gray-shade:focus,
[dir] button.bg-gray-shade:hover {
  background-color: #0b0b0b !important;
}

[dir] .bg-gray-tint {
  background-color: #757575 !important;
}

[dir] a.bg-gray-tint:focus,
[dir] a.bg-gray-tint:hover,
[dir] button.bg-gray-tint:focus,
[dir] button.bg-gray-tint:hover {
  background-color: #5c5c5c !important;
}

[dir] .bg-gray-pastel {
  background-color: #eaeaea !important;
}

[dir] a.bg-gray-pastel:focus,
[dir] a.bg-gray-pastel:hover,
[dir] button.bg-gray-pastel:focus,
[dir] button.bg-gray-pastel:hover {
  background-color: #d1d1d1 !important;
}

[dir] .bg-black,
[dir] a.bg-black:focus,
[dir] a.bg-black:hover,
[dir] button.bg-black:focus,
[dir] button.bg-black:hover {
  background-color: #000 !important;
}

[dir] .bg-orange {
  background-color: #fd7e14 !important;
}

[dir] a.bg-orange:focus,
[dir] a.bg-orange:hover,
[dir] button.bg-orange:focus,
[dir] button.bg-orange:hover {
  background-color: #dc6502 !important;
}

[dir] .bg-teal {
  background-color: #66c1bf !important;
}

[dir] a.bg-teal:focus,
[dir] a.bg-teal:hover,
[dir] button.bg-teal:focus,
[dir] button.bg-teal:hover {
  background-color: #46aeab !important;
}

[dir] .bg-white {
  background-color: #fff !important;
}

[dir] .bg-transparent {
  background-color: transparent !important;
}

[dir] .border {
  border: 1px solid #dee2e6 !important;
}

[dir] .border-top {
  border-top: 1px solid #dee2e6 !important;
}

[dir="ltr"] .border-right {
  border-right: 1px solid #dee2e6 !important;
}

[dir="rtl"] .border-right {
  border-left: 1px solid #dee2e6 !important;
}

[dir] .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

[dir="ltr"] .border-left {
  border-left: 1px solid #dee2e6 !important;
}

[dir="rtl"] .border-left {
  border-right: 1px solid #dee2e6 !important;
}

[dir] .border-0 {
  border: 0 !important;
}

[dir] .border-top-0 {
  border-top: 0 !important;
}

[dir="ltr"] .border-right-0 {
  border-right: 0 !important;
}

[dir="rtl"] .border-right-0 {
  border-left: 0 !important;
}

[dir] .border-bottom-0 {
  border-bottom: 0 !important;
}

[dir="ltr"] .border-left-0 {
  border-left: 0 !important;
}

[dir="rtl"] .border-left-0 {
  border-right: 0 !important;
}

[dir] .border-primary {
  border-color: #3ca078 !important;
}

[dir] .border-secondary {
  border-color: #160f3e !important;
}

[dir] .border-success {
  border-color: #006604 !important;
}

[dir] .border-info {
  border-color: #339eec !important;
}

[dir] .border-warning {
  border-color: #f6c244 !important;
}

[dir] .border-danger {
  border-color: #af0818 !important;
}

[dir] .border-light {
  border-color: #eaeaea !important;
}

[dir] .border-dark {
  border-color: #343a40 !important;
}

[dir] .border-violet {
  border-color: #5505cd !important;
}

[dir] .border-violet-shade {
  border-color: #3c2b7d !important;
}

[dir] .border-violet-tint {
  border-color: #5830b4 !important;
}

[dir] .border-violet-pastel {
  border-color: #ac9fd5 !important;
}

[dir] .border-blue {
  border-color: #005a96 !important;
}

[dir] .border-blue-shade {
  border-color: #0053ba !important;
}

[dir] .border-blue-tint {
  border-color: #0054ae !important;
}

[dir] .border-blue-pastel {
  border-color: #339eec !important;
}

[dir] .border-tiffany {
  border-color: #0aebd7 !important;
}

[dir] .border-tiffany-shade {
  border-color: #046459 !important;
}

[dir] .border-tiffany-tint {
  border-color: #4ecebb !important;
}

[dir] .border-tiffany-pastel {
  border-color: #a9e2d7 !important;
}

[dir] .border-darkBlue {
  border-color: #160f3e !important;
}

[dir] .border-darkBlue-shade {
  border-color: #1f255b !important;
}

[dir] .border-darkBlue-tint {
  border-color: #444061 !important;
}

[dir] .border-darkBlue-pastel {
  border-color: #cdccd5 !important;
}

[dir] .border-green {
  border-color: #26634b !important;
}

[dir] .border-green-shade {
  border-color: #066058 !important;
}

[dir] .border-green-tint {
  border-color: #27aa8c !important;
}

[dir] .border-green-light {
  border-color: #3ca078 !important;
}

[dir] .border-green-pastel {
  border-color: #acddc7 !important;
}

[dir] .border-green-dark {
  border-color: #144d3f !important;
}

[dir] .border-gray {
  border-color: #323232 !important;
}

[dir] .border-gray-shade {
  border-color: #242424 !important;
}

[dir] .border-gray-tint {
  border-color: #757575 !important;
}

[dir] .border-gray-pastel {
  border-color: #eaeaea !important;
}

[dir] .border-black {
  border-color: #000 !important;
}

[dir] .border-orange {
  border-color: #fd7e14 !important;
}

[dir] .border-teal {
  border-color: #66c1bf !important;
}

[dir] .border-white {
  border-color: #fff !important;
}

[dir] .rounded-sm {
  border-radius: 0.2rem !important;
}

[dir] .rounded {
  border-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-top,
[dir="rtl"] .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-right {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-bottom,
[dir="rtl"] .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

[dir="ltr"] .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

[dir="rtl"] .rounded-left {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

[dir] .rounded-lg {
  border-radius: 0.3rem !important;
}

[dir] .rounded-circle {
  border-radius: 50% !important;
}

[dir] .rounded-pill {
  border-radius: 50rem !important;
}

[dir] .rounded-0 {
  border-radius: 0 !important;
}

.clearfix:after {
  display: block;
  content: "";
}

[dir] .clearfix:after {
  clear: both;
}

.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%;
  overflow: hidden;
}

[dir] .embed-responsive {
  padding: 0;
}

.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;
  width: 100%;
  height: 100%;
}

[dir] .embed-responsive .embed-responsive-item,
[dir] .embed-responsive embed,
[dir] .embed-responsive iframe,
[dir] .embed-responsive object,
[dir] .embed-responsive video {
  border: 0;
}

[dir="ltr"] .embed-responsive .embed-responsive-item,
[dir="ltr"] .embed-responsive embed,
[dir="ltr"] .embed-responsive iframe,
[dir="ltr"] .embed-responsive object,
[dir="ltr"] .embed-responsive video {
  left: 0;
}

[dir="rtl"] .embed-responsive .embed-responsive-item,
[dir="rtl"] .embed-responsive embed,
[dir="rtl"] .embed-responsive iframe,
[dir="rtl"] .embed-responsive object,
[dir="rtl"] .embed-responsive video {
  right: 0;
}

[dir] .embed-responsive-21by9:before {
  padding-top: 42.85714%;
}

[dir] .embed-responsive-16by9:before {
  padding-top: 56.25%;
}

[dir] .embed-responsive-4by3:before {
  padding-top: 75%;
}

[dir] .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;
  }
}

[dir="ltr"] .float-left {
  float: left !important;
}

[dir="ltr"] .float-right,
[dir="rtl"] .float-left {
  float: right !important;
}

[dir="rtl"] .float-right {
  float: left !important;
}

[dir] .float-none {
  float: none !important;
}

@media (min-width: 576px) {
  [dir="ltr"] .float-sm-left {
    float: left !important;
  }

  [dir="ltr"] .float-sm-right,
  [dir="rtl"] .float-sm-left {
    float: right !important;
  }

  [dir="rtl"] .float-sm-right {
    float: left !important;
  }

  [dir] .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .float-md-left {
    float: left !important;
  }

  [dir="ltr"] .float-md-right,
  [dir="rtl"] .float-md-left {
    float: right !important;
  }

  [dir="rtl"] .float-md-right {
    float: left !important;
  }

  [dir] .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .float-lg-left {
    float: left !important;
  }

  [dir="ltr"] .float-lg-right,
  [dir="rtl"] .float-lg-left {
    float: right !important;
  }

  [dir="rtl"] .float-lg-right {
    float: left !important;
  }

  [dir] .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .float-xl-left {
    float: left !important;
  }

  [dir="ltr"] .float-xl-right,
  [dir="rtl"] .float-xl-left {
    float: right !important;
  }

  [dir="rtl"] .float-xl-right {
    float: left !important;
  }

  [dir] .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  z-index: 1030;
}

[dir="ltr"] .fixed-top,
[dir="rtl"] .fixed-top {
  right: 0;
  left: 0;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 1030;
}

[dir="ltr"] .fixed-bottom,
[dir="rtl"] .fixed-bottom {
  right: 0;
  left: 0;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

[dir] .sr-only {
  padding: 0;
  margin: -1px;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

[dir] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

[dir] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

[dir] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

[dir] .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;
}

[dir] .m-0 {
  margin: 0 !important;
}

[dir] .mt-0,
[dir] .my-0 {
  margin-top: 0 !important;
}

[dir="ltr"] .mr-0,
[dir="ltr"] .mx-0 {
  margin-right: 0 !important;
}

[dir="rtl"] .mr-0,
[dir="rtl"] .mx-0 {
  margin-left: 0 !important;
}

[dir] .mb-0,
[dir] .my-0 {
  margin-bottom: 0 !important;
}

[dir="ltr"] .ml-0,
[dir="ltr"] .mx-0 {
  margin-left: 0 !important;
}

[dir="rtl"] .ml-0,
[dir="rtl"] .mx-0 {
  margin-right: 0 !important;
}

[dir] .m-1 {
  margin: 0.25rem !important;
}

[dir] .mt-1,
[dir] .my-1 {
  margin-top: 0.25rem !important;
}

[dir="ltr"] .mr-1,
[dir="ltr"] .mx-1 {
  margin-right: 0.25rem !important;
}

[dir="rtl"] .mr-1,
[dir="rtl"] .mx-1 {
  margin-left: 0.25rem !important;
}

[dir] .mb-1,
[dir] .my-1 {
  margin-bottom: 0.25rem !important;
}

[dir="ltr"] .ml-1,
[dir="ltr"] .mx-1 {
  margin-left: 0.25rem !important;
}

[dir="rtl"] .ml-1,
[dir="rtl"] .mx-1 {
  margin-right: 0.25rem !important;
}

[dir] .m-2 {
  margin: 0.5rem !important;
}

[dir] .mt-2,
[dir] .my-2 {
  margin-top: 0.5rem !important;
}

[dir="ltr"] .mr-2,
[dir="ltr"] .mx-2 {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .mr-2,
[dir="rtl"] .mx-2 {
  margin-left: 0.5rem !important;
}

[dir] .mb-2,
[dir] .my-2 {
  margin-bottom: 0.5rem !important;
}

[dir="ltr"] .ml-2,
[dir="ltr"] .mx-2 {
  margin-left: 0.5rem !important;
}

[dir="rtl"] .ml-2,
[dir="rtl"] .mx-2 {
  margin-right: 0.5rem !important;
}

[dir] .m-3 {
  margin: 1rem !important;
}

[dir] .mt-3,
[dir] .my-3 {
  margin-top: 1rem !important;
}

[dir="ltr"] .mr-3,
[dir="ltr"] .mx-3 {
  margin-right: 1rem !important;
}

[dir="rtl"] .mr-3,
[dir="rtl"] .mx-3 {
  margin-left: 1rem !important;
}

[dir] .mb-3,
[dir] .my-3 {
  margin-bottom: 1rem !important;
}

[dir="ltr"] .ml-3,
[dir="ltr"] .mx-3 {
  margin-left: 1rem !important;
}

[dir="rtl"] .ml-3,
[dir="rtl"] .mx-3 {
  margin-right: 1rem !important;
}

[dir] .m-4 {
  margin: 1.5rem !important;
}

[dir] .mt-4,
[dir] .my-4 {
  margin-top: 1.5rem !important;
}

[dir="ltr"] .mr-4,
[dir="ltr"] .mx-4 {
  margin-right: 1.5rem !important;
}

[dir="rtl"] .mr-4,
[dir="rtl"] .mx-4 {
  margin-left: 1.5rem !important;
}

[dir] .mb-4,
[dir] .my-4 {
  margin-bottom: 1.5rem !important;
}

[dir="ltr"] .ml-4,
[dir="ltr"] .mx-4 {
  margin-left: 1.5rem !important;
}

[dir="rtl"] .ml-4,
[dir="rtl"] .mx-4 {
  margin-right: 1.5rem !important;
}

[dir] .m-5 {
  margin: 3rem !important;
}

[dir] .mt-5,
[dir] .my-5 {
  margin-top: 3rem !important;
}

[dir="ltr"] .mr-5,
[dir="ltr"] .mx-5 {
  margin-right: 3rem !important;
}

[dir="rtl"] .mr-5,
[dir="rtl"] .mx-5 {
  margin-left: 3rem !important;
}

[dir] .mb-5,
[dir] .my-5 {
  margin-bottom: 3rem !important;
}

[dir="ltr"] .ml-5,
[dir="ltr"] .mx-5 {
  margin-left: 3rem !important;
}

[dir="rtl"] .ml-5,
[dir="rtl"] .mx-5 {
  margin-right: 3rem !important;
}

[dir] .p-0 {
  padding: 0 !important;
}

[dir] .pt-0,
[dir] .py-0 {
  padding-top: 0 !important;
}

[dir="ltr"] .pr-0,
[dir="ltr"] .px-0 {
  padding-right: 0 !important;
}

[dir="rtl"] .pr-0,
[dir="rtl"] .px-0 {
  padding-left: 0 !important;
}

[dir] .pb-0,
[dir] .py-0 {
  padding-bottom: 0 !important;
}

[dir="ltr"] .pl-0,
[dir="ltr"] .px-0 {
  padding-left: 0 !important;
}

[dir="rtl"] .pl-0,
[dir="rtl"] .px-0 {
  padding-right: 0 !important;
}

[dir] .p-1 {
  padding: 0.25rem !important;
}

[dir] .pt-1,
[dir] .py-1 {
  padding-top: 0.25rem !important;
}

[dir="ltr"] .pr-1,
[dir="ltr"] .px-1 {
  padding-right: 0.25rem !important;
}

[dir="rtl"] .pr-1,
[dir="rtl"] .px-1 {
  padding-left: 0.25rem !important;
}

[dir] .pb-1,
[dir] .py-1 {
  padding-bottom: 0.25rem !important;
}

[dir="ltr"] .pl-1,
[dir="ltr"] .px-1 {
  padding-left: 0.25rem !important;
}

[dir="rtl"] .pl-1,
[dir="rtl"] .px-1 {
  padding-right: 0.25rem !important;
}

[dir] .p-2 {
  padding: 0.5rem !important;
}

[dir] .pt-2,
[dir] .py-2 {
  padding-top: 0.5rem !important;
}

[dir="ltr"] .pr-2,
[dir="ltr"] .px-2 {
  padding-right: 0.5rem !important;
}

[dir="rtl"] .pr-2,
[dir="rtl"] .px-2 {
  padding-left: 0.5rem !important;
}

[dir] .pb-2,
[dir] .py-2 {
  padding-bottom: 0.5rem !important;
}

[dir="ltr"] .pl-2,
[dir="ltr"] .px-2 {
  padding-left: 0.5rem !important;
}

[dir="rtl"] .pl-2,
[dir="rtl"] .px-2 {
  padding-right: 0.5rem !important;
}

[dir] .p-3 {
  padding: 1rem !important;
}

[dir] .pt-3,
[dir] .py-3 {
  padding-top: 1rem !important;
}

[dir="ltr"] .pr-3,
[dir="ltr"] .px-3 {
  padding-right: 1rem !important;
}

[dir="rtl"] .pr-3,
[dir="rtl"] .px-3 {
  padding-left: 1rem !important;
}

[dir] .pb-3,
[dir] .py-3 {
  padding-bottom: 1rem !important;
}

[dir="ltr"] .pl-3,
[dir="ltr"] .px-3 {
  padding-left: 1rem !important;
}

[dir="rtl"] .pl-3,
[dir="rtl"] .px-3 {
  padding-right: 1rem !important;
}

[dir] .p-4 {
  padding: 1.5rem !important;
}

[dir] .pt-4,
[dir] .py-4 {
  padding-top: 1.5rem !important;
}

[dir="ltr"] .pr-4,
[dir="ltr"] .px-4 {
  padding-right: 1.5rem !important;
}

[dir="rtl"] .pr-4,
[dir="rtl"] .px-4 {
  padding-left: 1.5rem !important;
}

[dir] .pb-4,
[dir] .py-4 {
  padding-bottom: 1.5rem !important;
}

[dir="ltr"] .pl-4,
[dir="ltr"] .px-4 {
  padding-left: 1.5rem !important;
}

[dir="rtl"] .pl-4,
[dir="rtl"] .px-4 {
  padding-right: 1.5rem !important;
}

[dir] .p-5 {
  padding: 3rem !important;
}

[dir] .pt-5,
[dir] .py-5 {
  padding-top: 3rem !important;
}

[dir="ltr"] .pr-5,
[dir="ltr"] .px-5 {
  padding-right: 3rem !important;
}

[dir="rtl"] .pr-5,
[dir="rtl"] .px-5 {
  padding-left: 3rem !important;
}

[dir] .pb-5,
[dir] .py-5 {
  padding-bottom: 3rem !important;
}

[dir="ltr"] .pl-5,
[dir="ltr"] .px-5 {
  padding-left: 3rem !important;
}

[dir="rtl"] .pl-5,
[dir="rtl"] .px-5 {
  padding-right: 3rem !important;
}

[dir] .m-n1 {
  margin: -0.25rem !important;
}

[dir] .mt-n1,
[dir] .my-n1 {
  margin-top: -0.25rem !important;
}

[dir="ltr"] .mr-n1,
[dir="ltr"] .mx-n1 {
  margin-right: -0.25rem !important;
}

[dir="rtl"] .mr-n1,
[dir="rtl"] .mx-n1 {
  margin-left: -0.25rem !important;
}

[dir] .mb-n1,
[dir] .my-n1 {
  margin-bottom: -0.25rem !important;
}

[dir="ltr"] .ml-n1,
[dir="ltr"] .mx-n1 {
  margin-left: -0.25rem !important;
}

[dir="rtl"] .ml-n1,
[dir="rtl"] .mx-n1 {
  margin-right: -0.25rem !important;
}

[dir] .m-n2 {
  margin: -0.5rem !important;
}

[dir] .mt-n2,
[dir] .my-n2 {
  margin-top: -0.5rem !important;
}

[dir="ltr"] .mr-n2,
[dir="ltr"] .mx-n2 {
  margin-right: -0.5rem !important;
}

[dir="rtl"] .mr-n2,
[dir="rtl"] .mx-n2 {
  margin-left: -0.5rem !important;
}

[dir] .mb-n2,
[dir] .my-n2 {
  margin-bottom: -0.5rem !important;
}

[dir="ltr"] .ml-n2,
[dir="ltr"] .mx-n2 {
  margin-left: -0.5rem !important;
}

[dir="rtl"] .ml-n2,
[dir="rtl"] .mx-n2 {
  margin-right: -0.5rem !important;
}

[dir] .m-n3 {
  margin: -1rem !important;
}

[dir] .mt-n3,
[dir] .my-n3 {
  margin-top: -1rem !important;
}

[dir="ltr"] .mr-n3,
[dir="ltr"] .mx-n3 {
  margin-right: -1rem !important;
}

[dir="rtl"] .mr-n3,
[dir="rtl"] .mx-n3 {
  margin-left: -1rem !important;
}

[dir] .mb-n3,
[dir] .my-n3 {
  margin-bottom: -1rem !important;
}

[dir="ltr"] .ml-n3,
[dir="ltr"] .mx-n3 {
  margin-left: -1rem !important;
}

[dir="rtl"] .ml-n3,
[dir="rtl"] .mx-n3 {
  margin-right: -1rem !important;
}

[dir] .m-n4 {
  margin: -1.5rem !important;
}

[dir] .mt-n4,
[dir] .my-n4 {
  margin-top: -1.5rem !important;
}

[dir="ltr"] .mr-n4,
[dir="ltr"] .mx-n4 {
  margin-right: -1.5rem !important;
}

[dir="rtl"] .mr-n4,
[dir="rtl"] .mx-n4 {
  margin-left: -1.5rem !important;
}

[dir] .mb-n4,
[dir] .my-n4 {
  margin-bottom: -1.5rem !important;
}

[dir="ltr"] .ml-n4,
[dir="ltr"] .mx-n4 {
  margin-left: -1.5rem !important;
}

[dir="rtl"] .ml-n4,
[dir="rtl"] .mx-n4 {
  margin-right: -1.5rem !important;
}

[dir] .m-n5 {
  margin: -3rem !important;
}

[dir] .mt-n5,
[dir] .my-n5 {
  margin-top: -3rem !important;
}

[dir="ltr"] .mr-n5,
[dir="ltr"] .mx-n5 {
  margin-right: -3rem !important;
}

[dir="rtl"] .mr-n5,
[dir="rtl"] .mx-n5 {
  margin-left: -3rem !important;
}

[dir] .mb-n5,
[dir] .my-n5 {
  margin-bottom: -3rem !important;
}

[dir="ltr"] .ml-n5,
[dir="ltr"] .mx-n5 {
  margin-left: -3rem !important;
}

[dir="rtl"] .ml-n5,
[dir="rtl"] .mx-n5 {
  margin-right: -3rem !important;
}

[dir] .m-auto {
  margin: auto !important;
}

[dir] .mt-auto,
[dir] .my-auto {
  margin-top: auto !important;
}

[dir="ltr"] .mr-auto,
[dir="ltr"] .mx-auto {
  margin-right: auto !important;
}

[dir="rtl"] .mr-auto,
[dir="rtl"] .mx-auto {
  margin-left: auto !important;
}

[dir] .mb-auto,
[dir] .my-auto {
  margin-bottom: auto !important;
}

[dir="ltr"] .ml-auto,
[dir="ltr"] .mx-auto {
  margin-left: auto !important;
}

[dir="rtl"] .ml-auto,
[dir="rtl"] .mx-auto {
  margin-right: auto !important;
}

@media (min-width: 576px) {
  [dir] .m-sm-0 {
    margin: 0 !important;
  }

  [dir] .mt-sm-0,
  [dir] .my-sm-0 {
    margin-top: 0 !important;
  }

  [dir="ltr"] .mr-sm-0,
  [dir="ltr"] .mx-sm-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .mr-sm-0,
  [dir="rtl"] .mx-sm-0 {
    margin-left: 0 !important;
  }

  [dir] .mb-sm-0,
  [dir] .my-sm-0 {
    margin-bottom: 0 !important;
  }

  [dir="ltr"] .ml-sm-0,
  [dir="ltr"] .mx-sm-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ml-sm-0,
  [dir="rtl"] .mx-sm-0 {
    margin-right: 0 !important;
  }

  [dir] .m-sm-1 {
    margin: 0.25rem !important;
  }

  [dir] .mt-sm-1,
  [dir] .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  [dir="ltr"] .mr-sm-1,
  [dir="ltr"] .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .mr-sm-1,
  [dir="rtl"] .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  [dir] .mb-sm-1,
  [dir] .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir="ltr"] .ml-sm-1,
  [dir="ltr"] .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ml-sm-1,
  [dir="rtl"] .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  [dir] .m-sm-2 {
    margin: 0.5rem !important;
  }

  [dir] .mt-sm-2,
  [dir] .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  [dir="ltr"] .mr-sm-2,
  [dir="ltr"] .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .mr-sm-2,
  [dir="rtl"] .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  [dir] .mb-sm-2,
  [dir] .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir="ltr"] .ml-sm-2,
  [dir="ltr"] .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ml-sm-2,
  [dir="rtl"] .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  [dir] .m-sm-3 {
    margin: 1rem !important;
  }

  [dir] .mt-sm-3,
  [dir] .my-sm-3 {
    margin-top: 1rem !important;
  }

  [dir="ltr"] .mr-sm-3,
  [dir="ltr"] .mx-sm-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .mr-sm-3,
  [dir="rtl"] .mx-sm-3 {
    margin-left: 1rem !important;
  }

  [dir] .mb-sm-3,
  [dir] .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  [dir="ltr"] .ml-sm-3,
  [dir="ltr"] .mx-sm-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ml-sm-3,
  [dir="rtl"] .mx-sm-3 {
    margin-right: 1rem !important;
  }

  [dir] .m-sm-4 {
    margin: 1.5rem !important;
  }

  [dir] .mt-sm-4,
  [dir] .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  [dir="ltr"] .mr-sm-4,
  [dir="ltr"] .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .mr-sm-4,
  [dir="rtl"] .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  [dir] .mb-sm-4,
  [dir] .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  [dir="ltr"] .ml-sm-4,
  [dir="ltr"] .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ml-sm-4,
  [dir="rtl"] .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  [dir] .m-sm-5 {
    margin: 3rem !important;
  }

  [dir] .mt-sm-5,
  [dir] .my-sm-5 {
    margin-top: 3rem !important;
  }

  [dir="ltr"] .mr-sm-5,
  [dir="ltr"] .mx-sm-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .mr-sm-5,
  [dir="rtl"] .mx-sm-5 {
    margin-left: 3rem !important;
  }

  [dir] .mb-sm-5,
  [dir] .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  [dir="ltr"] .ml-sm-5,
  [dir="ltr"] .mx-sm-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ml-sm-5,
  [dir="rtl"] .mx-sm-5 {
    margin-right: 3rem !important;
  }

  [dir] .p-sm-0 {
    padding: 0 !important;
  }

  [dir] .pt-sm-0,
  [dir] .py-sm-0 {
    padding-top: 0 !important;
  }

  [dir="ltr"] .pr-sm-0,
  [dir="ltr"] .px-sm-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pr-sm-0,
  [dir="rtl"] .px-sm-0 {
    padding-left: 0 !important;
  }

  [dir] .pb-sm-0,
  [dir] .py-sm-0 {
    padding-bottom: 0 !important;
  }

  [dir="ltr"] .pl-sm-0,
  [dir="ltr"] .px-sm-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .pl-sm-0,
  [dir="rtl"] .px-sm-0 {
    padding-right: 0 !important;
  }

  [dir] .p-sm-1 {
    padding: 0.25rem !important;
  }

  [dir] .pt-sm-1,
  [dir] .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  [dir="ltr"] .pr-sm-1,
  [dir="ltr"] .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pr-sm-1,
  [dir="rtl"] .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  [dir] .pb-sm-1,
  [dir] .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir="ltr"] .pl-sm-1,
  [dir="ltr"] .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .pl-sm-1,
  [dir="rtl"] .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  [dir] .p-sm-2 {
    padding: 0.5rem !important;
  }

  [dir] .pt-sm-2,
  [dir] .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  [dir="ltr"] .pr-sm-2,
  [dir="ltr"] .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pr-sm-2,
  [dir="rtl"] .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  [dir] .pb-sm-2,
  [dir] .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir="ltr"] .pl-sm-2,
  [dir="ltr"] .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .pl-sm-2,
  [dir="rtl"] .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  [dir] .p-sm-3 {
    padding: 1rem !important;
  }

  [dir] .pt-sm-3,
  [dir] .py-sm-3 {
    padding-top: 1rem !important;
  }

  [dir="ltr"] .pr-sm-3,
  [dir="ltr"] .px-sm-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pr-sm-3,
  [dir="rtl"] .px-sm-3 {
    padding-left: 1rem !important;
  }

  [dir] .pb-sm-3,
  [dir] .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  [dir="ltr"] .pl-sm-3,
  [dir="ltr"] .px-sm-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .pl-sm-3,
  [dir="rtl"] .px-sm-3 {
    padding-right: 1rem !important;
  }

  [dir] .p-sm-4 {
    padding: 1.5rem !important;
  }

  [dir] .pt-sm-4,
  [dir] .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  [dir="ltr"] .pr-sm-4,
  [dir="ltr"] .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pr-sm-4,
  [dir="rtl"] .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  [dir] .pb-sm-4,
  [dir] .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  [dir="ltr"] .pl-sm-4,
  [dir="ltr"] .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .pl-sm-4,
  [dir="rtl"] .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  [dir] .p-sm-5 {
    padding: 3rem !important;
  }

  [dir] .pt-sm-5,
  [dir] .py-sm-5 {
    padding-top: 3rem !important;
  }

  [dir="ltr"] .pr-sm-5,
  [dir="ltr"] .px-sm-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pr-sm-5,
  [dir="rtl"] .px-sm-5 {
    padding-left: 3rem !important;
  }

  [dir] .pb-sm-5,
  [dir] .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  [dir="ltr"] .pl-sm-5,
  [dir="ltr"] .px-sm-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .pl-sm-5,
  [dir="rtl"] .px-sm-5 {
    padding-right: 3rem !important;
  }

  [dir] .m-sm-n1 {
    margin: -0.25rem !important;
  }

  [dir] .mt-sm-n1,
  [dir] .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  [dir="ltr"] .mr-sm-n1,
  [dir="ltr"] .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .mr-sm-n1,
  [dir="rtl"] .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  [dir] .mb-sm-n1,
  [dir] .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  [dir="ltr"] .ml-sm-n1,
  [dir="ltr"] .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ml-sm-n1,
  [dir="rtl"] .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  [dir] .m-sm-n2 {
    margin: -0.5rem !important;
  }

  [dir] .mt-sm-n2,
  [dir] .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  [dir="ltr"] .mr-sm-n2,
  [dir="ltr"] .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .mr-sm-n2,
  [dir="rtl"] .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  [dir] .mb-sm-n2,
  [dir] .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  [dir="ltr"] .ml-sm-n2,
  [dir="ltr"] .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ml-sm-n2,
  [dir="rtl"] .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  [dir] .m-sm-n3 {
    margin: -1rem !important;
  }

  [dir] .mt-sm-n3,
  [dir] .my-sm-n3 {
    margin-top: -1rem !important;
  }

  [dir="ltr"] .mr-sm-n3,
  [dir="ltr"] .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .mr-sm-n3,
  [dir="rtl"] .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  [dir] .mb-sm-n3,
  [dir] .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  [dir="ltr"] .ml-sm-n3,
  [dir="ltr"] .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ml-sm-n3,
  [dir="rtl"] .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  [dir] .m-sm-n4 {
    margin: -1.5rem !important;
  }

  [dir] .mt-sm-n4,
  [dir] .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  [dir="ltr"] .mr-sm-n4,
  [dir="ltr"] .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .mr-sm-n4,
  [dir="rtl"] .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  [dir] .mb-sm-n4,
  [dir] .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  [dir="ltr"] .ml-sm-n4,
  [dir="ltr"] .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ml-sm-n4,
  [dir="rtl"] .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  [dir] .m-sm-n5 {
    margin: -3rem !important;
  }

  [dir] .mt-sm-n5,
  [dir] .my-sm-n5 {
    margin-top: -3rem !important;
  }

  [dir="ltr"] .mr-sm-n5,
  [dir="ltr"] .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .mr-sm-n5,
  [dir="rtl"] .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  [dir] .mb-sm-n5,
  [dir] .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  [dir="ltr"] .ml-sm-n5,
  [dir="ltr"] .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ml-sm-n5,
  [dir="rtl"] .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  [dir] .m-sm-auto {
    margin: auto !important;
  }

  [dir] .mt-sm-auto,
  [dir] .my-sm-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .mr-sm-auto,
  [dir="ltr"] .mx-sm-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .mr-sm-auto,
  [dir="rtl"] .mx-sm-auto {
    margin-left: auto !important;
  }

  [dir] .mb-sm-auto,
  [dir] .my-sm-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ml-sm-auto,
  [dir="ltr"] .mx-sm-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ml-sm-auto,
  [dir="rtl"] .mx-sm-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  [dir] .m-md-0 {
    margin: 0 !important;
  }

  [dir] .mt-md-0,
  [dir] .my-md-0 {
    margin-top: 0 !important;
  }

  [dir="ltr"] .mr-md-0,
  [dir="ltr"] .mx-md-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .mr-md-0,
  [dir="rtl"] .mx-md-0 {
    margin-left: 0 !important;
  }

  [dir] .mb-md-0,
  [dir] .my-md-0 {
    margin-bottom: 0 !important;
  }

  [dir="ltr"] .ml-md-0,
  [dir="ltr"] .mx-md-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ml-md-0,
  [dir="rtl"] .mx-md-0 {
    margin-right: 0 !important;
  }

  [dir] .m-md-1 {
    margin: 0.25rem !important;
  }

  [dir] .mt-md-1,
  [dir] .my-md-1 {
    margin-top: 0.25rem !important;
  }

  [dir="ltr"] .mr-md-1,
  [dir="ltr"] .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .mr-md-1,
  [dir="rtl"] .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  [dir] .mb-md-1,
  [dir] .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir="ltr"] .ml-md-1,
  [dir="ltr"] .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ml-md-1,
  [dir="rtl"] .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  [dir] .m-md-2 {
    margin: 0.5rem !important;
  }

  [dir] .mt-md-2,
  [dir] .my-md-2 {
    margin-top: 0.5rem !important;
  }

  [dir="ltr"] .mr-md-2,
  [dir="ltr"] .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .mr-md-2,
  [dir="rtl"] .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  [dir] .mb-md-2,
  [dir] .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir="ltr"] .ml-md-2,
  [dir="ltr"] .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ml-md-2,
  [dir="rtl"] .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  [dir] .m-md-3 {
    margin: 1rem !important;
  }

  [dir] .mt-md-3,
  [dir] .my-md-3 {
    margin-top: 1rem !important;
  }

  [dir="ltr"] .mr-md-3,
  [dir="ltr"] .mx-md-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .mr-md-3,
  [dir="rtl"] .mx-md-3 {
    margin-left: 1rem !important;
  }

  [dir] .mb-md-3,
  [dir] .my-md-3 {
    margin-bottom: 1rem !important;
  }

  [dir="ltr"] .ml-md-3,
  [dir="ltr"] .mx-md-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ml-md-3,
  [dir="rtl"] .mx-md-3 {
    margin-right: 1rem !important;
  }

  [dir] .m-md-4 {
    margin: 1.5rem !important;
  }

  [dir] .mt-md-4,
  [dir] .my-md-4 {
    margin-top: 1.5rem !important;
  }

  [dir="ltr"] .mr-md-4,
  [dir="ltr"] .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .mr-md-4,
  [dir="rtl"] .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  [dir] .mb-md-4,
  [dir] .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  [dir="ltr"] .ml-md-4,
  [dir="ltr"] .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ml-md-4,
  [dir="rtl"] .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  [dir] .m-md-5 {
    margin: 3rem !important;
  }

  [dir] .mt-md-5,
  [dir] .my-md-5 {
    margin-top: 3rem !important;
  }

  [dir="ltr"] .mr-md-5,
  [dir="ltr"] .mx-md-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .mr-md-5,
  [dir="rtl"] .mx-md-5 {
    margin-left: 3rem !important;
  }

  [dir] .mb-md-5,
  [dir] .my-md-5 {
    margin-bottom: 3rem !important;
  }

  [dir="ltr"] .ml-md-5,
  [dir="ltr"] .mx-md-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ml-md-5,
  [dir="rtl"] .mx-md-5 {
    margin-right: 3rem !important;
  }

  [dir] .p-md-0 {
    padding: 0 !important;
  }

  [dir] .pt-md-0,
  [dir] .py-md-0 {
    padding-top: 0 !important;
  }

  [dir="ltr"] .pr-md-0,
  [dir="ltr"] .px-md-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pr-md-0,
  [dir="rtl"] .px-md-0 {
    padding-left: 0 !important;
  }

  [dir] .pb-md-0,
  [dir] .py-md-0 {
    padding-bottom: 0 !important;
  }

  [dir="ltr"] .pl-md-0,
  [dir="ltr"] .px-md-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .pl-md-0,
  [dir="rtl"] .px-md-0 {
    padding-right: 0 !important;
  }

  [dir] .p-md-1 {
    padding: 0.25rem !important;
  }

  [dir] .pt-md-1,
  [dir] .py-md-1 {
    padding-top: 0.25rem !important;
  }

  [dir="ltr"] .pr-md-1,
  [dir="ltr"] .px-md-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pr-md-1,
  [dir="rtl"] .px-md-1 {
    padding-left: 0.25rem !important;
  }

  [dir] .pb-md-1,
  [dir] .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir="ltr"] .pl-md-1,
  [dir="ltr"] .px-md-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .pl-md-1,
  [dir="rtl"] .px-md-1 {
    padding-right: 0.25rem !important;
  }

  [dir] .p-md-2 {
    padding: 0.5rem !important;
  }

  [dir] .pt-md-2,
  [dir] .py-md-2 {
    padding-top: 0.5rem !important;
  }

  [dir="ltr"] .pr-md-2,
  [dir="ltr"] .px-md-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pr-md-2,
  [dir="rtl"] .px-md-2 {
    padding-left: 0.5rem !important;
  }

  [dir] .pb-md-2,
  [dir] .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir="ltr"] .pl-md-2,
  [dir="ltr"] .px-md-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .pl-md-2,
  [dir="rtl"] .px-md-2 {
    padding-right: 0.5rem !important;
  }

  [dir] .p-md-3 {
    padding: 1rem !important;
  }

  [dir] .pt-md-3,
  [dir] .py-md-3 {
    padding-top: 1rem !important;
  }

  [dir="ltr"] .pr-md-3,
  [dir="ltr"] .px-md-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pr-md-3,
  [dir="rtl"] .px-md-3 {
    padding-left: 1rem !important;
  }

  [dir] .pb-md-3,
  [dir] .py-md-3 {
    padding-bottom: 1rem !important;
  }

  [dir="ltr"] .pl-md-3,
  [dir="ltr"] .px-md-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .pl-md-3,
  [dir="rtl"] .px-md-3 {
    padding-right: 1rem !important;
  }

  [dir] .p-md-4 {
    padding: 1.5rem !important;
  }

  [dir] .pt-md-4,
  [dir] .py-md-4 {
    padding-top: 1.5rem !important;
  }

  [dir="ltr"] .pr-md-4,
  [dir="ltr"] .px-md-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pr-md-4,
  [dir="rtl"] .px-md-4 {
    padding-left: 1.5rem !important;
  }

  [dir] .pb-md-4,
  [dir] .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  [dir="ltr"] .pl-md-4,
  [dir="ltr"] .px-md-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .pl-md-4,
  [dir="rtl"] .px-md-4 {
    padding-right: 1.5rem !important;
  }

  [dir] .p-md-5 {
    padding: 3rem !important;
  }

  [dir] .pt-md-5,
  [dir] .py-md-5 {
    padding-top: 3rem !important;
  }

  [dir="ltr"] .pr-md-5,
  [dir="ltr"] .px-md-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pr-md-5,
  [dir="rtl"] .px-md-5 {
    padding-left: 3rem !important;
  }

  [dir] .pb-md-5,
  [dir] .py-md-5 {
    padding-bottom: 3rem !important;
  }

  [dir="ltr"] .pl-md-5,
  [dir="ltr"] .px-md-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .pl-md-5,
  [dir="rtl"] .px-md-5 {
    padding-right: 3rem !important;
  }

  [dir] .m-md-n1 {
    margin: -0.25rem !important;
  }

  [dir] .mt-md-n1,
  [dir] .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  [dir="ltr"] .mr-md-n1,
  [dir="ltr"] .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .mr-md-n1,
  [dir="rtl"] .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  [dir] .mb-md-n1,
  [dir] .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  [dir="ltr"] .ml-md-n1,
  [dir="ltr"] .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ml-md-n1,
  [dir="rtl"] .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  [dir] .m-md-n2 {
    margin: -0.5rem !important;
  }

  [dir] .mt-md-n2,
  [dir] .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  [dir="ltr"] .mr-md-n2,
  [dir="ltr"] .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .mr-md-n2,
  [dir="rtl"] .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  [dir] .mb-md-n2,
  [dir] .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  [dir="ltr"] .ml-md-n2,
  [dir="ltr"] .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ml-md-n2,
  [dir="rtl"] .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  [dir] .m-md-n3 {
    margin: -1rem !important;
  }

  [dir] .mt-md-n3,
  [dir] .my-md-n3 {
    margin-top: -1rem !important;
  }

  [dir="ltr"] .mr-md-n3,
  [dir="ltr"] .mx-md-n3 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .mr-md-n3,
  [dir="rtl"] .mx-md-n3 {
    margin-left: -1rem !important;
  }

  [dir] .mb-md-n3,
  [dir] .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  [dir="ltr"] .ml-md-n3,
  [dir="ltr"] .mx-md-n3 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ml-md-n3,
  [dir="rtl"] .mx-md-n3 {
    margin-right: -1rem !important;
  }

  [dir] .m-md-n4 {
    margin: -1.5rem !important;
  }

  [dir] .mt-md-n4,
  [dir] .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  [dir="ltr"] .mr-md-n4,
  [dir="ltr"] .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .mr-md-n4,
  [dir="rtl"] .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  [dir] .mb-md-n4,
  [dir] .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  [dir="ltr"] .ml-md-n4,
  [dir="ltr"] .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ml-md-n4,
  [dir="rtl"] .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  [dir] .m-md-n5 {
    margin: -3rem !important;
  }

  [dir] .mt-md-n5,
  [dir] .my-md-n5 {
    margin-top: -3rem !important;
  }

  [dir="ltr"] .mr-md-n5,
  [dir="ltr"] .mx-md-n5 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .mr-md-n5,
  [dir="rtl"] .mx-md-n5 {
    margin-left: -3rem !important;
  }

  [dir] .mb-md-n5,
  [dir] .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  [dir="ltr"] .ml-md-n5,
  [dir="ltr"] .mx-md-n5 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ml-md-n5,
  [dir="rtl"] .mx-md-n5 {
    margin-right: -3rem !important;
  }

  [dir] .m-md-auto {
    margin: auto !important;
  }

  [dir] .mt-md-auto,
  [dir] .my-md-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .mr-md-auto,
  [dir="ltr"] .mx-md-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .mr-md-auto,
  [dir="rtl"] .mx-md-auto {
    margin-left: auto !important;
  }

  [dir] .mb-md-auto,
  [dir] .my-md-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ml-md-auto,
  [dir="ltr"] .mx-md-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ml-md-auto,
  [dir="rtl"] .mx-md-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  [dir] .m-lg-0 {
    margin: 0 !important;
  }

  [dir] .mt-lg-0,
  [dir] .my-lg-0 {
    margin-top: 0 !important;
  }

  [dir="ltr"] .mr-lg-0,
  [dir="ltr"] .mx-lg-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .mr-lg-0,
  [dir="rtl"] .mx-lg-0 {
    margin-left: 0 !important;
  }

  [dir] .mb-lg-0,
  [dir] .my-lg-0 {
    margin-bottom: 0 !important;
  }

  [dir="ltr"] .ml-lg-0,
  [dir="ltr"] .mx-lg-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ml-lg-0,
  [dir="rtl"] .mx-lg-0 {
    margin-right: 0 !important;
  }

  [dir] .m-lg-1 {
    margin: 0.25rem !important;
  }

  [dir] .mt-lg-1,
  [dir] .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  [dir="ltr"] .mr-lg-1,
  [dir="ltr"] .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .mr-lg-1,
  [dir="rtl"] .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  [dir] .mb-lg-1,
  [dir] .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir="ltr"] .ml-lg-1,
  [dir="ltr"] .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ml-lg-1,
  [dir="rtl"] .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  [dir] .m-lg-2 {
    margin: 0.5rem !important;
  }

  [dir] .mt-lg-2,
  [dir] .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  [dir="ltr"] .mr-lg-2,
  [dir="ltr"] .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .mr-lg-2,
  [dir="rtl"] .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  [dir] .mb-lg-2,
  [dir] .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir="ltr"] .ml-lg-2,
  [dir="ltr"] .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ml-lg-2,
  [dir="rtl"] .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  [dir] .m-lg-3 {
    margin: 1rem !important;
  }

  [dir] .mt-lg-3,
  [dir] .my-lg-3 {
    margin-top: 1rem !important;
  }

  [dir="ltr"] .mr-lg-3,
  [dir="ltr"] .mx-lg-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .mr-lg-3,
  [dir="rtl"] .mx-lg-3 {
    margin-left: 1rem !important;
  }

  [dir] .mb-lg-3,
  [dir] .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  [dir="ltr"] .ml-lg-3,
  [dir="ltr"] .mx-lg-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ml-lg-3,
  [dir="rtl"] .mx-lg-3 {
    margin-right: 1rem !important;
  }

  [dir] .m-lg-4 {
    margin: 1.5rem !important;
  }

  [dir] .mt-lg-4,
  [dir] .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  [dir="ltr"] .mr-lg-4,
  [dir="ltr"] .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .mr-lg-4,
  [dir="rtl"] .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  [dir] .mb-lg-4,
  [dir] .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  [dir="ltr"] .ml-lg-4,
  [dir="ltr"] .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ml-lg-4,
  [dir="rtl"] .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  [dir] .m-lg-5 {
    margin: 3rem !important;
  }

  [dir] .mt-lg-5,
  [dir] .my-lg-5 {
    margin-top: 3rem !important;
  }

  [dir="ltr"] .mr-lg-5,
  [dir="ltr"] .mx-lg-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .mr-lg-5,
  [dir="rtl"] .mx-lg-5 {
    margin-left: 3rem !important;
  }

  [dir] .mb-lg-5,
  [dir] .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  [dir="ltr"] .ml-lg-5,
  [dir="ltr"] .mx-lg-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ml-lg-5,
  [dir="rtl"] .mx-lg-5 {
    margin-right: 3rem !important;
  }

  [dir] .p-lg-0 {
    padding: 0 !important;
  }

  [dir] .pt-lg-0,
  [dir] .py-lg-0 {
    padding-top: 0 !important;
  }

  [dir="ltr"] .pr-lg-0,
  [dir="ltr"] .px-lg-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pr-lg-0,
  [dir="rtl"] .px-lg-0 {
    padding-left: 0 !important;
  }

  [dir] .pb-lg-0,
  [dir] .py-lg-0 {
    padding-bottom: 0 !important;
  }

  [dir="ltr"] .pl-lg-0,
  [dir="ltr"] .px-lg-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .pl-lg-0,
  [dir="rtl"] .px-lg-0 {
    padding-right: 0 !important;
  }

  [dir] .p-lg-1 {
    padding: 0.25rem !important;
  }

  [dir] .pt-lg-1,
  [dir] .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  [dir="ltr"] .pr-lg-1,
  [dir="ltr"] .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pr-lg-1,
  [dir="rtl"] .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  [dir] .pb-lg-1,
  [dir] .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir="ltr"] .pl-lg-1,
  [dir="ltr"] .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .pl-lg-1,
  [dir="rtl"] .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  [dir] .p-lg-2 {
    padding: 0.5rem !important;
  }

  [dir] .pt-lg-2,
  [dir] .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  [dir="ltr"] .pr-lg-2,
  [dir="ltr"] .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pr-lg-2,
  [dir="rtl"] .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  [dir] .pb-lg-2,
  [dir] .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir="ltr"] .pl-lg-2,
  [dir="ltr"] .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .pl-lg-2,
  [dir="rtl"] .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  [dir] .p-lg-3 {
    padding: 1rem !important;
  }

  [dir] .pt-lg-3,
  [dir] .py-lg-3 {
    padding-top: 1rem !important;
  }

  [dir="ltr"] .pr-lg-3,
  [dir="ltr"] .px-lg-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pr-lg-3,
  [dir="rtl"] .px-lg-3 {
    padding-left: 1rem !important;
  }

  [dir] .pb-lg-3,
  [dir] .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  [dir="ltr"] .pl-lg-3,
  [dir="ltr"] .px-lg-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .pl-lg-3,
  [dir="rtl"] .px-lg-3 {
    padding-right: 1rem !important;
  }

  [dir] .p-lg-4 {
    padding: 1.5rem !important;
  }

  [dir] .pt-lg-4,
  [dir] .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  [dir="ltr"] .pr-lg-4,
  [dir="ltr"] .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pr-lg-4,
  [dir="rtl"] .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  [dir] .pb-lg-4,
  [dir] .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  [dir="ltr"] .pl-lg-4,
  [dir="ltr"] .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .pl-lg-4,
  [dir="rtl"] .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  [dir] .p-lg-5 {
    padding: 3rem !important;
  }

  [dir] .pt-lg-5,
  [dir] .py-lg-5 {
    padding-top: 3rem !important;
  }

  [dir="ltr"] .pr-lg-5,
  [dir="ltr"] .px-lg-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pr-lg-5,
  [dir="rtl"] .px-lg-5 {
    padding-left: 3rem !important;
  }

  [dir] .pb-lg-5,
  [dir] .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  [dir="ltr"] .pl-lg-5,
  [dir="ltr"] .px-lg-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .pl-lg-5,
  [dir="rtl"] .px-lg-5 {
    padding-right: 3rem !important;
  }

  [dir] .m-lg-n1 {
    margin: -0.25rem !important;
  }

  [dir] .mt-lg-n1,
  [dir] .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  [dir="ltr"] .mr-lg-n1,
  [dir="ltr"] .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .mr-lg-n1,
  [dir="rtl"] .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  [dir] .mb-lg-n1,
  [dir] .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  [dir="ltr"] .ml-lg-n1,
  [dir="ltr"] .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ml-lg-n1,
  [dir="rtl"] .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  [dir] .m-lg-n2 {
    margin: -0.5rem !important;
  }

  [dir] .mt-lg-n2,
  [dir] .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  [dir="ltr"] .mr-lg-n2,
  [dir="ltr"] .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .mr-lg-n2,
  [dir="rtl"] .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  [dir] .mb-lg-n2,
  [dir] .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  [dir="ltr"] .ml-lg-n2,
  [dir="ltr"] .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ml-lg-n2,
  [dir="rtl"] .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  [dir] .m-lg-n3 {
    margin: -1rem !important;
  }

  [dir] .mt-lg-n3,
  [dir] .my-lg-n3 {
    margin-top: -1rem !important;
  }

  [dir="ltr"] .mr-lg-n3,
  [dir="ltr"] .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .mr-lg-n3,
  [dir="rtl"] .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  [dir] .mb-lg-n3,
  [dir] .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  [dir="ltr"] .ml-lg-n3,
  [dir="ltr"] .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ml-lg-n3,
  [dir="rtl"] .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  [dir] .m-lg-n4 {
    margin: -1.5rem !important;
  }

  [dir] .mt-lg-n4,
  [dir] .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  [dir="ltr"] .mr-lg-n4,
  [dir="ltr"] .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .mr-lg-n4,
  [dir="rtl"] .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  [dir] .mb-lg-n4,
  [dir] .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  [dir="ltr"] .ml-lg-n4,
  [dir="ltr"] .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ml-lg-n4,
  [dir="rtl"] .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  [dir] .m-lg-n5 {
    margin: -3rem !important;
  }

  [dir] .mt-lg-n5,
  [dir] .my-lg-n5 {
    margin-top: -3rem !important;
  }

  [dir="ltr"] .mr-lg-n5,
  [dir="ltr"] .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .mr-lg-n5,
  [dir="rtl"] .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  [dir] .mb-lg-n5,
  [dir] .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  [dir="ltr"] .ml-lg-n5,
  [dir="ltr"] .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ml-lg-n5,
  [dir="rtl"] .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  [dir] .m-lg-auto {
    margin: auto !important;
  }

  [dir] .mt-lg-auto,
  [dir] .my-lg-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .mr-lg-auto,
  [dir="ltr"] .mx-lg-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .mr-lg-auto,
  [dir="rtl"] .mx-lg-auto {
    margin-left: auto !important;
  }

  [dir] .mb-lg-auto,
  [dir] .my-lg-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ml-lg-auto,
  [dir="ltr"] .mx-lg-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ml-lg-auto,
  [dir="rtl"] .mx-lg-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  [dir] .m-xl-0 {
    margin: 0 !important;
  }

  [dir] .mt-xl-0,
  [dir] .my-xl-0 {
    margin-top: 0 !important;
  }

  [dir="ltr"] .mr-xl-0,
  [dir="ltr"] .mx-xl-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .mr-xl-0,
  [dir="rtl"] .mx-xl-0 {
    margin-left: 0 !important;
  }

  [dir] .mb-xl-0,
  [dir] .my-xl-0 {
    margin-bottom: 0 !important;
  }

  [dir="ltr"] .ml-xl-0,
  [dir="ltr"] .mx-xl-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ml-xl-0,
  [dir="rtl"] .mx-xl-0 {
    margin-right: 0 !important;
  }

  [dir] .m-xl-1 {
    margin: 0.25rem !important;
  }

  [dir] .mt-xl-1,
  [dir] .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  [dir="ltr"] .mr-xl-1,
  [dir="ltr"] .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .mr-xl-1,
  [dir="rtl"] .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  [dir] .mb-xl-1,
  [dir] .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir="ltr"] .ml-xl-1,
  [dir="ltr"] .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ml-xl-1,
  [dir="rtl"] .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  [dir] .m-xl-2 {
    margin: 0.5rem !important;
  }

  [dir] .mt-xl-2,
  [dir] .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  [dir="ltr"] .mr-xl-2,
  [dir="ltr"] .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .mr-xl-2,
  [dir="rtl"] .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  [dir] .mb-xl-2,
  [dir] .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir="ltr"] .ml-xl-2,
  [dir="ltr"] .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ml-xl-2,
  [dir="rtl"] .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  [dir] .m-xl-3 {
    margin: 1rem !important;
  }

  [dir] .mt-xl-3,
  [dir] .my-xl-3 {
    margin-top: 1rem !important;
  }

  [dir="ltr"] .mr-xl-3,
  [dir="ltr"] .mx-xl-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .mr-xl-3,
  [dir="rtl"] .mx-xl-3 {
    margin-left: 1rem !important;
  }

  [dir] .mb-xl-3,
  [dir] .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  [dir="ltr"] .ml-xl-3,
  [dir="ltr"] .mx-xl-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ml-xl-3,
  [dir="rtl"] .mx-xl-3 {
    margin-right: 1rem !important;
  }

  [dir] .m-xl-4 {
    margin: 1.5rem !important;
  }

  [dir] .mt-xl-4,
  [dir] .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  [dir="ltr"] .mr-xl-4,
  [dir="ltr"] .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .mr-xl-4,
  [dir="rtl"] .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  [dir] .mb-xl-4,
  [dir] .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  [dir="ltr"] .ml-xl-4,
  [dir="ltr"] .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ml-xl-4,
  [dir="rtl"] .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  [dir] .m-xl-5 {
    margin: 3rem !important;
  }

  [dir] .mt-xl-5,
  [dir] .my-xl-5 {
    margin-top: 3rem !important;
  }

  [dir="ltr"] .mr-xl-5,
  [dir="ltr"] .mx-xl-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .mr-xl-5,
  [dir="rtl"] .mx-xl-5 {
    margin-left: 3rem !important;
  }

  [dir] .mb-xl-5,
  [dir] .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  [dir="ltr"] .ml-xl-5,
  [dir="ltr"] .mx-xl-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ml-xl-5,
  [dir="rtl"] .mx-xl-5 {
    margin-right: 3rem !important;
  }

  [dir] .p-xl-0 {
    padding: 0 !important;
  }

  [dir] .pt-xl-0,
  [dir] .py-xl-0 {
    padding-top: 0 !important;
  }

  [dir="ltr"] .pr-xl-0,
  [dir="ltr"] .px-xl-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pr-xl-0,
  [dir="rtl"] .px-xl-0 {
    padding-left: 0 !important;
  }

  [dir] .pb-xl-0,
  [dir] .py-xl-0 {
    padding-bottom: 0 !important;
  }

  [dir="ltr"] .pl-xl-0,
  [dir="ltr"] .px-xl-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .pl-xl-0,
  [dir="rtl"] .px-xl-0 {
    padding-right: 0 !important;
  }

  [dir] .p-xl-1 {
    padding: 0.25rem !important;
  }

  [dir] .pt-xl-1,
  [dir] .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  [dir="ltr"] .pr-xl-1,
  [dir="ltr"] .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pr-xl-1,
  [dir="rtl"] .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  [dir] .pb-xl-1,
  [dir] .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir="ltr"] .pl-xl-1,
  [dir="ltr"] .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .pl-xl-1,
  [dir="rtl"] .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  [dir] .p-xl-2 {
    padding: 0.5rem !important;
  }

  [dir] .pt-xl-2,
  [dir] .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  [dir="ltr"] .pr-xl-2,
  [dir="ltr"] .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pr-xl-2,
  [dir="rtl"] .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  [dir] .pb-xl-2,
  [dir] .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir="ltr"] .pl-xl-2,
  [dir="ltr"] .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .pl-xl-2,
  [dir="rtl"] .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  [dir] .p-xl-3 {
    padding: 1rem !important;
  }

  [dir] .pt-xl-3,
  [dir] .py-xl-3 {
    padding-top: 1rem !important;
  }

  [dir="ltr"] .pr-xl-3,
  [dir="ltr"] .px-xl-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pr-xl-3,
  [dir="rtl"] .px-xl-3 {
    padding-left: 1rem !important;
  }

  [dir] .pb-xl-3,
  [dir] .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  [dir="ltr"] .pl-xl-3,
  [dir="ltr"] .px-xl-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .pl-xl-3,
  [dir="rtl"] .px-xl-3 {
    padding-right: 1rem !important;
  }

  [dir] .p-xl-4 {
    padding: 1.5rem !important;
  }

  [dir] .pt-xl-4,
  [dir] .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  [dir="ltr"] .pr-xl-4,
  [dir="ltr"] .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pr-xl-4,
  [dir="rtl"] .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  [dir] .pb-xl-4,
  [dir] .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  [dir="ltr"] .pl-xl-4,
  [dir="ltr"] .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .pl-xl-4,
  [dir="rtl"] .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  [dir] .p-xl-5 {
    padding: 3rem !important;
  }

  [dir] .pt-xl-5,
  [dir] .py-xl-5 {
    padding-top: 3rem !important;
  }

  [dir="ltr"] .pr-xl-5,
  [dir="ltr"] .px-xl-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pr-xl-5,
  [dir="rtl"] .px-xl-5 {
    padding-left: 3rem !important;
  }

  [dir] .pb-xl-5,
  [dir] .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  [dir="ltr"] .pl-xl-5,
  [dir="ltr"] .px-xl-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .pl-xl-5,
  [dir="rtl"] .px-xl-5 {
    padding-right: 3rem !important;
  }

  [dir] .m-xl-n1 {
    margin: -0.25rem !important;
  }

  [dir] .mt-xl-n1,
  [dir] .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  [dir="ltr"] .mr-xl-n1,
  [dir="ltr"] .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .mr-xl-n1,
  [dir="rtl"] .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir] .mb-xl-n1,
  [dir] .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  [dir="ltr"] .ml-xl-n1,
  [dir="ltr"] .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .ml-xl-n1,
  [dir="rtl"] .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir] .m-xl-n2 {
    margin: -0.5rem !important;
  }

  [dir] .mt-xl-n2,
  [dir] .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  [dir="ltr"] .mr-xl-n2,
  [dir="ltr"] .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .mr-xl-n2,
  [dir="rtl"] .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir] .mb-xl-n2,
  [dir] .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  [dir="ltr"] .ml-xl-n2,
  [dir="ltr"] .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .ml-xl-n2,
  [dir="rtl"] .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir] .m-xl-n3 {
    margin: -1rem !important;
  }

  [dir] .mt-xl-n3,
  [dir] .my-xl-n3 {
    margin-top: -1rem !important;
  }

  [dir="ltr"] .mr-xl-n3,
  [dir="ltr"] .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .mr-xl-n3,
  [dir="rtl"] .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  [dir] .mb-xl-n3,
  [dir] .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  [dir="ltr"] .ml-xl-n3,
  [dir="ltr"] .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .ml-xl-n3,
  [dir="rtl"] .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  [dir] .m-xl-n4 {
    margin: -1.5rem !important;
  }

  [dir] .mt-xl-n4,
  [dir] .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  [dir="ltr"] .mr-xl-n4,
  [dir="ltr"] .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .mr-xl-n4,
  [dir="rtl"] .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir] .mb-xl-n4,
  [dir] .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  [dir="ltr"] .ml-xl-n4,
  [dir="ltr"] .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .ml-xl-n4,
  [dir="rtl"] .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir] .m-xl-n5 {
    margin: -3rem !important;
  }

  [dir] .mt-xl-n5,
  [dir] .my-xl-n5 {
    margin-top: -3rem !important;
  }

  [dir="ltr"] .mr-xl-n5,
  [dir="ltr"] .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .mr-xl-n5,
  [dir="rtl"] .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  [dir] .mb-xl-n5,
  [dir] .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  [dir="ltr"] .ml-xl-n5,
  [dir="ltr"] .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .ml-xl-n5,
  [dir="rtl"] .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  [dir] .m-xl-auto {
    margin: auto !important;
  }

  [dir] .mt-xl-auto,
  [dir] .my-xl-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .mr-xl-auto,
  [dir="ltr"] .mx-xl-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .mr-xl-auto,
  [dir="rtl"] .mx-xl-auto {
    margin-left: auto !important;
  }

  [dir] .mb-xl-auto,
  [dir] .my-xl-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ml-xl-auto,
  [dir="ltr"] .mx-xl-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ml-xl-auto,
  [dir="rtl"] .mx-xl-auto {
    margin-right: auto !important;
  }
}

.stretched-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}

[dir] .stretched-link:after {
  background-color: transparent;
}

[dir="ltr"] .stretched-link:after,
[dir="rtl"] .stretched-link:after {
  right: 0;
  left: 0;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}

[dir] .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;
}

[dir="ltr"] .text-left {
  text-align: left !important;
}

[dir="ltr"] .text-right,
[dir="rtl"] .text-left {
  text-align: right !important;
}

[dir="rtl"] .text-right {
  text-align: left !important;
}

[dir] .text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  [dir="ltr"] .text-sm-left {
    text-align: left !important;
  }

  [dir="ltr"] .text-sm-right,
  [dir="rtl"] .text-sm-left {
    text-align: right !important;
  }

  [dir="rtl"] .text-sm-right {
    text-align: left !important;
  }

  [dir] .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  [dir="ltr"] .text-md-left {
    text-align: left !important;
  }

  [dir="ltr"] .text-md-right,
  [dir="rtl"] .text-md-left {
    text-align: right !important;
  }

  [dir="rtl"] .text-md-right {
    text-align: left !important;
  }

  [dir] .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .text-lg-left {
    text-align: left !important;
  }

  [dir="ltr"] .text-lg-right,
  [dir="rtl"] .text-lg-left {
    text-align: right !important;
  }

  [dir="rtl"] .text-lg-right {
    text-align: left !important;
  }

  [dir] .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  [dir="ltr"] .text-xl-left {
    text-align: left !important;
  }

  [dir="ltr"] .text-xl-right,
  [dir="rtl"] .text-xl-left {
    text-align: right !important;
  }

  [dir="rtl"] .text-xl-right {
    text-align: left !important;
  }

  [dir] .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-primary {
  color: #3ca078 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #27684e !important;
}

.text-secondary {
  color: #160f3e !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #000 !important;
}

.text-success {
  color: #006604 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #001a01 !important;
}

.text-info {
  color: #339eec !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #1277c1 !important;
}

.text-warning {
  color: #f6c244 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #e3a40b !important;
}

.text-danger {
  color: #af0818 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #66050e !important;
}

.text-light {
  color: #eaeaea !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #c4c4c4 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:focus,
a.text-white:hover {
  color: #d9d9d9 !important;
}

.text-violet {
  color: #5505cd !important;
}

a.text-violet:focus,
a.text-violet:hover {
  color: #360382 !important;
}

.text-violet-shade {
  color: #3c2b7d !important;
}

a.text-violet-shade:focus,
a.text-violet-shade:hover {
  color: #211744 !important;
}

.text-violet-tint {
  color: #5830b4 !important;
}

a.text-violet-tint:focus,
a.text-violet-tint:hover {
  color: #3a2078 !important;
}

.text-violet-pastel {
  color: #ac9fd5 !important;
}

a.text-violet-pastel:focus,
a.text-violet-pastel:hover {
  color: #7e6abe !important;
}

.text-blue {
  color: #005a96 !important;
}

a.text-blue:focus,
a.text-blue:hover {
  color: #002c4a !important;
}

.text-blue-shade {
  color: #0053ba !important;
}

a.text-blue-shade:focus,
a.text-blue-shade:hover {
  color: #00316e !important;
}

.text-blue-tint {
  color: #0054ae !important;
}

a.text-blue-tint:focus,
a.text-blue-tint:hover {
  color: #002f62 !important;
}

.text-blue-pastel {
  color: #339eec !important;
}

a.text-blue-pastel:focus,
a.text-blue-pastel:hover {
  color: #1277c1 !important;
}

.text-tiffany {
  color: #0aebd7 !important;
}

a.text-tiffany:focus,
a.text-tiffany:hover {
  color: #07a294 !important;
}

.text-tiffany-shade {
  color: #046459 !important;
}

a.text-tiffany-shade:focus,
a.text-tiffany-shade:hover {
  color: #011a18 !important;
}

.text-tiffany-tint {
  color: #4ecebb !important;
}

a.text-tiffany-tint:focus,
a.text-tiffany-tint:hover {
  color: #2da391 !important;
}

.text-tiffany-pastel {
  color: #a9e2d7 !important;
}

a.text-tiffany-pastel:focus,
a.text-tiffany-pastel:hover {
  color: #70cfbc !important;
}

.text-darkBlue {
  color: #160f3e !important;
}

a.text-darkBlue:focus,
a.text-darkBlue:hover {
  color: #000 !important;
}

.text-darkBlue-shade {
  color: #1f255b !important;
}

a.text-darkBlue-shade:focus,
a.text-darkBlue-shade:hover {
  color: #0c0e22 !important;
}

.text-darkBlue-tint {
  color: #444061 !important;
}

a.text-darkBlue-tint:focus,
a.text-darkBlue-tint:hover {
  color: #242233 !important;
}

.text-darkBlue-pastel {
  color: #cdccd5 !important;
}

a.text-darkBlue-pastel:focus,
a.text-darkBlue-pastel:hover {
  color: #a4a2b2 !important;
}

.text-green {
  color: #26634b !important;
}

a.text-green:focus,
a.text-green:hover {
  color: #112c21 !important;
}

.text-green-shade {
  color: #066058 !important;
}

a.text-green-shade:focus,
a.text-green-shade:hover {
  color: #021816 !important;
}

.text-green-tint {
  color: #27aa8c !important;
}

a.text-green-tint:focus,
a.text-green-tint:hover {
  color: #196c59 !important;
}

.text-green-light {
  color: #3ca078 !important;
}

a.text-green-light:focus,
a.text-green-light:hover {
  color: #27684e !important;
}

.text-green-pastel {
  color: #acddc7 !important;
}

a.text-green-pastel:focus,
a.text-green-pastel:hover {
  color: #76c7a2 !important;
}

.text-green-dark {
  color: #144d3f !important;
}

a.text-green-dark:focus,
a.text-green-dark:hover {
  color: #04100d !important;
}

.text-gray {
  color: #323232 !important;
}

a.text-gray:focus,
a.text-gray:hover {
  color: #0c0c0c !important;
}

.text-gray-shade {
  color: #242424 !important;
}

a.text-gray-shade:focus,
a.text-gray-shade:hover {
  color: #000 !important;
}

.text-gray-tint {
  color: #757575 !important;
}

a.text-gray-tint:focus,
a.text-gray-tint:hover {
  color: #4f4f4f !important;
}

.text-gray-pastel {
  color: #eaeaea !important;
}

a.text-gray-pastel:focus,
a.text-gray-pastel:hover {
  color: #c4c4c4 !important;
}

.text-black,
a.text-black:focus,
a.text-black:hover {
  color: #000 !important;
}

.text-orange {
  color: #fd7e14 !important;
}

a.text-orange:focus,
a.text-orange:hover {
  color: #c35a02 !important;
}

.text-teal {
  color: #66c1bf !important;
}

a.text-teal:focus,
a.text-teal:hover {
  color: #3f9b99 !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: hsla(0, 0%, 100%, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
}

[dir] .text-hide {
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  [dir] *,
  [dir] :after,
  [dir] :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 {
    page-break-inside: avoid;
  }

  [dir] blockquote,
  [dir] pre {
    border: 1px solid #adb5bd;
  }

  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;
  }

  .container,
  body {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  [dir] .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  [dir] .table td,
  [dir] .table th {
    background-color: #fff !important;
  }

  [dir] .table-bordered td,
  [dir] .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  [dir] .table-dark tbody + tbody,
  [dir] .table-dark td,
  [dir] .table-dark th,
  [dir] .table-dark thead th {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
  }

  [dir] .table .thead-dark th {
    border-color: #dee2e6;
  }
}

@font-face {
  font-family: noto_naskh_arabic;
  src: url(fonts/notonaskharabic-bold-webfont.woff2) format("woff2");
  src: url(fonts/notonaskharabic-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: TheSansArabic;
  src: url(fonts/TheSansArabic-Plain.otf);
}
@font-face {
  font-family: TheSansArabic_light;
  src: url(../fonts/new/the_sans_arabic_light.otf);
  font-weight: 100;
}

@font-face {
  font-family: noto_naskh_arabic;
  src: url(fonts/notonaskharabic-regular-webfont.woff2) format("woff2");
  src: url(fonts/notonaskharabic-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: inter;
  src: url(fonts/Inter-Regular.otf) format("otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: inter;
  src: url(fonts/Inter-Bold.otf) format("otf");
  font-weight: 700;
  font-style: bold;
}
/* [dir="rtl"] body {
  font-family: noto_naskh_arabic, sans-serif;
  font-size: 1.125rem;
} */
[dir="rtl"] body {
  font-family: TheSansArabic;
  font-size: 1rem;
  font-weight: 100;
}

body {
  font-family: TheSansArabic;
  font-size: 1rem;
  line-height: normal;
  color: #323232;
}

body [dir="rtl"] {
  font-family: TheSansArabic;
  font-size: 1.125rem;
  line-height: 30px;
}

span {
  font-size: 0.75rem;
}

.font-body-2 {
  font-size: 0.875rem;
}

.font-lable {
  font-size: 0.625rem;
}

.h7 {
  font-size: 1.125rem;
  font-weight: 700;
}

.font-body-bold {
  font-size: 1rem;
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

.ds-display-font,
[dir="rtl"] .ds-display-font {
  font-size: 60px;
}

[dir="rtl"] h1 {
  font-size: 2rem;
}

[dir="rtl"] h2 {
  font-size: 1.75rem;
}

[dir="rtl"] h3 {
  font-size: 1.375rem;
}

[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6 {
  font-size: 1.125rem;
}

[dir="rtl"] .font-body-2 {
  font-size: 1rem;
}

[dir="rtl"] .font-lable {
  font-size: 0.625rem;
}

[dir="rtl"] span {
  font-size: 0.75rem;
}

[dir="rtl"] .h7 {
  font-size: 1.25rem;
}

.ds-display-font,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #242424;
}

@media (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }

  h2,
  h3 {
    font-size: 1.25rem;
  }
}

@font-face {
  font-family: ds;
  src: url(fonts/ds.eot);
  src: url(fonts/ds.eot#iefix) format("embedded-opentype"),
    url(fonts/ds.ttf) format("truetype"), url(fonts/ds.woff) format("woff"),
    url(fonts/TheSansArabic-Plain.otf), url(images/ds.svg#ds) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

[dir="rtl"] i,
[dir="rtl"] i span,
i,
i span {
  font-family: ds;
  speak: never;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ds-sm {
  font-size: 0.8em;
}

.ds-lg {
  font-size: 1.2em;
}

.ds-16 {
  font-size: 16px;
}

.ds-32 {
  font-size: 32px;
}

[dir="ltr"] .ds-is-spinning {
  animation: ds-spin-ltr 1s linear infinite;
}

[dir="rtl"] .ds-is-spinning {
  animation: ds-spin-rtl 1s linear infinite;
}

@keyframes ds-spin-ltr {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes ds-spin-rtl {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-1turn);
  }
}

[dir="ltr"] .ds-rotate-90 {
  transform: rotate(90deg);
}

[dir="rtl"] .ds-rotate-90 {
  transform: rotate(-90deg);
}

[dir="ltr"] .ds-rotate-180 {
  transform: rotate(180deg);
}

[dir="rtl"] .ds-rotate-180 {
  transform: rotate(-180deg);
}

[dir="ltr"] .ds-rotate-270 {
  transform: rotate(270deg);
}

[dir="rtl"] .ds-rotate-270 {
  transform: rotate(-270deg);
}

[dir] .ds-flip-y {
  transform: scaleY(-1);
}

[dir] .ds-flip-x {
  transform: scaleX(-1);
}

.ds-alert-octagon:before {
  content: "\ea02";
}

.ds-alert-circle:before {
  content: "\ea03";
}

.ds-airplay:before {
  content: "\ea04";
}

.ds-green-15:before {
  content: "\ea05";
}

.ds-green-14:before {
  content: "\ea06";
}

.ds-white-13:before {
  content: "\ea07";
}

.ds-green-13:before {
  content: "\ea08";
}

.ds-white-12:before {
  content: "\ea09";
}

.ds-green-12:before {
  content: "\ea0a";
}

.ds-white-11:before {
  content: "\ea0b";
}

.ds-green-11:before {
  content: "\ea0c";
}

.ds-white-10:before {
  content: "\ea0d";
}

.ds-green-10:before {
  content: "\ea0e";
}

.ds-white-9:before {
  content: "\ea0f";
}

.ds-green-9:before {
  content: "\ea10";
}

.ds-white-8:before {
  content: "\ea11";
}

.ds-green-8:before {
  content: "\ea12";
}

.ds-white-7:before {
  content: "\ea13";
}

.ds-green-7:before {
  content: "\ea14";
}

.ds-white-6:before {
  content: "\ea15";
}

.ds-green-6:before {
  content: "\ea16";
}

.ds-white-5:before {
  content: "\ea17";
}

.ds-green-5:before {
  content: "\ea18";
}

.ds-white-4:before {
  content: "\ea19";
}

.ds-green-4:before {
  content: "\ea1a";
}

.ds-white-3:before {
  content: "\ea1b";
}

.ds-green-3:before {
  content: "\ea1c";
}

.ds-white-2:before {
  content: "\ea1d";
}

.ds-green-2:before {
  content: "\ea1e";
}

.ds-white-1:before {
  content: "\ea1f";
}

.ds-green-1:before {
  content: "\ea20";
}

.ds-expand:before {
  content: "\ea21";
}

.ds-collapse:before {
  content: "\ea22";
}

.ds-zoom:before {
  content: "\ea23";
}

.ds-youtube-2:before {
  content: "\ea24";
}

.ds-twitter-2:before {
  content: "\ea25";
}

.ds-linkedin-2:before {
  content: "\ea26";
}

.ds-facebook-2:before {
  content: "\ea27";
}

.ds-zoom_out:before {
  content: "\ea28";
}

.ds-zoom_in:before {
  content: "\ea29";
}

.ds-volume-3:before {
  content: "\ea2a";
}

.ds-vision:before {
  content: "\ea2b";
}

.ds-chatbot:before {
  content: "\ea2c";
}

.ds-zoom-out:before {
  content: "\ea2d";
}

.ds-zoom-in:before {
  content: "\ea2e";
}

.ds-zap:before {
  content: "\ea2f";
}

.ds-zap-off:before {
  content: "\ea30";
}

.ds-youtube:before {
  content: "\ea31";
}

.ds-x:before {
  content: "\ea32";
}

.ds-x-square:before {
  content: "\ea33";
}

.ds-x-octagon:before {
  content: "\ea34";
}

.ds-x-circle:before {
  content: "\ea35";
}

.ds-wind:before {
  content: "\ea36";
}

.ds-wifi:before {
  content: "\ea37";
}

.ds-wifi-off:before {
  content: "\ea38";
}

.ds-watch:before {
  content: "\ea39";
}

.ds-volume:before {
  content: "\ea3a";
}

.ds-volume-x:before {
  content: "\ea3b";
}

.ds-volume-2:before {
  content: "\ea3c";
}

.ds-volume-1:before {
  content: "\ea3d";
}

.ds-voicemail:before {
  content: "\ea3e";
}

.ds-video:before {
  content: "\ea3f";
}

.ds-video-off:before {
  content: "\ea40";
}

.ds-users:before {
  content: "\ea41";
}

.ds-user:before {
  content: "\ea42";
}

.ds-user-x:before {
  content: "\ea43";
}

.ds-user-plus:before {
  content: "\ea44";
}

.ds-user-minus:before {
  content: "\ea45";
}

.ds-user-check:before {
  content: "\ea46";
}

.ds-upload:before {
  content: "\ea47";
}

.ds-upload-cloud:before {
  content: "\ea48";
}

.ds-unlock:before {
  content: "\ea49";
}

.ds-underline:before {
  content: "\ea4a";
}

.ds-umbrella:before {
  content: "\ea4b";
}

.ds-type:before {
  content: "\ea4c";
}

.ds-twitter:before {
  content: "\ea4d";
}

.ds-twitch:before {
  content: "\ea4e";
}

.ds-tv:before {
  content: "\ea4f";
}

.ds-truck:before {
  content: "\ea50";
}

.ds-triangle:before {
  content: "\ea51";
}

.ds-trending-up:before {
  content: "\ea52";
}

.ds-trending-down:before {
  content: "\ea53";
}

.ds-trello:before {
  content: "\ea54";
}

.ds-trash:before {
  content: "\ea55";
}

.ds-trash-2:before {
  content: "\ea56";
}

.ds-tool:before {
  content: "\ea57";
}

.ds-toggle-right:before {
  content: "\ea58";
}

.ds-toggle-left:before {
  content: "\ea59";
}

.ds-thumbs-up:before {
  content: "\ea5a";
}

.ds-thumbs-down:before {
  content: "\ea5b";
}

.ds-thermometer:before {
  content: "\ea5c";
}

.ds-terminal:before {
  content: "\ea5d";
}

.ds-target:before {
  content: "\ea5e";
}

.ds-tag:before {
  content: "\ea5f";
}

.ds-tablet:before {
  content: "\ea60";
}

.ds-sunset:before {
  content: "\ea61";
}

.ds-sunrise:before {
  content: "\ea62";
}

.ds-sun:before {
  content: "\ea63";
}

.ds-stop-circle:before {
  content: "\ea64";
}

.ds-star:before {
  content: "\ea65";
}

.ds-square:before {
  content: "\ea66";
}

.ds-speaker:before {
  content: "\ea67";
}

.ds-smile:before {
  content: "\ea68";
}

.ds-smartphone:before {
  content: "\ea69";
}

.ds-sliders:before {
  content: "\ea6a";
}

.ds-slash:before {
  content: "\ea6b";
}

.ds-slack:before {
  content: "\ea6c";
}

.ds-skip-forward:before {
  content: "\ea6d";
}

.ds-skip-back:before {
  content: "\ea6e";
}

.ds-sidebar:before {
  content: "\ea6f";
}

.ds-shuffle:before {
  content: "\ea70";
}

.ds-shopping-cart:before {
  content: "\ea71";
}

.ds-shopping-bag:before {
  content: "\ea72";
}

.ds-shield:before {
  content: "\ea73";
}

.ds-shield-off:before {
  content: "\ea74";
}

.ds-share:before {
  content: "\ea75";
}

.ds-share-2:before {
  content: "\ea76";
}

.ds-settings:before {
  content: "\ea77";
}

.ds-server:before {
  content: "\ea78";
}

.ds-send:before {
  content: "\ea79";
}

.ds-search:before {
  content: "\ea7a";
}

.ds-scissors:before {
  content: "\ea7b";
}

.ds-save:before {
  content: "\ea7c";
}

.ds-rss:before {
  content: "\ea7d";
}

.ds-rotate-cw:before {
  content: "\ea7e";
}

.ds-rotate-ccw:before {
  content: "\ea7f";
}

.ds-rewind:before {
  content: "\ea80";
}

.ds-repeat:before {
  content: "\ea81";
}

.ds-refresh-cw:before {
  content: "\ea82";
}

.ds-refresh-ccw:before {
  content: "\ea83";
}

.ds-radio:before {
  content: "\ea84";
}

.ds-printer:before {
  content: "\ea85";
}

.ds-power:before {
  content: "\ea86";
}

.ds-pocket:before {
  content: "\ea87";
}

.ds-plus:before {
  content: "\ea88";
}

.ds-plus-square:before {
  content: "\ea89";
}

.ds-plus-circle:before {
  content: "\ea8a";
}

.ds-play:before {
  content: "\ea8b";
}

.ds-play-circle:before {
  content: "\ea8c";
}

.ds-pie-chart:before {
  content: "\ea8d";
}

.ds-phone:before {
  content: "\ea8e";
}

.ds-phone-outgoing:before {
  content: "\ea8f";
}

.ds-phone-off:before {
  content: "\ea90";
}

.ds-phone-missed:before {
  content: "\ea91";
}

.ds-phone-incoming:before {
  content: "\ea92";
}

.ds-phone-forwarded:before {
  content: "\ea93";
}

.ds-phone-call:before {
  content: "\ea94";
}

.ds-percent:before {
  content: "\ea95";
}

.ds-pen-tool:before {
  content: "\ea96";
}

.ds-pause:before {
  content: "\ea97";
}

.ds-pause-circle:before {
  content: "\ea98";
}

.ds-paperclip:before {
  content: "\ea99";
}

.ds-package:before {
  content: "\ea9a";
}

.ds-octagon:before {
  content: "\ea9b";
}

.ds-navigation:before {
  content: "\ea9c";
}

.ds-navigation-2:before {
  content: "\ea9d";
}

.ds-music:before {
  content: "\ea9e";
}

.ds-move:before {
  content: "\ea9f";
}

.ds-mouse-pointer:before {
  content: "\eaa0";
}

.ds-more-vertical:before {
  content: "\eaa1";
}

.ds-more-horizontal:before {
  content: "\eaa2";
}

.ds-moon:before {
  content: "\eaa3";
}

.ds-monitor:before {
  content: "\eaa4";
}

.ds-minus:before {
  content: "\eaa5";
}

.ds-minus-square:before {
  content: "\eaa6";
}

.ds-minus-circle:before {
  content: "\eaa7";
}

.ds-minimize:before {
  content: "\eaa8";
}

.ds-minimize-2:before {
  content: "\eaa9";
}

.ds-mic:before {
  content: "\eaaa";
}

.ds-mic-off:before {
  content: "\eaab";
}

.ds-message-square:before {
  content: "\eaac";
}

.ds-message-circle:before {
  content: "\eaad";
}

.ds-menu:before {
  content: "\eaae";
}

.ds-meh:before {
  content: "\eaaf";
}

.ds-maximize:before {
  content: "\eab0";
}

.ds-maximize-2:before {
  content: "\eab1";
}

.ds-map:before {
  content: "\eab2";
}

.ds-map-pin:before {
  content: "\eab3";
}

.ds-mail:before {
  content: "\eab4";
}

.ds-log-out:before {
  content: "\eab5";
}

.ds-log-in:before {
  content: "\eab6";
}

.ds-lock:before {
  content: "\eab7";
}

.ds-loader:before {
  content: "\eab8";
}

.ds-list:before {
  content: "\eab9";
}

.ds-linkedin:before {
  content: "\eaba";
}

.ds-link-1:before {
  content: "\eabb";
}

.ds-link-2:before {
  content: "\eabc";
}

.ds-life-buoy:before {
  content: "\eabd";
}

.ds-layout:before {
  content: "\eabe";
}

.ds-layers:before {
  content: "\eabf";
}

.ds-key:before {
  content: "\eac0";
}

.ds-italic:before {
  content: "\eac1";
}

.ds-instagram:before {
  content: "\eac2";
}

.ds-info:before {
  content: "\eac3";
}

.ds-inbox:before {
  content: "\eac4";
}

.ds-image:before {
  content: "\eac5";
}

.ds-home:before {
  content: "\eac6";
}

.ds-hexagon:before {
  content: "\eac7";
}

.ds-help-circle:before {
  content: "\eac8";
}

.ds-heart:before {
  content: "\eac9";
}

.ds-headphones:before {
  content: "\eaca";
}

.ds-hash:before {
  content: "\eacb";
}

.ds-hard-drive:before {
  content: "\eacc";
}

.ds-grid:before {
  content: "\eacd";
}

.ds-globe:before {
  content: "\eace";
}

.ds-gitlab:before {
  content: "\eacf";
}

.ds-github:before {
  content: "\ead0";
}

.ds-git-pull-request:before {
  content: "\ead1";
}

.ds-git-merge:before {
  content: "\ead2";
}

.ds-git-commit:before {
  content: "\ead3";
}

.ds-git-branch:before {
  content: "\ead4";
}

.ds-gift:before {
  content: "\ead5";
}

.ds-frown:before {
  content: "\ead6";
}

.ds-framer:before {
  content: "\ead7";
}

.ds-folder:before {
  content: "\ead8";
}

.ds-folder-plus:before {
  content: "\ead9";
}

.ds-folder-minus:before {
  content: "\eada";
}

.ds-flag:before {
  content: "\eadb";
}

.ds-filter:before {
  content: "\eadc";
}

.ds-film:before {
  content: "\eadd";
}

.ds-file:before {
  content: "\eade";
}

.ds-file-text:before {
  content: "\eadf";
}

.ds-file-plus:before {
  content: "\eae0";
}

.ds-file-minus:before {
  content: "\eae1";
}

.ds-figma:before {
  content: "\eae2";
}

.ds-feather:before {
  content: "\eae3";
}

.ds-fast-forward:before {
  content: "\eae4";
}

.ds-facebook:before {
  content: "\eae5";
}

.ds-eye:before {
  content: "\eae6";
}

.ds-eye-off:before {
  content: "\eae7";
}

.ds-external-link:before {
  content: "\eae8";
}

.ds-edit:before {
  content: "\eae9";
}

.ds-edit-3:before {
  content: "\eaea";
}

.ds-edit-2:before {
  content: "\eaeb";
}

.ds-droplet:before {
  content: "\eaec";
}

.ds-dribbble:before {
  content: "\eaed";
}

.ds-download:before {
  content: "\eaee";
}

.ds-download-cloud:before {
  content: "\eaef";
}

.ds-dollar-sign:before {
  content: "\eaf0";
}

.ds-divide:before {
  content: "\eaf1";
}

.ds-divide-square:before {
  content: "\eaf2";
}

.ds-divide-circle:before {
  content: "\eaf3";
}

.ds-disc:before {
  content: "\eaf4";
}

.ds-delete:before {
  content: "\eaf5";
}

.ds-database:before {
  content: "\eaf6";
}

.ds-crosshair:before {
  content: "\eaf7";
}

.ds-crop:before {
  content: "\eaf8";
}

.ds-credit-card:before {
  content: "\eaf9";
}

.ds-cpu:before {
  content: "\eafa";
}

.ds-corner-up-right:before {
  content: "\eafb";
}

.ds-corner-up-left:before {
  content: "\eafc";
}

.ds-corner-right-up:before {
  content: "\eafd";
}

.ds-corner-right-down:before {
  content: "\eafe";
}

.ds-corner-left-up:before {
  content: "\eaff";
}

.ds-corner-left-down:before {
  content: "\eb00";
}

.ds-corner-down-right:before {
  content: "\eb01";
}

.ds-corner-down-left:before {
  content: "\eb02";
}

.ds-copy:before {
  content: "\eb03";
}

.ds-compass:before {
  content: "\eb04";
}

.ds-command:before {
  content: "\eb05";
}

.ds-columns:before {
  content: "\eb06";
}

.ds-coffee:before {
  content: "\eb07";
}

.ds-codesandbox:before {
  content: "\eb08";
}

.ds-codepen:before {
  content: "\eb09";
}

.ds-code:before {
  content: "\eb0a";
}

.ds-cloud:before {
  content: "\eb0b";
}

.ds-cloud-snow:before {
  content: "\eb0c";
}

.ds-cloud-rain:before {
  content: "\eb0d";
}

.ds-cloud-off:before {
  content: "\eb0e";
}

.ds-cloud-lightning:before {
  content: "\eb0f";
}

.ds-cloud-drizzle:before {
  content: "\eb10";
}

.ds-clock:before {
  content: "\eb11";
}

.ds-clipboard:before {
  content: "\eb12";
}

.ds-circle:before {
  content: "\eb13";
}

.ds-chrome:before {
  content: "\eb14";
}

.ds-chevrons-up:before {
  content: "\eb15";
}

.ds-chevrons-right:before {
  content: "\eb16";
}

.ds-chevrons-left:before {
  content: "\eb17";
}

.ds-chevrons-down:before {
  content: "\eb18";
}

.ds-chevron-up:before {
  content: "\eb19";
}

.ds-chevron-right:before {
  content: "\eb1a";
}

.ds-chevron-left:before {
  content: "\eb1b";
}

.ds-chevron-down:before {
  content: "\eb1c";
}

.ds-check:before {
  content: "\eb1d";
}

.ds-check-square:before {
  content: "\eb1e";
}

.ds-check-circle:before {
  content: "\eb1f";
}

.ds-cast:before {
  content: "\eb20";
}

.ds-camera:before {
  content: "\eb21";
}

.ds-camera-off:before {
  content: "\eb22";
}

.ds-calendar:before {
  content: "\eb23";
}

.ds-briefcase:before {
  content: "\eb24";
}

.ds-box:before {
  content: "\eb25";
}

.ds-bookmark:before {
  content: "\eb26";
}

.ds-book:before {
  content: "\eb27";
}

.ds-book-open:before {
  content: "\eb28";
}

.ds-bold:before {
  content: "\eb29";
}

.ds-bluetooth:before {
  content: "\eb2a";
}

.ds-bell:before {
  content: "\eb2b";
}

.ds-bell-off:before {
  content: "\eb2c";
}

.ds-battery:before {
  content: "\eb2d";
}

.ds-battery-charging:before {
  content: "\eb2e";
}

.ds-bar-chart:before {
  content: "\eb2f";
}

.ds-bar-chart-2:before {
  content: "\eb30";
}

.ds-award:before {
  content: "\eb31";
}

.ds-at-sign:before {
  content: "\eb32";
}

.ds-arrow-up:before {
  content: "\eb33";
}

.ds-arrow-up-right:before {
  content: "\eb34";
}

.ds-arrow-up-left:before {
  content: "\eb35";
}

.ds-arrow-up-circle:before {
  content: "\eb36";
}

.ds-arrow-right:before {
  content: "\eb37";
}

.ds-arrow-right-circle:before {
  content: "\eb38";
}

.ds-arrow-left:before {
  content: "\eb39";
}

.ds-arrow-left-circle:before {
  content: "\eb3a";
}

.ds-arrow-down:before {
  content: "\eb3b";
}

.ds-arrow-down-right:before {
  content: "\eb3c";
}

.ds-arrow-down-left:before {
  content: "\eb3d";
}

.ds-arrow-down-circle:before {
  content: "\eb3e";
}

.ds-archive:before {
  content: "\eb3f";
}

.ds-aperture:before {
  content: "\eb40";
}

.ds-anchor:before {
  content: "\eb41";
}

.ds-align-right:before {
  content: "\eb42";
}

.ds-align-left:before {
  content: "\eb43";
}

.ds-align-justify:before {
  content: "\eb44";
}

.ds-align-center:before {
  content: "\eb45";
}

.ds-alert-triangle:before {
  content: "\eb46";
}

.ds-activity:before {
  content: "\eb47";
}

.ds-instagram-1:before {
  content: "\eb48";
}

.ds-snapchat:before {
  content: "\eb49";
}

.ds-sort-1:before {
  content: "\eb4a";
}

[dir] .btn-primary {
  background-color: #066058;
  border-color: #066058;
}

[dir] .btn-primary:hover {
  background-color: #3ca078;
  border-color: #3ca078;
}

[dir] .btn-primary:active:focus {
  box-shadow: 0 0 0 0 !important;
  background-color: #160f3e !important;
  border-color: #160f3e !important;
}

[dir] .btn-primary:focus {
  box-shadow: 0 0 0 0.1rem #fd7e14;
  background-color: #066058;
}

.btn-primary:disabled {
  opacity: 0.5;
}

[dir] .btn-primary:disabled {
  background: #757575;
  border-color: #757575;
}

.btn-secondary {
  color: #066058;
}

[dir] .btn-secondary {
  background-color: #fff;
  border-color: #066058;
}

[dir] .btn-secondary:hover {
  background-color: #066058;
  border-color: #066058;
}

[dir] .btn-secondary:active:focus {
  box-shadow: 0 0 0 0 !important;
  background-color: #160f3e !important;
  border-color: #160f3e !important;
}

.btn-secondary:focus {
  color: #066058;
}

[dir] .btn-secondary:focus {
  box-shadow: 0 0 0 0.1rem #fd7e14;
  background-color: #fff;
}

.btn-secondary:disabled {
  color: #757575;
  opacity: 0.5;
}

[dir] .btn-secondary:disabled {
  background: #fff;
  border-color: #757575;
}

.ds-btn-filter {
  font-weight: 400;
  color: #757575;
}

[dir] .ds-btn-filter {
  background-color: #fff;
  border: 1px solid #757575;
  border-radius: 22.5px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.ds-btn-filter:hover {
  color: #757575;
}

.ds-btn-filter.active {
  font-weight: 700;
  color: #fff;
}

[dir] .ds-btn-filter.active {
  background-color: #3ca078;
  border-color: #3ca078;
}

.ds-btn-filter.active:hover {
  color: #fff;
}

[dir="rtl"] .btn-primary,
[dir="rtl"] .btn-secondary {
  font-size: 1.125rem;
  padding: 0.59375rem 1.625rem;
  line-height: 1.11;
}

.ds-link:hover ~ i.link {
  color: #066058;
}

.ds-link:active:focus,
.ds-link:active:focus ~ i.link {
  color: #160f3e;
}

.ds-link.disabled {
  pointer-events: none;
  color: #757575;
}

.ds-link.disabled ~ i.link {
  color: #757575;
}

.ds-link:focus-visible {
  outline: 1px auto #fd7e14;
}

.ds-body-link {
  color: #3ca078;
}

.ds-body-link:hover ~ i.link {
  color: #066058;
}

.ds-body-link:active:focus,
.ds-body-link:active:focus ~ i.link {
  color: #160f3e;
}

.ds-body-link.disabled {
  pointer-events: none;
  color: #757575;
}

.ds-body-link.disabled ~ i.link {
  color: #757575;
}

.ds-body-link:focus-visible {
  outline: 1px auto #fd7e14;
}

i.link {
  color: #3ca078;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  position: absolute;
}

[dir] i.link {
  transform: translateY(2px);
}

[dir="ltr"] i.link {
  margin-left: 8px;
}

[dir="rtl"] i.link {
  margin-right: 8px;
  transform: translateY(6px);
}

[dir="rtl"] .ds-arrow-right.link {
  display: inline-block;
  transform: rotate(180deg);
}

[dir="rtl"] .ds-link {
  font-size: 1rem;
}

.ds-navigation-menu a,
.ds-navigation-menu a:hover {
  text-decoration: none;
  color: initial;
}

.ds-navigation-menu ul {
  counter-reset: item -1;
  list-style-type: none;
}

[dir="ltr"] .ds-navigation-menu ul {
  margin-left: 18px;
  padding-right: 15px;
  padding-left: 15px;
}

[dir="rtl"] .ds-navigation-menu ul {
  margin-right: 18px;
  padding-left: 15px;
  padding-right: 15px;
}

.ds-navigation-menu ul li {
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

[dir] .ds-navigation-menu ul li {
  padding: 20px;
  border-bottom: 1px solid #d8d8d8;
}

[dir] .ds-navigation-menu ul li:hover {
  cursor: pointer;
}

.ds-navigation-menu ul li:before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin-inline-end: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  width: 24px;
  height: 24px;
}

[dir] .ds-navigation-menu ul li:before {
  padding: 2px 0 0;
  text-align: center;
  border: 1px solid #3ca078;
  border-radius: 100px;
  background-color: #3ca078;
}

[dir="ltr"] .ds-navigation-menu ul li:before {
  left: -33px;
}

[dir="rtl"] .ds-navigation-menu ul li:before {
  right: -33px;
  padding: 3px 0 0;
  content: counter(item, arabic-indic);
}

.ds-navigation-menu ul li:after {
  content: " ";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 43px;
}

[dir] .ds-navigation-menu ul li:after {
  border-color: #3ca078;
  border-style: solid;
}

[dir="ltr"] .ds-navigation-menu ul li:after {
  left: -21px;
  border-width: 0 0 0 1px;
}

[dir="rtl"] .ds-navigation-menu ul li:after {
  right: -21px;
  border-width: 0 1px 0 0;
}

.ds-navigation-menu ul li:last-child:after {
  content: none;
}

[dir] .ds-navigation-menu ul li:first-child {
  cursor: unset;
}

[dir="ltr"] .ds-navigation-menu ul li:first-child {
  padding: 20px 0 40px 20px;
}

[dir="rtl"] .ds-navigation-menu ul li:first-child {
  padding: 20px 20px 40px 0;
}

.ds-navigation-menu ul li:first-child:before {
  content: "";
  width: 13px;
  height: 13px;
  top: 32px;
}

[dir="ltr"] .ds-navigation-menu ul li:first-child:before {
  margin-left: 6px;
}

[dir="rtl"] .ds-navigation-menu ul li:first-child:before {
  margin-right: 6px;
}

.ds-navigation-menu ul li.active ~ * {
  font-weight: 400;
}

.ds-navigation-menu ul li.active ~ :before {
  color: #3ca078;
}

[dir] .ds-navigation-menu ul li.active ~ :before {
  background-color: #fff;
}

[dir] .ds-navigation-menu ul li.active ~ :after {
  border-style: dashed;
}

.ds-tab-accordion {
  max-width: 737px;
}

.ds-tab-accordion .ds-tabs.nav-tabs {
  height: 70px;
  font-size: 18px;
  justify-content: space-evenly;
}

[dir] .ds-tab-accordion .ds-tabs.nav-tabs {
  border: 0.2px solid #acddc7;
  border-radius: 10px;
}

[dir] .ds-tab-accordion .ds-tabs.nav-tabs.content-tabs {
  border: none;
  border-bottom: 0.2px solid #acddc7;
  border-radius: 0;
}

[dir] .ds-tab-accordion .ds-tabs .nav-item {
  border-radius: 8px 8px 0 0;
}

[dir="ltr"] .ds-tab-accordion .ds-tabs .nav-item {
  margin: 21px 10px 0 0;
}

[dir="rtl"] .ds-tab-accordion .ds-tabs .nav-item {
  margin: 21px 0 0 10px;
}

.ds-tab-accordion .ds-tabs .nav-item .nav-link {
  height: 100%;
  color: #757575;
}

[dir] .ds-tab-accordion .ds-tabs .nav-item .nav-link {
  padding: 0 1rem;
}

.ds-tab-accordion .ds-tabs .nav-item .nav-link:after {
  display: none;
}

.ds-tab-accordion .ds-tabs .nav-item .nav-link:hover {
  color: #000;
  font-weight: 700;
}

[dir] .ds-tab-accordion .ds-tabs .nav-item .nav-link:hover {
  border: none;
}

.ds-tab-accordion .ds-tabs .nav-item .nav-link.active {
  color: #000;
  font-weight: 700;
}

[dir] .ds-tab-accordion .ds-tabs .nav-item .nav-link.active {
  border: none;
  border-bottom: 4px solid #3ca078;
}

[dir] .ds-tab-accordion .tab-content {
  padding: 20px 0;
}

@media (max-width: 768px) and (min-width: 577px) {
  .ds-tab-accordion .ds-tabs.nav-tabs {
    font-size: 12px;
  }

  [dir] .ds-tab-accordion .ds-tabs .nav-item .nav-link {
    padding: 0;
  }
}

@media (min-width: 576px) {
  #content {
    display: none;
  }
}

@media (max-width: 576px) {
  .ds-tab-accordion .ds-tabs.nav-tabs,
  .ds-tab-accordion .tab-content {
    display: none;
  }

  .ds-tab-accordion .ds-tabs.nav-tabs {
    height: 105px;
    font-size: 18px;
    justify-content: space-evenly;
  }

  .ds-tab-accordion #content {
    display: block;
  }

  [dir] .ds-tab-accordion #content {
    margin: 0 -6%;
  }

  .ds-tab-accordion .panel-heading {
    height: 92px;
  }

  [dir] .ds-tab-accordion .panel-heading {
    border-top: 0.2px solid #acddc7;
  }

  [dir] .ds-tab-accordion .panel:last-child {
    border-bottom: 0.2px solid #acddc7;
  }

  .ds-tab-accordion .accordion-toggle {
    color: #fff;
  }

  [dir] .ds-tab-accordion .accordion-toggle {
    background-color: #3ca078;
  }

  [dir="ltr"] .ds-tab-accordion .accordion-toggle,
  [dir="rtl"] .ds-tab-accordion .accordion-toggle {
    border-left: 0.2px solid #acddc7;
    border-right: 0.2px solid #acddc7;
  }

  .ds-tab-accordion .accordion-toggle h3,
  .ds-tab-accordion .accordion-toggle p {
    color: #fff;
  }

  .ds-tab-accordion .accordion-toggle.collapsed {
    color: #000;
  }

  [dir] .ds-tab-accordion .accordion-toggle.collapsed {
    background-color: #fff;
  }

  .ds-tab-accordion .accordion-toggle.collapsed p {
    color: #757575;
  }

  .ds-tab-accordion .accordion-toggle.collapsed h3 {
    color: #242424;
  }

  .ds-tab-accordion .panel-body {
    color: #323232;
  }

  [dir] .ds-tab-accordion .panel-body {
    padding: 20px 25px;
    text-align: justify;
  }

  [dir] .ds-tab-accordion .panel-title {
    margin-top: 24px;
  }

  [dir="ltr"] .ds-tab-accordion .panel-title {
    margin-left: 24px;
  }

  [dir="rtl"] .ds-tab-accordion .panel-title {
    margin-right: 24px;
  }

  .ds-tab-accordion h3 {
    font-size: 20px;
    font-weight: 700;
  }

  .ds-tab-accordion i {
    color: #3ca078;
    font-size: 10px;
    font-weight: 800;
    position: absolute;
  }

  [dir] .ds-tab-accordion i {
    margin: 6px;
  }

  .ds-tab-accordion
    [data-toggle="collapse"][aria-expanded="true"]
    p
    .ds-chevron-down {
    color: #fff;
    display: inline-block;
  }

  [dir="ltr"]
    .ds-tab-accordion
    [data-toggle="collapse"][aria-expanded="true"]
    p
    .ds-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  [dir="rtl"]
    .ds-tab-accordion
    [data-toggle="collapse"][aria-expanded="true"]
    p
    .ds-chevron-down {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

[dir] .ds-navigation-card {
  background-color: #066058;
}

.ds-navigation-card.card {
  height: 100px;
  white-space: nowrap;
  color: #fff;
  max-width: 737px;
  text-decoration: none;
}

[dir] .ds-navigation-card.card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

[dir] .ds-navigation-card.card:active {
  border-color: #3ca078;
}

[dir] .ds-navigation-card.card:focus {
  border-color: #fd7e14;
}

.ds-navigation-card.card:focus-visible {
  outline: 1px auto #fd7e14;
}

.ds-navigation-card .nav-left,
.ds-navigation-card .nav-right {
  max-width: 250px;
}

.ds-navigation-card.single-card {
  width: 303px;
}

[dir] .ds-navigation-card.card {
  border-radius: 10px;
}

[dir] .ds-navigation-card.card:hover {
  border: 1px solid #acddc7;
}

.ds-navigation-card .nav-title {
  font-size: 12px;
}

[dir] .ds-navigation-card .nav-title {
  margin-bottom: 16px;
}

[dir="ltr"] .ds-navigation-card .nav-title {
  margin-left: 31px;
}

[dir="rtl"] .ds-navigation-card .nav-title {
  margin-right: 31px;
  font-size: 14px;
  margin-bottom: 13px;
}

.ds-navigation-card .nav-page {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 700;
}

[dir="ltr"] .ds-navigation-card .nav-page {
  margin-left: 12px;
}

[dir="rtl"] .ds-navigation-card .nav-page {
  margin-right: 12px;
  display: inline-block;
  transform: translateY(-4px);
}

.ds-navigation-card i {
  font-size: 17px;
  color: #3ca078;
}

[dir="ltr"] .ds-navigation-card i {
  margin-left: 2px;
}

[dir="rtl"] .ds-navigation-card i {
  margin-right: 2px;
  display: inline-block;
  transform: rotate(180deg);
  margin-top: 0;
}

[dir] .ds-navigation-card .nav-right {
  text-align: end;
}

[dir="ltr"] .ds-navigation-card .nav-right {
  float: right;
}

[dir="rtl"] .ds-navigation-card .nav-right {
  float: left;
}

[dir="ltr"] .ds-navigation-card .nav-right i {
  margin-left: 0;
  margin-right: 2px;
}

[dir="rtl"] .ds-navigation-card .nav-right i {
  margin-right: 0;
  margin-left: 2px;
}

.ds-navigation-card .nav-title-right {
  font-size: 12px;
}

[dir] .ds-navigation-card .nav-title-right {
  margin-bottom: 16px;
}

[dir="ltr"] .ds-navigation-card .nav-title-right {
  margin-right: 31px;
}

[dir="rtl"] .ds-navigation-card .nav-title-right {
  margin-left: 31px;
  font-size: 14px;
  margin-bottom: 13px;
}

.ds-navigation-card .nav-page-right {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 700;
}

[dir="ltr"] .ds-navigation-card .nav-page-right {
  margin-right: 12px;
}

[dir="rtl"] .ds-navigation-card .nav-page-right {
  margin-left: 12px;
  display: inline-block;
  transform: translateY(-4px);
}

.ds-navigation-card .nav-divider {
  width: 1px;
  position: absolute;
  height: 80%;
}

[dir] .ds-navigation-card .nav-divider {
  margin-top: 0.5rem;
  background-color: #3ca078;
}

[dir="ltr"] .ds-navigation-card .nav-divider {
  margin-left: 50%;
}

[dir="rtl"] .ds-navigation-card .nav-divider {
  margin-right: 50%;
}

.ds-navigation-card a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}

.ds-navigation-card a:hover {
  color: inherit;
}

@media (max-width: 768px) and (min-width: 577px) {
  .ds-navigation-card .nav-left,
  .ds-navigation-card .nav-right {
    max-width: 140px;
  }

  [dir="rtl"] .ds-navigation-card .nav-left,
  [dir="rtl"] .ds-navigation-card .nav-right {
    max-width: 135px;
  }

  .ds-navigation-card.single-card .nav-left,
  .ds-navigation-card.single-card .nav-right {
    max-width: 240px;
  }
}

@media (max-width: 576px) {
  .ds-navigation-card.card {
    height: 60px;
  }

  .ds-navigation-card .nav-left,
  .ds-navigation-card .nav-right {
    max-width: 160px;
  }

  .ds-navigation-card.single-card {
    width: 100%;
  }

  [dir] .ds-navigation-card .card-body {
    padding: 0.5rem 0.25rem;
  }

  .ds-navigation-card .nav-page {
    font-size: 14px;
  }

  [dir] .ds-navigation-card .nav-title-right {
    margin-bottom: 6px;
  }

  .ds-navigation-card .nav-page-right {
    font-size: 14px;
  }

  [dir] .ds-navigation-card .nav-title,
  [dir] .ds-navigation-card .nav-title-right {
    margin-bottom: 0;
  }

  .ds-navigation-card .nav-divider {
    height: 100%;
  }

  [dir] .ds-navigation-card .nav-divider {
    margin-top: 0;
  }

  [dir] .ds-navigation-card a {
    margin-top: 5px;
  }

  [dir="rtl"] .ds-navigation-card i {
    margin-top: -15px;
  }
}

.ds-side-navigation > ul {
  list-style-type: none;
}

[dir] .ds-side-navigation > ul {
  padding: 0;
}

.ds-side-navigation > ul > li {
  position: relative;
}

[dir="ltr"] .ds-side-navigation > ul > li {
  padding: 10px 0 60px 30px;
}

[dir="rtl"] .ds-side-navigation > ul > li {
  padding: 10px 30px 60px 0;
}

[dir="ltr"] .ds-side-navigation > ul > li:first-child {
  padding: 20px 0 90px 20px;
}

[dir="rtl"] .ds-side-navigation > ul > li:first-child {
  padding: 20px 20px 90px 0;
}

.ds-side-navigation > ul > li:first-child:before {
  content: "";
  width: 13px;
  height: 13px;
  top: 17px;
}

[dir="ltr"] .ds-side-navigation > ul > li:first-child:before {
  margin-left: 13px;
}

[dir="rtl"] .ds-side-navigation > ul > li:first-child:before {
  margin-right: 13px;
}

.ds-side-navigation > ul > li:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 12px;
  font-size: 30px;
  line-height: 39px;
  color: #fff;
  z-index: 2;
}

[dir] .ds-side-navigation > ul > li:before {
  text-align: center;
  background: #3ca078;
  border-radius: 100px;
}

[dir="ltr"] .ds-side-navigation > ul > li:before {
  margin-left: 10px;
  left: 0;
}

[dir="rtl"] .ds-side-navigation > ul > li:before {
  margin-right: 10px;
  right: 0;
  line-height: 42px;
}

.ds-side-navigation > ul > li .collapse-circle {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 12px;
  font-size: 30px;
  line-height: 39px;
  color: #fff;
  z-index: 2;
}

[dir="ltr"] .ltr-navbar {
  margin-left: 0;
}

[dir] .ds-side-navigation > ul > li .collapse-circle {
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
}

[dir="ltr"] .ds-side-navigation > ul > li .collapse-circle {
  left: 0;
}

[dir="rtl"] .ds-side-navigation > ul > li .collapse-circle {
  right: 0;
}

.ds-side-navigation > ul > li:after {
  content: " ";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 23px;
  z-index: 1;
}

[dir] .ds-side-navigation > ul > li:after {
  border: 1px dashed #3ca078;
}

[dir="ltr"] .ds-side-navigation > ul > li:after {
  left: 19px;
}

[dir="rtl"] .ds-side-navigation > ul > li:after {
  right: 19px;
}

[dir] .ds-side-navigation > ul > li:last-child {
  padding: 0;
}

.ds-side-navigation > ul > li:last-child:after {
  content: none;
}

.ds-side-navigation > ul > li:last-child:before {
  content: "";
  width: 13px;
  height: 13px;
  top: 17px;
}

[dir="ltr"] .ds-side-navigation > ul > li:last-child:before {
  margin-left: 13px;
}

[dir="rtl"] .ds-side-navigation > ul > li:last-child:before {
  margin-right: 13px;
}

[dir="ltr"] .ds-side-navigation > ul > li:nth-last-child(-n + 2) {
  padding: 10px 0 0 30px;
}

[dir="rtl"] .ds-side-navigation > ul > li:nth-last-child(-n + 2) {
  padding: 10px 30px 0 0;
}

[dir="ltr"] .ds-side-navigation__card {
  padding-left: 4.5rem;
}

[dir="rtl"] .ds-side-navigation__card {
  padding-right: 4.5rem;
}

.ds-side-navigation__card .ds-collapse-bnt {
  font-size: 1.875rem;
  font-weight: 700;
}

[dir] .ds-side-navigation__card .ds-collapse-bnt {
  background: none;
  border: 0;
  text-align: start;
  cursor: default;
}

.ds-side-navigation__card .btn:disabled {
  display: none;
}

@media (max-width: 576px) {
  [dir="ltr"] .ds-side-navigation__card {
    padding-left: 2.5rem;
  }

  [dir="rtl"] .ds-side-navigation__card {
    padding-right: 2.5rem;
  }
}

.ds-live-event-card {
  position: relative;
  width: 302px;
  min-height: 168px;
}

[dir] .ds-live-event-card {
  /* border: 1px solid rgba(6, 96, 88, 0.2); */
  border-top: 4px solid #3ca078;
  padding: 20px 22px;
  background-color: #f5faf8;
}

.ds-live-event-card a,
.ds-live-event-card a:hover {
  text-decoration: none;
  /* color: initial; */
}

[dir] .ds-live-event-card:hover {
  /* cursor: pointer; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ds-live-event-card:focus-visible {
  outline: 2px solid #fd7e14;
}

.ds-live-event-card:active {
  outline: none;
}

[dir] .ds-live-event-card:active {
  border: 1px solid #3ca078;
  border-top: 4px solid #3ca078;
}

[dir] .ds-live-event-card h3 {
  margin-bottom: 0.2rem;
}

.ds-live-event-card p {
  font-size: 0.875rem;
  color: #757575;
}

[dir] .ds-live-event-card p {
  margin-bottom: 0;
}

[dir] .ds-live-event-card .ds-card-footer {
  margin-top: 15px;
}

@media (max-width: 576px) {
  .ds-live-event-card {
    width: 100%;
  }
}

.ds-service-card {
  width: 326px;
  height: 263px;
  display: flex;
  flex-direction: column;
}

[dir] .ds-service-card {
  padding: 20px 22px;
  border: 1px solid rgba(6, 96, 88, 0.2);
  cursor: pointer;
}

[dir] .ds-service-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ds-service-card:focus-visible {
  outline: 2px solid #fd7e14;
}

[dir] .ds-service-card:active {
  border: 1px solid #3ca078;
}

.ds-service-card:active:focus {
  outline: none;
}

.ds-service-card p {
  font-size: 0.875rem;
  color: #757575;
  align-items: stretch;
  flex: 1;
  line-height: 1.36;
}

[dir] .ds-service-card p {
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .ds-service-card {
    width: 280px;
    height: 310px;
  }

  [dir] .ds-service-card {
    border: 1px solid rgba(6, 96, 88, 0.2);
  }

  [dir="rtl"] .ds-service-card p {
    font-size: 1rem;
  }
}

.ds-life-experience-card .header-section {
  width: 326px;
  height: 195px;
}

[dir] .ds-life-experience-card .header-section {
  cursor: pointer;
  padding: 20px 22px;
  border: 1px solid rgba(6, 96, 88, 0.2);
}

.ds-life-experience-card .header-section:focus-visible {
  outline: 2px solid #fd7e14;
}

[dir] .ds-life-experience-card .header-section:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

[dir] .ds-life-experience-card .header-section:active {
  border: 1px solid #3ca078;
}

.ds-life-experience-card .header-section:active:focus {
  outline: none;
}

[dir] .ds-life-experience-card .header-section h3 {
  margin-top: 10px;
}

.ds-life-experience-card .header-section .see-more-bnt {
  font-size: 14px;
  color: #757575;
}

[dir] .ds-life-experience-card .header-section .see-more-bnt {
  background: none;
  border: none;
}

.ds-life-experience-card .header-section .see-more-bnt i {
  font-size: 13px;
  font-weight: bolder;
  color: #3ca078;
  transition: transform 0.2s linear;
  display: inline-block;
}

[dir] .ds-life-experience-card .header-section .see-more-bnt i {
  transform: rotate(0deg);
}

[dir="ltr"] .ds-life-experience-card .header-section .see-more-bnt i {
  margin-left: 10px;
}

[dir="rtl"] .ds-life-experience-card .header-section .see-more-bnt i {
  margin-right: 10px;
}

[dir] .ds-life-experience-card .active-header-section {
  background: #3ca078;
}

.ds-life-experience-card .active-header-section .see-more-bnt,
.ds-life-experience-card .active-header-section > i span:before,
.ds-life-experience-card .active-header-section h3 {
  color: #fff;
}

.ds-life-experience-card .active-header-section .see-more-bnt i {
  color: #fff;
  transition: transform 0.2s linear;
  display: inline-block;
}

[dir="ltr"] .ds-life-experience-card .active-header-section .see-more-bnt i {
  transform: rotate(180deg);
}

[dir="rtl"] .ds-life-experience-card .active-header-section .see-more-bnt i {
  transform: rotate(-180deg);
}

.ds-life-experience-card .body-section {
  width: 326px;
  display: none;
}

[dir] .ds-life-experience-card .body-section {
  padding: 20px 22px;
  background: #066058;
}

.ds-life-experience-card .body-section a {
  display: block;
  text-decoration: none;
  color: #fff;
}

[dir] .ds-life-experience-card .body-section a {
  padding: 15px 0;
  border-bottom: 1px solid rgba(60, 160, 120, 0.25882352941176473);
}

[dir] .ds-life-experience-card .body-section a:first-child {
  padding: 0 0 15px;
}

[dir] .ds-life-experience-card .body-section a:last-child {
  padding: 15px 0 0;
  border-bottom: 0;
}

.ds-life-experience-card .body-section a i {
  font-size: 13px;
  font-weight: 700;
}

[dir] .ds-life-experience-card .body-section a i {
  padding-top: 2px;
}

[dir="ltr"] .ds-life-experience-card .body-section a i {
  float: right;
}

[dir="rtl"] .ds-life-experience-card .body-section a i {
  float: left;
  transform: rotate(180deg);
}

@media (max-width: 576px) {
  .ds-life-experience-card {
    width: 100%;
  }

  .ds-life-experience-card .header-section {
    width: 100%;
    height: 92px;
    display: flex;
  }

  [dir] .ds-life-experience-card .header-section {
    padding: 10px 15px;
  }

  [dir="ltr"] .ds-life-experience-card .header-section i {
    padding-right: 10px;
  }

  [dir="rtl"] .ds-life-experience-card .header-section i {
    padding-left: 10px;
  }

  [dir="ltr"] .ds-life-experience-card .header-section img {
    margin-right: 10px;
  }

  [dir="rtl"] .ds-life-experience-card .header-section img {
    margin-left: 10px;
  }

  .ds-life-experience-card .header-section .content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  [dir] .ds-life-experience-card .header-section .content-section p {
    margin-bottom: 0;
  }

  [dir="ltr"] .ds-life-experience-card .header-section .see-more-bnt {
    margin-right: auto;
  }

  [dir="rtl"] .ds-life-experience-card .header-section .see-more-bnt {
    margin-left: auto;
  }

  .ds-life-experience-card .body-section {
    width: 100%;
  }
}

.ds-life-experience-card.comeing-soon {
  color: #757575;
}

[dir] .ds-life-experience-card.comeing-soon .header-section {
  border: 1px solid rgba(36, 36, 36, 0.2);
  cursor: auto;
}

[dir] .ds-life-experience-card.comeing-soon .header-section:hover {
  box-shadow: none;
}

.ds-life-experience-card.comeing-soon .header-section i .path1:before,
.ds-life-experience-card.comeing-soon .header-section i .path2:before {
  color: #757575;
}

.ds-card-reports-complaints {
  max-width: 1280px;
  min-height: 75px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

[dir] .ds-card-reports-complaints {
  border: 1px solid rgba(6, 96, 88, 0.2);
  padding: 0 30px;
}

.ds-card-reports-complaints .card-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 90%;
}

[dir="ltr"] .ds-card-reports-complaints .card-container {
  padding-left: 30px;
}

[dir="rtl"] .ds-card-reports-complaints .card-container {
  padding-right: 30px;
}

.ds-card-reports-complaints h3 {
  display: flex;
  align-items: center;
  flex: 0 0 13%;
}

[dir] .ds-card-reports-complaints h3 {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

[dir="ltr"] .ds-card-reports-complaints h3 {
  padding-right: 15px;
}

[dir="rtl"] .ds-card-reports-complaints h3 {
  padding-left: 15px;
}

.ds-card-reports-complaints p {
  color: #757575;
}

[dir] .ds-card-reports-complaints p {
  padding: 10px 20px;
  margin-bottom: 0;
}

[dir="ltr"] .ds-card-reports-complaints p {
  border-left: 1px solid #757575;
}

[dir="rtl"] .ds-card-reports-complaints p {
  border-right: 1px solid #757575;
}

[dir="ltr"] .ds-card-reports-complaints button {
  margin-left: auto;
}

[dir="rtl"] .ds-card-reports-complaints button {
  margin-right: auto;
}

.ds-card-reports-complaints:focus-visible {
  outline: 2px solid #fd7e14;
}

@media (max-width: 768px) {
  .ds-card-reports-complaints {
    max-width: 100%;
    min-height: 239px;
  }

  [dir] .ds-card-reports-complaints {
    padding: 45px 20px;
  }

  .ds-card-reports-complaints img {
    flex: 0 0 15%;
    align-self: flex-start;
  }

  .ds-card-reports-complaints .card-container {
    flex: 0 0 75%;
    display: flex;
    flex-direction: column;
    align-items: normal;
  }

  [dir="ltr"] .ds-card-reports-complaints .card-container {
    padding-left: 5px;
  }

  [dir="rtl"] .ds-card-reports-complaints .card-container {
    padding-right: 5px;
    padding-right: 10px;
  }

  .ds-card-reports-complaints h3 {
    flex: auto;
  }

  [dir] .ds-card-reports-complaints h3 {
    margin-bottom: 5px;
  }

  [dir] .ds-card-reports-complaints p {
    padding: 0;
    margin-bottom: 15px;
  }

  [dir="ltr"] .ds-card-reports-complaints p {
    border-left: 0;
  }

  [dir="rtl"] .ds-card-reports-complaints p {
    border-right: 0;
  }

  [dir="ltr"] .ds-card-reports-complaints button {
    margin-left: 0;
    margin-right: auto;
  }

  [dir="rtl"] .ds-card-reports-complaints button {
    margin-right: 0;
    margin-left: auto;
  }
}

.ds-highlight-card {
  max-width: 303px;
  height: 360px;
}

[dir] .ds-highlight-card {
  cursor: pointer;
}

[dir] .ds-highlight-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ds-highlight-card:focus-visible {
  outline: 2px solid #fd7e14;
}

[dir] .ds-highlight-card:active .ds-card-body {
  border: 1px solid #3ca078;
  border-top: 0;
}

.ds-highlight-card:active:focus {
  outline: none;
}

.ds-highlight-card img {
  height: 170px;
}

@media (max-width: 576px) {
  .ds-highlight-card img {
    max-width: 100%;
  }
}

.ds-highlight-card .ds-card-body {
  height: 190px;
}

[dir] .ds-highlight-card .ds-card-body {
  border: 1px solid rgba(6, 96, 88, 0.2);
  border-top: none;
  padding: 20px;
}

.ds-highlight-card .ds-card-body p {
  color: #757575;
  font-size: 0.875rem;
}

[dir] .ds-highlight-card .ds-card-body p {
  margin-bottom: 0;
}

[dir="rtl"] .ds-highlight-card .ds-card-body p {
  font-size: 1rem;
}

@media (max-width: 576px) {
  .ds-highlight-card {
    width: 100%;
  }
}

.ds-service-results {
  max-width: 1280px;
  min-height: 174px;
  display: flex;
  flex-direction: column;
}

[dir] .ds-service-results {
  padding: 8px 35px 20px;
  border-bottom: 1px solid rgba(6, 96, 88, 0.2);
  cursor: pointer;
}

[dir] .ds-service-results:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ds-service-results:focus-visible {
  outline: 2px solid #fd7e14;
}

.ds-service-results span {
  color: #066058;
  text-transform: uppercase;
}

.ds-service-results p {
  color: #757575;
  align-items: stretch;
  flex: 1;
}

[dir] .ds-service-results p {
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .ds-service-results {
    max-width: 375px;
    min-height: 271px;
  }

  [dir] .ds-service-results {
    border: 1px solid rgba(6, 96, 88, 0.32941176470588235);
    padding: 8px 25px 20px;
  }

  [dir] .ds-service-results:active {
    border: 1px solid #3ca078;
  }

  .ds-service-results:active:focus {
    outline: none;
  }
}

button.ds-tag--green {
  white-space: nowrap;
  margin-inline-end: 8px;
}

[dir] button.ds-tag--green {
  margin-top: 8px;
}

.ds-tag--green {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #066058;
  font-size: 10px;
}

[dir] .ds-tag--green {
  padding: 0 13px;
  text-align: center;
  background-color: rgba(60, 160, 120, 0.2);
  border: 0;
  border-radius: 5px;
}

[dir="rtl"] .ds-tag--green {
  padding: 1px 15px;
  font-size: 0.75rem;
}

.ds-tag--green:active,
.ds-tag--green:hover {
  color: #fff;
}

[dir] .ds-tag--green:active,
[dir] .ds-tag--green:hover {
  background-color: #3ca078;
}

button.ds-tag--violet {
  white-space: nowrap;
  margin-inline-end: 8px;
}

[dir] button.ds-tag--violet {
  margin-top: 8px;
}

.ds-tag--violet {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #5505cd;
  font-size: 10px;
}

[dir] .ds-tag--violet {
  padding: 0 13px;
  text-align: center;
  background-color: rgba(85, 5, 205, 0.2);
  border: 0;
  border-radius: 5px;
}

[dir="rtl"] .ds-tag--violet {
  padding: 1px 15px;
  font-size: 0.75rem;
}

.ds-tag--violet:active,
.ds-tag--violet:hover {
  color: #fff;
}

[dir] .ds-tag--violet:active,
[dir] .ds-tag--violet:hover {
  background-color: #5505cd;
}

button.ds-tag--gray {
  white-space: nowrap;
  margin-inline-end: 8px;
}

[dir] button.ds-tag--gray {
  margin-top: 8px;
}

.ds-tag--gray {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #757575;
  font-size: 10px;
}

[dir] .ds-tag--gray {
  padding: 0 13px;
  text-align: center;
  background-color: hsla(0, 0%, 45.9%, 0.2);
  border: 0;
  border-radius: 5px;
}

[dir="rtl"] .ds-tag--gray {
  padding: 1px 15px;
  font-size: 0.75rem;
}

.ds-tag--gray:active,
.ds-tag--gray:hover {
  color: #fff;
}

[dir] .ds-tag--gray:active,
[dir] .ds-tag--gray:hover {
  background-color: #757575;
}

.ds-nav {
  height: 40px;
}

[dir] .ds-nav {
  background-color: transparent;
}

.ds-nav .breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  font-weight: 400;
  color: #9da4ae;
}

.ds-nav .breadcrumb {
  font-size: 14px;
}

[dir] .ds-nav .breadcrumb {
  padding: 12px 12px;
  background-color: unset;
}

@media (max-width: 576px) {
  .ds-nav .breadcrumb-item:not(:first-of-type):not(:last-of-type) {
    display: none;
  }
}

.ds-nav .breadcrumb a {
  color: #384250;
  text-decoration: none;
  font-weight: 400;
}

.ds-nav .breadcrumb a:active,
.ds-nav .breadcrumb a:focus,
.ds-nav .breadcrumb a:hover {
  color: #9da4ae;
  text-decoration: none;
}

[dir] .ds-nav .breadcrumb a:active,
[dir] .ds-nav .breadcrumb a:focus,
[dir] .ds-nav .breadcrumb a:hover {
  cursor: pointer;
}

.ds-nav .breadcrumb-item.active {
  color: #9da4ae;
  font-weight: 400;
}

.ds-checkbox-input {
  opacity: 0;
  position: absolute;
}

.ds-checkbox-label {
  display: block;
  position: relative;
  color: #242424;
}

[dir] .ds-checkbox-label {
  padding-top: 6px;
  margin-bottom: 7px;
  cursor: pointer;
}

[dir="ltr"] .ds-checkbox-label {
  padding-left: 2.75rem;
}

[dir="rtl"] .ds-checkbox-label {
  padding-right: 2.75rem;
  margin-bottom: -5px;
}

.ds-checkbox-button {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 4px;
}

[dir] .ds-checkbox-button {
  border: 1px solid #757575;
  border-radius: 3px;
  background-color: #fff;
}

[dir="ltr"] .ds-checkbox-button {
  left: 0;
}

[dir="rtl"] .ds-checkbox-button {
  right: 0;
  top: 7px;
}

.ds-checkbox-button:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 15px;
  top: 2px;
  opacity: 0;
}

[dir] .ds-checkbox-button:after {
  border: solid #fff;
}

[dir="ltr"] .ds-checkbox-button:after {
  left: 0.47rem;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

[dir="rtl"] .ds-checkbox-button:after {
  right: 0.47rem;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

.ds-checkbox-input:checked ~ .ds-checkbox-label .ds-checkbox-button:after {
  opacity: 1;
}

[dir] .ds-checkbox-input:checked ~ .ds-checkbox-label .ds-checkbox-button {
  border-color: #3ca078;
  background-color: #3ca078;
}

[dir] .ds-checkbox-input:active ~ .ds-checkbox-label .ds-checkbox-button,
[dir] .ds-checkbox-input:focus ~ .ds-checkbox-label .ds-checkbox-button {
  box-shadow: 0 0 0 2px #fd7e14;
  border-color: #3ca078;
}

[dir] .ds-checkbox-input:disabled ~ .ds-checkbox-label .ds-checkbox-button {
  border-color: #757575;
}

.ds-checkbox-input:disabled ~ .ds-checkbox-label {
  color: #757575;
}

[dir] .ds-checkbox-input:disabled .ds-checkbox-label,
[dir] .ds-checkbox-input:disabled:hover ~ .ds-checkbox-label {
  cursor: auto;
}

[dir]
  .ds-checkbox-input:disabled:active
  ~ .ds-checkbox-label
  .ds-checkbox-button,
[dir]
  .ds-checkbox-input:disabled:focus
  ~ .ds-checkbox-label
  .ds-checkbox-button {
  box-shadow: none;
}

[dir]
  .ds-checkbox-input:disabled:checked
  ~ .ds-checkbox-label
  .ds-checkbox-button {
  border-color: #757575;
  background-color: #757575;
}

[dir]
  .ds-checkbox-input:disabled:checked
  ~ .ds-checkbox-label
  .ds-checkbox-button:after {
  background-color: #757575;
}

[dir="rtl"] .ds-checkbox-button {
  transform: scaleX(-1);
}

.ds-radio-input {
  opacity: 0;
  position: absolute;
}

.ds-radio-label {
  display: block;
  position: relative;
  color: #242424;
}

[dir] .ds-radio-label {
  margin-bottom: 8px;
  cursor: pointer;
}

[dir="ltr"] .ds-radio-label {
  padding-left: 2.75rem;
}

[dir="rtl"] .ds-radio-label {
  padding-right: 2.75rem;
  margin-bottom: -6px;
}

.ds-radio-button {
  position: absolute;
  height: 26px;
  width: 26px;
  top: -2px;
}

[dir] .ds-radio-button {
  border: 1px solid #757575;
  border-radius: 50%;
}

[dir="ltr"] .ds-radio-button {
  left: 0;
}

[dir="rtl"] .ds-radio-button {
  right: 0;
  top: 1px;
}

.ds-radio-button:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 16px;
  width: 16px;
  opacity: 0;
}

[dir] .ds-radio-button:after {
  border-radius: 50%;
  background-color: #3ca078;
}

[dir="ltr"] .ds-radio-button:after {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .ds-radio-button:after {
  right: 50%;
  transform: translate(50%, -50%);
}

.ds-radio-input:checked ~ .ds-radio-label .ds-radio-button:after {
  opacity: 1;
}

[dir] .ds-radio-input:checked ~ .ds-radio-label .ds-radio-button {
  border-color: #3ca078;
}

[dir] .ds-radio-input:active ~ .ds-radio-label .ds-radio-button,
[dir] .ds-radio-input:focus ~ .ds-radio-label .ds-radio-button {
  box-shadow: 0 0 0 2px #fd7e14;
  border-color: #3ca078;
}

.ds-radio-input:disabled ~ .ds-radio-label {
  color: #757575;
}

[dir] .ds-radio-input:disabled ~ .ds-radio-label {
  cursor: auto;
}

[dir] .ds-radio-input:disabled ~ .ds-radio-label .ds-radio-button {
  border-color: #757575;
}

[dir] .ds-radio-input:disabled ~ .ds-radio-label .ds-radio-button:after {
  background-color: #757575;
}

[dir] .ds-radio-input:disabled:hover ~ .ds-radio-label {
  cursor: auto;
}

[dir] .ds-radio-input:disabled:active ~ .ds-radio-label .ds-radio-button,
[dir] .ds-radio-input:disabled:focus ~ .ds-radio-label .ds-radio-button {
  box-shadow: none;
}

.ds-onboarding-radio-input {
  opacity: 0;
  position: absolute;
}

.ds-onboarding-radio-label {
  display: block;
  position: relative;
  height: 80px;
  width: 326px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

[dir] .ds-onboarding-radio-label {
  padding: 28px 15px;
  margin-bottom: 0;
  background-color: #066058;
  cursor: pointer;
}

.ds-onboarding-radio-button {
  display: block;
  height: 40px;
  width: 40px;
}

[dir] .ds-onboarding-radio-button {
  margin-top: -8px;
  border: 1px solid #3ca078;
  border-radius: 50%;
}

[dir="ltr"] .ds-onboarding-radio-button {
  float: right;
}

[dir="rtl"] .ds-onboarding-radio-button {
  float: left;
}

.ds-onboarding-radio-button:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 20px;
  top: 36%;
  opacity: 0;
}

[dir] .ds-onboarding-radio-button:after {
  border: solid #066058;
}

[dir="ltr"] .ds-onboarding-radio-button:after {
  left: 88%;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

[dir="rtl"] .ds-onboarding-radio-button:after {
  right: 88%;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

.ds-onboarding-radio-input:checked
  ~ .ds-onboarding-radio-label
  .ds-onboarding-radio-button:after {
  opacity: 1;
}

.ds-onboarding-radio-input:checked ~ .ds-onboarding-radio-label {
  color: #066058;
}

[dir] .ds-onboarding-radio-input:checked ~ .ds-onboarding-radio-label {
  background-color: #fff;
}

@media (max-width: 576px) {
  .ds-onboarding-radio-label {
    height: 200px;
    width: 130px;
  }

  [dir] .ds-onboarding-radio-label {
    padding: 50px 15px;
  }

  [dir] .ds-onboarding-radio-button {
    float: none;
    margin-bottom: 9px;
  }

  .ds-onboarding-radio-button:after {
    top: 25%;
  }

  [dir="ltr"] .ds-onboarding-radio-button:after {
    left: 23%;
  }

  [dir="rtl"] .ds-onboarding-radio-button:after {
    right: 23%;
  }
}

[dir="rtl"] .ds-onboarding-radio-button {
  transform: scaleX(-1);
}

[dir="rtl"] .ds-onboarding-radio-button:after {
  top: 15%;
  right: 37%;
}

.ds-error-message {
  display: inline-block;
  color: #af0818;
}

[dir] .ds-error-message {
  margin-top: 4px;
}

.ds-filters,
.ds-filtersbtn,
.ds-sort {
  width: 303px;
  height: 60px;
}

.ds-filters-header,
.ds-filtersbtn-header,
.ds-sort-header {
  display: flex;
  align-items: center;
  width: 303px;
  height: 60px;
  color: #757575;
}

[dir] .ds-filters-header,
[dir] .ds-filtersbtn-header,
[dir] .ds-sort-header {
  padding: 17px;
  border: 1px solid rgba(60, 160, 120, 0.2);
  border-radius: 0;
  background-color: #fff;
}

.ds-filters-header:hover,
.ds-filtersbtn-header:hover,
.ds-sort-header:hover {
  color: #757575;
}

.ds-filters-header span,
.ds-filtersbtn-header span,
.ds-sort-header span {
  font-size: 18px;
  font-weight: 700;
}

.ds-filters-header i,
.ds-filtersbtn-header i,
.ds-sort-header i {
  color: #066058;
  font-size: 24px;
}

[dir="ltr"] .ds-filters-header i,
[dir="ltr"] .ds-filtersbtn-header i,
[dir="ltr"] .ds-sort-header i {
  padding-right: 18px;
}

[dir="rtl"] .ds-filters-header i,
[dir="rtl"] .ds-filtersbtn-header i,
[dir="rtl"] .ds-sort-header i {
  padding-left: 18px;
}

[dir] .ds-filters-header:hover,
[dir] .ds-filtersbtn-header:hover,
[dir] .ds-sort-header:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

[dir] .ds-filters-header:focus,
[dir] .ds-filtersbtn-header:focus,
[dir] .ds-sort-header:focus {
  box-shadow: 0 0 0 0.1rem #fd7e14;
}

[dir] .ds-filters-header.active,
[dir] .ds-filtersbtn-header.active,
[dir] .ds-sort-header.active {
  background-color: #3ca078;
}

.ds-filters-header.active i,
.ds-filters-header.active span,
.ds-filtersbtn-header.active i,
.ds-filtersbtn-header.active span,
.ds-sort-header.active i,
.ds-sort-header.active span {
  color: #fff;
}

.ds-filters-body,
.ds-filtersbtn-body,
.ds-sort-body {
  position: relative;
  z-index: 1;
}

[dir] .ds-filters-body,
[dir] .ds-filtersbtn-body,
[dir] .ds-sort-body {
  margin-top: 2rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ds-filters-body:before,
.ds-filtersbtn-body:before,
.ds-sort-body:before {
  content: "";
  position: absolute;
  top: -15px;
  width: 0;
  height: 0;
}

[dir] .ds-filters-body:before,
[dir] .ds-filtersbtn-body:before,
[dir] .ds-sort-body:before {
  border-bottom: 15px solid #fff;
}

[dir="ltr"] .ds-filters-body:before,
[dir="ltr"] .ds-filtersbtn-body:before,
[dir="ltr"] .ds-sort-body:before {
  left: 25px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

[dir="rtl"] .ds-filters-body:before,
[dir="rtl"] .ds-filtersbtn-body:before,
[dir="rtl"] .ds-sort-body:before {
  right: 25px;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.ds-filters-card-header,
.ds-filtersbtn-card-header,
.ds-sort-card-header {
  width: 100%;
  color: #242424;
}

[dir] .ds-filters-card-header,
[dir] .ds-filtersbtn-card-header,
[dir] .ds-sort-card-header {
  padding: 19px;
  background-color: #fff;
  text-align: start;
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 45.9%, 0.2);
}

.ds-filters-card-header i,
.ds-filtersbtn-card-header i,
.ds-sort-card-header i {
  color: #3ca078;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s linear;
}

[dir] .ds-filters-card-header i,
[dir] .ds-filtersbtn-card-header i,
[dir] .ds-sort-card-header i {
  padding: 7px 0 0;
}

[dir="ltr"] .ds-filters-card-header i,
[dir="ltr"] .ds-filtersbtn-card-header i,
[dir="ltr"] .ds-sort-card-header i {
  float: right;
}

[dir="rtl"] .ds-filters-card-header i,
[dir="rtl"] .ds-filtersbtn-card-header i,
[dir="rtl"] .ds-sort-card-header i {
  float: left;
}

.ds-filters-card-header.active,
.ds-filtersbtn-card-header.active,
.ds-sort-card-header.active {
  font-weight: 700;
}

[dir] .ds-filters-card-header.active,
[dir] .ds-filtersbtn-card-header.active,
[dir] .ds-sort-card-header.active {
  background-color: rgba(60, 160, 120, 0.05);
  border-bottom: none;
}

[dir="ltr"] .ds-filters-card-header.active i,
[dir="ltr"] .ds-filtersbtn-card-header.active i,
[dir="ltr"] .ds-sort-card-header.active i {
  transform: rotate(180deg);
}

[dir="rtl"] .ds-filters-card-header.active i,
[dir="rtl"] .ds-filtersbtn-card-header.active i,
[dir="rtl"] .ds-sort-card-header.active i {
  transform: rotate(-180deg);
}

.ds-filters-card-body,
.ds-filtersbtn-card-body,
.ds-sort-card-body {
  display: none;
  max-height: 450px;
  overflow: auto;
}

[dir] .ds-filters-card-body,
[dir] .ds-filtersbtn-card-body,
[dir] .ds-sort-card-body {
  padding: 5px 19px 19px;
  background-color: rgba(60, 160, 120, 0.05);
}

@media (max-width: 992px) {
  .ds-filters-header,
  .ds-filtersbtn-header,
  .ds-sort-header {
    height: 60px;
    width: 60px;
  }

  .ds-filters-header span,
  .ds-filtersbtn-header span,
  .ds-sort-header span {
    display: none;
  }
}

@media (max-width: 340px) {
  .ds-filters,
  .ds-filters-body,
  .ds-sort,
  .ds-sort-body {
    width: 280px;
  }
}

.section-filter {
  transition: transform 0.4s ease-in;
  -o-transition: transform 0.4s ease-in;
  -moz-transition: transform 0.4s ease-in;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1001;
}

[dir] .section-filter {
  -webkit-transition: transform 0.4s ease-in;
  transform: translateY(2000px);
  background-color: #fff;
}

[dir="ltr"] .section-filter {
  left: 0;
}

[dir="rtl"] .section-filter {
  right: 0;
}

[dir] .section-filter.active {
  transform: translateY(0);
}

.ds-banners {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

[dir] .ds-banners {
  background-color: #160f3e;
  padding: 18px 80px 15px;
}

[dir="rtl"] .ds-banners {
  padding: 20px 80px 15px;
}

.ds-banners a {
  color: #fff;
  font-size: 14px;
  align-self: center;
}

[dir="rtl"] .ds-banners a {
  font-size: 16px;
}

.ds-banners .ds-alert-circle {
  font-size: 18px;
  align-self: center;
  color: #0aebd7;
}

[dir="ltr"] .ds-banners .ds-alert-circle {
  padding-right: 10px;
}

[dir="rtl"] .ds-banners .ds-alert-circle {
  padding-left: 10px;
}

.ds-banners .ds-arrow-right {
  align-self: center;
  color: #0aebd7;
}

[dir] .ds-banners .ds-arrow-right {
  cursor: pointer;
}

[dir="rtl"] .ds-banners .ds-arrow-right {
  transform: rotate(180deg);
}

@media (max-width: 576px) {
  [dir] .ds-banners {
    padding: 18px 10px 15px;
  }

  [dir="rtl"] .ds-banners {
    padding: 20px 10px 15px;
  }
}

.ds-slider {
  overflow: hidden;
}

[dir] .ds-slider {
  padding-top: 2px;
  padding-bottom: 3.5rem;
}

.ds-slider li {
  width: 6px;
  height: 6px;
  opacity: 0.44;
}

[dir] .ds-slider li {
  border-radius: 100px;
  border: 1px;
  background-color: #066058;
}

[dir="ltr"] .ds-slider li {
  margin: 0 12px 0 0;
}

[dir="rtl"] .ds-slider li {
  margin: 0 0 0 12px;
}

.ds-slider .carousel-inner {
  overflow: unset;
}

[dir="ltr"] .ds-slider .carousel-inner {
  transform: translate(-240px);
}

[dir="rtl"] .ds-slider .carousel-inner {
  transform: translate(240px);
}

.ds-slider .carousel-inner .carousel-item {
  transition: transform 0.6s cubic-bezier(0.4, 0, 1, 1);
}

.ds-slider .carousel-inner .carousel-item-next,
.ds-slider .carousel-inner .carousel-item-prev,
.ds-slider .carousel-inner .carousel-item.active {
  display: flex;
}

.ds-slider .carousel-inner .ds-service-card {
  min-width: 326px;
}

[dir] .ds-slider .carousel-inner .ds-service-card {
  border-color: rgba(6, 96, 88, 0.21176470588235294);
}

[dir] .ds-slider .carousel-inner .ds-service-card:hover {
  background: #fff;
  border-color: #fff;
}

.ds-slider .carousel-control-next,
.ds-slider .carousel-control-prev {
  position: absolute;
  top: 2px;
  bottom: 56px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6%;
  color: #fff;
  opacity: 0.5;
}

[dir] .ds-slider .carousel-control-next:hover,
[dir] .ds-slider .carousel-control-prev:hover {
  background-color: #828282;
}

[dir="rtl"] .ds-slider .carousel-control-next-icon,
[dir="rtl"] .ds-slider .carousel-control-prev-icon {
  transform: rotate(180deg);
}

@media (min-width: 1710px) {
  [dir] .ds-slider .carousel-inner {
    transform: translate(0);
  }

  .ds-slider .carousel-inner .carousel-item-next,
  .ds-slider .carousel-inner .carousel-item-prev,
  .ds-slider .carousel-inner .carousel-item.active {
    justify-content: center;
  }
}

@media (max-width: 426px) {
  [dir="ltr"] .ds-slider .carousel-inner {
    transform: translate(-300px);
  }

  [dir="rtl"] .ds-slider .carousel-inner {
    transform: translate(300px);
  }
}

@media (max-width: 360px) {
  [dir="ltr"] .ds-slider .carousel-inner {
    transform: translate(-326px);
  }

  [dir="rtl"] .ds-slider .carousel-inner {
    transform: translate(326px);
  }
}

.ds-text-input {
  display: block;
  width: 100%;
  min-height: 36px;
  color: #242424;
}

[dir] .ds-text-input {
  background-color: #f7f7f7;
  padding: 5px 21px;
  border: 1px solid #f7f7f7;
  border-radius: 0;
}

.ds-text-input::placeholder {
  color: #757575;
}

.ds-text-input:focus {
  outline: none;
}

[dir] .ds-text-input:focus {
  border: 1px solid #3ca078;
  border-radius: 0;
}

[dir] .ds-text-input:active {
  border: 1px solid #fd7e14;
}

[dir] .ds-text-input.is-invalid {
  border-color: #af0818;
}

[dir] .ds-text-input:disabled {
  background-color: #fff;
  border-color: hsla(0, 0%, 59.2%, 0.30980392156862746) #fff #fff;
}

.ds-input-label {
  font-size: 16px;
  font-weight: 700;
  color: #242424;
}

[dir] .ds-input-label {
  margin-bottom: 12px;
}

[dir="rtl"] .ds-input-label {
  font-size: 18px;
}

.ds-hint-message {
  font-size: 0.625rem;
  color: #323232;
  display: block;
}

[dir] .ds-hint-message {
  margin-top: 4px;
}

textarea {
  resize: none;
}

[dir] textarea {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  padding: 10px 5px;
}

textarea:focus {
  outline: none;
}

[dir] textarea:focus {
  border-color: #3ca078;
}

.ds-dropdown label {
  font-size: 16px;
  font-weight: 700;
  color: #242424;
}

[dir] .ds-dropdown label {
  margin-bottom: 12px;
}

.ds-dropdown button {
  width: 344px;
  max-width: 100%;
  height: 36px;
  color: #757575;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
}

[dir] .ds-dropdown button {
  border: 1px solid #f7f7f7;
  border-radius: 0;
  padding: 5px 21px;
  background-color: #f7f7f7;
}

.ds-dropdown button:hover {
  color: #242424;
}

.ds-dropdown button:focus {
  outline: none;
}

[dir] .ds-dropdown button:focus {
  border: 2px solid #fd7e14;
}

.ds-dropdown button:after {
  display: none;
}

.ds-dropdown button i {
  color: #242424;
  font-size: 0.625rem;
  transition: all 0.2s;
}

.ds-dropdown button[aria-expanded="true"] {
  color: #242424;
}

[dir] .ds-dropdown button[aria-expanded="true"] {
  border: 1px solid #3ca078;
}

.ds-dropdown button[aria-expanded="true"] i {
  color: #3ca078;
}

[dir="ltr"] .ds-dropdown button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

[dir="rtl"] .ds-dropdown button[aria-expanded="true"] i {
  transform: rotate(-180deg);
}

.ds-dropdown button:disabled {
  color: #757575;
  opacity: 1%;
}

[dir] .ds-dropdown button:disabled {
  background-color: #fff;
  border-color: hsla(0, 0%, 59.2%, 0.30980392156862746) #fff #fff;
}

.ds-dropdown .dropdown-menu {
  width: 344px;
  max-width: 100%;
  max-height: 300px;
  overflow-x: hidden;
}

[dir] .ds-dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-color: #3ca078;
  border-top: 0;
  border-radius: 0;
}

.ds-dropdown .dropdown-menu a {
  display: block;
  font-size: 1rem;
  text-decoration: none;
}

[dir] .ds-dropdown .dropdown-menu a {
  margin: 10px 0;
  padding: 5px 20px;
}

.ds-dropdown .dropdown-menu a:active,
.ds-dropdown .dropdown-menu a:focus,
.ds-dropdown .dropdown-menu a:hover {
  color: #242424;
  text-decoration: none;
}

[dir] .ds-dropdown .dropdown-menu a.active,
[dir] .ds-dropdown .dropdown-menu a:active,
[dir] .ds-dropdown .dropdown-menu a:focus,
[dir] .ds-dropdown .dropdown-menu a:hover {
  background-color: rgba(60, 160, 120, 0.2);
}

[dir] .ds-dropdown.is-invalid .dropdown-menu,
[dir] .ds-dropdown.is-invalid button {
  border-color: #af0818;
}

.ds-select {
  position: relative;
  width: 344px;
  max-width: 100%;
  height: 36px;
}

[dir] .ds-select {
  border: 1px solid #f7f7f7;
  border-radius: 0;
  padding: 5px 21px;
  background: #f7f7f7;
}

.ds-select select {
  display: none;
}

.ds-select button {
  color: #242424;
}

.ds-select button:focus-visible {
  outline: none;
}

.ds-select .select-selected {
  width: 100%;
}

[dir] .ds-select .select-selected {
  cursor: pointer;
  border: 0;
  background: bottom;
  padding: 0;
}

[dir="ltr"] .ds-select .select-selected {
  text-align: left;
}

[dir="rtl"] .ds-select .select-selected {
  text-align: right;
}

.ds-select .select-selected:after {
  position: absolute;
  top: 9px;
  font-family: ds;
  content: "\eb1c";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.625rem;
  transition: all 0.2s;
  font-size: 16px;
}

[dir="ltr"] .ds-select .select-selected:after {
  right: 21px;
}

[dir="rtl"] .ds-select .select-selected:after {
  left: 21px;
}

.ds-select .select-selected.ds-select-active:after {
  top: 11px;
  color: #3ca078;
}

[dir="ltr"] .ds-select .select-selected.ds-select-active:after {
  right: 21px;
  transform: rotate(180deg);
}

[dir="rtl"] .ds-select .select-selected.ds-select-active:after {
  left: 21px;
  transform: rotate(-180deg);
}

.ds-select .select-items {
  position: absolute;
  top: 100%;
  z-index: 99;
  width: 344px;
  max-width: 101%;
  max-height: 300px;
  overflow-x: hidden;
}

[dir] .ds-select .select-items {
  margin: 1px -1px;
  padding: 0;
  border: 1px solid #3ca078;
  background-color: #fff;
  border-top: 0;
  border-radius: 0;
}

[dir="ltr"] .ds-select .select-items,
[dir="rtl"] .ds-select .select-items {
  left: 0;
  right: 0;
}

.ds-select .select-items li {
  color: #242424;
  user-select: none;
}

[dir] .ds-select .select-items li {
  cursor: pointer;
  margin: 10px 0;
  padding: 5px 20px;
}

.ds-select .select-items li.ds-selected,
.ds-select .select-items li:focus,
.ds-select .select-items li:hover {
  outline: none;
}

[dir] .ds-select .select-items li.ds-selected,
[dir] .ds-select .select-items li:focus,
[dir] .ds-select .select-items li:hover {
  background-color: rgba(60, 160, 120, 0.2);
}

[dir] .ds-select.is-invalid,
[dir] .ds-select.is-invalid .select-items {
  border-color: #af0818;
}

[dir] .ds-select.is-focus {
  border: 1px solid #fd7e14;
}

[dir] .ds-select.is-invalid-opne {
  border-color: #af0818;
}

[dir] .ds-select.is-active {
  border: 1px solid #3ca078;
}

.ds-select.disabled {
  color: #757575;
  opacity: 1%;
  pointer-events: none;
  user-select: none;
  opacity: 1;
}

[dir] .ds-select.disabled {
  background-color: #fff;
  border-color: hsla(0, 0%, 59.2%, 0.30980392156862746) #fff #fff;
}

.ds-select.disabled button {
  color: #757575;
}

.ds-select .select-hide {
  display: none;
}

.ds-dropdown-label {
  font-size: 16px;
  font-weight: 700;
  color: #242424;
  display: block;
}

[dir] .ds-dropdown-label {
  margin-bottom: 12px;
}

[dir="rtl"] .ds-dropdown-label {
  font-size: 18px;
}

@media (min-width: 768px) {
  .ds-navbar.navbar-expand-md .navbar-nav {
    flex-direction: column;
    max-height: calc(100vh - 70px);
    width: 100%;
    overflow-y: auto;
  }

  [dir] .ds-navbar.navbar-expand-md .navbar-nav {
    padding: 0 30px;
  }

  .ds-navbar.navbar.navbar-expand-md {
    height: 100vh;
  }

  [dir] .nav-text {
    padding: 0.5rem 0;
  }
}

.ds-navbar.navbar {
  display: block;
}

[dir] .ds-navbar.navbar {
  padding: 25px 0;
}

[dir="ltr"] .ds-navbar.navbar {
  direction: rtl;
}

[dir="rtl"] .ds-navbar.navbar {
  direction: ltr;
}

.ds-navbar > img {
  height: 50px;
}

[dir="ltr"] .ds-navbar > button {
  float: right;
}

[dir="rtl"] .ds-navbar > button {
  float: left;
}

.nav-text {
  color: #fff;
  font-size: 1.1rem;
}

[dir] .nav-text {
  padding: 0.5rem;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4117647058823529);
}

.ds-navdropdown {
  z-index: 1000;
}

[dir] .ds-navdropdown {
  background-color: #fff;
}

.ds-navdropdown-header {
  align-items: center;
  width: 100%;
  font-size: 20px;
  color: #066058;
  font-weight: 700;
}

[dir] .ds-navdropdown-header {
  padding: 27px 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

[dir="ltr"] .ds-navdropdown-header {
  text-align: left;
}

[dir="rtl"] .ds-navdropdown-header {
  text-align: right;
}

.ds-navdropdown-header i {
  font-size: 24px;
}

[dir="ltr"] .ds-navdropdown-header i {
  float: right;
}

[dir="rtl"] .ds-navdropdown-header i {
  float: left;
}

.ds-navdropdown-header i {
  color: #3ca078;
}

[dir="ltr"] .ds-navdropdown-header.active i {
  transform: rotate(180deg);
}

[dir="rtl"] .ds-navdropdown-header.active i {
  transform: rotate(-180deg);
}

[dir] .ds-navdropdown {
  border-bottom: 1px solid hsla(0, 0%, 59.2%, 0.3);
}

[dir] .sub-body .ds-navdropdown {
  border-bottom: none;
}

.ds-navdropdown-body {
  display: none;
}

.ds-navdropdown-body .nav-link {
  position: relative;
  color: #066058 !important;
}

[dir] .ds-navdropdown-body .nav-link {
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 10px 0;
}

[dir="ltr"] .ds-navdropdown-body .nav-link {
  padding-left: 13px !important;
  border-left: 5px solid transparent;
}

[dir="rtl"] .ds-navdropdown-body .nav-link {
  padding-right: 13px !important;
  border-right: 5px solid transparent;
  border-left: none;
}

.ds-navdropdown-body .nav-link.active {
  color: #3ca078 !important;
  font-weight: 700;
}

[dir] .ds-navdropdown-body .nav-link.active {
  background-color: #fff !important;
}

[dir="ltr"] .ds-navdropdown-body .nav-link.active {
  border-left: 5px solid;
}

[dir="rtl"] .ds-navdropdown-body .nav-link.active {
  border-right: 5px solid;
  border-left: none;
}

.ds-navdropdown-body .nav-link:hover {
  color: #3ca078 !important;
}

[dir="ltr"] .ds-logo {
  margin-left: 10px;
}

[dir="rtl"] .ds-logo {
  margin-right: 10px;
  margin-left: 0;
}

[dir] .navbar {
  border-bottom: none;
}

.ds-navdropdown-header.sub-header {
  font-size: 1rem;
}

[dir] .ds-navdropdown-header.sub-header {
  padding: 13px 0;
}

[dir="ltr"] .ds-navdropdown-header.sub-header {
  padding-left: 10px;
  border-left: 3px solid transparent;
}

[dir="rtl"] .ds-navdropdown-header.sub-header {
  padding-left: 0;
  padding-right: 10px;
  border-left: none;
  border-right: 3px solid transparent;
}

[dir="ltr"] .ds-navdropdown-header.sub-header + .ds-navdropdown-body .nav-link {
  margin-left: -5px;
}

[dir="rtl"] .ds-navdropdown-header.sub-header + .ds-navdropdown-body .nav-link {
  margin-right: -5px;
}

.ds-navdropdown-header.sub-header.active {
  color: #3ca078;
}

[dir="ltr"] .ds-navdropdown-header.sub-header.active {
  border-left: 3px solid #fff;
}

.ds-navdropdown-header.active,
.ds-navdropdown-header.sub-header:hover,
.ds-navdropdown-header:hover {
  color: #3ca078;
}

.ds-search {
  width: 350px;
}

[dir="rtl"] .ds-navdropdown-header.sub-header.active {
  border-left: none !important;
  border-right: 3px solid #fff;
}

[dir="ltr"] .ds-navdropdown-body.sub-body {
  padding-left: 7px;
}

[dir="rtl"] .ds-navdropdown-body.sub-body {
  padding-right: 7px;
  padding-left: 0;
}

[dir] .ds-navdropdown-body.sub-body .ds-navdropdown:last-child {
  border-bottom: 0;
}

.ds-inpage-sideNavigation button {
  display: none;
  width: 100%;
  justify-content: space-between;
  color: #3ca078;
}

[dir] .ds-inpage-sideNavigation button {
  background: none;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid transparent;
}

[dir="ltr"] .ds-inpage-sideNavigation button {
  padding-left: 0;
}

[dir="rtl"] .ds-inpage-sideNavigation button {
  padding-right: 0;
}

.ds-inpage-sideNavigation button h3 {
  font-weight: 700;
  font-size: 16px;
  color: #3ca078;
}

[dir] .ds-inpage-sideNavigation button h3 {
  margin-bottom: 0;
}

.ds-inpage-sideNavigation ul {
  list-style-type: none;
}

[dir] .ds-inpage-sideNavigation ul {
  margin-bottom: 0;
}

[dir="ltr"] .ds-inpage-sideNavigation ul {
  padding-left: 0;
}

[dir="rtl"] .ds-inpage-sideNavigation ul {
  padding-right: 0;
}

[dir] .ds-inpage-sideNavigation ul > li {
  border-bottom: 1px solid rgba(6, 96, 88, 0.21176470588235294);
}

.ds-inpage-sideNavigation ul > li .nav-link {
  color: #242424;
}

[dir] .ds-inpage-sideNavigation ul > li .nav-link {
  border: 1px solid #fff;
  padding: 10px 0;
}

.ds-inpage-sideNavigation ul > li .nav-link:hover {
  color: #3ca078;
}

.ds-inpage-sideNavigation ul > li .nav-link:active {
  font-weight: 700;
  color: #066058;
}

.ds-inpage-sideNavigation ul > li .nav-link:focus-visible {
  outline: none;
}

[dir] .ds-inpage-sideNavigation ul > li .nav-link:focus-visible {
  border-color: #fd7e14;
}

.ds-inpage-sideNavigation ul > li.active .nav-link {
  font-weight: 700;
  color: #066058;
}

.ds-inpage-sideNavigation ol {
  list-style-position: inside;
}

[dir] .ds-inpage-sideNavigation ol {
  padding: 0;
}

[dir] .ds-inpage-sideNavigation ol li {
  padding: 10px 0;
}

.ds-inpage-sideNavigation ol li::marker {
  color: #3ca078;
}

.ds-inpage-sideNavigation ol li .nav-link {
  display: contents;
  color: #242424;
}

.ds-inpage-sideNavigation ol li .nav-link:hover {
  color: #3ca078;
}

.ds-inpage-sideNavigation ol li .nav-link:active {
  font-weight: 700;
  color: #066058;
}

.ds-inpage-sideNavigation ol li .nav-link:focus-visible {
  outline: none;
}

[dir] .ds-inpage-sideNavigation ol li .nav-link:focus-visible {
  border-color: #fd7e14;
}

.ds-inpage-sideNavigation ol li.active .nav-link {
  font-weight: 700;
  color: #066058;
}

@media (max-width: 767px) {
  [dir] .ds-inpage-sideNavigation {
    padding: 20px 25px 10px;
    background-color: #f5faf8;
  }

  .ds-inpage-sideNavigation button {
    display: flex;
  }

  .ds-inpage-sideNavigation button i {
    transition: transform 0.2s linear;
  }

  [dir] .ds-inpage-sideNavigation button[aria-expanded="true"] {
    border-bottom: 1px solid rgba(6, 96, 88, 0.21176470588235294);
  }

  [dir="ltr"] .ds-inpage-sideNavigation button[aria-expanded="true"] i {
    transform: rotate(-180deg);
  }

  [dir="rtl"] .ds-inpage-sideNavigation button[aria-expanded="true"] i {
    transform: rotate(180deg);
  }

  [dir] .ds-inpage-sideNavigation ul li:last-child {
    border-bottom-color: transparent;
  }

  [dir] .ds-inpage-sideNavigation ul li .nav-link {
    border: 1px solid transparent;
    padding: 18px 0;
  }

  [dir] .ds-inpage-sideNavigation ol li {
    padding: 18px 0;
  }

  [dir] .ds-inpage-sideNavigation ol li:last-child {
    border-bottom-color: rgba(6, 96, 88, 0.21176470588235294);
  }
}

.ds-accordion {
  max-width: 410px;
}

[dir] .ds-accordion .card {
  border: 0;
  border-radius: 0;
  padding-bottom: 1px;
}

[dir] .ds-accordion .card:first-child button {
  border-top: 2px solid rgba(0, 0, 0, 0.068);
}

.ds-accordion .card button {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #242424;
  text-decoration: none;
}

[dir] .ds-accordion .card button {
  padding: 1.3125rem 1.1875rem;
  background-color: #fff;
  border-bottom: solid rgba(0, 0, 0, 0.068);
  border-width: 2px;
  border-radius: 0;
}

[dir="ltr"] .ds-accordion .card button {
  text-align: left;
}

[dir="rtl"] .ds-accordion .card button {
  text-align: right;
  font-size: 1.125rem;
}

@media (max-width: 425px) {
  [dir] .ds-accordion .card button {
    padding: 1rem;
  }
}

.ds-accordion .card button:after {
  font-family: ds;
  font-weight: 400;
  content: "\ea88";
  display: inline-block;
  font-style: normal;
  color: #3ca078;
  font-size: 1.125rem;
}

[dir="ltr"] .ds-accordion .card button:after {
  float: right;
}

[dir="rtl"] .ds-accordion .card button:after {
  float: left;
}

[dir] .ds-accordion .card button:focus-visible {
  border: 2px solid #fd7e14;
}

[dir] .ds-accordion .card button:focus-visible[aria-expanded="true"] {
  border-bottom: 0;
}

[dir] .ds-accordion .card button:focus-visible + .collapse .card-body {
  border-color: #fd7e14;
  border-top: 0;
}

.ds-accordion .card button[aria-expanded="true"] {
  font-weight: 700;
}

[dir] .ds-accordion .card button[aria-expanded="true"] {
  border-bottom-color: #fff;
  padding-bottom: 1rem;
}

.ds-accordion .card button[aria-expanded="true"]:after {
  content: "\ea35";
}

.ds-accordion .card .card-body {
  font-size: 1rem;
}

[dir] .ds-accordion .card .card-body {
  border: 2px solid;
  border-color: #fff #fff rgba(0, 0, 0, 0.068);
  border-top: 0;
  padding: 0 1.1875rem 1.1875rem;
}

[dir="rtl"] .ds-accordion .card .card-body {
  font-size: 1.125rem;
}

.ds-lists ol,
.ds-lists ul {
  padding-inline-start: 15px;
}

.ds-lists ul {
  list-style-type: disc;
}

.ds-lists ul > li::marker {
  color: #3ca078;
}

.ds-lists ol > li::marker {
  color: #3ca078;
  position: absolute;
}

[dir="ltr"] .ds-lists ol > li::marker {
  left: 0;
}

[dir="rtl"] .ds-lists ol > li::marker {
  right: 0;
}

[dir="ltr"] .ds-lists ol > li > ol > li::marker {
  left: 30px;
}

[dir="rtl"] .ds-lists ol > li > ol > li::marker {
  right: 30px;
}

.ds-lists ul > li > ul > li::marker {
  content: "-";
}

[dir="ltr"] .ds-lists ol > li > ol > li > ol > li::marker {
  left: 40px;
}

[dir="rtl"] .ds-lists ol > li > ol > li > ol > li::marker {
  right: 40px;
}

.ds-lists [dir="rtl"] ol > li > ol > li::marker {
  right: 30px;
}

.ds-lists [dir="rtl"] ol > li > ol > li > ol > li::marker {
  right: 40px;
}

.ds-lists [dir="rtl"] ol > li::marker {
  position: inherit;
  padding-left: 10px;
  content: counter(item, arabic-indic) ".";
}

.ds-lists ol > li,
.ds-lists ul > li {
  padding-inline-start: 20px;
}

[dir] .ds-lists ol > li,
[dir] .ds-lists ul > li {
  margin-bottom: 26px;
}

[dir] .ds-lists ol > li > ol > li,
[dir] .ds-lists ol > li > ul > li,
[dir] .ds-lists ul > li > ol > li,
[dir] .ds-lists ul > li > ul > li {
  margin-top: 26px;
}

[dir="rtl"] ol[type="A"] {
  list-style: none;
}

[dir="rtl"] ol[type="A"] > li:before {
  display: inline-block;
  width: 1em;
  margin-right: -2.5em;
  margin-left: 0.5em;
  text-align: left;
  direction: ltr;
  color: #3ca078;
}

[dir="rtl"] ol[type="A"] > li:first-child:before {
  content: ".أ";
}

[dir="rtl"] ol[type="A"] > li:nth-child(2):before {
  content: ".ب";
}

[dir="rtl"] ol[type="A"] > li:nth-child(3):before {
  content: ".ج";
}

[dir="rtl"] ol[type="A"] > li:nth-child(4):before {
  content: ".د";
}

[dir="rtl"] ol[type="A"] > li:nth-child(5):before {
  content: ".ه";
}

[dir="rtl"] ol[type="A"] > li:nth-child(6):before {
  content: ".و";
}

[dir="rtl"] ol[type="A"] > li:nth-child(7):before {
  content: ".ز";
}

[dir="rtl"] ol[type="A"] > li:nth-child(8):before {
  content: ".ح";
}

[dir="rtl"] ol[type="A"] > li:nth-child(9):before {
  content: ".ط";
}

[dir="rtl"] ol[type="A"] > li:nth-child(10):before {
  content: ".ى";
}

[dir="rtl"] ol[type="A"] > li:nth-child(11):before {
  content: ".ك";
}

[dir="rtl"] ol[type="A"] > li:nth-child(12):before {
  content: ".ل";
}

[dir="rtl"] ol[type="A"] > li:nth-child(13):before {
  content: ".م";
}

[dir="rtl"] ol[type="A"] > li:nth-child(14):before {
  content: ".ن";
}

[dir="rtl"] ol[type="A"] > li:nth-child(15):before {
  content: ".س";
}

[dir="rtl"] ol[type="A"] > li:nth-child(16):before {
  content: ".ع";
}

[dir="rtl"] ol[type="A"] > li:nth-child(17):before {
  content: ".ف";
}

[dir="rtl"] ol[type="A"] > li:nth-child(18):before {
  content: ".ص";
}

[dir="rtl"] ol[type="A"] > li:nth-child(19):before {
  content: ".ق";
}

[dir="rtl"] ol[type="A"] > li:nth-child(20):before {
  content: ".ر";
}

[dir="rtl"] ol[type="A"] > li:nth-child(21):before {
  content: ".ش";
}

[dir="rtl"] ol[type="A"] > li:nth-child(22):before {
  content: ".ت";
}

[dir="rtl"] ol[type="A"] > li:nth-child(23):before {
  content: ".ث";
}

[dir="rtl"] ol[type="A"] > li:nth-child(24):before {
  content: ".خ";
}

[dir="rtl"] ol[type="A"] > li:nth-child(25):before {
  content: ".ذ";
}

[dir="rtl"] ol[type="A"] > li:nth-child(26):before {
  content: ".ض";
}

[dir="rtl"] ol[type="A"] > li:nth-child(27):before {
  content: ".ظ";
}

[dir="rtl"] ol[type="A"] > li:nth-child(28):before {
  content: ".غ";
}

.ds-alert-card {
  width: 344px;
  height: 60px;
  display: flex;
}

.ds-alert-card .square {
  width: 16px;
  height: 16px;
}

[dir] .ds-alert-card .square {
  margin: 10px;
  border-radius: 50%;
}

.ds-alert-card .square i {
  color: #fff;
  font-size: 10px;
}

[dir] .ds-alert-card .square i {
  padding: 3px;
}

[dir] .ds-alert-card.success {
  border: 1px solid rgba(0, 102, 4, 0.2);
}

[dir="ltr"] .ds-alert-card.success {
  border-left-width: 4px;
  border-left-color: #006604;
}

[dir="rtl"] .ds-alert-card.success {
  border-right-width: 4px;
  border-right-color: #006604;
}

[dir] .ds-alert-card.success .square {
  background: #006604;
}

[dir] .ds-alert-card.error {
  border: 1px solid rgba(175, 8, 24, 0.2);
}

[dir="ltr"] .ds-alert-card.error {
  border-left-width: 4px;
  border-left-color: #af0818;
}

[dir="rtl"] .ds-alert-card.error {
  border-right-width: 4px;
  border-right-color: #af0818;
}

[dir] .ds-alert-card.error .square {
  background: #af0818;
}

[dir] .ds-alert-card.info {
  border: 1px solid rgba(51, 158, 236, 0.2);
}

[dir="ltr"] .ds-alert-card.info {
  border-left-width: 4px;
  border-left-color: #339eec;
}

[dir="rtl"] .ds-alert-card.info {
  border-right-width: 4px;
  border-right-color: #339eec;
}

[dir] .ds-alert-card.info .square {
  background: #339eec;
}

[dir] .ds-alert-card.warning {
  border: 1px solid rgba(253, 126, 20, 0.2);
}

[dir="ltr"] .ds-alert-card.warning {
  border-left-width: 4px;
  border-left-color: #fd7e14;
}

[dir="rtl"] .ds-alert-card.warning {
  border-right-width: 4px;
  border-right-color: #fd7e14;
}

[dir] .ds-alert-card.warning .square {
  background: #fd7e14;
}

.ds-search-container {
  max-width: 736px;
}

.ds-search-container .ds-search-input {
  position: relative;
}

.ds-search-container .ds-search-input i.ds-search {
  position: absolute;
  top: 18px;
  z-index: 1;
  font-size: 24px;
  color: #3ca078;
}

[dir="ltr"] .ds-search-container .ds-search-input i.ds-search {
  left: 19px;
}

[dir="rtl"] .ds-search-container .ds-search-input i.ds-search {
  right: 19px;
}

.ds-search-container .ds-search-input input {
  width: 100%;
  height: 60px;
  position: relative;
  color: #242424;
}

[dir] .ds-search-container .ds-search-input input {
  border: 1px solid rgba(6, 96, 88, 0.21176470588235294);
  border-radius: 0;
}

[dir="ltr"] .ds-search-container .ds-search-input input {
  padding: 18px 160px 18px 21px;
}

[dir="rtl"] .ds-search-container .ds-search-input input {
  padding: 18px 21px 18px 160px;
}

.ds-search-container .ds-search-input input:focus,
.ds-search-container .ds-search-input input:focus-visible,
.ds-search-container .ds-search-input input:focus-within {
  outline: none;
}

.ds-search-container .ds-search-input button {
  position: absolute;
  top: 10px;
}

[dir="ltr"] .ds-search-container .ds-search-input button {
  right: 16px;
}

[dir="rtl"] .ds-search-container .ds-search-input button {
  left: 16px;
}

.ds-search-container .ds-search-input .clear-btn {
  top: 20px;
  line-height: 0;
}

[dir] .ds-search-container .ds-search-input .clear-btn {
  padding: 0;
}

[dir="ltr"] .ds-search-container .ds-search-input .clear-btn {
  right: 135px;
}

[dir="rtl"] .ds-search-container .ds-search-input .clear-btn {
  left: 135px;
}

.ds-search-container .ds-search-input .clear-btn i {
  font-size: 18px;
}

[dir] .ds-search-container .ds-search-input .clear-btn:focus {
  border: 1px solid #fd7e14;
  border-radius: 0;
}

[dir] .ds-search-container .ds-search-result {
  padding: 30px 21px;
}

[dir] .ds-search-container .ds-search-result div.box {
  padding-bottom: 36px;
  cursor: pointer;
}

.ds-search-container .ds-search-result div.box i {
  color: #757575;
  font-size: 16px;
}

.ds-search-container .ds-search-result div.box span {
  font-size: 16px;
  color: #242424;
  display: inline-block;
}

[dir="ltr"] .ds-search-container .ds-search-result div.box span {
  padding-left: 48px;
}

[dir="rtl"] .ds-search-container .ds-search-result div.box span {
  padding-right: 48px;
}

[dir="ltr"] .ds-search-container .ds-search-result div.box button {
  margin-left: 20px;
}

[dir="rtl"] .ds-search-container .ds-search-result div.box button {
  margin-right: 20px;
}

[dir="ltr"] .ds-search-container .ds-search-result div.box i ~ span {
  padding-left: 27px;
}

[dir="rtl"] .ds-search-container .ds-search-result div.box i ~ span {
  padding-right: 27px;
}

@media (max-width: 655px) {
  .ds-search-container {
    max-width: 325px;
  }

  [dir="ltr"] .ds-search-container .ds-search-input input {
    padding: 18px 35px 18px 21px;
  }

  [dir="rtl"] .ds-search-container .ds-search-input input {
    padding: 18px 21px 18px 35px;
  }

  .ds-search-container .ds-search-input button.btn-primary {
    display: none;
  }

  [dir="ltr"] .ds-search-container .ds-search-input .clear-btn {
    right: 10px;
  }

  [dir="rtl"] .ds-search-container .ds-search-input .clear-btn {
    left: 10px;
  }
}

.ds-image-lg,
.ds-image-md,
.ds-image-sm {
  width: 100%;
  height: 100%;
}

.ds-image-sm {
  max-width: 193px;
  max-height: 109px;
}

.ds-image-md {
  max-width: 303px;
  max-height: 171px;
}

.ds-image-lg {
  max-width: 411px;
  max-height: 230px;
}

.ds-onboarding-dropdown {
  max-width: 368px;
  width: 100%;
  display: inline-table;
}

.ds-onboarding-dropdown-header {
  color: #fff;
}

[dir] .ds-onboarding-dropdown-header {
  padding: 18px 28px;
  background-color: #160f3e;
}

[dir="rtl"] .ds-onboarding-dropdown-header {
  padding: 16px 28px;
}

.ds-onboarding-dropdown-header span {
  font-size: 16px;
}

[dir="rtl"] .ds-onboarding-dropdown-header span {
  font-size: 18px;
}

.ds-onboarding-dropdown-header button {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

[dir] .ds-onboarding-dropdown-header button {
  margin-top: 8px;
  padding: 0;
  background: none;
  border: none;
}

[dir="rtl"] .ds-onboarding-dropdown-header button {
  margin-top: 0;
}

.ds-onboarding-dropdown-header button h3 {
  color: #fff;
}

[dir] .ds-onboarding-dropdown-header button h3 {
  margin-bottom: 0;
  text-align: initial;
}

.ds-onboarding-dropdown-header button i {
  color: #fff;
  transition: transform 0.2s linear;
}

.ds-onboarding-dropdown-header button:focus-visible {
  outline: 2px solid #fd7e14;
}

[dir="ltr"] .ds-onboarding-dropdown-header button.active i {
  transform: rotate(180deg);
}

[dir="rtl"] .ds-onboarding-dropdown-header button.active i {
  transform: rotate(-180deg);
}

.ds-onboarding-dropdown-body {
  display: none;
  height: 267px;
  overflow-y: scroll;
}

[dir] .ds-onboarding-dropdown-body {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.ds-onboarding-dropdown-body::-webkit-scrollbar {
  width: 4px;
}

[dir] .ds-onboarding-dropdown-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

[dir] .ds-onboarding-dropdown-body div {
  padding: 0 28px;
  cursor: pointer;
}

.ds-onboarding-dropdown-body div span {
  display: block;
  font-size: 16px;
  color: #323232;
}

[dir] .ds-onboarding-dropdown-body div span {
  padding: 16px 0;
  border-bottom: 1px solid #d8d8d8;
}

[dir="rtl"] .ds-onboarding-dropdown-body div span {
  padding: 13px 0;
}

[dir] .ds-onboarding-dropdown-body div:last-child span {
  border-bottom: none;
}

[dir] .ds-onboarding-dropdown-body div:hover {
  background-color: rgba(22, 15, 62, 0.05);
}

[dir] .ds-onboarding-dropdown-body div.selected,
[dir] .ds-onboarding-dropdown-body div:active {
  background-color: rgba(22, 15, 62, 0.2);
}

.ds-onboarding-dropdown-body div:focus-visible {
  outline: 2px solid #fd7e14;
}

[dir] .ds-pagination {
  text-align: center;
}

[dir] .ds-pagination .pagination-bar {
  margin: 40px 0;
}

.ds-pagination .pagination-bar ul {
  display: flex;
  place-content: start;
}

[dir] .ds-pagination .pagination-bar ul {
  margin: 0;
  padding: 0;
}

.ds-pagination .pagination-bar li {
  display: inline-block;
}

.ds-pagination .btn.btn-text {
  color: #3ca078;
  font-weight: 400;
}

[dir] .ds-pagination .btn.btn-text {
  border: none;
  padding: 0.4365rem 0.7rem;
  margin: 2px;
}

.ds-pagination .btn.btn-text.selected {
  font-weight: 700;
  color: #066058;
}

.ds-pagination .btn.btn-text:hover {
  color: #fff;
}

.ds-pagination .btn.btn-text.btn-break {
  font-weight: 700;
  pointer-events: none;
}

.ds-pagination .btn.btn-icon {
  height: 40px;
}

[dir] .ds-pagination .btn.btn-icon {
  padding: 7px 6px 8px;
}

[dir="ltr"] .ds-pagination .btn.btn-icon-left {
  text-align: left;
}

[dir="ltr"] .ds-pagination .btn.btn-icon-right,
[dir="rtl"] .ds-pagination .btn.btn-icon-left {
  text-align: right;
}

[dir="rtl"] .ds-pagination .btn.btn-icon-right {
  text-align: left;
}

.ds-pagination .btn.btn-icon span {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
}

[dir="ltr"] .ds-pagination .btn.btn-icon-left span {
  margin-right: 26px;
}

[dir="ltr"] .ds-pagination .btn.btn-icon-right span,
[dir="rtl"] .ds-pagination .btn.btn-icon-left span {
  margin-left: 26px;
}

[dir="rtl"] .ds-pagination .btn.btn-icon-right span {
  margin-right: 26px;
}

.ds-pagination .btn.btn-icon i {
  vertical-align: middle;
  font-size: 20px;
}

[dir="ltr"] .ds-pagination .btn.btn-icon i,
[dir="rtl"] .ds-pagination .btn.btn-icon i {
  margin-right: 12px;
  margin-left: 12px;
}

.ds-pagination .previous .btn {
  width: auto;
}

.ds-pagination .previous.disabled {
  display: none;
}

.ds-pagination .next .btn {
  width: auto;
}

.ds-pagination .next.disabled {
  display: none;
}

@media (max-width: 576px) {
  .ds-pagination .btn.btn-icon span {
    display: none;
  }

  .ds-pagination .pagination-bar ul {
    place-content: center;
  }

  .ds-pagination .next .btn,
  .ds-pagination .previous .btn {
    width: auto;
  }

  [dir] .ds-pagination .btn.btn-text {
    padding: 0.4365rem 0.5rem;
  }
}

@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}

.ds-footer .ds-last-modified {
  font-size: 0.625rem;
}

[dir] .ds-footer .ds-last-modified {
  padding: 20px 80px;
}

[dir] .ds-footer .ds-feedback {
  padding: 30px 80px;
  border-top: 2px solid #3ca078;
}

.ds-footer .ds-feedback-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.875rem;
}

[dir="ltr"] .ds-footer .ds-feedback-header .anser button {
  margin-right: 15px;
}

[dir="rtl"] .ds-footer .ds-feedback-header .anser button {
  margin-left: 15px;
}

.ds-footer .ds-feedback-header .feedbacks span {
  font-size: 0.875rem;
  font-weight: 700;
}

.ds-footer .ds-feedback-body {
  display: none;
}

.ds-footer .ds-feedback-body .close-btn {
  align-items: center;
  display: flex;
}

[dir] .ds-footer .ds-feedback-body .close-btn {
  background: none;
  border: none;
}

[dir="ltr"] .ds-footer .ds-feedback-body .close-btn {
  float: right;
}

[dir="rtl"] .ds-footer .ds-feedback-body .close-btn {
  float: left;
}

.ds-footer .ds-feedback-body .close-btn i {
  font-size: 1.5rem;
  color: #3ca078;
}

[dir] .ds-footer .ds-feedback-body .close-btn i {
  padding: 0 10px;
}

.ds-footer .ds-feedback-body .feedback-input {
  margin-inline-start: 2.5rem;
  width: 55%;
}

[dir] .ds-footer .ds-feedback-body .feedback-btn {
  margin-top: 3rem;
}

[dir="ltr"] .ds-footer .ds-feedback-body .feedback-btn {
  float: right;
}

[dir="rtl"] .ds-footer .ds-feedback-body .feedback-btn {
  float: left;
}

/*[dir] .ds-footer-container {
    background-color: #066058;
    opacity:85%;
}*/

.ds-footer-body {
  display: flex;
}

[dir] .ds-footer-body {
  padding: 50px 5em;
}

.ds-footer-section {
  flex: 0 0 20%;
  /*margin-left: 50px;*/
}

.ds-footer-section button {
  color: #fff;
  font-weight: 900;
  font-size: 1.75em;
}

[dir] .ds-footer-section button {
  border: none;
  background: none;
  width: 80%;
  padding: 0;
  cursor: auto;
}

.ds-footer-section button i {
  display: none;
}

.ds-footer-section a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  width: 65%;
}

[dir] .ds-footer-section a {
  margin-top: 1rem;
}
.ds-footer-section-body a {
  width: 100%;
}
.ds-footer-section-body a:hover {
  color: #c7a271;
  cursor: pointer;
}
[dir="rtl"] .ds-footer-section a {
  font-size: 14px;
  font-weight: 200;
}

/*social-icons */

.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}

.social-icons li {
  display: inline-block;
  /*margin: -1px 0 5px 1px;*/
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  /* box-shadow: 0 2px 2px 0 rgba(0,0,0,.3); */
}

.social-icons li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 4px;
  border: 1px solid #ffffff4d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  width: 32px;
  height: 32px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.social-icons li a,
.social-icons li a em {
  font-size: 17px;
}

.social-icons li:hover a {
  background: #ffffff4d;
  color: #fff !important;
}

/* .social-icons li:hover.social-icons-twitter a {
            background: #000
        }

        .social-icons li:hover.social-icons-facebook a {
            background: #3b5a9a;
        }

        .social-icons li:hover.social-icons-linkedin a {
            background: #0073b2
        }

        .social-icons li:hover.social-icons-whatsapp a {
            background: #25D366
        }

        .social-icons li:hover.social-icons-telegram a {
            background: #229ED9
        } */

/* .social-icons li:hover.social-icons-rss a {
            background: #ff8201
        }

        .social-icons li:hover.social-icons-googleplus a {
            background: #dd4b39
        }

        .social-icons li:hover.social-icons-pinterest a {
            background: #cc2127
        }

        .social-icons li:hover.social-icons-youtube a {
            background: #c3191e
        }

        .social-icons li:hover.social-icons-instagram a {
            background: #f09433;
            background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
            background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        }

        .social-icons li:hover.social-icons-snapchat a {
            background: #FFFC00;
        }

        .social-icons li:hover.social-icons-skype a {
            background: #00b0f6
        }

        .social-icons li:hover.social-icons-email a {
            background: #dd4b39
        }

        .social-icons li:hover.social-icons-vk a {
            background: #6383a8
        }

        .social-icons li:hover.social-icons-xing a {
            background: #1a7576
        }

        .social-icons li:hover.social-icons-tumblr a {
            background: #304e6c
        }

        .social-icons li:hover.social-icons-reddit a {
            background: #ff4107
        } */

.social-icons.social-icons-transparent li {
  box-shadow: none;
}

.social-icons.social-icons-transparent li a {
  background: 0 0;
}

.social-icons.social-icons-icon-light li a em,
.social-icons.social-icons-icon-light li a i {
  color: #fff;
}

.ds-footer-section .accessibility-tools-title,
.ds-footer-section .contact-us-title,
.ds-footer-section .social-media-title {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

[dir="rtl"] .ds-footer-section .accessibility-tools-title,
[dir="rtl"] .ds-footer-section .contact-us-title,
[dir="rtl"] .ds-footer-section .social-media-title {
  font-size: 1.125rem;
}

.ds-footer-section .accessibility-tools,
.ds-footer-section .contact-us,
.ds-footer-section .social-media {
  display: flex;
  flex-wrap: wrap;
}

[dir] .ds-footer-section .accessibility-tools,
[dir] .ds-footer-section .contact-us,
[dir] .ds-footer-section .social-media {
  padding-bottom: 2rem;
}

.ds-footer-section .accessibility-tools i,
.ds-footer-section .accessibility-tools img,
.ds-footer-section .contact-us i,
.ds-footer-section .contact-us img,
.ds-footer-section .social-media i,
.ds-footer-section .social-media img {
  font-size: 1.5rem;
  color: #fff;
}

[dir] .ds-footer-section .accessibility-tools i,
[dir] .ds-footer-section .accessibility-tools img,
[dir] .ds-footer-section .contact-us i,
[dir] .ds-footer-section .contact-us img,
[dir] .ds-footer-section .social-media i,
[dir] .ds-footer-section .social-media img {
  padding-top: 0.85rem;
  cursor: pointer;
}

[dir="ltr"] .ds-footer-section .accessibility-tools i,
[dir="ltr"] .ds-footer-section .accessibility-tools img,
[dir="ltr"] .ds-footer-section .contact-us i,
[dir="ltr"] .ds-footer-section .contact-us img,
[dir="ltr"] .ds-footer-section .social-media i,
[dir="ltr"] .ds-footer-section .social-media img {
  padding-right: 2rem;
}

[dir="rtl"] .ds-footer-section .accessibility-tools i,
[dir="rtl"] .ds-footer-section .accessibility-tools img,
[dir="rtl"] .ds-footer-section .contact-us i,
[dir="rtl"] .ds-footer-section .contact-us img,
[dir="rtl"] .ds-footer-section .social-media i,
[dir="rtl"] .ds-footer-section .social-media img {
  padding-left: 1rem;
}

.ds-footer-section .accessibility-tools a,
.ds-footer-section .contact-us a,
.ds-footer-section .social-media a {
  width: auto;
}

.ds-footer-section .contact-us > .number {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

[dir] .ds-footer-section .contact-us > .number {
  margin-top: 1rem;
}

.dga-footer-policy {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding: 24px 0;
  width: 91%;
  margin-left: auto;
  margin-right: auto;
}

.bottom-footer-container.display-flexbox {
  justify-content: space-between;
  width: 1140px;
  margin: auto;
}

.bottom-footer-container {
  justify-content: space-between;
  /*width: 1140px;*/
  margin: auto;
  display: flex;
}

.bottom-footer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: small;
  font-weight: 500;
}

.bottom-footer-links {
  gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.bottom-footer-copy-right {
  padding-top: 10px;
  color: #fff;
}
.bottom-footer-copy-right p {
  white-space: nowrap;
}

.bottom-footer-links a {
    font-size: 0.875rem;
    color: white;
    white-space: nowrap;
    text-decoration: underline;
    text-align: center
}

img {
  margin: 10px;
}

@media (max-width: 991px) {
  footer .top-footer-container {
    width: 100%;
    flex-wrap: wrap;
  }

  footer .top-footer-right {
    flex-basis: 100%;
    justify-content: flex-start;
  }

  footer .top-footer-menu {
    flex-basis: 50%;
  }

  footer .bottom-footer-container {
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .top-footer-lift,
  footer .bottom-footer-right {
    flex-basis: 100%;
  }

  footer .bottom-footer-left {
    flex-basis: 100%;
    justify-content: center;
  }

  footer .bottom-footer-links {
    /*justify-content: center*/
  }

  footer .bottom-footer-copy-right {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  footer.footer-dashboard .bottom-footer-links {
    gap: 20px;
    justify-content: center;
  }
}

/*.ds-footer-policy {
    display: flex;
    justify-content: space-between;
    background-image: url('../Amana-dga/images/footer-after.png');
    margin-top: 60px;
    background-size: cover;
}

[dir] .ds-footer-policy {*/
/*    border-top: 4px solid #3ca078;
*/ /*padding: 0px 160px;
}
.ds-footer-section-body a::before {
    content: "";
    width: 8px;
    height: 8px;
    top: 40%;
    position: relative;
    background: linear-gradient(90deg,rgba(127,191,65,1) 0%,rgba(44,104,102,1) 100%);
    border-radius: 50px;
    right: 0;
    right: -10px;
    display: -webkit-inline-box;
}
.ds-footer-policy a {
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
}

.ds-footer-policy span {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 100;
}

[dir="ltr"] .ds-footer-policy a {
    margin-right: 0rem;
}

[dir="rtl"] .ds-footer-policy a {
    margin-left: 1rem;
}

.ds-footer-policy span {
    color: #fff;
}

@media (max-width: 768px) {
    [dir] .ds-footer .ds-feedback {
        padding: 30px 40px;
    }

    [dir] .ds-footer-body {
        padding: 50px 40px;
    }

    [dir] .ds-footer-section {
        margin-bottom: 1rem;
    }

    .ds-footer-section a {
        width: 80%;
    }

    [dir] .ds-footer-section a {
        margin-top: 0.5rem;
    }

    [dir] .ds-footer-policy {
        padding: 24px 40px;
    }
}*/

@media (max-width: 992px) {
  [dir] .ds-footer .ds-last-modified {
    padding: 20px 25px;
    text-align: center;
  }

  [dir] .ds-footer .ds-feedback {
    padding: 40px 25px;
  }

  .ds-footer .ds-feedback-header {
    flex-direction: column;
    justify-content: center;
  }

  [dir] .ds-footer .ds-feedback-header .anser {
    margin: 2rem 0;
  }

  [dir="ltr"] .ds-footer .ds-feedback-header .anser button {
    margin-right: 10px;
  }

  [dir="rtl"] .ds-footer .ds-feedback-header .anser button {
    margin-left: 10px;
  }

  .ds-footer .ds-feedback-header .wrong-link {
    order: 1;
  }

  [dir] .ds-footer .ds-feedback-header .wrong-link {
    margin-top: 2.5rem;
  }

  [dir] .ds-footer .ds-feedback-header .feedbacks {
    text-align: center;
  }

  [dir] .ds-footer .ds-feedback-body .feedback-btn {
    float: none;
    margin-top: 1.5rem;
  }

  .ds-footer .ds-feedback-body .feedback-input {
    width: 80%;
  }

  .ds-footer-body {
    display: block;
  }

  [dir] .ds-footer-body {
    padding: 4em 2.5em 0;
  }

  [dir] .ds-footer .contact-us-title {
    padding-top: 3rem;
  }

  .ds-footer-section button i {
    font-size: 0.75rem;
    transition: transform 0.2s linear;
    display: inline-block;
  }

  [dir="ltr"] .ds-footer-section button i {
    margin-left: 1rem;
  }

  [dir="rtl"] .ds-footer-section button i {
    margin-right: 1rem;
  }

  .abaad {
    /*margin-right: 30px ;*/
    padding-right: 40px;
  }

  .ds-footer-section-body {
    display: none;
  }

  .ds-footer-policy {
    display: block;
  }

  [dir] .ds-footer-policy {
    padding: 24px 25px;
    text-align: center;
  }

  [dir] .ds-footer-policy div:first-child {
    margin-bottom: 1.5rem;
  }

  .ds-footer-policy div:nth-child(2) {
    width: 62%;
  }

  [dir] .ds-footer-policy div:nth-child(2) {
    margin-bottom: 1rem;
  }

  [dir="ltr"] .ds-footer-policy div:nth-child(2),
  [dir="rtl"] .ds-footer-policy div:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
  }
}

.ds-header {
  height: 85px;
  z-index: 1000;
}

@media (min-width: 576px) {
  [dir] .ds-header {
    /*  background-color: transparent;*/
    /*background-color: #016B68a1;*/
    background-color: #6670771f;
    padding: 0 1rem;
    /* border-bottom: 1px solid rgba(60, 160, 120, 0.2784313725490196); */
  }
}

@media (max-width: 576px) {
  [dir] .ds-header {
    background-color: white;
    padding: 0 1rem;
    /* border-bottom: 1px solid rgba(60, 160, 120, 0.2784313725490196); */
  }

  .ds-header .navbar-nav .nav-link {
    height: 85%;
    color: #000 !important;
    align-items: center;
  }
}

[dir] .ds-header.tran {
  background-color: white;
}

[dir] .ds-header.tran {
  background-color: white;
}

[dir] .ds-header.tran .navbar-nav .nav-link {
  color: #000;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.ds-header #navb,
.ds-header #right-nav,
.ds-header .container {
  height: 100%;
}

.ds-header i:before {
  color: #3ca078;
}

.ds-header i:before:focus,
.ds-header i:before:hover {
  color: #fff;
}

.ds-header .navbar-brand {
  color: #000;
  display: flex;
}

.ds-header .navbar-brand:focus,
.ds-header .navbar-brand:hover {
  color: #fff;
}

.ds-header .navbar-text {
  color: #000;
}

.ds-header .navbar-text a,
.ds-header .navbar-text a:focus,
.ds-header .navbar-text a:hover {
  color: #fff;
}
/* [dir="ltr"] .ds-header .navbar-nav .nav-item {
  border-right: 1px solid rgba(60, 160, 120, 0.2784313725490196);
}
[dir="ltr"] .ds-header .navbar-nav .nav-item:first-of-type,
[dir="rtl"] .ds-header .navbar-nav .nav-item {
  border-left: 1px solid rgba(60, 160, 120, 0.2784313725490196);
}
[dir="rtl"] .ds-header .navbar-nav .nav-item:first-of-type {
  border-right: 1px solid rgba(60, 160, 120, 0.2784313725490196);
} */
[dir] .ds-header .navbar-nav .nav-item.vision-logo {
  padding-top: 15px;
}

[dir="ltr"] .ds-header .navbar-nav .nav-item.vision-logo {
  padding-left: 34px;
  border-right: none;
}

[dir="rtl"] .ds-header .navbar-nav .nav-item.vision-logo {
  padding-right: 34px;
  border-left: none;
}

.ds-header .navbar-nav .nav-item .dropdown-toggle:after {
  display: none;
}

.ds-header .navbar-nav .nav-link {
  /*height: 85%;*/
  color: #fff;
  align-items: center;
}

[dir] .ds-header .navbar-nav .nav-link {
  /*border-top: 10px solid transparent;*/
}

[dir="ltr"] .ds-header .navbar-nav .nav-link,
[dir="rtl"] .ds-header .navbar-nav .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

.ds-header .navbar-nav .nav-link.active {
  color: #fff;
}

[dir] .ds-header .navbar-nav .nav-link.active {
  background: #066058;
  border-top: 10px solid #3ca078;
  padding-top: 22px;
}

[dir] .ds-header .navbar-nav .nav-link.with-icon {
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: center;
}
/* .ds-header .navbar-nav .nav-link.with-icon i {
  font-size: 20px;
} */
[dir] .ds-header .navbar-nav .nav-link.with-icon p {
  margin-top: 5px;
}

[dir="rtl"] .ds-header .navbar-nav .nav-link.with-icon {
  line-height: 1;
}

.ds-header .navbar-nav .nav-link:not(.disabled):focus,
.ds-header .navbar-nav .nav-link:not(.disabled):hover {
  color: #fff;
}

.ds-header.tran .navbar-nav .nav-link:not(.disabled):focus,
.ds-header.tran .navbar-nav .nav-link:not(.disabled):hover {
  color: #000;
}

[dir] .ds-header .navbar-nav .nav-link:not(.disabled):focus,
[dir] .ds-header .navbar-nav .nav-link:not(.disabled):hover {
  background-color: #939a9926;
  /* border-top: 10px solid #3ca078; */
}

.ds-header.tran .navbar-nav .nav-link:not(.disabled):focus i:before,
.ds-header.tran .navbar-nav .nav-link:not(.disabled):hover i:before {
  color: #000;
}

.ds-header .navbar-nav .nav-link:not(.disabled):focus i:before,
.ds-header .navbar-nav .nav-link:not(.disabled):hover i:before {
  color: #fff;
}

.ds-header .navbar-nav .nav-link:not(.disabled):focus .ds-chevron-down,
.ds-header .navbar-nav .nav-link:not(.disabled):hover .ds-chevron-down {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

[dir] .ds-header .navbar-nav .nav-link:not(.disabled):focus .ds-chevron-down,
[dir] .ds-header .navbar-nav .nav-link:not(.disabled):hover .ds-chevron-down {
  margin: 6px;
}

[dir="rtl"]
  .ds-header
  .navbar-nav
  .nav-link:not(.disabled):focus
  .ds-chevron-down,
[dir="rtl"]
  .ds-header
  .navbar-nav
  .nav-link:not(.disabled):hover
  .ds-chevron-down {
  margin: 0;
}

.ds-header .navbar-nav .nav-link:not(.disabled).active:focus,
.ds-header .navbar-nav .nav-link:not(.disabled).active:hover {
  color: #fff;
}

[dir] .ds-header .navbar-nav .nav-link:not(.disabled).active:focus,
[dir] .ds-header .navbar-nav .nav-link:not(.disabled).active:hover {
  background: #066058;
  border-top: 10px solid #3ca078;
  padding-top: 22px;
}

.ds-header .navbar-nav .nav-link .ds-chevron-down {
  color: #3ca078;
  font-size: 1rem;
  font-weight: 800;
  display: inline-block;
}

[dir] .ds-header .navbar-nav .nav-link .ds-chevron-down {
  margin: 6px;
}

[dir="rtl"] .ds-header .navbar-nav .nav-link .ds-chevron-down {
  margin: 0;
}

.ds-header
  .navbar-nav
  .nav-link[data-toggle="dropdown"][aria-expanded="true"]
  .ds-chevron-down {
  color: #fff;
  display: inline-block;
}

[dir="ltr"]
  .ds-header
  .navbar-nav
  .nav-link[data-toggle="dropdown"][aria-expanded="true"]
  .ds-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

[dir="rtl"]
  .ds-header
  .navbar-nav
  .nav-link[data-toggle="dropdown"][aria-expanded="true"]
  .ds-chevron-down {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.ds-header .navbar-nav .dropdown-menu {
  min-width: 100%;
}

[dir] .ds-header .navbar-nav .dropdown-menu {
  background-color: white;
  margin-top: 0px;
  border: unset;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0 30px 30px 2px rgba(0, 0, 0, 0.07);
  border-radius: unset;
  border-bottom-right-radius: 50px 50px !important;
}

[dir="ltr"] .ds-header .navbar-nav .dropdown-menu div[class*="col-"],
[dir="rtl"] .ds-header .navbar-nav .dropdown-menu div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.ds-header .navbar-nav .dropdown-menu .dropdown-item {
  color: #000;
  white-space: unset;
}

[dir] .ds-header .navbar-nav .dropdown-menu .dropdown-item {
  padding: 14px;
  font-size: 18px;
}

.ds-header .navbar-nav .dropdown-menu .dropdown-item.active,
.ds-header .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #066058;
  text-decoration: underline;
}

[dir] .ds-header .navbar-nav .dropdown-menu .dropdown-item.active,
[dir] .ds-header .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: unset;
}

.ds-header .navbar-nav .dropdown-menu .dropdown-item:focus {
  color: #3ca078;
}

[dir] .ds-header .navbar-nav .dropdown-menu .dropdown-divider {
  border-top-color: #3ca078;
}

/*.ds-header .navbar-nav .nav-item.active .nav-link,
.ds-header .navbar-nav .nav-item.active .nav-link:focus,
.ds-header .navbar-nav .nav-item.active .nav-link:hover,
.ds-header .navbar-nav .nav-item.show .nav-link,
.ds-header .navbar-nav .nav-item.show .nav-link:focus,
.ds-header .navbar-nav .nav-item.show .nav-link:hover {
    color: #fff;
}
*/
[dir] .ds-header .navbar-nav .nav-item.active .nav-link,
[dir] .ds-header .navbar-nav .nav-item.active .nav-link:focus,
[dir] .ds-header .navbar-nav .nav-item.active .nav-link:hover,
[dir] .ds-header .navbar-nav .nav-item.show .nav-link,
[dir] .ds-header .navbar-nav .nav-item.show .nav-link:focus,
[dir] .ds-header .navbar-nav .nav-item.show .nav-link:hover {
  background-color: #939a9926;
}

[dir] .ds-header .navbar-toggler {
  border: none;
}

[dir] .ds-header .navbar-toggler:focus,
[dir] .ds-header .navbar-toggler:hover {
  background-color: unset;
}

.ds-header .navbar-toggler .navbar-toggler-icon {
  width: 2em;
  height: 2em;
  color: #000;
}

[dir] .ds-header .navbar-toggler .navbar-toggler-icon {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(60,160,120, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.ds-header .navbar-collapse,
.ds-header .navbar-form {
  align-items: unset;
}

[dir] .ds-header .navbar-collapse,
[dir] .ds-header .navbar-form {
  border-color: #000;
}

.ds-header .navbar-link {
  color: #000;
}

.ds-header .navbar-link:hover {
  color: #fff;
}

.ds-header .green-nav-logo {
  display: none;
}

.ds-header .light-nav-logo {
  display: block;
  margin-top: 5px;
  width: 14rem;
  padding: 6px;
}

.ds-header #right-nav {
  font-size: 14px;
}

[dir="ltr"] .ds-header #right-nav .nav-item:first-of-type {
  border-left: none;
}

[dir="rtl"] .ds-header #right-nav .nav-item:first-of-type {
  border-right: none;
}

.ds-header #right-nav .nav-item:first-of-type .nav-link {
  color: #066058;
  display: flex;
}

[dir] .ds-header #right-nav .nav-item:first-of-type .nav-link {
  border-top: 10px solid transparent;
}

.ds-header #right-nav .nav-item:first-of-type .nav-link:not(.disabled):focus,
.ds-header #right-nav .nav-item:first-of-type .nav-link:not(.disabled):hover {
  color: #3ca078;
}

[dir]
  .ds-header
  #right-nav
  .nav-item:first-of-type
  .nav-link:not(.disabled):focus,
[dir]
  .ds-header
  #right-nav
  .nav-item:first-of-type
  .nav-link:not(.disabled):hover {
  background: #939a9926;
}

[dir="ltr"]
  .ds-header
  #right-nav
  .nav-item:first-of-type
  .nav-link:not(.disabled):focus,
[dir="ltr"]
  .ds-header
  #right-nav
  .nav-item:first-of-type
  .nav-link:not(.disabled):hover {
  border-left: none;
}

[dir="rtl"]
  .ds-header
  #right-nav
  .nav-item:first-of-type
  .nav-link:not(.disabled):focus,
[dir="rtl"]
  .ds-header
  #right-nav
  .nav-item:first-of-type
  .nav-link:not(.disabled):hover {
  border-right: none;
}

.ds-header.mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
}

.md-hide {
  display: none;
}

@media (max-width: 1580px) {
  .navbar-nav {
    display: flow-root;
  }

  .navbar-nav li {
    display: inline-block;
  }
}

@media (max-width: 560px) {
  .navbar-nav {
    display: flex;
  }

  [dir] .ds-header .navbar-nav .nav-link.with-icon {
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: right;
  }
}

@media (max-width: 1280px) {
  [dir="ltr"] .ds-header .navbar-nav .nav-link,
  [dir="rtl"] .ds-header .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 992px) {
  .ds-header,
  .ds-header .container {
    align-items: normal;
    height: 100px;
  }

  [dir] .ds-header .navbar-nav .dropdown-menu {
    box-shadow: none;
    padding-top: 30px;
  }

  [dir="ltr"] .ds-header .navbar-nav .nav-item {
    border-right: none;
    border-left: 1px solid rgba(60, 160, 120, 0.2784313725490196);
  }

  [dir="rtl"] .ds-header .navbar-nav .nav-item {
    border-left: none;
    border-right: 1px solid rgba(60, 160, 120, 0.2784313725490196);
  }

  [dir="ltr"] .ds-header .navbar-nav .nav-item.mobile-hide {
    border-left: none;
  }

  [dir="rtl"] .ds-header .navbar-nav .nav-item.mobile-hide {
    border-right: none;
  }

  [dir="ltr"] .ds-header .navbar-nav .nav-item:first-of-type {
    border-left: none;
  }

  [dir="rtl"] .ds-header .navbar-nav .nav-item:first-of-type {
    border-right: none;
  }

  [dir="ltr"] .ds-header .navbar-nav .nav-item.vision-logo {
    padding-left: 20px;
  }

  [dir="rtl"] .ds-header .navbar-nav .nav-item.vision-logo {
    padding-right: 20px;
  }

  .ds-header .navbar-nav .nav-link:not(.disabled):focus,
  .ds-header .navbar-nav .nav-link:not(.disabled):hover {
    color: #000;
  }

  [dir] .ds-header .navbar-nav .nav-link:not(.disabled):focus,
  [dir] .ds-header .navbar-nav .nav-link:not(.disabled):hover {
    background-color: #fff;
    border-top: none;
  }

  .ds-header .navbar-nav .nav-link:not(.disabled):focus i:before,
  .ds-header .navbar-nav .nav-link:not(.disabled):hover i:before {
    color: #3ca078;
  }

  .ds-header .navbar-nav .nav-link:not(.disabled) .ds-chevron-down {
    font-size: 1rem;
    display: inline-block;
  }

  [dir="ltr"] .ds-header .navbar-nav .nav-link:not(.disabled) .ds-chevron-down {
    float: right;
  }

  [dir="rtl"] .ds-header .navbar-nav .nav-link:not(.disabled) .ds-chevron-down {
    float: left;
  }

  .ds-header .navbar-brand {
    align-items: center;
    white-space: pre-wrap;
  }

  [dir="ltr"] .ds-header .navbar-brand {
    margin-left: 15px;
  }

  [dir="rtl"] .ds-header .navbar-brand {
    margin-right: 15px;
  }

  .ds-header #navb {
    height: auto;
    min-height: 50vh;
  }

  [dir] .ds-header #navb {
    margin: 0 -1rem;
  }

  [dir="ltr"] .ds-header #navb .nav-item {
    border-left: none;
  }

  [dir="rtl"] .ds-header #navb .nav-item {
    border-right: none;
  }

  .ds-header #right-nav .nav-item:first-of-type .nav-link,
  .ds-header #right-nav .nav-item:first-of-type .nav-link:hover {
    color: #fff;
  }

  [dir="ltr"] .ds-header #right-nav .vision-logo {
    padding-right: 20px;
  }

  [dir="rtl"] .ds-header #right-nav .vision-logo {
    padding-left: 20px;
  }

  .ds-header #right-nav .nav-link {
    color: #fff;
  }

  [dir] .ds-header #right-nav .nav-link {
    padding-top: 20px;
    border-top: 10px solid transparent;
  }

  [dir] .ds-header #right-nav .nav-link:not(.disabled):focus,
  [dir] .ds-header #right-nav .nav-link:not(.disabled):hover {
    border-top: 10px solid #3ca078;
  }

  [dir="ltr"] .ds-header #right-nav .nav-link:not(.disabled):focus,
  [dir="ltr"] .ds-header #right-nav .nav-link:not(.disabled):hover {
    border-left: none;
  }

  [dir="rtl"] .ds-header #right-nav .nav-link:not(.disabled):focus,
  [dir="rtl"] .ds-header #right-nav .nav-link:not(.disabled):hover {
    border-right: none;
  }

  .ds-header #right-nav.bottom-nav {
    height: 50vh;
    width: 100vw;
  }

  [dir] .ds-header #right-nav.bottom-nav {
    background: #066058;
    margin: 0 -1rem;
  }

  [dir="ltr"] .ds-header #right-nav.bottom-nav {
    left: -10px;
  }

  [dir="rtl"] .ds-header #right-nav.bottom-nav {
    right: -10px;
  }

  .ds-header #right-nav .bottom-nav-list {
    position: absolute;
    align-items: flex-end;
  }

  [dir="ltr"] .ds-header #right-nav .bottom-nav-list {
    right: 0;
  }

  [dir="rtl"] .ds-header #right-nav .bottom-nav-list {
    left: 0;
  }

  .ds-header #right-nav [dir="rtl"] .bottom-nav-list {
    position: absolute;
    right: 0;
    align-items: flex-end;
  }

  .ds-header .navbar-toggler.collapsed .md-hide {
    display: none;
  }

  .ds-header .navbar-toggler .md-hide {
    font-size: 1.25rem;
    align-items: center;
  }

  [dir] .ds-header .navbar-toggler .md-hide {
    padding: 30px 0;
  }

  .ds-header .navbar-toggler .md-hide .ds-x-circle {
    font-size: 24px;
  }

  [dir="ltr"] .ds-header .navbar-toggler .md-hide .ds-x-circle {
    margin-right: 7px;
  }

  [dir="rtl"] .ds-header .navbar-toggler .md-hide .ds-x-circle {
    margin-left: 7px;
  }

  .ds-header .navbar-collapse {
    height: 50vh;
  }

  .ds-header .navbar-collapse .nav-link.dropdown-toggle {
    font-weight: 700;
    font-size: 32px;
  }

  [dir] .ds-header .navbar-collapse .nav-link.dropdown-toggle {
    padding-top: 1.5rem;
  }

  [dir="ltr"] .ds-header .navbar-collapse .nav-link.dropdown-toggle,
  [dir="rtl"] .ds-header .navbar-collapse .nav-link.dropdown-toggle {
    padding-left: 28px;
    padding-right: 28px;
  }

  .ds-header .modal-backdrop.show {
    z-index: 0;
  }

  .ds-header .ds-menu,
  .ds-header .mobile-hide {
    display: none;
  }

  .ds-header .collapsed .ds-menu,
  .ds-header .md-hide {
    display: flex;
    margin-top: 66px;
    margin-right: -18px;
  }

  .ds-header .nav-link.with-icon:hover .user-icon-green {
    display: initial;
  }

  .ds-header .nav-link.with-icon:hover .user-icon-green ~ .user-icon-white {
    display: none;
  }

  [dir="ltr"] .ds-header .navbar-nav .show .dropdown-menu .container {
    padding-left: 28px;
  }

  [dir="rtl"] .ds-header .navbar-nav .show .dropdown-menu .container {
    padding-right: 28px;
  }

  .ds-header .navbar-nav .show .dropdown-menu.modal-content {
    position: absolute;
    top: 0;
    height: auto;
    min-height: 100%;
    z-index: 1;
  }

  [dir] .ds-header .navbar-nav .show .dropdown-menu.modal-content {
    padding-top: 22px;
  }

  [dir="ltr"] .ds-header .navbar-nav .show .dropdown-menu.modal-content {
    left: 25%;
  }

  [dir="rtl"] .ds-header .navbar-nav .show .dropdown-menu.modal-content {
    right: 25%;
  }

  .ds-header .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #000;
  }

  [dir] .ds-header .navbar-nav .show .dropdown-menu .dropdown-item {
    padding: 8px 0;
  }

  .ds-header .navbar-nav .show .dropdown-menu .dropdown-item:focus,
  .ds-header .navbar-nav .show .dropdown-menu .dropdown-item:hover {
    color: #3ca078;
  }

  .ds-header .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #3ca078;
    text-decoration: underline;
  }

  [dir] .ds-header .navbar-nav .show .dropdown-menu .dropdown-item.active {
    background-color: unset;
  }
}

@media (max-width: 767px) {
  .ds-header .navbar-expend-md .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #000;
  }

  .ds-header
    .navbar-expend-md
    .navbar-nav
    .show
    .dropdown-menu
    .dropdown-item.active,
  .ds-header
    .navbar-expend-md
    .navbar-nav
    .show
    .dropdown-menu
    .dropdown-item:focus,
  .ds-header
    .navbar-expend-md
    .navbar-nav
    .show
    .dropdown-menu
    .dropdown-item:hover {
    color: #fff;
  }

  [dir]
    .ds-header
    .navbar-expend-md
    .navbar-nav
    .show
    .dropdown-menu
    .dropdown-item.active {
    background-color: #3ca078;
  }
}

.ds-header .navbar-expend .navbar-nav .show .dropdown-menu .dropdown-item {
  color: #000;
}

.ds-header
  .navbar-expend
  .navbar-nav
  .show
  .dropdown-menu
  .dropdown-item.active,
.ds-header .navbar-expend .navbar-nav .show .dropdown-menu .dropdown-item:focus,
.ds-header
  .navbar-expend
  .navbar-nav
  .show
  .dropdown-menu
  .dropdown-item:hover {
  color: #fff;
}

[dir]
  .ds-header
  .navbar-expend
  .navbar-nav
  .show
  .dropdown-menu
  .dropdown-item.active {
  background-color: #3ca078;
}

[dir] .green-nav {
  background-color: #066058;
}

.green-nav i:before {
  color: #fff;
}

.green-nav i:before:focus,
.green-nav i:before:hover {
  color: #000;
}

.green-nav #right-nav .nav-link i:before {
  color: #fff;
}

.green-nav #right-nav .nav-link:not(.disabled):focus,
.green-nav #right-nav .nav-link:not(.disabled):hover {
  color: #000;
}

[dir] .green-nav #right-nav .nav-link:not(.disabled):focus,
[dir] .green-nav #right-nav .nav-link:not(.disabled):hover {
  background-color: #fff;
}

.green-nav #right-nav .nav-link:not(.disabled):focus .ds-chevron-down,
.green-nav #right-nav .nav-link:not(.disabled):focus i:before,
.green-nav #right-nav .nav-link:not(.disabled):hover .ds-chevron-down,
.green-nav #right-nav .nav-link:not(.disabled):hover i:before {
  color: #3ca078;
}

.green-nav #right-nav .nav-item:first-of-type .nav-link {
  color: #fff;
}

.green-nav #right-nav .nav-item:first-of-type .nav-link:hover {
  color: #000;
}

.green-nav .navbar-nav .nav-link {
  color: #fff;
}

[dir] .green-nav .navbar-nav .nav-link {
  border-top: 10px solid transparent;
  padding-top: 24px;
}

.green-nav .navbar-nav .nav-link i:before {
  color: #3ca078;
}

.green-nav .navbar-nav .nav-link:not(.disabled):focus,
.green-nav .navbar-nav .nav-link:not(.disabled):hover {
  color: #000;
}

[dir] .green-nav .navbar-nav .nav-link:not(.disabled):focus,
[dir] .green-nav .navbar-nav .nav-link:not(.disabled):hover {
  border-top: 10px solid #3ca078;
  background-color: #fff;
}

.green-nav .navbar-nav .nav-link:not(.disabled):focus .ds-chevron-down,
.green-nav .navbar-nav .nav-link:not(.disabled):focus i:before,
.green-nav .navbar-nav .nav-link:not(.disabled):hover .ds-chevron-down,
.green-nav .navbar-nav .nav-link:not(.disabled):hover i:before {
  color: #3ca078;
}

.green-nav .light-nav-logo {
  display: none;
}

.green-nav .green-nav-logo {
  display: block;
}

.nav-link.with-icon .user-icon-white,
.nav-link.with-icon:hover .user-icon-green {
  display: none;
}

.nav-link.with-icon:hover .user-icon-green ~ .user-icon-white {
  display: initial;
}

.green-nav .nav-link.with-icon .user-icon-green {
  display: none;
}

.green-nav .nav-link.with-icon .user-icon-white {
  display: initial;
}

.green-nav .nav-link.with-icon:hover .user-icon-white {
  display: none;
}

.green-nav .nav-link.with-icon:hover .user-icon-green {
  display: initial;
}

.widget {
  background-color: #f4f4f4;
  padding: 33px 40px 40px;
  margin-bottom: 40px;
  border-radius: 8px;
  position: relative;
}

.widget-services .widget-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-transform: capitalize;
  background-color: white;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0 5px 20px 0 rgb(40 40 40 / 11%);
  box-shadow: 0 5px 20px 0 rgb(40 40 40 / 11%);
  height: 50px;
  padding: 0 20px;
  position: relative;
  text-align: right;
}

.widget-services .widget-content ul li a::before {
  content: "";
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  top: 0;
  left: 0;
  background-color: #eee;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.24s ease-in-out;
  transition: -webkit-transform 0.24s ease-in-out;
  -o-transition: transform 0.24s ease-in-out;
  transition: transform 0.24s ease-in-out;
  transition: transform 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
}

.widget-services .widget-content ul li a:hover i {
  background-color: white;
  color: #3ca078;
}

.widget-services .widget-content ul li a:hover {
  color: black;
}

.widget-services .widget-content ul li a:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
/*  */
/*  */
/*  */
/*  */
#projects img {
  object-fit: cover;
  transition: transform 0.2s;
}

#projects img:hover {
  transform: scale(1.1);
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-contents {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  border: 0px !important;
  background-color: transparent !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 875px !important;
  }
}

.primary-btn {
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.primary-btn:hover {
  background: transparent;
  color: #235ee7;
  border-color: #235ee7;
}

.custome-banner {
  background-image: url("images/bg2.jpg");
  width: 99vw;
  height: 100vh;
  text-align: center;
  color: #fff;

  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.custome-banner-text {
  width: 100vw;
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
}
.custome-banner-heading {
  font-size: 75px;
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 30px;
  color: #fff;
}
.custome-banner-sub-heading {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 50px;
  color: #fff;
}

.btn-custome-banner {
  padding: 5px 20px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.text-intro {
  width: 90%;
  margin: auto;
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 500px) {
  .custome-banner-text {
    padding: 150px 0 150px 0;
  }
  .custome-banner-heading {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .custome-banner-sub-heading {
    font-size: 10px;
    font-weight: 200;
    line-height: 10px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .custome-banner-text {
    padding: 150px 0 150px 0;
  }
  .custome-banner-sub-heading {
    font-size: 23px;
    font-weight: 200;
    line-height: 23px;
    margin-bottom: 40px;
  }
}

.text-hero {
  width: 100vw;
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
}

/*  */
.mybtn {
  float: left;
}

[dir="ltr"] .mybtn {
  float: right;
}

.mask {
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 45%));
  opacity: 1;
  pointer-events: none;
  position: fixed;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  z-index: 12;
}

.myhero {
  width: 100%;
  height: 40vh;
  display: flex;
  justify-content: right;
  align-items: center;
  text-align: right;
  color: white;
  /* background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('images/DRONE.gif'); */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("images/1664x469 08.png");
  background-image: url("images/1664x469 08.png");
  background-size: cover;
  background-position: center;
  /* background-position: center; */
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

.myhero .btn {
  /* Positioning and sizing */
  display: block;
  width: 200px;
  /* Padding and margins */
  padding: 1em;
  margin-top: 50px;
  margin-left: auto;
  /* margin-right: auto; */
}

.lib-panel {
  margin-bottom: 20px;
}

.lib-panel img {
  width: 100%;
  background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
  padding: 0;
  background-color: #ffffff;
}

.lib-panel .lib-row {
  padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
  background-color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
  height: 2px;
  width: 26px;
  background-color: #d9d9d9;
  margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
  position: relative;
  height: 100%;
  display: block;
  font-size: 13px;
}

.lib-panel .lib-row.lib-desc a {
  position: relative;
  font-size: 18px;
  width: 100%;
  bottom: 10px;
  color: #066058;
  /* left: 20px; */
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1200px !important;
  }
}

.blog_section {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.blog_section .blog_content .blog_item {
  margin-bottom: 30px;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.blog_section .blog_content .blog_item:hover .blog_image img {
  transform: scale(1.1);
}

.blog_section .blog_content .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
}

.blog_section .blog_content .blog_item .blog_image img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.blog_section .blog_content .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #ff5e14;
}

.blog_section .blog_content .blog_item .blog_details {
  padding: 25px 20px 30px 20px;
}

.blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
  color: #020d26;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: none;
}

.blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
  color: #ff5e14;
}

.blog_section .blog_content .blog_item .blog_details ul {
  padding: 0 3px 10px 0;
  margin: 0;
}

.blog_section .blog_content .blog_item .blog_details ul li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #7f7f7f;
}

.blog_section .blog_content .blog_item .blog_details ul li i {
  padding-right: 7px;
}

.blog_section .blog_content .blog_item .blog_details p {
  border-top: 1px solid #e5e5e5;
  margin-top: 4px;
  padding: 20px 0 4px;
}

.blog_section .blog_content .blog_item .blog_details a {
  font-size: 16px;
  display: inline-block;
  color: #ff5e14;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.blog_section .blog_content .blog_item .blog_details a:hover {
  color: #020d26;
}

.blog_section .blog_content .blog_item .blog_details a i {
  vertical-align: middle;
  font-size: 20px;
}

.blog_section .blog_content .owl-nav {
  display: block;
}

.blog_section .blog_content .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #ff5e14;
  transition: all 0.3s;
  color: #fff;
}

.blog_section .blog_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}

.blog_section .blog_content .owl-nav .owl-prev:hover {
  background: #fff;
  border-color: #ff5e14;
  color: #ff5e14;
}

.blog_section .blog_content .owl-nav .owl-next {
  position: absolute;
  right: -27px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #ff5e14;
  color: #fff;
  transition: all 0.3s;
}

.blog_section .blog_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}

.blog_section .blog_content .owl-nav .owl-next:hover {
  background: #fff;
  border-color: #ff5e14;
  color: #ff5e14;
}

@media only screen and (max-width: 577px) {
  .blog_section .owl-nav .owl-prev {
    left: -17px !important;
  }

  .blog_section .owl-nav .owl-next {
    right: -17px !important;
  }
}

/* .myarrow-container {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(0deg);
}
.myarrow-container:hover {
  cursor: pointer;
}
.myarrow-container:hover .myarrow {
  top: 50%;
}
.myarrow-container:hover .myarrow:before {
  transform: translate(-50%, -50%) rotateZ(-30deg);
}
.myarrow-container:hover .myarrow:after {
  transform: translate(-50%, -50%) rotateZ(30deg);
}
.myarrow {
  position: absolute;
  left: 50%;
  transition: all 0.4s ease;
}
.myarrow:before, .myarrow:after {
  transition: all 0.4s ease;
  content: '';
  display: block;
  position: absolute;
  transform-origin: bottom right;
  background: #fff;
  width: 4px;
  height: 50px;
  border-radius: 10px;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.myarrow:after {
  transform-origin: bottom left;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.myarrow:nth-child(1) {
  opacity: 0.3;
  top: 35%;
}
.myarrow:nth-child(2) {
  opacity: 0.6;
  top: 55%;
}
.myarrow:nth-child(3) {
  opacity: 0.9;
  top: 75%;
} */

.cus-arrow {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 80%;
  left: 45%;
  color: white;
  transform: translate(-50%, -50%) rotateZ(0deg);
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

header {
  /*position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;*/
}

header video {
  position: absolute;
  top: 49%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 1;
}

/* @media (pointer: coarse) and (hover: none) {
  header {
    background: url('images/amana-1.JPG') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
} */
.glightbox_video {
  position: absolute;
  top: 80%;
  left: 0%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 577px) {
  .glightbox_video {
    position: absolute;
    top: 80%;
    left: 12%;
    transform: translate(-50%, -50%);
  }
}

.outer_circle {
  stroke-width: 3;
  stroke-dasharray: 410;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  transition: all 0.4s ease-out;
}

.glightbox_video:hover .outer_circle {
  stroke-dashoffset: 410;
  transition: stroke 0.7s 0.4s ease-out, stroke-dashoffset 0.4s ease-out;
}

.glightbox_video:hover .inner-circle {
  fill: #066058;
  transition: fill 0.4s 0.3s ease-out;
}

.glightbox_video:hover .play {
  fill: white;
  transition: fill 0.4s 0.3s ease-out;
}

@media only screen and (min-width: 577px) {
  .service-list-card {
    background-color: #fff;
    padding: 40px 40px;
    border-radius: 8px;
    position: absolute;
    box-shadow: #001327;
    border: 1px solid rgba(60, 160, 120, 0.2);
    margin: auto;
  }

  .collapse-card {
    width: 1264px;
    margin-right: -626px !important;
  }

  .service-card {
    margin-top: 40px;
  }

  #mysearch {
    -webkit-box-align: center;
    align-items: center;
    background: #eee;
    border-radius: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0.5em 0;
    padding: 0.5em 0.5em 0.5em 1em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 50%;
  }
}

@media only screen and (max-width: 577px) {
  .service-list-card {
    background-color: #fff;
    padding: 40px 40px;
    border-radius: 8px;
    box-shadow: #001327;
    border: 1px solid rgba(60, 160, 120, 0.2);
    margin: auto;
  }

  .pc-collapse {
    display: none;
  }

  .adimgphone {
    height: 150px;
  }
}

@media only screen and (max-width: 1080px) {
  .pc-collapse {
    display: none;
  }
}

@media only screen and (min-width: 1080px) {
  .mobile-collapse {
    display: none;
  }
}

#mysearch {
  -webkit-box-align: center;
  align-items: center;
  background: #eee;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0.5em 0;
  padding: 0.5em 0.5em 0.5em 1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* width: 500px; */
  color: black;
  margin: 40px auto;
}

#mysearch input[type="search"]::placeholder {
  color: black;
}

#mysearch:hover input[type="search"]::placeholder {
  color: white;
}

#mysearch:hover,
#mysearch:focus {
  background: #066058;
  color: white;
}

#mysearch button,
#mysearch input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  outline: 0;
}

#mybutton i {
  font-size: 23px;
}

#mysearch button {
  cursor: pointer;
  padding: 0 0.25em;
}

#mysearch input {
  -webkit-box-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: 23px;
}

#mysearch input::placeholder {
  color: #fff;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 32%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn {
  position: absolute;
  top: 32%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

.upload-button:hover {
  color: white;
}

/*  */
.mycards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.mycard {
  margin: 30px auto;
  width: 220px;
  background-color: #fff;
  height: 200px;
  border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25),
    -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: 0.4s;
}

.mycard .mycard_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  text-align: center;
}

.mycard .mycard_image img {
  /* width: 70%; */
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}

.mycard .mycard_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-size: 30px;
  /* margin-top: -50px; */
  margin-top: 15px;
  height: 40px;
}

.mycard:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25),
    -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

@media all and (max-width: 500px) {
  .mycard-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }

  .mycard {
    /* On small screens, we are no longer using row direction but column */
    margin-bottom: 65px;
  }
}

/*
.card {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  background-image: url('https://i.redd.it/b3esnz5ra34y.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  transition: 0.4s;
}
*/
span.news-search {
  position: relative;
}

span.news-search input {
  min-width: 100px;
  background: #dfdfdf;
  font-size: 18px;
  height: 45px;
  padding: 5px 35px 5px 12px;
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

span.news-search input:focus {
  min-width: 600px;
  background-color: #0d7167;
  color: white;
}

@media only screen and (max-width: 580px) {
  span.news-search input:focus {
    min-width: 90vw;
    background-color: #0d7167;
    color: white;
  }

  .news-search-icon {
    line-height: 7px !important;
    margin-right: -5px !important;
  }
}

span.news-search input:focus::placeholder {
  color: white;
}

span.news-search button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  border: none;
  background: transparent;
}

span.news-search button i {
  color: #999;
  font-size: 15px;
  line-height: 20px;
}

span.news-search input:focus button i {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

span.news-search :focus {
  outline-color: transparent;
  outline-style: none;
}

.star-rating {
  display: flex;
  justify-content: center;
  /*    width: 100%;*/
  overflow: hidden;
  /*    flex-direction: row-reverse;*/
  position: relative;
}

.star-rating > input {
  display: none;
}

.star-rating > label {
  margin-top: auto;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url("images/star-gray.svg") no-repeat center / 75%;
  transition: 0.5s;
}

.star-rating > input:not(:checked) ~ label:hover,
.star-rating > input:not(:checked) ~ label:hover ~ label {
  background: url("images/star1-filled.svg") no-repeat center / 75%;
}

.star-rating > input:checked ~ label,
.star-rating > input:checked ~ label ~ label {
  background: url("images/star1-filled.svg") no-repeat center / 75%;
}

.hide {
  display: none !important;
}

.swiper-container {
  height: 63vh;
}
/*loader thx:https://codepen.io/aurer*/

/*gallery*/
.gallery-wrapper {
  position: relative;
  z-index: 1;
}

.gallery-wrapper .content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3vh 0;
  background: #101014;
  background: linear-gradient(to left, #19191f, #101014);
}

.gallery-wrapper .content .gallery.full {
  position: relative;
  display: flex;
  align-items: center;
}

.gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper {
  display: flex;
  height: 80vh;
  align-items: center;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  position: relative;
  height: 50vh;
  transition: all 0.4s ease-out;
  box-sizing: border-box;
  width: auto;
  opacity: 0.25;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-prev,
.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-next {
  width: 20% !important;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active {
  height: 80vh;
  width: 60% !important;
  opacity: 1;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active:hover
  .zoom {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .image {
  width: 100%;
  height: 100%;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .image
  img {
  width: 100%;
  height: 75%;
  display: block;
  object-fit: cover;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 50px 50px 30px 50px;
  background: black;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .overlay.show {
  opacity: 1;
  visibility: visible;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .overlay.show
  .text-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .overlay
  .text-wrap {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.4s linear;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .overlay
  .text-wrap
  .name
  span {
  font-size: 2.2em;
  font-weight: 700;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .overlay
  .text-wrap
  .caption
  p {
  font-size: 1.16em;
  color: #fff;
  line-height: 1.7;
}

.gallery-wrapper .content .gallery.full .swiper-next-button,
.gallery-wrapper .content .gallery.full .swiper-prev-button {
  position: absolute;
  z-index: 99;
  outline: none;
  transition: all 0.2s linear;
  width: 20%;
  height: 50vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.gallery-wrapper
  .content
  .gallery.full
  .swiper-next-button.swiper-button-disabled,
.gallery-wrapper
  .content
  .gallery.full
  .swiper-prev-button.swiper-button-disabled {
  opacity: 0.2;
}

.gallery-wrapper .content .gallery.full .swiper-next-button em,
.gallery-wrapper .content .gallery.full .swiper-prev-button em {
  font-size: 68px;
}

.gallery-wrapper .content .gallery.full .swiper-next-button {
  right: 0;
  padding-left: 5vw;
  justify-content: flex-start;
}

.gallery-wrapper .content .gallery.full .swiper-prev-button {
  left: 0;
  padding-right: 5vw;
}

.gallery-wrapper .content .gallery.thumb {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 12px;
}

.gallery-wrapper .content .gallery.thumb .swiper-container {
  width: 100%;
}

.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  position: relative;
  height: 10vh;
  box-sizing: border-box;
  cursor: pointer;
}

.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active
  .image {
  box-shadow: inset 0px 0px 0px 2px #0d7167;
  padding: 2px;
}

.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active
  .image
  .overlay {
  opacity: 1;
}

.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .image {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .image
  img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .image
  .overlay {
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: rgba(43, 44, 54, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  opacity: 0;
  transition: all 0.2s linear;
}

.gallery-wrapper .content .gallery.thumb .swiper-next-button {
  right: -15px;
}

.gallery-wrapper .content .gallery.thumb .swiper-prev-button {
  left: -5px;
}

.gallery-wrapper .content .gallery.thumb .swiper-prev-button em {
  transform: rotate(180deg);
}

.gallery-wrapper .content .gallery.thumb .swiper-next-button,
.gallery-wrapper .content .gallery.thumb .swiper-prev-button {
  position: absolute;
  z-index: 99;
  outline: none;
  transition: all 0.2s linear;
  width: 32px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-next-button.swiper-button-disabled,
.gallery-wrapper
  .content
  .gallery.thumb
  .swiper-prev-button.swiper-button-disabled {
  opacity: 0.2;
}

/*Mobile*/
@media only screen and (max-width: 1024px) {
  .gallery-wrapper .content {
    padding: 5vh 0;
  }

  .gallery-wrapper .content .gallery.full .swiper-container .swiper-wrapper {
    height: 70vh;
  }

  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    height: 50vh;
  }

  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide.swiper-slide-prev,
  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide.swiper-slide-next {
    width: 10% !important;
  }

  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide.swiper-slide-active {
    height: 70vh;
    width: 80% !important;
  }

  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .overlay {
    padding: 20px;
  }

  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .overlay
    .text-wrap {
    transform: translateY(0);
  }

  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .overlay
    .text-wrap
    .name
    span {
    font-size: 1.6em;
  }

  .gallery-wrapper
    .content
    .gallery.full
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .overlay
    .text-wrap
    .caption
    p {
    font-size: 1.06em;
  }

  .gallery-wrapper .content .gallery.full .swiper-next-button,
  .gallery-wrapper .content .gallery.full .swiper-prev-button {
    width: 10%;
    height: 50vh;
    align-items: center;
    justify-content: center;
  }

  .gallery-wrapper .content .gallery.full .swiper-next-button em,
  .gallery-wrapper .content .gallery.full .swiper-prev-button em {
    font-size: 45px;
  }

  .gallery-wrapper .content .gallery.full .swiper-next-button {
    padding-left: 0;
  }

  .gallery-wrapper .content .gallery.full .swiper-prev-button {
    padding-right: 0;
  }

  .gallery-wrapper .content .gallery.thumb {
    padding: 0 30px;
    max-width: 100%;
  }

  .gallery-wrapper
    .content
    .gallery.thumb
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    height: 80px;
  }

  .gallery-wrapper .content .gallery.thumb .swiper-next-button {
    right: 10px;
  }

  .gallery-wrapper .content .gallery.thumb .swiper-prev-button {
    left: 10px;
  }

  .signature {
    display: none;
  }
}

.service-card-icon {
  color: #1d6f68;
}

@media only screen and (max-width: 560px) {
  #service-card-video {
    width: 100vw !important;
  }
}
/* @media only screen and (min-width: 560px) {
  .foot-policy {
margin-right: 725px;  }
} */

.activity-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  /* margin: 4rem 5vw; */
  padding: 0;
  list-style-type: none;
  justify-items: center;
}

.activity-card {
  position: relative;
  display: block;
  height: 115%;
  border-radius: calc(var(--curve) * 1px);
  overflow: hidden;
  text-decoration: none;
}

.activity-card__image {
  width: 100%;
  height: auto;
}

.activity-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: calc(var(--curve) * 1px);
  background-color: #fff;
  transform: translateY(100%);
  transition: 0.2s ease-in-out;
}

.activity-card:hover .activity-card__overlay {
  transform: translateY(0);
}

.activity-card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 2em;
  border-radius: calc(var(--curve) * 1px) 0 0 0;
  background-color: #fff;
  transform: translateY(-100%);
  transition: 0.2s ease-in-out;
}

.activity-card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
}

.activity-card__arc path {
  fill: #fff;
  d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}

.activity-card:hover .activity-card__header {
  transform: translateY(0);
}

.activity-card__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.activity-card__title {
  font-size: 1em;
  margin: 0 0 0.3em;
  color: #000;
}

.activity-card__tagline {
  display: block;
  margin: 1em 0;
  font-size: 0.8em;
  color: #d7bdca;
}

.activity-card__status {
  font-size: 0.8em;
  color: #757575;
}

.activity-card__description {
  padding: 0 2em 2em;
  margin: 0;
  color: #757575;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.activity-card {
  width: 300px;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
  backface-visibility: hidden;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
  justify-items: center;
}

.activity-card .content p {
  /* display: flex; */
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  font-size: 1rem;
  opacity: 0;
  margin-bottom: -160px;
  transition: all 0.25s ease;
}

.activity-card:after {
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  height: 150px;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(84 83 83 / 21%) 100%
  );
  z-index: 20;
  transition: all 0.25s ease;
}

.activity-card img {
  transition: all 0.25s ease;
}

.activity-card-ul-li:hover {
  opacity: 1;
  transform: translate(-7px, -4px);
  border-radius: 6px;
}
/*  */
/*  */

.p0 {
  padding: 0;
}

.portfolio__filter {
  border: 1px solid #0d716736;
  border-radius: 20px;
  width: 100%;
}

.portfolio__filter .filter-button {
  display: inline-block;
  padding: 10px 23px;
  background: transparent;
  border: none;
  color: #9b9b9b;
  letter-spacing: 0;
  font-size: 13px;
  cursor: pointer;
  font-weight: 300;
  font-size: 18px;
}

.portfolio__filter .filter-button:hover,
.portfolio__filter .active {
  background: #0d7167;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.portfolio__filter .filter-button:focus {
  outline: 0;
}

.portfolio__filter {
  display: inline-block;
  text-align: center;
  margin: 30px 0;
}

.portfolio__img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  padding: 3px 3px;
}

.btn__load {
  display: inline-block;
  margin: 40px 0 0;
  width: 100%;
}

.videoplaylist {
  overflow-y: scroll;
  width: 100%;
  max-height: 73vh;
  direction: rtl;
  overflow-x: hidden;
}

.twitter-card {
  height: 550px;
  display: block;
  overflow: scroll;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.vision-card {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  background: rgb(255 255 255 / 25%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  position: relative;
  margin-top: 80px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  /*width: 525px;*/
  /*animation: fadeInRight 1s ease-in-out;*/
}

.activity-details-card {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  background: rgb(255 255 255);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  position: relative;
  margin-top: -55px;
}

.vision-card:hover::after,
.vision-card:focus::after {
  box-shadow: 16px 16px 0 rgb(32 33 37 / 6%);
}

.vision-card:hover,
.vision-card:focus {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.vision-card::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 8px 8px 0 rgba(32, 33, 37, 0.1);
  transition: box-shadow 0.5s, transform 0.5s;
}

@media only screen and (max-width: 560px) {
  .vision-card {
    width: 95vw !important;
    margin-right: 0px !important;
  }

  .twitter-card {
    width: 100vw !important;
  }

  .twitter-mobile {
    width: 92vw !important;
  }
}

[dir="rtl"] .beta_tag2 {
  transform: rotate(-45deg);
  position: fixed;
  top: 15px;
  left: -115px;
  background-color: #0d7167;
  width: 300px;
  height: 35px;
  line-height: 35px;
  color: white;
  text-align: center;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-size: 16px;
  z-index: 1111;
}

.beta_tag2:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35), 0 3px 6px rgba(0, 0, 0, 0.45);
}

[dir="ltr"] .beta_tag2 {
  transform: rotate(45deg);
  position: fixed;
  top: 15px;
  left: -115px;
  right: -115px;
  background-color: #0d7167;
  width: 300px;
  height: 35px;
  line-height: 35px;
  color: white;
  text-align: center;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  font-size: 16px;
  z-index: 1111;
}

.soon-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.neweventupper {
  padding: 15px;
  border-bottom: 1px solid #dbdbdb;
}

.neweventheading {
  color: #0d7167;
  font-weight: 600;
  font-size: 36px;
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
}

.singelevent2 {
  border-right: 1px solid #dbdbdb;
}

.praticalmain {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 10px 0;
  background: #fff;
  margin-top: 0px !important;
}

.custom-event-info {
  min-height: 402px;
}

.pratic.left h6 {
  color: #262d33;
  font-size: 16px;
  border-bottom: 1px solid #d9dadb;
  margin-bottom: 0;
  padding: 0 10px 18px;
}

.activity-list {
  background: #f4f4f4;
  margin-left: 10px;
  padding: 7px 20px;
  border-radius: 8px;
  color: #4d4d4d;
  line-height: 1;
  font-weight: 400;
  font-size: 12px;
}

@media (min-width: 768px) {
  .nav-height {
    margin-top: 20px;
  }
  .browser-icon {
    width: 6%;
  }
}
@media (max-width: 768px) {
  .browser-icon {
    width: 8%;
  }
}
.footer-background {
  background-image: url("../img/rp-footer5.png");
  object-fit: contain;
  background-size: cover;
  /*opacity: 90%;*/
  /* background-color: white;
    opacity: 85%;*/
}
@media (min-width: 990px) and (max-width: 1581px) {
  .navbar-height {
    height: auto !important;
  }
  .user-icon-green {
    margin-bottom: 15px !important;
  }
  .user-icon-white {
    margin-bottom: 15px !important;
  }
}
hr.footer-heading {
  border-color: #80be40;
}
hr.footer-heading {
  position: relative;
}
hr.footer-heading:before {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 40px;
  background: linear-gradient(
    90deg,
    rgba(127, 191, 65, 1) 0%,
    rgba(44, 104, 102, 1) 100%
  );
  top: -4px;
  border-radius: 50px;
}

.filter-sec {
  background-color: #dfe8e8;
  padding: 20px 15px;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}
.custom-button {
  background: #69c21e;
  border: 1px solid #69c21e;
  padding: 0.7rem 3rem;
  border-radius: 100px !important;
  color: #fff;
}
button.custom-button,
a.custom-button {
  background: #69c21e;
  border: 1px solid #69c21e;
  padding: 0.7rem 3rem;
  border-radius: 100px !important;
  color: #fff;
}

button.custom-button:hover,
a.custom-button:hover {
  background: #016b68;
  border-color: #016b68;
  color: #fff;
}
.form-group label {
  color: #555555;
}

.cus-form-control {
  min-width: 240px;
  border-radius: 10px !important;
  box-shadow: 0px 0px 20px #0000000d;
  background: #f5f7f7;
  display: block;
  width: 100%;
  height: 52px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}

.service-cus-card {
  text-align: center;
  margin-bottom: 15px;
}
.service-cus-icon {
  text-align: center;
  margin-bottom: 15px;
}
.service-cus-desc .service-cus-txt {
  height: 60px;
}

.service-cus-desc .service-cus-txt a {
  color: #434343;
  font-weight: bold;
  line-height: 26px;
  font-size: 1rem;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}

.service-cus-desc .service-cus-txt a:hover {
  color: #016b68;
}

.s-icon-img-hvr {
  display: none;
}

.service-cus-icn-action li a:hover img.s-icon-img {
  display: none;
}

.service-cus-icn-action li a:hover img.s-icon-img-hvr {
  display: block;
}
.service-cus-icn-action ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.service-cus-icn-action ul li {
  margin-left: 3px;
  list-style: none;
}
.card-footer-btn {
  display: flex;
  align-items: center;
}
.card-footer-btn > a {
  width: 100%;
  text-align: center;
  padding: 14px 10px;
  line-height: 26px;
  transition: 0.4s all;
}

.btn-cus-green {
  background-color: #69c21e !important;
  color: #fff !important;
}
.btn-cus-light {
  background-color: #ecf2f2 !important;
  color: #6f7070 !important;
}

.btn-cus-green:hover,
.btn-cus-light:hover {
  background-color: #016b68 !important;
  color: #fff !important;
}
.card-service-cus .card-footer {
  padding: 0;
  background: transparent;
  border-radius: 0 0 8px 8px !important;
  overflow: hidden;
}
.service-cus-icn-action li a {
  background: #f2f2f4;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  transition: 0.4s all;
}
.service-cus-icn-action li a:hover {
  background: #016b68;
}

.carousel-caption {
  bottom: 17%;
}

.carousel-caption h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.carousel-caption h3 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.carousel-caption p {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 20%;
    left: 20%;
  }
}

/**
 * Change animation duration
 */

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slide1 {
  height: 100vh;

  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("images/Website-Banner-03.png");
  background-size: cover;
  background-position: center;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.slide2 {
  height: 100vh;

  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("images/Website-Banner-07.png");
  background-size: cover;
  background-position: center;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.slide3 {
  height: 100vh;
  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("images/Website-Banner-05.png");
  background-size: cover;
  background-position: center;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.owl-nav button span {
  font-size: 1.75rem !important;
}

/*News Section*/

.content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0.5rem;
}

.news-card {
  border: 0px solid aqua;
  margin: 0.5rem;
  position: relative;
  height: 12rem;
  overflow: hidden;
  border-radius: 0.5rem;
  flex: 1;
  min-width: 290px;
  /*    width: 36vw;
*/
  height: 350px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (min-width: 1300px) {
  .news-card {
    width: 590px;
    height: 350px;
  }
}

.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
  z-index: 0;
}

.news-card__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*     background: rgba(255,0,0,.5); */
}

.news-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}

.news-card__text-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0rem;
  padding: 1rem;
  color: white;
  /*     background-color: rgba(0, 0, 0, 0.4); */
  transition: background-color 1.5s ease;
}

.news-card__title {
  transition: color 1s ease;
  margin-bottom: 0.5rem;
  color: white;
}

.news-card__post-date {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #ccc;
}

.news-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
  color: white;
}
.news-card:hover .news-card:active .news-card__details-wrapper {
  max-height: 20rem;
  opacity: 1;
}

@media (min-width: 900px) {
  .news-card:hover .news-card__details-wrapper {
    max-height: 20rem;
    opacity: 1;
  }

  .news-card:hover .news-card__text-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .news-card:hover .news-card__title {
    color: white;
    /* white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
  }

  .news-card:hover .news-card__image {
    transform: scale(1.2);
    z-index: -1;
  }
  .news-card-title-phone {
    display: none !important;
  }

  .news-card-title-pc {
    display: block !important;
  }
}
.news-card-title-phone {
  display: none;
}

.news-card-title-pc {
  display: none;
}
@media (max-width: 900px) {
  .news-card-title-phone {
    display: block !important;
  }
  .news-card-title-pc {
    display: none !important;
  }

  /* .news-card:hover .news-card__text-wrapper {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .news-card:hover .news-card__title {
        color: white;
    }

    .news-card:hover .news-card__image {
        transform: scale(1.2);
        z-index: -1;
    }*/
}
.card-corner-color {
  background: linear-gradient(
    90deg,
    rgba(127, 191, 65, 1) 0%,
    rgba(44, 104, 102, 1) 100%
  );
  display: block;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0px !important;
  right: 0px !important;
  top: 5px;
  bottom: 0;
  border-radius: 8px !important;
}
.news-card__excerpt {
  font-weight: 300;
  font-size: 16px;
  color: white;
}

.news-card__read-more {
  background: black;
  color: #bbb;
  display: block;
  padding: 0.4rem 0.6rem;
  border-radius: 0.3rem;
  margin-top: 1rem;
  border: 1px solid #444;
  font-size: 0.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  width: 7rem;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.news-card__read-more:hover {
  background: white;
  color: black;
}

.news-card__read-more i {
  position: relative;
  left: 0.2rem;
  color: #888;
  transition: left 0.5s ease, color 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.news-card__read-more:hover i {
  left: 0.5rem;
  color: #0d7167;
}

@media only screen and (max-width: 576px) {
  .carousel-caption h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .carousel-caption h3 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
}

/*new service card */
.service-card-desc {
  padding: 0.5em;
  /*    background-color: #dfe8e8;*/
  /*    border-radius: 4px !important;*/
  margin-bottom: 30px;
}

.service-card-desc-head h2 {
  color: #434343 !important;
  font-size: 1.563rem;
}

.service-card-desc-text {
  margin-bottom: 30px;
}

.service-card-desc-text h3 {
  font-size: 1rem;
  color: #016b68;
}

.service-card-desc-text p {
  color: #434343 !important;
}

.service-card-desc-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-card-accordion > .new-service-card:first-of-type {
  border-bottom: 0;
}

.service-card-accordion > .new-service-card {
  background: #dfe8e8;
}

.service-card-accordion > .new-service-card {
  overflow: hidden;
  margin-bottom: 15px;
}

h2 {
  color: #016b68;
}

h3 {
  color: #016b68;
}

.service-card-accordion .new-service-card-header button.btn {
  background: #016b68;
  color: #fff;
  text-decoration: none;
  border-radius: 4px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-block {
  display: block;
  width: 100%;
}

.service-card-accordion .new-service-card-header {
  padding: 0;
}

.service-card-accordion .new-service-card-header button.btn.collapsed {
  background: #fff;
  color: #434343;
}

.service-card-accordion .new-service-card-header button.btn .acc-arrw {
  background: #dfe8e8;
  border-radius: 50% !important;
  transform: rotate(180deg);
  line-height: 1;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card-list ul {
  list-style-type: none;
  counter-reset: css-counters 0;
  margin: 0;
}

.service-card-list ul li {
  display: flow-root;
}

.service-card-list ul li {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  color: #6f7070;
  display: flow-root;
}

.service-card-list ul li:before {
  counter-increment: css-counters;
  content: counters(css-counters, ".") " ";
  /*height: 40px;*/
  width: 43px;
  margin-left: 10px;
  display: inline-block;
  background: #69c21e;
  border-radius: 50% !important;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}

.service-card-accordion > .new-service-card {
  background: #dfe8e8;
}

.new-service-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0 0 20px rgb(0 0 0 / 7%);
  border-radius: 10px;
}

.new-service-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff !important;
}

.service-card-accordion
  .new-service-card-header
  button.btn.collapsed:hover
  .acc-arrw {
  background: #016b68;
}

.service-card-accordion
  .new-service-card-header
  button.btn.collapsed
  .acc-arrw {
  transform: rotate(0deg);
}

.service-card-accordion .new-service-card-header button.btn .acc-arrw {
  background: #dfe8e8;
  border-radius: 50% !important;
  transform: rotate(180deg);
  line-height: 1;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card-accordion
  .new-service-card-header
  button.btn.collapsed:hover
  .acc-arrw
  svg
  path {
  fill: #fff;
}

.service-card-more-info,
.service-card-more-info-down,
.service-card-more-inf-last,
.service-card-more-info-file {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 8px 8px 40px 8px !important;
  padding: 30px;
  /*    box-shadow: 0px 3px 20px #00000010;
*/
  margin-bottom: 30px;
  position: relative;
}

.service-card-left-card-heading {
  display: flex;
  align-items: center;
}

.service-card-left-card img,
.inr-right-main-up-head img {
  width: 25px;
  margin-left: 10px;
}

.service-card-left-card h3 {
  font-size: 1.25rem;
  margin: 0;
}

hr.service-card-hr,
hr.card-hr {
  position: relative;
  border-color: #80be40;
}

hr.service-card-hr:before,
hr.card-hr:before {
  content: "";

  display: block;
  position: absolute;
  height: 7px;
  width: 40px;
  background: linear-gradient(
    90deg,
    rgba(127, 191, 65, 1) 0%,
    rgba(44, 104, 102, 1) 100%
  );
  top: -4px;
  border-radius: 50px;
}

.service-card-border-bg {
  background: #86a8a7;
  display: block;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0px !important;
  right: 0px !important;
  top: 5px;
  bottom: 0;
  border-radius: 8px !important;
}
.card-corner-color {
  background: linear-gradient(
    90deg,
    rgba(127, 191, 65, 1) 0%,
    rgba(44, 104, 102, 1) 100%
  );
  display: block;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 15px !important;
  right: 15px !important;
  top: 5px;
  bottom: 0;
  border-radius: 8px !important;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.loader {
  animation-delay: 7s;
  animation: fade 2s infinite alternate;
}
.loader-size {
  max-width: 70%;
  position: fixed;
  left: 15%;
  top: 15%;
}

@media (max-width: 900px) {
  .loader-size {
    max-width: 100%;
    position: fixed;
    left: 0%;
    top: 35%;
  }
}

.values-cards .container {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  gap: 2rem;
}

.values-cards .drop {
  width: 300px;
  height: 300px;
  position: relative;
  box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.1),
    25px 35px 20px rgba(0, 0, 0, 0.1), 25px 30px 30px rgba(0, 0, 0, 0.1),
    inset -20px -20px 25px rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  padding: 4rem;
  transition: border-radius 0.5s;
  overflow: hidden;
  text-align: center;
  animation: drop 2s infinite alternate ease-in-out;
}

.values-cards .drop:nth-child(1) {
  border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
}

.values-cards .drop:nth-child(2) {
  border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
}

.values-cards .drop:nth-child(3) {
  border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
}

.values-cards .drop:nth-child(4) {
  border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
}

.values-cards .drop:nth-child(5) {
  border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
}

@keyframes drop {
  from {
    border-radius: 38% 62% 46% 54% / 46% 51% 49% 54%;
  }

  to {
    border-radius: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .values-cards .container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .values-cards .container {
    grid-template-columns: 1fr;
  }
}

.nav-list.mr-auto.tab-nav ul {
  background: white;
  border-radius: 100px !important;
  overflow: hidden;
  /*    border: 1px solid #096e6c;
*/
}
.nav-list.mr-auto.tab-nav a {
  min-width: 150px;
  text-align: center;
  padding: 0.75rem;
}
.nav-list .nav-link.active {
  color: #fff;
}
.nav-list .nav-link.active {
  background-color: #076f6d !important;
}
.nav-list .nav-link.active {
  background: #000;
  color: #fff;
}

.nav-list.mr-auto.tab-nav a {
  min-width: 150px !important;
  text-align: center !important;
  padding: 0.75rem !important;
}
[dir="ltr"] .nav-tabs .nav-link,
[dir="rtl"] .nav-tabs .nav-link {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/*///////////////////////////////////////
*/

/*.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}*/

/*@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
*/

/*@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}*/

/*.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
*/
/*/////*/
.ads-card {
  position: relative;

  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.ads-card-body,
.ads-card-footer {
  padding: 1.5em;
  padding-bottom: 1px;
  background-color: #f5f5f5;
}

.ads-card img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.ads-card:hover img {
  transform: scale(1.2);
}

.ads-card-thumb {
  position: relative;
  height: 200px;
  transition: height 0.4s ease;
}

.ads-card-thumb a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.ads-card:hover .ads-card-thumb {
  height: calc(200px - 4.5rem);
}

.ads-card-thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.ads-card:hover .card-thumb::after {
  opacity: 0.4;
}

.ads-card-date {
  display: flex;
  position: absolute;
  top: -3rem;
  right: 0;
  width: fit-content;
  margin: 1rem;
  padding: 0.25rem 0.75rem;
  background-color: #efefef;
  color: #000;
  border-radius: 2rem;
  transition: top 0.4s ease;
}
.ads-card-share {
  z-index: -1;
  display: flex;
  position: absolute;
  top: 14rem;
  right: 20px;
  width: fit-content;
  margin: 1rem;
  padding: 0.25rem 0.75rem;
  color: #0d7167;
  border-radius: 2rem;
  transition: top 0.4s ease;
}
.ads-card-share:hover .ads-card-share::after {
  z-index: 1;
}

.ads-card-date :first-child {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}

.ads-card-date :last-child {
  font-size: 0.75rem;
}

.ads-card-category {
  position: absolute;
  bottom: -1rem;
  right: 0;
  margin: 0 1rem;
  padding: 0.25rem 0.75rem;
  background-color: #0d7167;
  color: #fff;
  border-radius: 2rem;
  z-index: 1;
  transition: right 0.4s ease;
}

.ads-card:hover .ads-card-category {
  right: 75%;
}

.ads-card-subtitle {
  margin-bottom: 0.75rem;
  color: rgb(164, 164, 164);
}

.ads-card-description {
  display: block;
  height: 0;
  padding: 0 0.5em;
  font-size: 0.875rem;
  /* color: rgb(96, 91, 91); */
  color: #666c74;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.2s ease;
}

.ads-card:hover .ads-card-description {
  height: 4.5rem;
  opacity: 1;
}

.ads-card-footer {
  display: flex;
  justify-content: flex-end;
  background: #fff;
}

.ads-card-time i,
.ads-card-comment i {
  margin: 0 0.25rem;
  color: #0d7167;
}

.ads-card-time span,
.ads-card-comment span {
  font-size: 0.75rem;
  line-height: 2;
  vertical-align: top;
}

.ads-card-time {
  margin-right: 0.5rem;
}

.ads-card:hover .ads-card-date {
  top: 0;
}
.ads-card:hover .ads-card-share {
  z-index: 1;
  top: 5rem;
}
.fab {
  font-family: "Font Awesome 5 Brands" !important;
}
.view-count {
  right: 300px;
}
@media (max-width: 400px) {
  .view-count {
    right: 270px;
  }
}

.view-modal,
.popup {
  position: absolute;
  left: 50%;
}

.share-button {
  outline: none;
  cursor: pointer;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: background 0.1s linear, border-color 0.1s linear,
    color 0.1s linear;
}

.view-modal {
  top: 50%;
  color: #0d7167;
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 2rem !important;
  transform: translate(-50%, -50%);
}

.popup {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}

.popup.show {
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}

.popup :is(.header, .icons, .field) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup .header {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}

.header span {
  font-size: 21px;
  font-weight: 600;
}

.header .close,
.icons a {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.header .close {
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}

.header .close:hover {
  background: #ebedf9;
}

.popup .content {
  margin: 20px 0;
}

.popup .icons {
  margin: 15px 0 20px 0;
}

.content p {
  font-size: 16px;
}

.content .icons a {
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}

.icons a i {
  transition: transform 0.3s ease-in-out;
}

.icons a:nth-child(1) {
  color: #1877f2;
  border-color: #b7d4fb;
}

.icons a:nth-child(1):hover {
  background: #1877f2;
}

.icons a:nth-child(2) {
  color: #46c1f6;
  border-color: #b6e7fc;
}

.icons a:nth-child(2):hover {
  background: #46c1f6;
}

.icons a:nth-child(3) {
  color: #e1306c;
  border-color: #f5bccf;
}

.icons a:nth-child(3):hover {
  background: #e1306c;
}

.icons a:nth-child(4) {
  color: #25d366;
  border-color: #bef4d2;
}

.icons a:nth-child(4):hover {
  background: #25d366;
}

.icons a:nth-child(5) {
  color: #0088cc;
  border-color: #b3e6ff;
}

.icons a:nth-child(5):hover {
  background: #0088cc;
}

.icons a:hover {
  color: #fff;
  border-color: transparent;
}

.icons a:hover i {
  transform: scale(1.2);
}

.content .field {
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}

.field.active {
  border-color: #7d2ae8;
}

.field i {
  width: 50px;
  font-size: 18px;
  text-align: center;
}

.field.active i {
  color: #7d2ae8;
}

.field input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}

.field button {
  color: #fff;
  padding: 5px 18px !important;
  background: #69c21e !important;
  border: none;
}

.field button:hover {
  background: #0d7167 !important;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.download-cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -2rem;
}

.download-card {
  display: flex;
  flex-direction: column;
  width: calc(100% - 2em);
  background: #fbfbfb;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2em;
  box-shadow: 0 32px 22px rgba(148, 161, 193, 0.2),
    0 6px 12px rgba(64, 66, 93, 0.15);
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #dadada;
  margin: 0 1em 2em;
}

.download-card a.download-button {
  text-decoration: none;
}

@media (min-width: 700px) {
  .download-cards[data-view="grid-view"] .download-card {
    float: left;
    width: calc(50% - 2em);
  }

  .download-cards[data-view="grid-view"] .download-card:nth-child(3) {
    clear: both;
  }

  .download-cards[data-view="grid-view"] .download-card:nth-child(4) {
    clear: initial;
  }
}

@media (min-width: 1000px) {
  .download-cards[data-view="grid-view"] .download-card {
    width: calc((85% / 3) - 2em);
  }

  .download-cards[data-view="grid-view"] .download-card:nth-child(3) {
    clear: initial;
  }

  .download-cards[data-view="grid-view"] .download-card:nth-child(4) {
    clear: both;
  }
}

@media (min-width: 700px) {
  .download-cards[data-view="list-view"] .download-card {
    padding-left: calc(200px);
  }
}

.download-card__image {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  text-align: center;
  min-height: 150px;
  background-size: cover;
}

@media (min-width: 700px) {
  .download-card__image {
    justify-content: center;
  }
}

@media (min-width: 700px) {
  .download-cards[data-view="list-view"] .download-card__image {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .download-cards[data-view="list-view"]
    .download-card
    .download-card__content
    .header {
    margin-right: 20%;
  }

  .download-cards[data-view="list-view"]
    .download-card
    .download-card__content
    footer {
    margin-right: 20%;
  }
}

.download-card__content {
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.download-card__category {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  margin: 0 0 1em;
  display: block;
}

.download-card__category::before {
  content: "| ";
  color: #386696;
}

.download-card__title {
  line-height: 1;
  margin: 0 0 0.5em;
  font-size: 18px;
}

.download-card__description {
  line-height: 1.5;
  padding: 0;
  margin: 0 0 1.5em;
  clear: both;
  color: #8b8e9c;
  font-size: 16px;
}

.dc-view-switcher {
  display: none;
  margin-bottom: 1em;
  text-align: right;
}

@media (min-width: 700px) {
  .dc-view-switcher {
    display: block;
  }
}

.dc-view-switcher > button {
  font-family: "ds";
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border: none;
  cursor: pointer;
  font-size: 1.5em;
  vertical-align: middle;
  color: #0d7167;
  opacity: 0.3;
  outline: none;
  transition: opacity 0.4s ease;
  padding: 0;
}

.dc-view-switcher > button:nth-child(1) {
  margin-right: 0.5rem;
}

.dc-view-switcher > button[data-trigger="list-view"]::before {
  content: "\eab9";
}

.dc-view-switcher > button[data-trigger="grid-view"]::before {
  content: "\eacd";
}

.dc-view-switcher > button[data-trigger].active {
  opacity: 1;
}

.download-button {
  margin: 0;
  background: #0d7167;
  padding: 1em 2em;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7em;
  cursor: pointer;
  transition: 0.3s ease;
}

.download-button:hover {
  color: white;
  background: #2a877d;
}

.download-button i {
  opacity: 0.4;
}
.news-details-right-main {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px !important;
  box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
}
.light-green-2 {
  color: #69c21e !important;
}
@media (max-width: 767px) {
  .ds-tabs li {
    width: 100%;
  }
}

/*heritage cards*/

.heritage-card {
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  overflow: hidden;
  margin: 10px;
  color: white;
}

.heritage-card > * {
  z-index: 2;
}

.heritage-card > img {
  z-index: 0;
  transition: all 0.8s cubic-bezier(0.66, 0.08, 0.19, 0.97);
}

.heritage-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
  inset: 0;
}

.heritage-card .heritage-content {
  position: absolute;
  inset: 20px;
  /*        top: auto;
*/
}

.heritage-content h2 {
  font-size: 30px !important;
  font-size: clamp(20px, 4vw, 40px);
  font-weight: 800;
  margin-bottom: 0.2em;
  color: #69c21e !important;
}

.heritage-content h2 span {
  font-size: 1.5rem !important;
}

.heritage-content p {
  font-size: clamp(10px, 1.25vw, 14px);
  line-height: 1.4;
  text-align: justify;
  margin-top: 0.2em;
  margin-bottom: 50px;
}

.heritage-content h2 .char,
.heritage-content p .word {
  color: var(--color);
  position: relative;
  transform: translateY(20px);
  transition-property: transform, opacity, color;
  transition-timing-function: cubic-bezier(0.38, 0.26, 0.05, 1.07);
  transition-duration: 0.75s, 0.75s, calc(0.75s * 2);
  opacity: 0;
}

.heritage-content h2 .char,
.heritage-content p .word span {
  font-size: 1.2rem;
}

.heritage-card:before,
.heritage-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.5);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.66, 0.08, 0.19, 0.97);
  z-index: 1;
}

.heritage-card:after {
  top: 50%;
  transition-delay: 0.15s;
}

.heritage-card:hover::before,
.heritage-card:hover::after {
  transform: scaleX(1);
}

.heritage-card:hover img {
  transform: scale(1.1);
}

.heritage-card:hover h2 .char,
.heritage-card:hover p .word {
  opacity: 1;
  transform: translateY(0);
  color: inherit;
}

.heritage-card:hover h2 .char {
  transition-delay: calc(0.1s + var(--char-index) * 0.05s);
}

.heritage-card:hover p .word {
  transition-delay: calc(0.1s + var(--word-index) * 0.015s);
}

.heritage-card:nth-of-type(1) {
  --color: coral;
}

.heritage-card:nth-of-type(2) {
  --color: #56ffe5;
}

.heritage-card:nth-of-type(3) {
  --color: #e28743;
}

.heritage-card:nth-of-type(4) {
  --color: #56ffe5;
}

@keyframes moveDown {
  from {
    transform: translateY(1em);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* General animation settings */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes moveUp {
  from {
    transform: translateY(-1em);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/*.muneer-trigger-button-box.bottom-right {
  bottom: 20px !important;*/ /* Adjust as needed */
  /*left: 20px !important;*/ /* Adjust as needed */
/*}*/
