<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&amp;display=swap");
:root {
  --login-bg: #c7ccea;
  --login-out-bg: #4c537f;
  --header-bg: #e9f2fb;
  --header-border: #99c4fa;
  --header-text-clr: #073a79;
  --count-icon-bg: #053878;
  --diamond-search-hover: #053878;
  --heading: #073a79;
  --tab-bg: #d7e1ec;
  --tab-hav-border: #99c4fa;
  --tabactive-bg: #b1d1ff;
  --popoup-header-bg: #073a79;
  --compare-head-bg: #8fa5c3;
  --summary-clr: #004292;
  --mstokserch-head-bg: #004292;
  --mstokserch-select-bg: #ecf5ff;
  --mstokserch-detail-clr: #69330f;
  --mstokserch-detail-bg: #ecf5ff;
  --mstokserch-detail-bd: #cce5fe;
  --RegistrationSucc-Clr: #414871;
  --dna-heading-bg: #d9e4f3;
  --dna-heading-font-clr: #073a79;
  --jqx-bg: #fff;
  --jqx-border: #a4bad9;
  --jqx-hed-bg: #e0e9f6;
  --jqx-hed-border: #a0c7fb;
  --jqx-nextpre-bg: #a0c7fb;
  --jqx-select-bg: #a4bad9; /*jqxRowSelect*/
  --jqx-selectcol-bg: #bbd7ff; /*jqxColumnSelect*/
  --stonedetail-row-bg: #f3f9ff;
  --stonedetail-border: #b1d1ff;
  --onmemo-bg: #ede1fa; /*jqxstatus colour*/
  --onmemo-border: #3d057b; /*jqxstatus colour*/
  --onhold-bg: #efffd5; /*jqxstatus colour*/
  --onhold-border: #4a7405; /*jqxstatus colour*/
  --loder-innerfrm-bdclr: #bcd0ec; /*loaderouter circel*/
  --loder-innerto-bdclr: #073a79; /*loaderouter circel*/
  --loder-rndfrm-bgclr: #ecf6ff; /*loaderinner circel*/
  --loder-rndto-bgclr: #bcd0ec; /*loaderinner circel*/
  --banner-bg: #8dbbea;
  --text-color-blue: #092770;
  --border-color: #092770;
  /*   var(--colorpart-textcolor)    */
  --colorpart-textcolor: rgba(123, 127, 158, 1);
  /*section background*/
  /*    var(--section-bg)     */
  --section-bg: #F5F6F9;
  --section-border: rgba(9, 39, 112, 0.2);
  /*clear btn bg*/
  /*    var(-clear-btn-bg)   */
  --clear-btn-bg: rgba(223, 0, 0, 0.73);
  /* shap color item clarity layout etc bg*/
  /*   var(--background-white)    */
  --background-white: #ffffff;
  /* jewellery inquiry */
  --text-color-white: #ffffff;
  /* carousel right content */
  --description-first-header: #A6B1CC;
  --itemcode-text-color: #0CB34A;
  --product-pera-color: #424243;
  /* product-specification*/
  --product-specification-header-bg: #E0E2F4;
  --specification-bg: rgba(9, 39, 112, 0.1);
  --details-textcolor: #000000;
  --details-bg: rgba(210, 208, 208, 0.2);
}

:root {
  --bs-blue: #41D5E2;
  --bs-indigo: #6610f2;
  --bs-purple: #BE71D5;
  --bs-pink: #FF5668;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #62CA76;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #828282;
  --bs-gray-dark: #333333;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #ECE9F1;
  --bs-gray-300: #DDDDDD;
  --bs-gray-400: #E4E4E4;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #828282;
  --bs-gray-700: #4F4F4F;
  --bs-gray-800: #333333;
  --bs-gray-900: #262626;
  --bs-primary: #0a99b0;
  --bs-secondary: #959595;
  --bs-success: #3FA66B;
  --bs-info: #4D53E0;
  --bs-warning: #FF8E36;
  --bs-danger: #EC6357;
  --bs-light: #F5F5F5;
  --bs-dark: #262626;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-pink: #FF5668;
  --bs-blue: #41D5E2;
  --bs-darkblue: #4D53E0;
  --bs-purple: #BE71D5;
  --bs-green: #62CA76;
  --bs-primary-rgb: 10, 153, 176;
  --bs-secondary-rgb: 149, 149, 149;
  --bs-success-rgb: 63, 166, 107;
  --bs-info-rgb: 77, 83, 224;
  --bs-warning-rgb: 255, 142, 54;
  --bs-danger-rgb: 236, 99, 87;
  --bs-light-rgb: 245, 245, 245;
  --bs-dark-rgb: 38, 38, 38;
  --bs-black-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-pink-rgb: 255, 86, 104;
  --bs-blue-rgb: 65, 213, 226;
  --bs-darkblue-rgb: 77, 83, 224;
  --bs-purple-rgb: 190, 113, 213;
  --bs-green-rgb: 98, 202, 118;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 149, 149, 149;
  --bs-body-bg-rgb: 245, 245, 245;
  --bs-font-sans-serif: "Poppins", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #959595;
  --bs-body-bg: #F5F5F5;
}

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

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

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

hr {
  margin: 1.25rem 0;
  color: #DDDDDD;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #262626;
}

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

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

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

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

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

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

p {
  margin-top: 0;
  margin-bottom: 20px;
}

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0a99b0;
  text-decoration: none;
}
a:hover {
  color: #087a8d;
  text-decoration: none;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #FF5668;
  word-wrap: break-word;
}
a &gt; code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #262626;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #4F4F4F;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 0.9375rem;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}
.blockquote &gt; :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #828282;
}
.blockquote-footer::before {
  content: "—&nbsp;";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #828282;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row &gt; * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto &gt; * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 &gt; * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 &gt; * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 &gt; * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 &gt; * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 &gt; * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 &gt; * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 5px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 5px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 10px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 10px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 15px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 15px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 20px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 20px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 25px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 25px;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 30px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 30px;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 50px;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 50px;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 75px;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 75px;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 100px;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 100px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 125px;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 125px;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 150px;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 150px;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 5px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 5px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 10px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 10px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 15px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 15px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 20px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 20px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 25px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 25px;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 30px;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 30px;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 50px;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 50px;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 75px;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 75px;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 100px;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 100px;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 125px;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 125px;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 150px;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 150px;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 5px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 5px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 10px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 10px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 15px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 15px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 20px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 20px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 25px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 25px;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 30px;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 30px;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 50px;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 50px;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 75px;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 75px;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 100px;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 100px;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 125px;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 125px;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 150px;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 150px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 5px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 5px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 10px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 10px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 15px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 15px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 20px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 20px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 25px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 25px;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 30px;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 30px;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 50px;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 50px;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 75px;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 75px;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 100px;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 100px;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 125px;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 125px;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 150px;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 150px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 5px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 5px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 10px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 10px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 15px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 15px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 20px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 20px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 25px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 25px;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 30px;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 30px;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 50px;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 50px;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 75px;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 75px;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 100px;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 100px;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 125px;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 125px;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 150px;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 150px;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 &gt; * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 5px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 5px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 10px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 10px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 15px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 15px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 20px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 20px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 25px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 25px;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 30px;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 30px;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 50px;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 50px;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 75px;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 75px;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 100px;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 100px;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 125px;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 125px;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 150px;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 150px;
  }
}
.table {
  --bs-table-bg: #fff;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #959595;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #959595;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #959595;
  --bs-table-hover-bg: whitesmoke;
  width: 100%;
  margin-bottom: 1rem;
  color: #959595;
  vertical-align: top;
  border-color: #DDDDDD;
}
.table &gt; :not(caption) &gt; * &gt; * {
  padding: 0.75rem 0.75rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table &gt; tbody {
  vertical-align: inherit;
}
.table &gt; thead {
  vertical-align: bottom;
}
.table &gt; :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm &gt; :not(caption) &gt; * &gt; * {
  padding: 0.25rem 0.25rem;
}

.table-bordered &gt; :not(caption) &gt; * {
  border-width: 1px 0;
}
.table-bordered &gt; :not(caption) &gt; * &gt; * {
  border-width: 0 1px;
}

.table-borderless &gt; :not(caption) &gt; * &gt; * {
  border-bottom-width: 0;
}
.table-borderless &gt; :not(:first-child) {
  border-top-width: 0;
}

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) &gt; * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover &gt; tbody &gt; tr:hover &gt; * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #ceebef;
  --bs-table-striped-bg: #d0ecf0;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #d3edf1;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: white;
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: #d3edf1;
}

.table-secondary {
  --bs-table-bg: #eaeaea;
  --bs-table-striped-bg: #ebebeb;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #ececec;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: white;
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: #ececec;
}

.table-success {
  --bs-table-bg: #d9ede1;
  --bs-table-striped-bg: #dbeee3;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #ddefe4;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: white;
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: #ddefe4;
}

.table-info {
  --bs-table-bg: #dbddf9;
  --bs-table-striped-bg: #dddff9;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #dfe0fa;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: white;
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: #dfe0fa;
}

.table-warning {
  --bs-table-bg: #ffe8d7;
  --bs-table-striped-bg: #ffe9d9;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #ffeadb;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: white;
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: #ffeadb;
}

.table-danger {
  --bs-table-bg: #fbe0dd;
  --bs-table-striped-bg: #fbe2df;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #fbe3e0;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: white;
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: #fbe3e0;
}

.table-light {
  --bs-table-bg: #F5F5F5;
  --bs-table-striped-bg: #f6f6f6;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #f6f6f6;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: white;
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: #f6f6f6;
}

.table-dark {
  --bs-table-bg: #262626;
  --bs-table-striped-bg: #313131;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #3c3c3c;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: white;
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: #3c3c3c;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.3125rem;
  font-size: 0.75em;
  color: #959595;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a99b0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #DDDDDD;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #0a99b0;
  background-color: #fff;
  border-color: #0a99b0;
  outline: 0;
  -webkit-box-shadow: none, none;
          box-shadow: none, none;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: rgba(149, 149, 149, 0.5);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: rgba(149, 149, 149, 0.5);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(149, 149, 149, 0.5);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: rgba(149, 149, 149, 0.5);
  opacity: 1;
}
.form-control::placeholder {
  color: rgba(149, 149, 149, 0.5);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.75rem 0.875rem;
  margin: -0.75rem -0.875rem;
  -webkit-margin-end: 0.875rem;
          margin-inline-end: 0.875rem;
  color: #0a99b0;
  background-color: #ECE9F1;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.75rem 0.875rem;
  margin: -0.75rem -0.875rem;
  -webkit-margin-end: 0.875rem;
          margin-inline-end: 0.875rem;
  color: #0a99b0;
  background-color: #ECE9F1;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e0dde5;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e0dde5;
}
.form-control::-webkit-file-upload-button {
  padding: 0.75rem 0.875rem;
  margin: -0.75rem -0.875rem;
  -webkit-margin-end: 0.875rem;
          margin-inline-end: 0.875rem;
  color: #0a99b0;
  background-color: #ECE9F1;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e0dde5;
}

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.5rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.75rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 2.625rem 0.75rem 0.875rem;
  -moz-padding-start: calc(0.875rem - 3px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a99b0;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230a99b0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 16px 12px;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #0a99b0;
  outline: 0;
  -webkit-box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.25);
          box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.875rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #ECE9F1;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #0a99b0;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.form-check {
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.75em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.75em;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #dddddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #0a99b0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.form-check-input:checked {
  background-color: #0a99b0;
  border-color: #0a99b0;
}
.form-check-input:checked[type=checkbox] {
  background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M6.79971 11.9L2.59971 7.7L1.19971 9.1L6.79971 14.7L18.7997 2.7L17.3997 1.3L6.79971 11.9Z" fill="%23fff" stroke="%23fff"/%3e%3c/svg%3e');
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230a99b0'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #fff;
  border-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230a99b0' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-check-label {
  color: #262626;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230a99b0'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #F5F5F5, none;
          box-shadow: 0 0 0 1px #F5F5F5, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F5F5F5, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: white;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DDDDDD;
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: 0;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: white;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DDDDDD;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating &gt; .form-control,
.form-floating &gt; .form-select {
  height: calc(2.8125rem + 2px);
  line-height: 1.25;
}
.form-floating &gt; label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0.75rem 0.875rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating &gt; label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating &gt; .form-control {
  padding: 0.75rem 0.875rem;
}
.form-floating &gt; .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating &gt; .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating &gt; .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating &gt; .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating &gt; .form-control::placeholder {
  color: transparent;
}
.form-floating &gt; .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-floating &gt; .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-floating &gt; .form-control:focus, .form-floating &gt; .form-control:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-floating &gt; .form-control:-webkit-autofill {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-floating &gt; .form-select {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-floating &gt; .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .form-control:focus ~ label,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
.form-floating &gt; .form-select ~ label {
  opacity: 1;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .form-control:-webkit-autofill ~ label {
  opacity: 1;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group &gt; .form-control,
.input-group &gt; .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group &gt; .form-control:focus,
.input-group &gt; .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a99b0;
  text-align: center;
  white-space: nowrap;
  background-color: #ECE9F1;
  border: 1px solid #DDDDDD;
}

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .form-select,
.input-group-lg &gt; .input-group-text,
.input-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .form-select,
.input-group-sm &gt; .input-group-text,
.input-group-sm &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

.input-group-lg &gt; .form-select,
.input-group-sm &gt; .form-select {
  padding-right: 3.5rem;
}

.input-group &gt; :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.3125rem;
  font-size: 0.75em;
  color: #3FA66B;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.375rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #3fa66b;
}

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #3FA66B;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.8125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230a99b0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233FA66B' 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-position: right 0.875rem center, center right 2.625rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #3FA66B;
  -webkit-box-shadow: 0 0 0 0 rgba(63, 166, 107, 0.25);
          box-shadow: 0 0 0 0 rgba(63, 166, 107, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #3FA66B;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #3FA66B;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(63, 166, 107, 0.25);
          box-shadow: 0 0 0 0 rgba(63, 166, 107, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #3FA66B;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.3125rem;
  font-size: 0.75em;
  color: #EC6357;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.375rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #ec6357;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #EC6357;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EC6357'%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='%23EC6357' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #EC6357;
  -webkit-box-shadow: 0 0 0 0 rgba(236, 99, 87, 0.25);
          box-shadow: 0 0 0 0 rgba(236, 99, 87, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #EC6357;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.8125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230a99b0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EC6357'%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='%23EC6357' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.875rem center, center right 2.625rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #EC6357;
  -webkit-box-shadow: 0 0 0 0 rgba(236, 99, 87, 0.25);
          box-shadow: 0 0 0 0 rgba(236, 99, 87, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #EC6357;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #EC6357;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(236, 99, 87, 0.25);
          box-shadow: 0 0 0 0 rgba(236, 99, 87, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #EC6357;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  color: #959595;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  border-radius: 0;
  -webkit-transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #959595;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
  -webkit-box-shadow: none, none;
          box-shadow: none, none;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #0a99b0;
  border-color: #0a99b0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #098296;
  border-color: #087a8d;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #098296;
  border-color: #087a8d;
  -webkit-box-shadow: none, 0 0 0 0 rgba(47, 168, 188, 0.5);
          box-shadow: none, 0 0 0 0 rgba(47, 168, 188, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #087a8d;
  border-color: #087384;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show &gt; .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(47, 168, 188, 0.5);
          box-shadow: none, 0 0 0 0 rgba(47, 168, 188, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0a99b0;
  border-color: #0a99b0;
}

.btn-secondary {
  color: #fff;
  background-color: #959595;
  border-color: #959595;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #777777;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #777777;
  -webkit-box-shadow: none, 0 0 0 0 rgba(165, 165, 165, 0.5);
          box-shadow: none, 0 0 0 0 rgba(165, 165, 165, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show &gt; .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #777777;
  border-color: #707070;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show &gt; .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(165, 165, 165, 0.5);
          box-shadow: none, 0 0 0 0 rgba(165, 165, 165, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #959595;
  border-color: #959595;
}

.btn-success {
  color: #fff;
  background-color: #3FA66B;
  border-color: #3FA66B;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color: #368d5b;
  border-color: #328556;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #368d5b;
  border-color: #328556;
  -webkit-box-shadow: none, 0 0 0 0 rgba(92, 179, 129, 0.5);
          box-shadow: none, 0 0 0 0 rgba(92, 179, 129, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show &gt; .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #328556;
  border-color: #2f7d50;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show &gt; .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(92, 179, 129, 0.5);
          box-shadow: none, 0 0 0 0 rgba(92, 179, 129, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #3FA66B;
  border-color: #3FA66B;
}

.btn-info {
  color: #fff;
  background-color: #4D53E0;
  border-color: #4D53E0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-info:hover {
  color: #fff;
  background-color: #4147be;
  border-color: #3e42b3;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #4147be;
  border-color: #3e42b3;
  -webkit-box-shadow: none, 0 0 0 0 rgba(104, 109, 229, 0.5);
          box-shadow: none, 0 0 0 0 rgba(104, 109, 229, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show &gt; .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3e42b3;
  border-color: #3a3ea8;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show &gt; .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(104, 109, 229, 0.5);
          box-shadow: none, 0 0 0 0 rgba(104, 109, 229, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #4D53E0;
  border-color: #4D53E0;
}

.btn-warning {
  color: #fff;
  background-color: #FF8E36;
  border-color: #FF8E36;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d9792e;
  border-color: #cc722b;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: #d9792e;
  border-color: #cc722b;
  -webkit-box-shadow: none, 0 0 0 0 rgba(255, 159, 84, 0.5);
          box-shadow: none, 0 0 0 0 rgba(255, 159, 84, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show &gt; .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc722b;
  border-color: #bf6b29;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show &gt; .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(255, 159, 84, 0.5);
          box-shadow: none, 0 0 0 0 rgba(255, 159, 84, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #fff;
  background-color: #FF8E36;
  border-color: #FF8E36;
}

.btn-danger {
  color: #fff;
  background-color: #EC6357;
  border-color: #EC6357;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9544a;
  border-color: #bd4f46;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #c9544a;
  border-color: #bd4f46;
  -webkit-box-shadow: none, 0 0 0 0 rgba(239, 122, 112, 0.5);
          box-shadow: none, 0 0 0 0 rgba(239, 122, 112, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show &gt; .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd4f46;
  border-color: #b14a41;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show &gt; .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(239, 122, 112, 0.5);
          box-shadow: none, 0 0 0 0 rgba(239, 122, 112, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #EC6357;
  border-color: #EC6357;
}

.btn-light {
  color: #fff;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-light:hover {
  color: #fff;
  background-color: #d0d0d0;
  border-color: #c4c4c4;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #fff;
  background-color: #d0d0d0;
  border-color: #c4c4c4;
  -webkit-box-shadow: none, 0 0 0 0 rgba(247, 247, 247, 0.5);
          box-shadow: none, 0 0 0 0 rgba(247, 247, 247, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show &gt; .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #b8b8b8;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show &gt; .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(247, 247, 247, 0.5);
          box-shadow: none, 0 0 0 0 rgba(247, 247, 247, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #fff;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.btn-dark {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-dark:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1e1e1e;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #202020;
  border-color: #1e1e1e;
  -webkit-box-shadow: none, 0 0 0 0 rgba(71, 71, 71, 0.5);
          box-shadow: none, 0 0 0 0 rgba(71, 71, 71, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show &gt; .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1d1d1d;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show &gt; .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(71, 71, 71, 0.5);
          box-shadow: none, 0 0 0 0 rgba(71, 71, 71, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: none, 0 0 0 0 rgba(38, 38, 38, 0.5);
          box-shadow: none, 0 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show &gt; .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show &gt; .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(38, 38, 38, 0.5);
          box-shadow: none, 0 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: none, 0 0 0 0 rgba(217, 217, 217, 0.5);
          box-shadow: none, 0 0 0 0 rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show &gt; .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show &gt; .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(217, 217, 217, 0.5);
          box-shadow: none, 0 0 0 0 rgba(217, 217, 217, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-pink {
  color: #fff;
  background-color: #FF5668;
  border-color: #FF5668;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-pink:hover {
  color: #fff;
  background-color: #d94958;
  border-color: #cc4553;
}
.btn-check:focus + .btn-pink, .btn-pink:focus {
  color: #fff;
  background-color: #d94958;
  border-color: #cc4553;
  -webkit-box-shadow: none, 0 0 0 0 rgba(255, 111, 127, 0.5);
          box-shadow: none, 0 0 0 0 rgba(255, 111, 127, 0.5);
}
.btn-check:checked + .btn-pink, .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active, .show &gt; .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #cc4553;
  border-color: #bf414e;
}
.btn-check:checked + .btn-pink:focus, .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus, .show &gt; .btn-pink.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(255, 111, 127, 0.5);
          box-shadow: none, 0 0 0 0 rgba(255, 111, 127, 0.5);
}
.btn-pink:disabled, .btn-pink.disabled {
  color: #fff;
  background-color: #FF5668;
  border-color: #FF5668;
}

.btn-blue {
  color: #fff;
  background-color: #41D5E2;
  border-color: #41D5E2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-blue:hover {
  color: #fff;
  background-color: #37b5c0;
  border-color: #34aab5;
}
.btn-check:focus + .btn-blue, .btn-blue:focus {
  color: #fff;
  background-color: #37b5c0;
  border-color: #34aab5;
  -webkit-box-shadow: none, 0 0 0 0 rgba(94, 219, 230, 0.5);
          box-shadow: none, 0 0 0 0 rgba(94, 219, 230, 0.5);
}
.btn-check:checked + .btn-blue, .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active, .show &gt; .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #34aab5;
  border-color: #31a0aa;
}
.btn-check:checked + .btn-blue:focus, .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus, .show &gt; .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(94, 219, 230, 0.5);
          box-shadow: none, 0 0 0 0 rgba(94, 219, 230, 0.5);
}
.btn-blue:disabled, .btn-blue.disabled {
  color: #fff;
  background-color: #41D5E2;
  border-color: #41D5E2;
}

.btn-darkblue {
  color: #fff;
  background-color: #4D53E0;
  border-color: #4D53E0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-darkblue:hover {
  color: #fff;
  background-color: #4147be;
  border-color: #3e42b3;
}
.btn-check:focus + .btn-darkblue, .btn-darkblue:focus {
  color: #fff;
  background-color: #4147be;
  border-color: #3e42b3;
  -webkit-box-shadow: none, 0 0 0 0 rgba(104, 109, 229, 0.5);
          box-shadow: none, 0 0 0 0 rgba(104, 109, 229, 0.5);
}
.btn-check:checked + .btn-darkblue, .btn-check:active + .btn-darkblue, .btn-darkblue:active, .btn-darkblue.active, .show &gt; .btn-darkblue.dropdown-toggle {
  color: #fff;
  background-color: #3e42b3;
  border-color: #3a3ea8;
}
.btn-check:checked + .btn-darkblue:focus, .btn-check:active + .btn-darkblue:focus, .btn-darkblue:active:focus, .btn-darkblue.active:focus, .show &gt; .btn-darkblue.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(104, 109, 229, 0.5);
          box-shadow: none, 0 0 0 0 rgba(104, 109, 229, 0.5);
}
.btn-darkblue:disabled, .btn-darkblue.disabled {
  color: #fff;
  background-color: #4D53E0;
  border-color: #4D53E0;
}

.btn-purple {
  color: #fff;
  background-color: #BE71D5;
  border-color: #BE71D5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-purple:hover {
  color: #fff;
  background-color: #a260b5;
  border-color: #985aaa;
}
.btn-check:focus + .btn-purple, .btn-purple:focus {
  color: #fff;
  background-color: #a260b5;
  border-color: #985aaa;
  -webkit-box-shadow: none, 0 0 0 0 rgba(200, 134, 219, 0.5);
          box-shadow: none, 0 0 0 0 rgba(200, 134, 219, 0.5);
}
.btn-check:checked + .btn-purple, .btn-check:active + .btn-purple, .btn-purple:active, .btn-purple.active, .show &gt; .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #985aaa;
  border-color: #8f55a0;
}
.btn-check:checked + .btn-purple:focus, .btn-check:active + .btn-purple:focus, .btn-purple:active:focus, .btn-purple.active:focus, .show &gt; .btn-purple.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(200, 134, 219, 0.5);
          box-shadow: none, 0 0 0 0 rgba(200, 134, 219, 0.5);
}
.btn-purple:disabled, .btn-purple.disabled {
  color: #fff;
  background-color: #BE71D5;
  border-color: #BE71D5;
}

.btn-green {
  color: #fff;
  background-color: #62CA76;
  border-color: #62CA76;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-green:hover {
  color: #fff;
  background-color: #53ac64;
  border-color: #4ea25e;
}
.btn-check:focus + .btn-green, .btn-green:focus {
  color: #fff;
  background-color: #53ac64;
  border-color: #4ea25e;
  -webkit-box-shadow: none, 0 0 0 0 rgba(122, 210, 139, 0.5);
          box-shadow: none, 0 0 0 0 rgba(122, 210, 139, 0.5);
}
.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-green:active, .btn-green.active, .show &gt; .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #4ea25e;
  border-color: #4a9859;
}
.btn-check:checked + .btn-green:focus, .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus, .show &gt; .btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(122, 210, 139, 0.5);
          box-shadow: none, 0 0 0 0 rgba(122, 210, 139, 0.5);
}
.btn-green:disabled, .btn-green.disabled {
  color: #fff;
  background-color: #62CA76;
  border-color: #62CA76;
}

.btn-outline-primary {
  color: #0a99b0;
  border-color: #0a99b0;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0a99b0;
  border-color: #0a99b0;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(10, 153, 176, 0.5);
          box-shadow: 0 0 0 0 rgba(10, 153, 176, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0a99b0;
  border-color: #0a99b0;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(10, 153, 176, 0.5);
          box-shadow: none, 0 0 0 0 rgba(10, 153, 176, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0a99b0;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #959595;
  border-color: #959595;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #959595;
  border-color: #959595;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(149, 149, 149, 0.5);
          box-shadow: 0 0 0 0 rgba(149, 149, 149, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #959595;
  border-color: #959595;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(149, 149, 149, 0.5);
          box-shadow: none, 0 0 0 0 rgba(149, 149, 149, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #959595;
  background-color: transparent;
}

.btn-outline-success {
  color: #3FA66B;
  border-color: #3FA66B;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #3FA66B;
  border-color: #3FA66B;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(63, 166, 107, 0.5);
          box-shadow: 0 0 0 0 rgba(63, 166, 107, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #3FA66B;
  border-color: #3FA66B;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(63, 166, 107, 0.5);
          box-shadow: none, 0 0 0 0 rgba(63, 166, 107, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #3FA66B;
  background-color: transparent;
}

.btn-outline-info {
  color: #4D53E0;
  border-color: #4D53E0;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #4D53E0;
  border-color: #4D53E0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(77, 83, 224, 0.5);
          box-shadow: 0 0 0 0 rgba(77, 83, 224, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #4D53E0;
  border-color: #4D53E0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(77, 83, 224, 0.5);
          box-shadow: none, 0 0 0 0 rgba(77, 83, 224, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #4D53E0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #FF8E36;
  border-color: #FF8E36;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #FF8E36;
  border-color: #FF8E36;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 142, 54, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 142, 54, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #fff;
  background-color: #FF8E36;
  border-color: #FF8E36;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(255, 142, 54, 0.5);
          box-shadow: none, 0 0 0 0 rgba(255, 142, 54, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #FF8E36;
  background-color: transparent;
}

.btn-outline-danger {
  color: #EC6357;
  border-color: #EC6357;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #EC6357;
  border-color: #EC6357;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(236, 99, 87, 0.5);
          box-shadow: 0 0 0 0 rgba(236, 99, 87, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #EC6357;
  border-color: #EC6357;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(236, 99, 87, 0.5);
          box-shadow: none, 0 0 0 0 rgba(236, 99, 87, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #EC6357;
  background-color: transparent;
}

.btn-outline-light {
  color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
          box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #fff;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(245, 245, 245, 0.5);
          box-shadow: none, 0 0 0 0 rgba(245, 245, 245, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F5F5F5;
  background-color: transparent;
}

.btn-outline-dark {
  color: #262626;
  border-color: #262626;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(38, 38, 38, 0.5);
          box-shadow: none, 0 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #262626;
  background-color: transparent;
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: none, 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-pink {
  color: #FF5668;
  border-color: #FF5668;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #FF5668;
  border-color: #FF5668;
}
.btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 86, 104, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 86, 104, 0.5);
}
.btn-check:checked + .btn-outline-pink, .btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show {
  color: #fff;
  background-color: #FF5668;
  border-color: #FF5668;
}
.btn-check:checked + .btn-outline-pink:focus, .btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(255, 86, 104, 0.5);
          box-shadow: none, 0 0 0 0 rgba(255, 86, 104, 0.5);
}
.btn-outline-pink:disabled, .btn-outline-pink.disabled {
  color: #FF5668;
  background-color: transparent;
}

.btn-outline-blue {
  color: #41D5E2;
  border-color: #41D5E2;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #41D5E2;
  border-color: #41D5E2;
}
.btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(65, 213, 226, 0.5);
          box-shadow: 0 0 0 0 rgba(65, 213, 226, 0.5);
}
.btn-check:checked + .btn-outline-blue, .btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
  color: #fff;
  background-color: #41D5E2;
  border-color: #41D5E2;
}
.btn-check:checked + .btn-outline-blue:focus, .btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(65, 213, 226, 0.5);
          box-shadow: none, 0 0 0 0 rgba(65, 213, 226, 0.5);
}
.btn-outline-blue:disabled, .btn-outline-blue.disabled {
  color: #41D5E2;
  background-color: transparent;
}

.btn-outline-darkblue {
  color: #4D53E0;
  border-color: #4D53E0;
}
.btn-outline-darkblue:hover {
  color: #fff;
  background-color: #4D53E0;
  border-color: #4D53E0;
}
.btn-check:focus + .btn-outline-darkblue, .btn-outline-darkblue:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(77, 83, 224, 0.5);
          box-shadow: 0 0 0 0 rgba(77, 83, 224, 0.5);
}
.btn-check:checked + .btn-outline-darkblue, .btn-check:active + .btn-outline-darkblue, .btn-outline-darkblue:active, .btn-outline-darkblue.active, .btn-outline-darkblue.dropdown-toggle.show {
  color: #fff;
  background-color: #4D53E0;
  border-color: #4D53E0;
}
.btn-check:checked + .btn-outline-darkblue:focus, .btn-check:active + .btn-outline-darkblue:focus, .btn-outline-darkblue:active:focus, .btn-outline-darkblue.active:focus, .btn-outline-darkblue.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(77, 83, 224, 0.5);
          box-shadow: none, 0 0 0 0 rgba(77, 83, 224, 0.5);
}
.btn-outline-darkblue:disabled, .btn-outline-darkblue.disabled {
  color: #4D53E0;
  background-color: transparent;
}

.btn-outline-purple {
  color: #BE71D5;
  border-color: #BE71D5;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #BE71D5;
  border-color: #BE71D5;
}
.btn-check:focus + .btn-outline-purple, .btn-outline-purple:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(190, 113, 213, 0.5);
          box-shadow: 0 0 0 0 rgba(190, 113, 213, 0.5);
}
.btn-check:checked + .btn-outline-purple, .btn-check:active + .btn-outline-purple, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.dropdown-toggle.show {
  color: #fff;
  background-color: #BE71D5;
  border-color: #BE71D5;
}
.btn-check:checked + .btn-outline-purple:focus, .btn-check:active + .btn-outline-purple:focus, .btn-outline-purple:active:focus, .btn-outline-purple.active:focus, .btn-outline-purple.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(190, 113, 213, 0.5);
          box-shadow: none, 0 0 0 0 rgba(190, 113, 213, 0.5);
}
.btn-outline-purple:disabled, .btn-outline-purple.disabled {
  color: #BE71D5;
  background-color: transparent;
}

.btn-outline-green {
  color: #62CA76;
  border-color: #62CA76;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #62CA76;
  border-color: #62CA76;
}
.btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(98, 202, 118, 0.5);
          box-shadow: 0 0 0 0 rgba(98, 202, 118, 0.5);
}
.btn-check:checked + .btn-outline-green, .btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
  color: #fff;
  background-color: #62CA76;
  border-color: #62CA76;
}
.btn-check:checked + .btn-outline-green:focus, .btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
  -webkit-box-shadow: none, 0 0 0 0 rgba(98, 202, 118, 0.5);
          box-shadow: none, 0 0 0 0 rgba(98, 202, 118, 0.5);
}
.btn-outline-green:disabled, .btn-outline-green.disabled {
  color: #62CA76;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0a99b0;
  text-decoration: none;
}
.btn-link:hover {
  color: #087a8d;
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #828282;
}

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
}

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0;
}

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.625rem 0.625rem;
  margin: 0;
  font-size: 0.875rem;
  color: #959595;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: 0px 20px 100px rgba(58, 66, 118, 0.05);
          box-shadow: 0px 20px 100px rgba(58, 66, 118, 0.05);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

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

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.625rem 0.9375rem;
  clear: both;
  font-weight: 400;
  color: #959595;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #0a99b0;
  background-color: #F5F5F5;
}
.dropdown-item.active, .dropdown-item:active {
  color: #0a99b0;
  text-decoration: none;
  background-color: #F5F5F5;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #828282;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.625rem 0.9375rem;
  color: #959595;
}

.dropdown-menu-dark {
  color: #DDDDDD;
  background-color: #333333;
  border-color: #DDDDDD;
}
.dropdown-menu-dark .dropdown-item {
  color: #DDDDDD;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #0a99b0;
  background-color: #F5F5F5;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: #DDDDDD;
}
.dropdown-menu-dark .dropdown-item-text {
  color: #DDDDDD;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group &gt; .btn-check:checked + .btn,
.btn-group &gt; .btn-check:focus + .btn,
.btn-group &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn-check:checked + .btn,
.btn-group-vertical &gt; .btn-check:focus + .btn,
.btn-group-vertical &gt; .btn:hover,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: -1px;
}
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

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

.btn-group.show .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-group.show .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group {
  width: 100%;
}
.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) {
  margin-top: -1px;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.9375rem 1.25rem;
  font-weight: 600;
  color: #828282;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a99b0;
}
.nav-link.disabled {
  color: #828282;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #DDDDDD;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #ECE9F1 #ECE9F1 #DDDDDD;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #828282;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4F4F4F;
  background-color: #F5F5F5;
  border-color: #DDDDDD #DDDDDD #F5F5F5;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #0a99b0;
  background-color: #fff;
}

.nav-fill &gt; .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified &gt; .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar &gt; .container,
.navbar &gt; .container-fluid,
.navbar &gt; .container-sm,
.navbar &gt; .container-md,
.navbar &gt; .container-lg,
.navbar &gt; .container-xl,
.navbar &gt; .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.84375rem;
  padding-bottom: 0.84375rem;
  margin-right: 1rem;
  font-size: 1rem;
  white-space: nowrap;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
          transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
}
.card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}
.card &gt; .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card &gt; .list-group:first-child {
  border-top-width: 0;
}
.card &gt; .list-group:last-child {
  border-bottom-width: 0;
}
.card &gt; .card-header + .list-group,
.card &gt; .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem 1.25rem;
}

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

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

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

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.625rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  padding: 0.625rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.625rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

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

.card-group &gt; .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group &gt; .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: #959595;
  text-align: left;
  background-color: #F5F5F5;
  border: 0;
  overflow-anchor: none;
  -webkit-transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out, border-radius 0.15s ease;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #098a9e;
  background-color: white;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23098a9e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23959595'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #0a99b0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #828282;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #828282;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0a99b0;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #087a8d;
  background-color: #ECE9F1;
  border-color: #DDDDDD;
}
.page-link:focus {
  z-index: 3;
  color: #087a8d;
  background-color: #ECE9F1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #0a99b0;
  background-color: #fff;
  border-color: #fff;
}
.page-item.disabled .page-link {
  color: #828282;
  pointer-events: none;
  background-color: #fff;
  border-color: #DDDDDD;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.badge {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #065c6a;
  background-color: #ceebef;
  border-color: #b6e0e7;
}
.alert-primary .alert-link {
  color: #054a55;
}

.alert-secondary {
  color: #595959;
  background-color: #eaeaea;
  border-color: #dfdfdf;
}
.alert-secondary .alert-link {
  color: #474747;
}

.alert-success {
  color: #266440;
  background-color: #d9ede1;
  border-color: #c5e4d3;
}
.alert-success .alert-link {
  color: #1e5033;
}

.alert-info {
  color: #2e3286;
  background-color: #dbddf9;
  border-color: #cacbf6;
}
.alert-info .alert-link {
  color: #25286b;
}

.alert-warning {
  color: #995520;
  background-color: #ffe8d7;
  border-color: #ffddc3;
}
.alert-warning .alert-link {
  color: #7a441a;
}

.alert-danger {
  color: #8e3b34;
  background-color: #fbe0dd;
  border-color: #f9d0cd;
}
.alert-danger .alert-link {
  color: #722f2a;
}

.alert-light {
  color: #939393;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-light .alert-link {
  color: #767676;
}

.alert-dark {
  color: #171717;
  background-color: #d4d4d4;
  border-color: #bebebe;
}
.alert-dark .alert-link {
  color: #121212;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b3b3b3;
}
.alert-black .alert-link {
  color: black;
}

.alert-white {
  color: #999999;
  background-color: white;
  border-color: white;
}
.alert-white .alert-link {
  color: #7a7a7a;
}

.alert-pink {
  color: #99343e;
  background-color: #ffdde1;
  border-color: #ffccd2;
}
.alert-pink .alert-link {
  color: #7a2a32;
}

.alert-blue {
  color: #278088;
  background-color: #d9f7f9;
  border-color: #c6f2f6;
}
.alert-blue .alert-link {
  color: #1f666d;
}

.alert-darkblue {
  color: #2e3286;
  background-color: #dbddf9;
  border-color: #cacbf6;
}
.alert-darkblue .alert-link {
  color: #25286b;
}

.alert-purple {
  color: #724480;
  background-color: #f2e3f7;
  border-color: #ecd4f2;
}
.alert-purple .alert-link {
  color: #5b3666;
}

.alert-green {
  color: #3b7947;
  background-color: #e0f4e4;
  border-color: #d0efd6;
}
.alert-green .alert-link {
  color: #2f6139;
}

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #ECE9F1;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0a99b0;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered &gt; li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.9375rem 1.25rem;
  color: #959595;
  background-color: #fff;
  border: 1px solid #DDDDDD;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #828282;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #0a99b0;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal &gt; .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal &gt; .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal &gt; .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm &gt; .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md &gt; .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg &gt; .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl &gt; .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl &gt; .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush &gt; .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush &gt; .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #065c6a;
  background-color: #ceebef;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #065c6a;
  background-color: #b9d4d7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #065c6a;
  border-color: #065c6a;
}

.list-group-item-secondary {
  color: #595959;
  background-color: #eaeaea;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #595959;
  background-color: lightgray;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #595959;
  border-color: #595959;
}

.list-group-item-success {
  color: #266440;
  background-color: #d9ede1;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #266440;
  background-color: #c3d5cb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #266440;
  border-color: #266440;
}

.list-group-item-info {
  color: #2e3286;
  background-color: #dbddf9;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2e3286;
  background-color: #c5c7e0;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2e3286;
  border-color: #2e3286;
}

.list-group-item-warning {
  color: #995520;
  background-color: #ffe8d7;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #995520;
  background-color: #e6d1c2;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #995520;
  border-color: #995520;
}

.list-group-item-danger {
  color: #8e3b34;
  background-color: #fbe0dd;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #8e3b34;
  background-color: #e2cac7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #8e3b34;
  border-color: #8e3b34;
}

.list-group-item-light {
  color: #939393;
  background-color: #fdfdfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #939393;
  background-color: #e4e4e4;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #939393;
  border-color: #939393;
}

.list-group-item-dark {
  color: #171717;
  background-color: #d4d4d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #171717;
  background-color: #bfbfbf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #171717;
  border-color: #171717;
}

.list-group-item-black {
  color: black;
  background-color: #cccccc;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-white {
  color: #999999;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #999999;
  background-color: #e6e6e6;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}

.list-group-item-pink {
  color: #99343e;
  background-color: #ffdde1;
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #99343e;
  background-color: #e6c7cb;
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #99343e;
  border-color: #99343e;
}

.list-group-item-blue {
  color: #278088;
  background-color: #d9f7f9;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #278088;
  background-color: #c3dee0;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #278088;
  border-color: #278088;
}

.list-group-item-darkblue {
  color: #2e3286;
  background-color: #dbddf9;
}
.list-group-item-darkblue.list-group-item-action:hover, .list-group-item-darkblue.list-group-item-action:focus {
  color: #2e3286;
  background-color: #c5c7e0;
}
.list-group-item-darkblue.list-group-item-action.active {
  color: #fff;
  background-color: #2e3286;
  border-color: #2e3286;
}

.list-group-item-purple {
  color: #724480;
  background-color: #f2e3f7;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #724480;
  background-color: #daccde;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #724480;
  border-color: #724480;
}

.list-group-item-green {
  color: #3b7947;
  background-color: #e0f4e4;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #3b7947;
  background-color: #cadccd;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #3b7947;
  border-color: #3b7947;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  opacity: 1;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.75;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container &gt; :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  color: #828282;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

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

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #DDDDDD;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  outline: 0;
}

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #DDDDDD;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #DDDDDD;
}
.modal-footer &gt; * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-content {
    -webkit-box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #0a99b0;
}

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

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #0a99b0;
}

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.375rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #0a99b0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] &gt; .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #262626;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

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

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

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

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}

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

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 0 solid #DDDDDD;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 0 solid #DDDDDD;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 0 solid #DDDDDD;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 0 solid #DDDDDD;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.offcanvas.show {
  -webkit-transform: none;
          transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

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

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

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

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

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

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0a99b0;
}
.link-primary:hover, .link-primary:focus {
  color: #087a8d;
}

.link-secondary {
  color: #959595;
}
.link-secondary:hover, .link-secondary:focus {
  color: #777777;
}

.link-success {
  color: #3FA66B;
}
.link-success:hover, .link-success:focus {
  color: #328556;
}

.link-info {
  color: #4D53E0;
}
.link-info:hover, .link-info:focus {
  color: #3e42b3;
}

.link-warning {
  color: #FF8E36;
}
.link-warning:hover, .link-warning:focus {
  color: #cc722b;
}

.link-danger {
  color: #EC6357;
}
.link-danger:hover, .link-danger:focus {
  color: #bd4f46;
}

.link-light {
  color: #F5F5F5;
}
.link-light:hover, .link-light:focus {
  color: #c4c4c4;
}

.link-dark {
  color: #262626;
}
.link-dark:hover, .link-dark:focus {
  color: #1e1e1e;
}

.link-black {
  color: #000;
}
.link-black:hover, .link-black:focus {
  color: black;
}

.link-white {
  color: #fff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-pink {
  color: #FF5668;
}
.link-pink:hover, .link-pink:focus {
  color: #cc4553;
}

.link-blue {
  color: #41D5E2;
}
.link-blue:hover, .link-blue:focus {
  color: #34aab5;
}

.link-darkblue {
  color: #4D53E0;
}
.link-darkblue:hover, .link-darkblue:focus {
  color: #3e42b3;
}

.link-purple {
  color: #BE71D5;
}
.link-purple:hover, .link-purple:focus {
  color: #985aaa;
}

.link-green {
  color: #62CA76;
}
.link-green:hover, .link-green:focus {
  color: #4ea25e;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio &gt; * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 1;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

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

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

.o-0 {
  opacity: 0 !important;
}

.o-25 {
  opacity: 0.25 !important;
}

.o-50 {
  opacity: 0.5 !important;
}

.o-75 {
  opacity: 0.75 !important;
}

.o-100 {
  opacity: 1 !important;
}

.o-10 {
  opacity: 0.1 !important;
}

.o-20 {
  opacity: 0.2 !important;
}

.o-30 {
  opacity: 0.3 !important;
}

.o-40 {
  opacity: 0.4 !important;
}

.o-60 {
  opacity: 0.6 !important;
}

.o-70 {
  opacity: 0.7 !important;
}

.o-80 {
  opacity: 0.8 !important;
}

.o-90 {
  opacity: 0.9 !important;
}

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

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

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

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

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

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

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

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.shadow {
  -webkit-box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0px 15px 60px rgba(51, 51, 51, 0.1) !important;
          box-shadow: 0px 15px 60px rgba(51, 51, 51, 0.1) !important;
}

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

.shadow-inset {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !important;
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !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;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0a99b0 !important;
}

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

.border-success {
  border-color: #3FA66B !important;
}

.border-info {
  border-color: #4D53E0 !important;
}

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

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

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

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

.border-black {
  border-color: #000 !important;
}

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

.border-pink {
  border-color: #FF5668 !important;
}

.border-blue {
  border-color: #41D5E2 !important;
}

.border-darkblue {
  border-color: #4D53E0 !important;
}

.border-purple {
  border-color: #BE71D5 !important;
}

.border-green {
  border-color: #62CA76 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

.w-14px {
  width: 14px !important;
}

.w-20px {
  width: 20px !important;
}

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

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

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

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

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

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

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

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

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

.h-14px {
  height: 14px !important;
}

.h-20px {
  height: 20px !important;
}

.h-350px {
  height: 350px !important;
}

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

.max-h-160px {
  max-height: 160px !important;
}

.max-h-200px {
  max-height: 200px !important;
}

.max-h-350px {
  max-height: 350px !important;
}

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

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

.gap-1 {
  gap: 5px !important;
}

.gap-2 {
  gap: 10px !important;
}

.gap-3 {
  gap: 15px !important;
}

.gap-4 {
  gap: 20px !important;
}

.gap-5 {
  gap: 25px !important;
}

.gap-6 {
  gap: 30px !important;
}

.gap-7 {
  gap: 50px !important;
}

.gap-8 {
  gap: 75px !important;
}

.gap-9 {
  gap: 100px !important;
}

.gap-10 {
  gap: 125px !important;
}

.gap-11 {
  gap: 150px !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

.m-1 {
  margin: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.m-4 {
  margin: 20px !important;
}

.m-5 {
  margin: 25px !important;
}

.m-6 {
  margin: 30px !important;
}

.m-7 {
  margin: 50px !important;
}

.m-8 {
  margin: 75px !important;
}

.m-9 {
  margin: 100px !important;
}

.m-10 {
  margin: 125px !important;
}

.m-11 {
  margin: 150px !important;
}

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

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

.mx-1 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-2 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-3 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-4 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-5 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mx-6 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-7 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mx-8 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.mx-9 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.mx-10 {
  margin-right: 125px !important;
  margin-left: 125px !important;
}

.mx-11 {
  margin-right: 150px !important;
  margin-left: 150px !important;
}

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

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

.my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-7 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-8 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my-9 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-10 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.my-11 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

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

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

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.mt-7 {
  margin-top: 50px !important;
}

.mt-8 {
  margin-top: 75px !important;
}

.mt-9 {
  margin-top: 100px !important;
}

.mt-10 {
  margin-top: 125px !important;
}

.mt-11 {
  margin-top: 150px !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 5px !important;
}

.me-2 {
  margin-right: 10px !important;
}

.me-3 {
  margin-right: 15px !important;
}

.me-4 {
  margin-right: 20px !important;
}

.me-5 {
  margin-right: 25px !important;
}

.me-6 {
  margin-right: 30px !important;
}

.me-7 {
  margin-right: 50px !important;
}

.me-8 {
  margin-right: 75px !important;
}

.me-9 {
  margin-right: 100px !important;
}

.me-10 {
  margin-right: 125px !important;
}

.me-11 {
  margin-right: 150px !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.mb-7 {
  margin-bottom: 50px !important;
}

.mb-8 {
  margin-bottom: 75px !important;
}

.mb-9 {
  margin-bottom: 100px !important;
}

.mb-10 {
  margin-bottom: 125px !important;
}

.mb-11 {
  margin-bottom: 150px !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 5px !important;
}

.ms-2 {
  margin-left: 10px !important;
}

.ms-3 {
  margin-left: 15px !important;
}

.ms-4 {
  margin-left: 20px !important;
}

.ms-5 {
  margin-left: 25px !important;
}

.ms-6 {
  margin-left: 30px !important;
}

.ms-7 {
  margin-left: 50px !important;
}

.ms-8 {
  margin-left: 75px !important;
}

.ms-9 {
  margin-left: 100px !important;
}

.ms-10 {
  margin-left: 125px !important;
}

.ms-11 {
  margin-left: 150px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -5px !important;
}

.m-n2 {
  margin: -10px !important;
}

.m-n3 {
  margin: -15px !important;
}

.m-n4 {
  margin: -20px !important;
}

.m-n5 {
  margin: -25px !important;
}

.m-n6 {
  margin: -30px !important;
}

.m-n7 {
  margin: -50px !important;
}

.m-n8 {
  margin: -75px !important;
}

.m-n9 {
  margin: -100px !important;
}

.m-n10 {
  margin: -125px !important;
}

.m-n11 {
  margin: -150px !important;
}

.mx-n1 {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.mx-n2 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.mx-n3 {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.mx-n4 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.mx-n5 {
  margin-right: -25px !important;
  margin-left: -25px !important;
}

.mx-n6 {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.mx-n7 {
  margin-right: -50px !important;
  margin-left: -50px !important;
}

.mx-n8 {
  margin-right: -75px !important;
  margin-left: -75px !important;
}

.mx-n9 {
  margin-right: -100px !important;
  margin-left: -100px !important;
}

.mx-n10 {
  margin-right: -125px !important;
  margin-left: -125px !important;
}

.mx-n11 {
  margin-right: -150px !important;
  margin-left: -150px !important;
}

.my-n1 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.my-n2 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.my-n3 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.my-n4 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.my-n5 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.my-n6 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.my-n7 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.my-n8 {
  margin-top: -75px !important;
  margin-bottom: -75px !important;
}

.my-n9 {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}

.my-n10 {
  margin-top: -125px !important;
  margin-bottom: -125px !important;
}

.my-n11 {
  margin-top: -150px !important;
  margin-bottom: -150px !important;
}

.mt-n1 {
  margin-top: -5px !important;
}

.mt-n2 {
  margin-top: -10px !important;
}

.mt-n3 {
  margin-top: -15px !important;
}

.mt-n4 {
  margin-top: -20px !important;
}

.mt-n5 {
  margin-top: -25px !important;
}

.mt-n6 {
  margin-top: -30px !important;
}

.mt-n7 {
  margin-top: -50px !important;
}

.mt-n8 {
  margin-top: -75px !important;
}

.mt-n9 {
  margin-top: -100px !important;
}

.mt-n10 {
  margin-top: -125px !important;
}

.mt-n11 {
  margin-top: -150px !important;
}

.me-n1 {
  margin-right: -5px !important;
}

.me-n2 {
  margin-right: -10px !important;
}

.me-n3 {
  margin-right: -15px !important;
}

.me-n4 {
  margin-right: -20px !important;
}

.me-n5 {
  margin-right: -25px !important;
}

.me-n6 {
  margin-right: -30px !important;
}

.me-n7 {
  margin-right: -50px !important;
}

.me-n8 {
  margin-right: -75px !important;
}

.me-n9 {
  margin-right: -100px !important;
}

.me-n10 {
  margin-right: -125px !important;
}

.me-n11 {
  margin-right: -150px !important;
}

.mb-n1 {
  margin-bottom: -5px !important;
}

.mb-n2 {
  margin-bottom: -10px !important;
}

.mb-n3 {
  margin-bottom: -15px !important;
}

.mb-n4 {
  margin-bottom: -20px !important;
}

.mb-n5 {
  margin-bottom: -25px !important;
}

.mb-n6 {
  margin-bottom: -30px !important;
}

.mb-n7 {
  margin-bottom: -50px !important;
}

.mb-n8 {
  margin-bottom: -75px !important;
}

.mb-n9 {
  margin-bottom: -100px !important;
}

.mb-n10 {
  margin-bottom: -125px !important;
}

.mb-n11 {
  margin-bottom: -150px !important;
}

.ms-n1 {
  margin-left: -5px !important;
}

.ms-n2 {
  margin-left: -10px !important;
}

.ms-n3 {
  margin-left: -15px !important;
}

.ms-n4 {
  margin-left: -20px !important;
}

.ms-n5 {
  margin-left: -25px !important;
}

.ms-n6 {
  margin-left: -30px !important;
}

.ms-n7 {
  margin-left: -50px !important;
}

.ms-n8 {
  margin-left: -75px !important;
}

.ms-n9 {
  margin-left: -100px !important;
}

.ms-n10 {
  margin-left: -125px !important;
}

.ms-n11 {
  margin-left: -150px !important;
}

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

.p-1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.p-4 {
  padding: 20px !important;
}

.p-5 {
  padding: 25px !important;
}

.p-6 {
  padding: 30px !important;
}

.p-7 {
  padding: 50px !important;
}

.p-8 {
  padding: 75px !important;
}

.p-9 {
  padding: 100px !important;
}

.p-10 {
  padding: 125px !important;
}

.p-11 {
  padding: 150px !important;
}

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

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

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

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

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

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

.px-6 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-7 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.px-8 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}

.px-9 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.px-10 {
  padding-right: 125px !important;
  padding-left: 125px !important;
}

.px-11 {
  padding-right: 150px !important;
  padding-left: 150px !important;
}

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

.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-6 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-7 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-8 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py-9 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-10 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.py-11 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

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

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pt-6 {
  padding-top: 30px !important;
}

.pt-7 {
  padding-top: 50px !important;
}

.pt-8 {
  padding-top: 75px !important;
}

.pt-9 {
  padding-top: 100px !important;
}

.pt-10 {
  padding-top: 125px !important;
}

.pt-11 {
  padding-top: 150px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 5px !important;
}

.pe-2 {
  padding-right: 10px !important;
}

.pe-3 {
  padding-right: 15px !important;
}

.pe-4 {
  padding-right: 20px !important;
}

.pe-5 {
  padding-right: 25px !important;
}

.pe-6 {
  padding-right: 30px !important;
}

.pe-7 {
  padding-right: 50px !important;
}

.pe-8 {
  padding-right: 75px !important;
}

.pe-9 {
  padding-right: 100px !important;
}

.pe-10 {
  padding-right: 125px !important;
}

.pe-11 {
  padding-right: 150px !important;
}

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

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.pb-6 {
  padding-bottom: 30px !important;
}

.pb-7 {
  padding-bottom: 50px !important;
}

.pb-8 {
  padding-bottom: 75px !important;
}

.pb-9 {
  padding-bottom: 100px !important;
}

.pb-10 {
  padding-bottom: 125px !important;
}

.pb-11 {
  padding-bottom: 150px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 5px !important;
}

.ps-2 {
  padding-left: 10px !important;
}

.ps-3 {
  padding-left: 15px !important;
}

.ps-4 {
  padding-left: 20px !important;
}

.ps-5 {
  padding-left: 25px !important;
}

.ps-6 {
  padding-left: 30px !important;
}

.ps-7 {
  padding-left: 50px !important;
}

.ps-8 {
  padding-left: 75px !important;
}

.ps-9 {
  padding-left: 100px !important;
}

.ps-10 {
  padding-left: 125px !important;
}

.ps-11 {
  padding-left: 150px !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

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

.fs-2 {
  font-size: 1.75rem !important;
}

.fs-3 {
  font-size: 1.625rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

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

.fs-7 {
  font-size: 0.9375rem !important;
}

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

.fs-9 {
  font-size: 0.875rem !important;
}

.fs-10 {
  font-size: 0.75rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

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

.lh-base {
  line-height: 1.5 !important;
}

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

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #4F4F4F !important;
}

.text-muted-hover:hover {
  color: #4F4F4F !important;
}

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

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

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

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

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

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

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

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

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

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

.text-opacity-10 {
  --bs-text-opacity: 0.1;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-opacity-20 {
  --bs-bg-opacity: 0.2;
}

.bg-opacity-30 {
  --bs-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --bs-bg-opacity: 0.4;
}

.bg-opacity-60 {
  --bs-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --bs-bg-opacity: 0.7;
}

.bg-opacity-80 {
  --bs-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --bs-bg-opacity: 0.9;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

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

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

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.zindex-n1 {
  z-index: -1 !important;
}

.zindex-0 {
  z-index: 0 !important;
}

.zindex-1 {
  z-index: 1 !important;
}

.zindex-2 {
  z-index: 2 !important;
}

.zindex-3 {
  z-index: 3 !important;
}

.zindex-4 {
  z-index: 5 !important;
}

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

.min-w-70px {
  min-width: 70px !important;
}

.min-w-150px {
  min-width: 150px !important;
}

.min-w-300px {
  min-width: 300px !important;
}

.lyt-min-vw-100 {
  min-width: calc(100vw - 30px) !important;
}

.lyt-min-vh-100 {
  min-height: calc(100vh - 30px) !important;
}

.ls-base {
  letter-spacing: 0.05px !important;
}

.ls-lg {
  letter-spacing: 0.5px !important;
}

.ls-xl {
  letter-spacing: 1px !important;
}

.of-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.of-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.of-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.of-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.op-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.op-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.op-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.op-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.op-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.c-auto {
  cursor: auto !important;
}

.c-pointer {
  cursor: pointer !important;
}

.c-grab {
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

.transform-none {
  -webkit-transform: none !important;
          transform: none !important;
}

.mbm-multiply {
  mix-blend-mode: multiply !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .border-sm {
    border: 1px solid #DDDDDD !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-top-sm {
    border-top: 1px solid #DDDDDD !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .border-end-sm {
    border-right: 1px solid #DDDDDD !important;
  }
  .border-end-sm-0 {
    border-right: 0 !important;
  }
  .border-bottom-sm {
    border-bottom: 1px solid #DDDDDD !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .border-start-sm {
    border-left: 1px solid #DDDDDD !important;
  }
  .border-start-sm-0 {
    border-left: 0 !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-14px {
    width: 14px !important;
  }
  .w-sm-20px {
    width: 20px !important;
  }
  .w-sm-25px {
    width: 25px !important;
  }
  .max-w-sm-100 {
    max-width: 100% !important;
  }
  .vw-sm-100 {
    width: 100vw !important;
  }
  .min-vw-sm-100 {
    min-width: 100vw !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-14px {
    height: 14px !important;
  }
  .h-sm-20px {
    height: 20px !important;
  }
  .h-sm-350px {
    height: 350px !important;
  }
  .max-h-sm-100 {
    max-height: 100% !important;
  }
  .max-h-sm-160px {
    max-height: 160px !important;
  }
  .max-h-sm-200px {
    max-height: 200px !important;
  }
  .max-h-sm-350px {
    max-height: 350px !important;
  }
  .vh-sm-100 {
    height: 100vh !important;
  }
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  .min-vh-sm-auto {
    min-height: auto !important;
  }
  .min-vh-sm-120 {
    min-height: 120vh !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 5px !important;
  }
  .gap-sm-2 {
    gap: 10px !important;
  }
  .gap-sm-3 {
    gap: 15px !important;
  }
  .gap-sm-4 {
    gap: 20px !important;
  }
  .gap-sm-5 {
    gap: 25px !important;
  }
  .gap-sm-6 {
    gap: 30px !important;
  }
  .gap-sm-7 {
    gap: 50px !important;
  }
  .gap-sm-8 {
    gap: 75px !important;
  }
  .gap-sm-9 {
    gap: 100px !important;
  }
  .gap-sm-10 {
    gap: 125px !important;
  }
  .gap-sm-11 {
    gap: 150px !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 5px !important;
  }
  .m-sm-2 {
    margin: 10px !important;
  }
  .m-sm-3 {
    margin: 15px !important;
  }
  .m-sm-4 {
    margin: 20px !important;
  }
  .m-sm-5 {
    margin: 25px !important;
  }
  .m-sm-6 {
    margin: 30px !important;
  }
  .m-sm-7 {
    margin: 50px !important;
  }
  .m-sm-8 {
    margin: 75px !important;
  }
  .m-sm-9 {
    margin: 100px !important;
  }
  .m-sm-10 {
    margin: 125px !important;
  }
  .m-sm-11 {
    margin: 150px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-sm-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-sm-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-sm-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-5 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-sm-6 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-7 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-sm-8 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-sm-9 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-sm-10 {
    margin-right: 125px !important;
    margin-left: 125px !important;
  }
  .mx-sm-11 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-sm-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-sm-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-sm-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-7 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-sm-8 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-sm-9 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-sm-10 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .my-sm-11 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 5px !important;
  }
  .mt-sm-2 {
    margin-top: 10px !important;
  }
  .mt-sm-3 {
    margin-top: 15px !important;
  }
  .mt-sm-4 {
    margin-top: 20px !important;
  }
  .mt-sm-5 {
    margin-top: 25px !important;
  }
  .mt-sm-6 {
    margin-top: 30px !important;
  }
  .mt-sm-7 {
    margin-top: 50px !important;
  }
  .mt-sm-8 {
    margin-top: 75px !important;
  }
  .mt-sm-9 {
    margin-top: 100px !important;
  }
  .mt-sm-10 {
    margin-top: 125px !important;
  }
  .mt-sm-11 {
    margin-top: 150px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 5px !important;
  }
  .me-sm-2 {
    margin-right: 10px !important;
  }
  .me-sm-3 {
    margin-right: 15px !important;
  }
  .me-sm-4 {
    margin-right: 20px !important;
  }
  .me-sm-5 {
    margin-right: 25px !important;
  }
  .me-sm-6 {
    margin-right: 30px !important;
  }
  .me-sm-7 {
    margin-right: 50px !important;
  }
  .me-sm-8 {
    margin-right: 75px !important;
  }
  .me-sm-9 {
    margin-right: 100px !important;
  }
  .me-sm-10 {
    margin-right: 125px !important;
  }
  .me-sm-11 {
    margin-right: 150px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 5px !important;
  }
  .mb-sm-2 {
    margin-bottom: 10px !important;
  }
  .mb-sm-3 {
    margin-bottom: 15px !important;
  }
  .mb-sm-4 {
    margin-bottom: 20px !important;
  }
  .mb-sm-5 {
    margin-bottom: 25px !important;
  }
  .mb-sm-6 {
    margin-bottom: 30px !important;
  }
  .mb-sm-7 {
    margin-bottom: 50px !important;
  }
  .mb-sm-8 {
    margin-bottom: 75px !important;
  }
  .mb-sm-9 {
    margin-bottom: 100px !important;
  }
  .mb-sm-10 {
    margin-bottom: 125px !important;
  }
  .mb-sm-11 {
    margin-bottom: 150px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 5px !important;
  }
  .ms-sm-2 {
    margin-left: 10px !important;
  }
  .ms-sm-3 {
    margin-left: 15px !important;
  }
  .ms-sm-4 {
    margin-left: 20px !important;
  }
  .ms-sm-5 {
    margin-left: 25px !important;
  }
  .ms-sm-6 {
    margin-left: 30px !important;
  }
  .ms-sm-7 {
    margin-left: 50px !important;
  }
  .ms-sm-8 {
    margin-left: 75px !important;
  }
  .ms-sm-9 {
    margin-left: 100px !important;
  }
  .ms-sm-10 {
    margin-left: 125px !important;
  }
  .ms-sm-11 {
    margin-left: 150px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -5px !important;
  }
  .m-sm-n2 {
    margin: -10px !important;
  }
  .m-sm-n3 {
    margin: -15px !important;
  }
  .m-sm-n4 {
    margin: -20px !important;
  }
  .m-sm-n5 {
    margin: -25px !important;
  }
  .m-sm-n6 {
    margin: -30px !important;
  }
  .m-sm-n7 {
    margin: -50px !important;
  }
  .m-sm-n8 {
    margin: -75px !important;
  }
  .m-sm-n9 {
    margin: -100px !important;
  }
  .m-sm-n10 {
    margin: -125px !important;
  }
  .m-sm-n11 {
    margin: -150px !important;
  }
  .mx-sm-n1 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-sm-n2 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-sm-n3 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-sm-n4 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-sm-n5 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .mx-sm-n6 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-sm-n7 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-sm-n8 {
    margin-right: -75px !important;
    margin-left: -75px !important;
  }
  .mx-sm-n9 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-sm-n10 {
    margin-right: -125px !important;
    margin-left: -125px !important;
  }
  .mx-sm-n11 {
    margin-right: -150px !important;
    margin-left: -150px !important;
  }
  .my-sm-n1 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-sm-n2 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-sm-n3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-sm-n4 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-sm-n5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .my-sm-n6 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-sm-n7 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-sm-n8 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .my-sm-n9 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-sm-n10 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }
  .my-sm-n11 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }
  .mt-sm-n1 {
    margin-top: -5px !important;
  }
  .mt-sm-n2 {
    margin-top: -10px !important;
  }
  .mt-sm-n3 {
    margin-top: -15px !important;
  }
  .mt-sm-n4 {
    margin-top: -20px !important;
  }
  .mt-sm-n5 {
    margin-top: -25px !important;
  }
  .mt-sm-n6 {
    margin-top: -30px !important;
  }
  .mt-sm-n7 {
    margin-top: -50px !important;
  }
  .mt-sm-n8 {
    margin-top: -75px !important;
  }
  .mt-sm-n9 {
    margin-top: -100px !important;
  }
  .mt-sm-n10 {
    margin-top: -125px !important;
  }
  .mt-sm-n11 {
    margin-top: -150px !important;
  }
  .me-sm-n1 {
    margin-right: -5px !important;
  }
  .me-sm-n2 {
    margin-right: -10px !important;
  }
  .me-sm-n3 {
    margin-right: -15px !important;
  }
  .me-sm-n4 {
    margin-right: -20px !important;
  }
  .me-sm-n5 {
    margin-right: -25px !important;
  }
  .me-sm-n6 {
    margin-right: -30px !important;
  }
  .me-sm-n7 {
    margin-right: -50px !important;
  }
  .me-sm-n8 {
    margin-right: -75px !important;
  }
  .me-sm-n9 {
    margin-right: -100px !important;
  }
  .me-sm-n10 {
    margin-right: -125px !important;
  }
  .me-sm-n11 {
    margin-right: -150px !important;
  }
  .mb-sm-n1 {
    margin-bottom: -5px !important;
  }
  .mb-sm-n2 {
    margin-bottom: -10px !important;
  }
  .mb-sm-n3 {
    margin-bottom: -15px !important;
  }
  .mb-sm-n4 {
    margin-bottom: -20px !important;
  }
  .mb-sm-n5 {
    margin-bottom: -25px !important;
  }
  .mb-sm-n6 {
    margin-bottom: -30px !important;
  }
  .mb-sm-n7 {
    margin-bottom: -50px !important;
  }
  .mb-sm-n8 {
    margin-bottom: -75px !important;
  }
  .mb-sm-n9 {
    margin-bottom: -100px !important;
  }
  .mb-sm-n10 {
    margin-bottom: -125px !important;
  }
  .mb-sm-n11 {
    margin-bottom: -150px !important;
  }
  .ms-sm-n1 {
    margin-left: -5px !important;
  }
  .ms-sm-n2 {
    margin-left: -10px !important;
  }
  .ms-sm-n3 {
    margin-left: -15px !important;
  }
  .ms-sm-n4 {
    margin-left: -20px !important;
  }
  .ms-sm-n5 {
    margin-left: -25px !important;
  }
  .ms-sm-n6 {
    margin-left: -30px !important;
  }
  .ms-sm-n7 {
    margin-left: -50px !important;
  }
  .ms-sm-n8 {
    margin-left: -75px !important;
  }
  .ms-sm-n9 {
    margin-left: -100px !important;
  }
  .ms-sm-n10 {
    margin-left: -125px !important;
  }
  .ms-sm-n11 {
    margin-left: -150px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 5px !important;
  }
  .p-sm-2 {
    padding: 10px !important;
  }
  .p-sm-3 {
    padding: 15px !important;
  }
  .p-sm-4 {
    padding: 20px !important;
  }
  .p-sm-5 {
    padding: 25px !important;
  }
  .p-sm-6 {
    padding: 30px !important;
  }
  .p-sm-7 {
    padding: 50px !important;
  }
  .p-sm-8 {
    padding: 75px !important;
  }
  .p-sm-9 {
    padding: 100px !important;
  }
  .p-sm-10 {
    padding: 125px !important;
  }
  .p-sm-11 {
    padding: 150px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-sm-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-sm-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-sm-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-5 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-sm-6 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-7 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-sm-8 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-sm-9 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-sm-10 {
    padding-right: 125px !important;
    padding-left: 125px !important;
  }
  .px-sm-11 {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-sm-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-sm-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-sm-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-7 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-sm-8 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-sm-9 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-sm-10 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .py-sm-11 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 5px !important;
  }
  .pt-sm-2 {
    padding-top: 10px !important;
  }
  .pt-sm-3 {
    padding-top: 15px !important;
  }
  .pt-sm-4 {
    padding-top: 20px !important;
  }
  .pt-sm-5 {
    padding-top: 25px !important;
  }
  .pt-sm-6 {
    padding-top: 30px !important;
  }
  .pt-sm-7 {
    padding-top: 50px !important;
  }
  .pt-sm-8 {
    padding-top: 75px !important;
  }
  .pt-sm-9 {
    padding-top: 100px !important;
  }
  .pt-sm-10 {
    padding-top: 125px !important;
  }
  .pt-sm-11 {
    padding-top: 150px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 5px !important;
  }
  .pe-sm-2 {
    padding-right: 10px !important;
  }
  .pe-sm-3 {
    padding-right: 15px !important;
  }
  .pe-sm-4 {
    padding-right: 20px !important;
  }
  .pe-sm-5 {
    padding-right: 25px !important;
  }
  .pe-sm-6 {
    padding-right: 30px !important;
  }
  .pe-sm-7 {
    padding-right: 50px !important;
  }
  .pe-sm-8 {
    padding-right: 75px !important;
  }
  .pe-sm-9 {
    padding-right: 100px !important;
  }
  .pe-sm-10 {
    padding-right: 125px !important;
  }
  .pe-sm-11 {
    padding-right: 150px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 5px !important;
  }
  .pb-sm-2 {
    padding-bottom: 10px !important;
  }
  .pb-sm-3 {
    padding-bottom: 15px !important;
  }
  .pb-sm-4 {
    padding-bottom: 20px !important;
  }
  .pb-sm-5 {
    padding-bottom: 25px !important;
  }
  .pb-sm-6 {
    padding-bottom: 30px !important;
  }
  .pb-sm-7 {
    padding-bottom: 50px !important;
  }
  .pb-sm-8 {
    padding-bottom: 75px !important;
  }
  .pb-sm-9 {
    padding-bottom: 100px !important;
  }
  .pb-sm-10 {
    padding-bottom: 125px !important;
  }
  .pb-sm-11 {
    padding-bottom: 150px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 5px !important;
  }
  .ps-sm-2 {
    padding-left: 10px !important;
  }
  .ps-sm-3 {
    padding-left: 15px !important;
  }
  .ps-sm-4 {
    padding-left: 20px !important;
  }
  .ps-sm-5 {
    padding-left: 25px !important;
  }
  .ps-sm-6 {
    padding-left: 30px !important;
  }
  .ps-sm-7 {
    padding-left: 50px !important;
  }
  .ps-sm-8 {
    padding-left: 75px !important;
  }
  .ps-sm-9 {
    padding-left: 100px !important;
  }
  .ps-sm-10 {
    padding-left: 125px !important;
  }
  .ps-sm-11 {
    padding-left: 150px !important;
  }
  .lh-sm-1 {
    line-height: 1 !important;
  }
  .lh-sm-sm {
    line-height: 1.25 !important;
  }
  .lh-sm-base {
    line-height: 1.5 !important;
  }
  .lh-sm-lg {
    line-height: 2 !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .rounded-sm {
    border-radius: 0.25rem !important;
  }
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-1 {
    border-radius: 0.2rem !important;
  }
  .rounded-sm-2 {
    border-radius: 0.25rem !important;
  }
  .rounded-sm-3 {
    border-radius: 0.5rem !important;
  }
  .rounded-sm-circle {
    border-radius: 50% !important;
  }
  .rounded-sm-pill {
    border-radius: 50rem !important;
  }
  .rounded-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-end-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .rounded-bottom-sm {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-start-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  .min-w-sm-auto {
    min-width: auto !important;
  }
  .min-w-sm-70px {
    min-width: 70px !important;
  }
  .min-w-sm-150px {
    min-width: 150px !important;
  }
  .min-w-sm-300px {
    min-width: 300px !important;
  }
  .lyt-min-vw-sm-100 {
    min-width: calc(100vw - 30px) !important;
  }
  .lyt-min-vh-sm-100 {
    min-height: calc(100vh - 30px) !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .border-md {
    border: 1px solid #DDDDDD !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-top-md {
    border-top: 1px solid #DDDDDD !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-end-md {
    border-right: 1px solid #DDDDDD !important;
  }
  .border-end-md-0 {
    border-right: 0 !important;
  }
  .border-bottom-md {
    border-bottom: 1px solid #DDDDDD !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-start-md {
    border-left: 1px solid #DDDDDD !important;
  }
  .border-start-md-0 {
    border-left: 0 !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-14px {
    width: 14px !important;
  }
  .w-md-20px {
    width: 20px !important;
  }
  .w-md-25px {
    width: 25px !important;
  }
  .max-w-md-100 {
    max-width: 100% !important;
  }
  .vw-md-100 {
    width: 100vw !important;
  }
  .min-vw-md-100 {
    min-width: 100vw !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-14px {
    height: 14px !important;
  }
  .h-md-20px {
    height: 20px !important;
  }
  .h-md-350px {
    height: 350px !important;
  }
  .max-h-md-100 {
    max-height: 100% !important;
  }
  .max-h-md-160px {
    max-height: 160px !important;
  }
  .max-h-md-200px {
    max-height: 200px !important;
  }
  .max-h-md-350px {
    max-height: 350px !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  .min-vh-md-auto {
    min-height: auto !important;
  }
  .min-vh-md-120 {
    min-height: 120vh !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 5px !important;
  }
  .gap-md-2 {
    gap: 10px !important;
  }
  .gap-md-3 {
    gap: 15px !important;
  }
  .gap-md-4 {
    gap: 20px !important;
  }
  .gap-md-5 {
    gap: 25px !important;
  }
  .gap-md-6 {
    gap: 30px !important;
  }
  .gap-md-7 {
    gap: 50px !important;
  }
  .gap-md-8 {
    gap: 75px !important;
  }
  .gap-md-9 {
    gap: 100px !important;
  }
  .gap-md-10 {
    gap: 125px !important;
  }
  .gap-md-11 {
    gap: 150px !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 5px !important;
  }
  .m-md-2 {
    margin: 10px !important;
  }
  .m-md-3 {
    margin: 15px !important;
  }
  .m-md-4 {
    margin: 20px !important;
  }
  .m-md-5 {
    margin: 25px !important;
  }
  .m-md-6 {
    margin: 30px !important;
  }
  .m-md-7 {
    margin: 50px !important;
  }
  .m-md-8 {
    margin: 75px !important;
  }
  .m-md-9 {
    margin: 100px !important;
  }
  .m-md-10 {
    margin: 125px !important;
  }
  .m-md-11 {
    margin: 150px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-md-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-md-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-md-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-5 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-md-6 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-7 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-md-8 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-md-9 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-md-10 {
    margin-right: 125px !important;
    margin-left: 125px !important;
  }
  .mx-md-11 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-md-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-md-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-md-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-7 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-md-8 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-md-9 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-md-10 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .my-md-11 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 5px !important;
  }
  .mt-md-2 {
    margin-top: 10px !important;
  }
  .mt-md-3 {
    margin-top: 15px !important;
  }
  .mt-md-4 {
    margin-top: 20px !important;
  }
  .mt-md-5 {
    margin-top: 25px !important;
  }
  .mt-md-6 {
    margin-top: 30px !important;
  }
  .mt-md-7 {
    margin-top: 50px !important;
  }
  .mt-md-8 {
    margin-top: 75px !important;
  }
  .mt-md-9 {
    margin-top: 100px !important;
  }
  .mt-md-10 {
    margin-top: 125px !important;
  }
  .mt-md-11 {
    margin-top: 150px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 5px !important;
  }
  .me-md-2 {
    margin-right: 10px !important;
  }
  .me-md-3 {
    margin-right: 15px !important;
  }
  .me-md-4 {
    margin-right: 20px !important;
  }
  .me-md-5 {
    margin-right: 25px !important;
  }
  .me-md-6 {
    margin-right: 30px !important;
  }
  .me-md-7 {
    margin-right: 50px !important;
  }
  .me-md-8 {
    margin-right: 75px !important;
  }
  .me-md-9 {
    margin-right: 100px !important;
  }
  .me-md-10 {
    margin-right: 125px !important;
  }
  .me-md-11 {
    margin-right: 150px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 5px !important;
  }
  .mb-md-2 {
    margin-bottom: 10px !important;
  }
  .mb-md-3 {
    margin-bottom: 15px !important;
  }
  .mb-md-4 {
    margin-bottom: 20px !important;
  }
  .mb-md-5 {
    margin-bottom: 25px !important;
  }
  .mb-md-6 {
    margin-bottom: 30px !important;
  }
  .mb-md-7 {
    margin-bottom: 50px !important;
  }
  .mb-md-8 {
    margin-bottom: 75px !important;
  }
  .mb-md-9 {
    margin-bottom: 100px !important;
  }
  .mb-md-10 {
    margin-bottom: 125px !important;
  }
  .mb-md-11 {
    margin-bottom: 150px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 5px !important;
  }
  .ms-md-2 {
    margin-left: 10px !important;
  }
  .ms-md-3 {
    margin-left: 15px !important;
  }
  .ms-md-4 {
    margin-left: 20px !important;
  }
  .ms-md-5 {
    margin-left: 25px !important;
  }
  .ms-md-6 {
    margin-left: 30px !important;
  }
  .ms-md-7 {
    margin-left: 50px !important;
  }
  .ms-md-8 {
    margin-left: 75px !important;
  }
  .ms-md-9 {
    margin-left: 100px !important;
  }
  .ms-md-10 {
    margin-left: 125px !important;
  }
  .ms-md-11 {
    margin-left: 150px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -5px !important;
  }
  .m-md-n2 {
    margin: -10px !important;
  }
  .m-md-n3 {
    margin: -15px !important;
  }
  .m-md-n4 {
    margin: -20px !important;
  }
  .m-md-n5 {
    margin: -25px !important;
  }
  .m-md-n6 {
    margin: -30px !important;
  }
  .m-md-n7 {
    margin: -50px !important;
  }
  .m-md-n8 {
    margin: -75px !important;
  }
  .m-md-n9 {
    margin: -100px !important;
  }
  .m-md-n10 {
    margin: -125px !important;
  }
  .m-md-n11 {
    margin: -150px !important;
  }
  .mx-md-n1 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-md-n2 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-md-n3 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-md-n4 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-md-n5 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .mx-md-n6 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-md-n7 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-md-n8 {
    margin-right: -75px !important;
    margin-left: -75px !important;
  }
  .mx-md-n9 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-md-n10 {
    margin-right: -125px !important;
    margin-left: -125px !important;
  }
  .mx-md-n11 {
    margin-right: -150px !important;
    margin-left: -150px !important;
  }
  .my-md-n1 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-md-n2 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-md-n3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-md-n4 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-md-n5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .my-md-n6 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-md-n7 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-md-n8 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .my-md-n9 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-md-n10 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }
  .my-md-n11 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }
  .mt-md-n1 {
    margin-top: -5px !important;
  }
  .mt-md-n2 {
    margin-top: -10px !important;
  }
  .mt-md-n3 {
    margin-top: -15px !important;
  }
  .mt-md-n4 {
    margin-top: -20px !important;
  }
  .mt-md-n5 {
    margin-top: -25px !important;
  }
  .mt-md-n6 {
    margin-top: -30px !important;
  }
  .mt-md-n7 {
    margin-top: -50px !important;
  }
  .mt-md-n8 {
    margin-top: -75px !important;
  }
  .mt-md-n9 {
    margin-top: -100px !important;
  }
  .mt-md-n10 {
    margin-top: -125px !important;
  }
  .mt-md-n11 {
    margin-top: -150px !important;
  }
  .me-md-n1 {
    margin-right: -5px !important;
  }
  .me-md-n2 {
    margin-right: -10px !important;
  }
  .me-md-n3 {
    margin-right: -15px !important;
  }
  .me-md-n4 {
    margin-right: -20px !important;
  }
  .me-md-n5 {
    margin-right: -25px !important;
  }
  .me-md-n6 {
    margin-right: -30px !important;
  }
  .me-md-n7 {
    margin-right: -50px !important;
  }
  .me-md-n8 {
    margin-right: -75px !important;
  }
  .me-md-n9 {
    margin-right: -100px !important;
  }
  .me-md-n10 {
    margin-right: -125px !important;
  }
  .me-md-n11 {
    margin-right: -150px !important;
  }
  .mb-md-n1 {
    margin-bottom: -5px !important;
  }
  .mb-md-n2 {
    margin-bottom: -10px !important;
  }
  .mb-md-n3 {
    margin-bottom: -15px !important;
  }
  .mb-md-n4 {
    margin-bottom: -20px !important;
  }
  .mb-md-n5 {
    margin-bottom: -25px !important;
  }
  .mb-md-n6 {
    margin-bottom: -30px !important;
  }
  .mb-md-n7 {
    margin-bottom: -50px !important;
  }
  .mb-md-n8 {
    margin-bottom: -75px !important;
  }
  .mb-md-n9 {
    margin-bottom: -100px !important;
  }
  .mb-md-n10 {
    margin-bottom: -125px !important;
  }
  .mb-md-n11 {
    margin-bottom: -150px !important;
  }
  .ms-md-n1 {
    margin-left: -5px !important;
  }
  .ms-md-n2 {
    margin-left: -10px !important;
  }
  .ms-md-n3 {
    margin-left: -15px !important;
  }
  .ms-md-n4 {
    margin-left: -20px !important;
  }
  .ms-md-n5 {
    margin-left: -25px !important;
  }
  .ms-md-n6 {
    margin-left: -30px !important;
  }
  .ms-md-n7 {
    margin-left: -50px !important;
  }
  .ms-md-n8 {
    margin-left: -75px !important;
  }
  .ms-md-n9 {
    margin-left: -100px !important;
  }
  .ms-md-n10 {
    margin-left: -125px !important;
  }
  .ms-md-n11 {
    margin-left: -150px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 5px !important;
  }
  .p-md-2 {
    padding: 10px !important;
  }
  .p-md-3 {
    padding: 15px !important;
  }
  .p-md-4 {
    padding: 20px !important;
  }
  .p-md-5 {
    padding: 25px !important;
  }
  .p-md-6 {
    padding: 30px !important;
  }
  .p-md-7 {
    padding: 50px !important;
  }
  .p-md-8 {
    padding: 75px !important;
  }
  .p-md-9 {
    padding: 100px !important;
  }
  .p-md-10 {
    padding: 125px !important;
  }
  .p-md-11 {
    padding: 150px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-md-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-md-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-md-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-5 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-md-6 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-7 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-md-8 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-md-9 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-md-10 {
    padding-right: 125px !important;
    padding-left: 125px !important;
  }
  .px-md-11 {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-md-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-md-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-md-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-7 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-md-8 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-md-9 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-md-10 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .py-md-11 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 5px !important;
  }
  .pt-md-2 {
    padding-top: 10px !important;
  }
  .pt-md-3 {
    padding-top: 15px !important;
  }
  .pt-md-4 {
    padding-top: 20px !important;
  }
  .pt-md-5 {
    padding-top: 25px !important;
  }
  .pt-md-6 {
    padding-top: 30px !important;
  }
  .pt-md-7 {
    padding-top: 50px !important;
  }
  .pt-md-8 {
    padding-top: 75px !important;
  }
  .pt-md-9 {
    padding-top: 100px !important;
  }
  .pt-md-10 {
    padding-top: 125px !important;
  }
  .pt-md-11 {
    padding-top: 150px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 5px !important;
  }
  .pe-md-2 {
    padding-right: 10px !important;
  }
  .pe-md-3 {
    padding-right: 15px !important;
  }
  .pe-md-4 {
    padding-right: 20px !important;
  }
  .pe-md-5 {
    padding-right: 25px !important;
  }
  .pe-md-6 {
    padding-right: 30px !important;
  }
  .pe-md-7 {
    padding-right: 50px !important;
  }
  .pe-md-8 {
    padding-right: 75px !important;
  }
  .pe-md-9 {
    padding-right: 100px !important;
  }
  .pe-md-10 {
    padding-right: 125px !important;
  }
  .pe-md-11 {
    padding-right: 150px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 5px !important;
  }
  .pb-md-2 {
    padding-bottom: 10px !important;
  }
  .pb-md-3 {
    padding-bottom: 15px !important;
  }
  .pb-md-4 {
    padding-bottom: 20px !important;
  }
  .pb-md-5 {
    padding-bottom: 25px !important;
  }
  .pb-md-6 {
    padding-bottom: 30px !important;
  }
  .pb-md-7 {
    padding-bottom: 50px !important;
  }
  .pb-md-8 {
    padding-bottom: 75px !important;
  }
  .pb-md-9 {
    padding-bottom: 100px !important;
  }
  .pb-md-10 {
    padding-bottom: 125px !important;
  }
  .pb-md-11 {
    padding-bottom: 150px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 5px !important;
  }
  .ps-md-2 {
    padding-left: 10px !important;
  }
  .ps-md-3 {
    padding-left: 15px !important;
  }
  .ps-md-4 {
    padding-left: 20px !important;
  }
  .ps-md-5 {
    padding-left: 25px !important;
  }
  .ps-md-6 {
    padding-left: 30px !important;
  }
  .ps-md-7 {
    padding-left: 50px !important;
  }
  .ps-md-8 {
    padding-left: 75px !important;
  }
  .ps-md-9 {
    padding-left: 100px !important;
  }
  .ps-md-10 {
    padding-left: 125px !important;
  }
  .ps-md-11 {
    padding-left: 150px !important;
  }
  .lh-md-1 {
    line-height: 1 !important;
  }
  .lh-md-sm {
    line-height: 1.25 !important;
  }
  .lh-md-base {
    line-height: 1.5 !important;
  }
  .lh-md-lg {
    line-height: 2 !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .rounded-md {
    border-radius: 0.25rem !important;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-1 {
    border-radius: 0.2rem !important;
  }
  .rounded-md-2 {
    border-radius: 0.25rem !important;
  }
  .rounded-md-3 {
    border-radius: 0.5rem !important;
  }
  .rounded-md-circle {
    border-radius: 50% !important;
  }
  .rounded-md-pill {
    border-radius: 50rem !important;
  }
  .rounded-top-md {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-end-md {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .rounded-bottom-md {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-start-md {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  .min-w-md-auto {
    min-width: auto !important;
  }
  .min-w-md-70px {
    min-width: 70px !important;
  }
  .min-w-md-150px {
    min-width: 150px !important;
  }
  .min-w-md-300px {
    min-width: 300px !important;
  }
  .lyt-min-vw-md-100 {
    min-width: calc(100vw - 30px) !important;
  }
  .lyt-min-vh-md-100 {
    min-height: calc(100vh - 30px) !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .border-lg {
    border: 1px solid #DDDDDD !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-top-lg {
    border-top: 1px solid #DDDDDD !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-end-lg {
    border-right: 1px solid #DDDDDD !important;
  }
  .border-end-lg-0 {
    border-right: 0 !important;
  }
  .border-bottom-lg {
    border-bottom: 1px solid #DDDDDD !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .border-start-lg {
    border-left: 1px solid #DDDDDD !important;
  }
  .border-start-lg-0 {
    border-left: 0 !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-14px {
    width: 14px !important;
  }
  .w-lg-20px {
    width: 20px !important;
  }
  .w-lg-25px {
    width: 25px !important;
  }
  .max-w-lg-100 {
    max-width: 100% !important;
  }
  .vw-lg-100 {
    width: 100vw !important;
  }
  .min-vw-lg-100 {
    min-width: 100vw !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-14px {
    height: 14px !important;
  }
  .h-lg-20px {
    height: 20px !important;
  }
  .h-lg-350px {
    height: 350px !important;
  }
  .max-h-lg-100 {
    max-height: 100% !important;
  }
  .max-h-lg-160px {
    max-height: 160px !important;
  }
  .max-h-lg-200px {
    max-height: 200px !important;
  }
  .max-h-lg-350px {
    max-height: 350px !important;
  }
  .vh-lg-100 {
    height: 100vh !important;
  }
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  .min-vh-lg-auto {
    min-height: auto !important;
  }
  .min-vh-lg-120 {
    min-height: 120vh !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 5px !important;
  }
  .gap-lg-2 {
    gap: 10px !important;
  }
  .gap-lg-3 {
    gap: 15px !important;
  }
  .gap-lg-4 {
    gap: 20px !important;
  }
  .gap-lg-5 {
    gap: 25px !important;
  }
  .gap-lg-6 {
    gap: 30px !important;
  }
  .gap-lg-7 {
    gap: 50px !important;
  }
  .gap-lg-8 {
    gap: 75px !important;
  }
  .gap-lg-9 {
    gap: 100px !important;
  }
  .gap-lg-10 {
    gap: 125px !important;
  }
  .gap-lg-11 {
    gap: 150px !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 5px !important;
  }
  .m-lg-2 {
    margin: 10px !important;
  }
  .m-lg-3 {
    margin: 15px !important;
  }
  .m-lg-4 {
    margin: 20px !important;
  }
  .m-lg-5 {
    margin: 25px !important;
  }
  .m-lg-6 {
    margin: 30px !important;
  }
  .m-lg-7 {
    margin: 50px !important;
  }
  .m-lg-8 {
    margin: 75px !important;
  }
  .m-lg-9 {
    margin: 100px !important;
  }
  .m-lg-10 {
    margin: 125px !important;
  }
  .m-lg-11 {
    margin: 150px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-lg-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-lg-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-lg-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-lg-5 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-lg-6 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-7 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-lg-8 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-lg-9 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-lg-10 {
    margin-right: 125px !important;
    margin-left: 125px !important;
  }
  .mx-lg-11 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-lg-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-lg-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-lg-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-7 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-lg-8 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-lg-9 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-lg-10 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .my-lg-11 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 5px !important;
  }
  .mt-lg-2 {
    margin-top: 10px !important;
  }
  .mt-lg-3 {
    margin-top: 15px !important;
  }
  .mt-lg-4 {
    margin-top: 20px !important;
  }
  .mt-lg-5 {
    margin-top: 25px !important;
  }
  .mt-lg-6 {
    margin-top: 30px !important;
  }
  .mt-lg-7 {
    margin-top: 50px !important;
  }
  .mt-lg-8 {
    margin-top: 75px !important;
  }
  .mt-lg-9 {
    margin-top: 100px !important;
  }
  .mt-lg-10 {
    margin-top: 125px !important;
  }
  .mt-lg-11 {
    margin-top: 150px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 5px !important;
  }
  .me-lg-2 {
    margin-right: 10px !important;
  }
  .me-lg-3 {
    margin-right: 15px !important;
  }
  .me-lg-4 {
    margin-right: 20px !important;
  }
  .me-lg-5 {
    margin-right: 25px !important;
  }
  .me-lg-6 {
    margin-right: 30px !important;
  }
  .me-lg-7 {
    margin-right: 50px !important;
  }
  .me-lg-8 {
    margin-right: 75px !important;
  }
  .me-lg-9 {
    margin-right: 100px !important;
  }
  .me-lg-10 {
    margin-right: 125px !important;
  }
  .me-lg-11 {
    margin-right: 150px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 5px !important;
  }
  .mb-lg-2 {
    margin-bottom: 10px !important;
  }
  .mb-lg-3 {
    margin-bottom: 15px !important;
  }
  .mb-lg-4 {
    margin-bottom: 20px !important;
  }
  .mb-lg-5 {
    margin-bottom: 25px !important;
  }
  .mb-lg-6 {
    margin-bottom: 30px !important;
  }
  .mb-lg-7 {
    margin-bottom: 50px !important;
  }
  .mb-lg-8 {
    margin-bottom: 75px !important;
  }
  .mb-lg-9 {
    margin-bottom: 100px !important;
  }
  .mb-lg-10 {
    margin-bottom: 125px !important;
  }
  .mb-lg-11 {
    margin-bottom: 150px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 5px !important;
  }
  .ms-lg-2 {
    margin-left: 10px !important;
  }
  .ms-lg-3 {
    margin-left: 15px !important;
  }
  .ms-lg-4 {
    margin-left: 20px !important;
  }
  .ms-lg-5 {
    margin-left: 25px !important;
  }
  .ms-lg-6 {
    margin-left: 30px !important;
  }
  .ms-lg-7 {
    margin-left: 50px !important;
  }
  .ms-lg-8 {
    margin-left: 75px !important;
  }
  .ms-lg-9 {
    margin-left: 100px !important;
  }
  .ms-lg-10 {
    margin-left: 125px !important;
  }
  .ms-lg-11 {
    margin-left: 150px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -5px !important;
  }
  .m-lg-n2 {
    margin: -10px !important;
  }
  .m-lg-n3 {
    margin: -15px !important;
  }
  .m-lg-n4 {
    margin: -20px !important;
  }
  .m-lg-n5 {
    margin: -25px !important;
  }
  .m-lg-n6 {
    margin: -30px !important;
  }
  .m-lg-n7 {
    margin: -50px !important;
  }
  .m-lg-n8 {
    margin: -75px !important;
  }
  .m-lg-n9 {
    margin: -100px !important;
  }
  .m-lg-n10 {
    margin: -125px !important;
  }
  .m-lg-n11 {
    margin: -150px !important;
  }
  .mx-lg-n1 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-lg-n2 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-lg-n3 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-lg-n4 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-lg-n5 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .mx-lg-n6 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-lg-n7 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-lg-n8 {
    margin-right: -75px !important;
    margin-left: -75px !important;
  }
  .mx-lg-n9 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-lg-n10 {
    margin-right: -125px !important;
    margin-left: -125px !important;
  }
  .mx-lg-n11 {
    margin-right: -150px !important;
    margin-left: -150px !important;
  }
  .my-lg-n1 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-lg-n2 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-lg-n3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-lg-n4 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-lg-n5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .my-lg-n6 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-lg-n7 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-lg-n8 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .my-lg-n9 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-lg-n10 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }
  .my-lg-n11 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }
  .mt-lg-n1 {
    margin-top: -5px !important;
  }
  .mt-lg-n2 {
    margin-top: -10px !important;
  }
  .mt-lg-n3 {
    margin-top: -15px !important;
  }
  .mt-lg-n4 {
    margin-top: -20px !important;
  }
  .mt-lg-n5 {
    margin-top: -25px !important;
  }
  .mt-lg-n6 {
    margin-top: -30px !important;
  }
  .mt-lg-n7 {
    margin-top: -50px !important;
  }
  .mt-lg-n8 {
    margin-top: -75px !important;
  }
  .mt-lg-n9 {
    margin-top: -100px !important;
  }
  .mt-lg-n10 {
    margin-top: -125px !important;
  }
  .mt-lg-n11 {
    margin-top: -150px !important;
  }
  .me-lg-n1 {
    margin-right: -5px !important;
  }
  .me-lg-n2 {
    margin-right: -10px !important;
  }
  .me-lg-n3 {
    margin-right: -15px !important;
  }
  .me-lg-n4 {
    margin-right: -20px !important;
  }
  .me-lg-n5 {
    margin-right: -25px !important;
  }
  .me-lg-n6 {
    margin-right: -30px !important;
  }
  .me-lg-n7 {
    margin-right: -50px !important;
  }
  .me-lg-n8 {
    margin-right: -75px !important;
  }
  .me-lg-n9 {
    margin-right: -100px !important;
  }
  .me-lg-n10 {
    margin-right: -125px !important;
  }
  .me-lg-n11 {
    margin-right: -150px !important;
  }
  .mb-lg-n1 {
    margin-bottom: -5px !important;
  }
  .mb-lg-n2 {
    margin-bottom: -10px !important;
  }
  .mb-lg-n3 {
    margin-bottom: -15px !important;
  }
  .mb-lg-n4 {
    margin-bottom: -20px !important;
  }
  .mb-lg-n5 {
    margin-bottom: -25px !important;
  }
  .mb-lg-n6 {
    margin-bottom: -30px !important;
  }
  .mb-lg-n7 {
    margin-bottom: -50px !important;
  }
  .mb-lg-n8 {
    margin-bottom: -75px !important;
  }
  .mb-lg-n9 {
    margin-bottom: -100px !important;
  }
  .mb-lg-n10 {
    margin-bottom: -125px !important;
  }
  .mb-lg-n11 {
    margin-bottom: -150px !important;
  }
  .ms-lg-n1 {
    margin-left: -5px !important;
  }
  .ms-lg-n2 {
    margin-left: -10px !important;
  }
  .ms-lg-n3 {
    margin-left: -15px !important;
  }
  .ms-lg-n4 {
    margin-left: -20px !important;
  }
  .ms-lg-n5 {
    margin-left: -25px !important;
  }
  .ms-lg-n6 {
    margin-left: -30px !important;
  }
  .ms-lg-n7 {
    margin-left: -50px !important;
  }
  .ms-lg-n8 {
    margin-left: -75px !important;
  }
  .ms-lg-n9 {
    margin-left: -100px !important;
  }
  .ms-lg-n10 {
    margin-left: -125px !important;
  }
  .ms-lg-n11 {
    margin-left: -150px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 5px !important;
  }
  .p-lg-2 {
    padding: 10px !important;
  }
  .p-lg-3 {
    padding: 15px !important;
  }
  .p-lg-4 {
    padding: 20px !important;
  }
  .p-lg-5 {
    padding: 25px !important;
  }
  .p-lg-6 {
    padding: 30px !important;
  }
  .p-lg-7 {
    padding: 50px !important;
  }
  .p-lg-8 {
    padding: 75px !important;
  }
  .p-lg-9 {
    padding: 100px !important;
  }
  .p-lg-10 {
    padding: 125px !important;
  }
  .p-lg-11 {
    padding: 150px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-lg-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-lg-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-lg-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-lg-5 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-lg-6 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-7 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-lg-8 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-lg-9 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-lg-10 {
    padding-right: 125px !important;
    padding-left: 125px !important;
  }
  .px-lg-11 {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-lg-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-lg-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-lg-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-7 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-lg-8 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-lg-9 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-lg-10 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .py-lg-11 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 5px !important;
  }
  .pt-lg-2 {
    padding-top: 10px !important;
  }
  .pt-lg-3 {
    padding-top: 15px !important;
  }
  .pt-lg-4 {
    padding-top: 20px !important;
  }
  .pt-lg-5 {
    padding-top: 25px !important;
  }
  .pt-lg-6 {
    padding-top: 30px !important;
  }
  .pt-lg-7 {
    padding-top: 50px !important;
  }
  .pt-lg-8 {
    padding-top: 75px !important;
  }
  .pt-lg-9 {
    padding-top: 100px !important;
  }
  .pt-lg-10 {
    padding-top: 125px !important;
  }
  .pt-lg-11 {
    padding-top: 150px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 5px !important;
  }
  .pe-lg-2 {
    padding-right: 10px !important;
  }
  .pe-lg-3 {
    padding-right: 15px !important;
  }
  .pe-lg-4 {
    padding-right: 20px !important;
  }
  .pe-lg-5 {
    padding-right: 25px !important;
  }
  .pe-lg-6 {
    padding-right: 30px !important;
  }
  .pe-lg-7 {
    padding-right: 50px !important;
  }
  .pe-lg-8 {
    padding-right: 75px !important;
  }
  .pe-lg-9 {
    padding-right: 100px !important;
  }
  .pe-lg-10 {
    padding-right: 125px !important;
  }
  .pe-lg-11 {
    padding-right: 150px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 5px !important;
  }
  .pb-lg-2 {
    padding-bottom: 10px !important;
  }
  .pb-lg-3 {
    padding-bottom: 15px !important;
  }
  .pb-lg-4 {
    padding-bottom: 20px !important;
  }
  .pb-lg-5 {
    padding-bottom: 25px !important;
  }
  .pb-lg-6 {
    padding-bottom: 30px !important;
  }
  .pb-lg-7 {
    padding-bottom: 50px !important;
  }
  .pb-lg-8 {
    padding-bottom: 75px !important;
  }
  .pb-lg-9 {
    padding-bottom: 100px !important;
  }
  .pb-lg-10 {
    padding-bottom: 125px !important;
  }
  .pb-lg-11 {
    padding-bottom: 150px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 5px !important;
  }
  .ps-lg-2 {
    padding-left: 10px !important;
  }
  .ps-lg-3 {
    padding-left: 15px !important;
  }
  .ps-lg-4 {
    padding-left: 20px !important;
  }
  .ps-lg-5 {
    padding-left: 25px !important;
  }
  .ps-lg-6 {
    padding-left: 30px !important;
  }
  .ps-lg-7 {
    padding-left: 50px !important;
  }
  .ps-lg-8 {
    padding-left: 75px !important;
  }
  .ps-lg-9 {
    padding-left: 100px !important;
  }
  .ps-lg-10 {
    padding-left: 125px !important;
  }
  .ps-lg-11 {
    padding-left: 150px !important;
  }
  .lh-lg-1 {
    line-height: 1 !important;
  }
  .lh-lg-sm {
    line-height: 1.25 !important;
  }
  .lh-lg-base {
    line-height: 1.5 !important;
  }
  .lh-lg-lg {
    line-height: 2 !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .rounded-lg {
    border-radius: 0.25rem !important;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-1 {
    border-radius: 0.2rem !important;
  }
  .rounded-lg-2 {
    border-radius: 0.25rem !important;
  }
  .rounded-lg-3 {
    border-radius: 0.5rem !important;
  }
  .rounded-lg-circle {
    border-radius: 50% !important;
  }
  .rounded-lg-pill {
    border-radius: 50rem !important;
  }
  .rounded-top-lg {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-end-lg {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .rounded-bottom-lg {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-start-lg {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  .min-w-lg-auto {
    min-width: auto !important;
  }
  .min-w-lg-70px {
    min-width: 70px !important;
  }
  .min-w-lg-150px {
    min-width: 150px !important;
  }
  .min-w-lg-300px {
    min-width: 300px !important;
  }
  .lyt-min-vw-lg-100 {
    min-width: calc(100vw - 30px) !important;
  }
  .lyt-min-vh-lg-100 {
    min-height: calc(100vh - 30px) !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .border-xl {
    border: 1px solid #DDDDDD !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-top-xl {
    border-top: 1px solid #DDDDDD !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .border-end-xl {
    border-right: 1px solid #DDDDDD !important;
  }
  .border-end-xl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xl {
    border-bottom: 1px solid #DDDDDD !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xl {
    border-left: 1px solid #DDDDDD !important;
  }
  .border-start-xl-0 {
    border-left: 0 !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-14px {
    width: 14px !important;
  }
  .w-xl-20px {
    width: 20px !important;
  }
  .w-xl-25px {
    width: 25px !important;
  }
  .max-w-xl-100 {
    max-width: 100% !important;
  }
  .vw-xl-100 {
    width: 100vw !important;
  }
  .min-vw-xl-100 {
    min-width: 100vw !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-14px {
    height: 14px !important;
  }
  .h-xl-20px {
    height: 20px !important;
  }
  .h-xl-350px {
    height: 350px !important;
  }
  .max-h-xl-100 {
    max-height: 100% !important;
  }
  .max-h-xl-160px {
    max-height: 160px !important;
  }
  .max-h-xl-200px {
    max-height: 200px !important;
  }
  .max-h-xl-350px {
    max-height: 350px !important;
  }
  .vh-xl-100 {
    height: 100vh !important;
  }
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  .min-vh-xl-auto {
    min-height: auto !important;
  }
  .min-vh-xl-120 {
    min-height: 120vh !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 5px !important;
  }
  .gap-xl-2 {
    gap: 10px !important;
  }
  .gap-xl-3 {
    gap: 15px !important;
  }
  .gap-xl-4 {
    gap: 20px !important;
  }
  .gap-xl-5 {
    gap: 25px !important;
  }
  .gap-xl-6 {
    gap: 30px !important;
  }
  .gap-xl-7 {
    gap: 50px !important;
  }
  .gap-xl-8 {
    gap: 75px !important;
  }
  .gap-xl-9 {
    gap: 100px !important;
  }
  .gap-xl-10 {
    gap: 125px !important;
  }
  .gap-xl-11 {
    gap: 150px !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 5px !important;
  }
  .m-xl-2 {
    margin: 10px !important;
  }
  .m-xl-3 {
    margin: 15px !important;
  }
  .m-xl-4 {
    margin: 20px !important;
  }
  .m-xl-5 {
    margin: 25px !important;
  }
  .m-xl-6 {
    margin: 30px !important;
  }
  .m-xl-7 {
    margin: 50px !important;
  }
  .m-xl-8 {
    margin: 75px !important;
  }
  .m-xl-9 {
    margin: 100px !important;
  }
  .m-xl-10 {
    margin: 125px !important;
  }
  .m-xl-11 {
    margin: 150px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-xl-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xl-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xl-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-5 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-xl-6 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-7 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-xl-8 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-xl-9 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-xl-10 {
    margin-right: 125px !important;
    margin-left: 125px !important;
  }
  .mx-xl-11 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-xl-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xl-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-xl-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-7 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-xl-8 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-xl-9 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-xl-10 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .my-xl-11 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 5px !important;
  }
  .mt-xl-2 {
    margin-top: 10px !important;
  }
  .mt-xl-3 {
    margin-top: 15px !important;
  }
  .mt-xl-4 {
    margin-top: 20px !important;
  }
  .mt-xl-5 {
    margin-top: 25px !important;
  }
  .mt-xl-6 {
    margin-top: 30px !important;
  }
  .mt-xl-7 {
    margin-top: 50px !important;
  }
  .mt-xl-8 {
    margin-top: 75px !important;
  }
  .mt-xl-9 {
    margin-top: 100px !important;
  }
  .mt-xl-10 {
    margin-top: 125px !important;
  }
  .mt-xl-11 {
    margin-top: 150px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 5px !important;
  }
  .me-xl-2 {
    margin-right: 10px !important;
  }
  .me-xl-3 {
    margin-right: 15px !important;
  }
  .me-xl-4 {
    margin-right: 20px !important;
  }
  .me-xl-5 {
    margin-right: 25px !important;
  }
  .me-xl-6 {
    margin-right: 30px !important;
  }
  .me-xl-7 {
    margin-right: 50px !important;
  }
  .me-xl-8 {
    margin-right: 75px !important;
  }
  .me-xl-9 {
    margin-right: 100px !important;
  }
  .me-xl-10 {
    margin-right: 125px !important;
  }
  .me-xl-11 {
    margin-right: 150px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 5px !important;
  }
  .mb-xl-2 {
    margin-bottom: 10px !important;
  }
  .mb-xl-3 {
    margin-bottom: 15px !important;
  }
  .mb-xl-4 {
    margin-bottom: 20px !important;
  }
  .mb-xl-5 {
    margin-bottom: 25px !important;
  }
  .mb-xl-6 {
    margin-bottom: 30px !important;
  }
  .mb-xl-7 {
    margin-bottom: 50px !important;
  }
  .mb-xl-8 {
    margin-bottom: 75px !important;
  }
  .mb-xl-9 {
    margin-bottom: 100px !important;
  }
  .mb-xl-10 {
    margin-bottom: 125px !important;
  }
  .mb-xl-11 {
    margin-bottom: 150px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 5px !important;
  }
  .ms-xl-2 {
    margin-left: 10px !important;
  }
  .ms-xl-3 {
    margin-left: 15px !important;
  }
  .ms-xl-4 {
    margin-left: 20px !important;
  }
  .ms-xl-5 {
    margin-left: 25px !important;
  }
  .ms-xl-6 {
    margin-left: 30px !important;
  }
  .ms-xl-7 {
    margin-left: 50px !important;
  }
  .ms-xl-8 {
    margin-left: 75px !important;
  }
  .ms-xl-9 {
    margin-left: 100px !important;
  }
  .ms-xl-10 {
    margin-left: 125px !important;
  }
  .ms-xl-11 {
    margin-left: 150px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -5px !important;
  }
  .m-xl-n2 {
    margin: -10px !important;
  }
  .m-xl-n3 {
    margin: -15px !important;
  }
  .m-xl-n4 {
    margin: -20px !important;
  }
  .m-xl-n5 {
    margin: -25px !important;
  }
  .m-xl-n6 {
    margin: -30px !important;
  }
  .m-xl-n7 {
    margin: -50px !important;
  }
  .m-xl-n8 {
    margin: -75px !important;
  }
  .m-xl-n9 {
    margin: -100px !important;
  }
  .m-xl-n10 {
    margin: -125px !important;
  }
  .m-xl-n11 {
    margin: -150px !important;
  }
  .mx-xl-n1 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-xl-n2 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-xl-n3 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xl-n4 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-xl-n5 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .mx-xl-n6 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xl-n7 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-xl-n8 {
    margin-right: -75px !important;
    margin-left: -75px !important;
  }
  .mx-xl-n9 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-xl-n10 {
    margin-right: -125px !important;
    margin-left: -125px !important;
  }
  .mx-xl-n11 {
    margin-right: -150px !important;
    margin-left: -150px !important;
  }
  .my-xl-n1 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-xl-n2 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-xl-n3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xl-n4 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-xl-n5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .my-xl-n6 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xl-n7 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-xl-n8 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .my-xl-n9 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-xl-n10 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }
  .my-xl-n11 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }
  .mt-xl-n1 {
    margin-top: -5px !important;
  }
  .mt-xl-n2 {
    margin-top: -10px !important;
  }
  .mt-xl-n3 {
    margin-top: -15px !important;
  }
  .mt-xl-n4 {
    margin-top: -20px !important;
  }
  .mt-xl-n5 {
    margin-top: -25px !important;
  }
  .mt-xl-n6 {
    margin-top: -30px !important;
  }
  .mt-xl-n7 {
    margin-top: -50px !important;
  }
  .mt-xl-n8 {
    margin-top: -75px !important;
  }
  .mt-xl-n9 {
    margin-top: -100px !important;
  }
  .mt-xl-n10 {
    margin-top: -125px !important;
  }
  .mt-xl-n11 {
    margin-top: -150px !important;
  }
  .me-xl-n1 {
    margin-right: -5px !important;
  }
  .me-xl-n2 {
    margin-right: -10px !important;
  }
  .me-xl-n3 {
    margin-right: -15px !important;
  }
  .me-xl-n4 {
    margin-right: -20px !important;
  }
  .me-xl-n5 {
    margin-right: -25px !important;
  }
  .me-xl-n6 {
    margin-right: -30px !important;
  }
  .me-xl-n7 {
    margin-right: -50px !important;
  }
  .me-xl-n8 {
    margin-right: -75px !important;
  }
  .me-xl-n9 {
    margin-right: -100px !important;
  }
  .me-xl-n10 {
    margin-right: -125px !important;
  }
  .me-xl-n11 {
    margin-right: -150px !important;
  }
  .mb-xl-n1 {
    margin-bottom: -5px !important;
  }
  .mb-xl-n2 {
    margin-bottom: -10px !important;
  }
  .mb-xl-n3 {
    margin-bottom: -15px !important;
  }
  .mb-xl-n4 {
    margin-bottom: -20px !important;
  }
  .mb-xl-n5 {
    margin-bottom: -25px !important;
  }
  .mb-xl-n6 {
    margin-bottom: -30px !important;
  }
  .mb-xl-n7 {
    margin-bottom: -50px !important;
  }
  .mb-xl-n8 {
    margin-bottom: -75px !important;
  }
  .mb-xl-n9 {
    margin-bottom: -100px !important;
  }
  .mb-xl-n10 {
    margin-bottom: -125px !important;
  }
  .mb-xl-n11 {
    margin-bottom: -150px !important;
  }
  .ms-xl-n1 {
    margin-left: -5px !important;
  }
  .ms-xl-n2 {
    margin-left: -10px !important;
  }
  .ms-xl-n3 {
    margin-left: -15px !important;
  }
  .ms-xl-n4 {
    margin-left: -20px !important;
  }
  .ms-xl-n5 {
    margin-left: -25px !important;
  }
  .ms-xl-n6 {
    margin-left: -30px !important;
  }
  .ms-xl-n7 {
    margin-left: -50px !important;
  }
  .ms-xl-n8 {
    margin-left: -75px !important;
  }
  .ms-xl-n9 {
    margin-left: -100px !important;
  }
  .ms-xl-n10 {
    margin-left: -125px !important;
  }
  .ms-xl-n11 {
    margin-left: -150px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 5px !important;
  }
  .p-xl-2 {
    padding: 10px !important;
  }
  .p-xl-3 {
    padding: 15px !important;
  }
  .p-xl-4 {
    padding: 20px !important;
  }
  .p-xl-5 {
    padding: 25px !important;
  }
  .p-xl-6 {
    padding: 30px !important;
  }
  .p-xl-7 {
    padding: 50px !important;
  }
  .p-xl-8 {
    padding: 75px !important;
  }
  .p-xl-9 {
    padding: 100px !important;
  }
  .p-xl-10 {
    padding: 125px !important;
  }
  .p-xl-11 {
    padding: 150px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-xl-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xl-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xl-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-5 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-xl-6 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-7 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-xl-8 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-xl-9 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-xl-10 {
    padding-right: 125px !important;
    padding-left: 125px !important;
  }
  .px-xl-11 {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-xl-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xl-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-xl-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-7 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-xl-8 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-xl-9 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-xl-10 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .py-xl-11 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 5px !important;
  }
  .pt-xl-2 {
    padding-top: 10px !important;
  }
  .pt-xl-3 {
    padding-top: 15px !important;
  }
  .pt-xl-4 {
    padding-top: 20px !important;
  }
  .pt-xl-5 {
    padding-top: 25px !important;
  }
  .pt-xl-6 {
    padding-top: 30px !important;
  }
  .pt-xl-7 {
    padding-top: 50px !important;
  }
  .pt-xl-8 {
    padding-top: 75px !important;
  }
  .pt-xl-9 {
    padding-top: 100px !important;
  }
  .pt-xl-10 {
    padding-top: 125px !important;
  }
  .pt-xl-11 {
    padding-top: 150px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 5px !important;
  }
  .pe-xl-2 {
    padding-right: 10px !important;
  }
  .pe-xl-3 {
    padding-right: 15px !important;
  }
  .pe-xl-4 {
    padding-right: 20px !important;
  }
  .pe-xl-5 {
    padding-right: 25px !important;
  }
  .pe-xl-6 {
    padding-right: 30px !important;
  }
  .pe-xl-7 {
    padding-right: 50px !important;
  }
  .pe-xl-8 {
    padding-right: 75px !important;
  }
  .pe-xl-9 {
    padding-right: 100px !important;
  }
  .pe-xl-10 {
    padding-right: 125px !important;
  }
  .pe-xl-11 {
    padding-right: 150px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 5px !important;
  }
  .pb-xl-2 {
    padding-bottom: 10px !important;
  }
  .pb-xl-3 {
    padding-bottom: 15px !important;
  }
  .pb-xl-4 {
    padding-bottom: 20px !important;
  }
  .pb-xl-5 {
    padding-bottom: 25px !important;
  }
  .pb-xl-6 {
    padding-bottom: 30px !important;
  }
  .pb-xl-7 {
    padding-bottom: 50px !important;
  }
  .pb-xl-8 {
    padding-bottom: 75px !important;
  }
  .pb-xl-9 {
    padding-bottom: 100px !important;
  }
  .pb-xl-10 {
    padding-bottom: 125px !important;
  }
  .pb-xl-11 {
    padding-bottom: 150px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 5px !important;
  }
  .ps-xl-2 {
    padding-left: 10px !important;
  }
  .ps-xl-3 {
    padding-left: 15px !important;
  }
  .ps-xl-4 {
    padding-left: 20px !important;
  }
  .ps-xl-5 {
    padding-left: 25px !important;
  }
  .ps-xl-6 {
    padding-left: 30px !important;
  }
  .ps-xl-7 {
    padding-left: 50px !important;
  }
  .ps-xl-8 {
    padding-left: 75px !important;
  }
  .ps-xl-9 {
    padding-left: 100px !important;
  }
  .ps-xl-10 {
    padding-left: 125px !important;
  }
  .ps-xl-11 {
    padding-left: 150px !important;
  }
  .lh-xl-1 {
    line-height: 1 !important;
  }
  .lh-xl-sm {
    line-height: 1.25 !important;
  }
  .lh-xl-base {
    line-height: 1.5 !important;
  }
  .lh-xl-lg {
    line-height: 2 !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .rounded-xl {
    border-radius: 0.25rem !important;
  }
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  .rounded-xl-1 {
    border-radius: 0.2rem !important;
  }
  .rounded-xl-2 {
    border-radius: 0.25rem !important;
  }
  .rounded-xl-3 {
    border-radius: 0.5rem !important;
  }
  .rounded-xl-circle {
    border-radius: 50% !important;
  }
  .rounded-xl-pill {
    border-radius: 50rem !important;
  }
  .rounded-top-xl {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-end-xl {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .rounded-bottom-xl {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-start-xl {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  .min-w-xl-auto {
    min-width: auto !important;
  }
  .min-w-xl-70px {
    min-width: 70px !important;
  }
  .min-w-xl-150px {
    min-width: 150px !important;
  }
  .min-w-xl-300px {
    min-width: 300px !important;
  }
  .lyt-min-vw-xl-100 {
    min-width: calc(100vw - 30px) !important;
  }
  .lyt-min-vh-xl-100 {
    min-height: calc(100vh - 30px) !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .border-xxl {
    border: 1px solid #DDDDDD !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-top-xxl {
    border-top: 1px solid #DDDDDD !important;
  }
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  .border-end-xxl {
    border-right: 1px solid #DDDDDD !important;
  }
  .border-end-xxl-0 {
    border-right: 0 !important;
  }
  .border-bottom-xxl {
    border-bottom: 1px solid #DDDDDD !important;
  }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  .border-start-xxl {
    border-left: 1px solid #DDDDDD !important;
  }
  .border-start-xxl-0 {
    border-left: 0 !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-14px {
    width: 14px !important;
  }
  .w-xxl-20px {
    width: 20px !important;
  }
  .w-xxl-25px {
    width: 25px !important;
  }
  .max-w-xxl-100 {
    max-width: 100% !important;
  }
  .vw-xxl-100 {
    width: 100vw !important;
  }
  .min-vw-xxl-100 {
    min-width: 100vw !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .h-xxl-14px {
    height: 14px !important;
  }
  .h-xxl-20px {
    height: 20px !important;
  }
  .h-xxl-350px {
    height: 350px !important;
  }
  .max-h-xxl-100 {
    max-height: 100% !important;
  }
  .max-h-xxl-160px {
    max-height: 160px !important;
  }
  .max-h-xxl-200px {
    max-height: 200px !important;
  }
  .max-h-xxl-350px {
    max-height: 350px !important;
  }
  .vh-xxl-100 {
    height: 100vh !important;
  }
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  .min-vh-xxl-auto {
    min-height: auto !important;
  }
  .min-vh-xxl-120 {
    min-height: 120vh !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 5px !important;
  }
  .gap-xxl-2 {
    gap: 10px !important;
  }
  .gap-xxl-3 {
    gap: 15px !important;
  }
  .gap-xxl-4 {
    gap: 20px !important;
  }
  .gap-xxl-5 {
    gap: 25px !important;
  }
  .gap-xxl-6 {
    gap: 30px !important;
  }
  .gap-xxl-7 {
    gap: 50px !important;
  }
  .gap-xxl-8 {
    gap: 75px !important;
  }
  .gap-xxl-9 {
    gap: 100px !important;
  }
  .gap-xxl-10 {
    gap: 125px !important;
  }
  .gap-xxl-11 {
    gap: 150px !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 5px !important;
  }
  .m-xxl-2 {
    margin: 10px !important;
  }
  .m-xxl-3 {
    margin: 15px !important;
  }
  .m-xxl-4 {
    margin: 20px !important;
  }
  .m-xxl-5 {
    margin: 25px !important;
  }
  .m-xxl-6 {
    margin: 30px !important;
  }
  .m-xxl-7 {
    margin: 50px !important;
  }
  .m-xxl-8 {
    margin: 75px !important;
  }
  .m-xxl-9 {
    margin: 100px !important;
  }
  .m-xxl-10 {
    margin: 125px !important;
  }
  .m-xxl-11 {
    margin: 150px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-xxl-2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xxl-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xxl-4 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xxl-5 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-xxl-6 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxl-7 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-xxl-8 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-xxl-9 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-xxl-10 {
    margin-right: 125px !important;
    margin-left: 125px !important;
  }
  .mx-xxl-11 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-xxl-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xxl-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xxl-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xxl-5 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-xxl-6 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxl-7 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-xxl-8 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-xxl-9 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-xxl-10 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .my-xxl-11 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 5px !important;
  }
  .mt-xxl-2 {
    margin-top: 10px !important;
  }
  .mt-xxl-3 {
    margin-top: 15px !important;
  }
  .mt-xxl-4 {
    margin-top: 20px !important;
  }
  .mt-xxl-5 {
    margin-top: 25px !important;
  }
  .mt-xxl-6 {
    margin-top: 30px !important;
  }
  .mt-xxl-7 {
    margin-top: 50px !important;
  }
  .mt-xxl-8 {
    margin-top: 75px !important;
  }
  .mt-xxl-9 {
    margin-top: 100px !important;
  }
  .mt-xxl-10 {
    margin-top: 125px !important;
  }
  .mt-xxl-11 {
    margin-top: 150px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 5px !important;
  }
  .me-xxl-2 {
    margin-right: 10px !important;
  }
  .me-xxl-3 {
    margin-right: 15px !important;
  }
  .me-xxl-4 {
    margin-right: 20px !important;
  }
  .me-xxl-5 {
    margin-right: 25px !important;
  }
  .me-xxl-6 {
    margin-right: 30px !important;
  }
  .me-xxl-7 {
    margin-right: 50px !important;
  }
  .me-xxl-8 {
    margin-right: 75px !important;
  }
  .me-xxl-9 {
    margin-right: 100px !important;
  }
  .me-xxl-10 {
    margin-right: 125px !important;
  }
  .me-xxl-11 {
    margin-right: 150px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 5px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 25px !important;
  }
  .mb-xxl-6 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-7 {
    margin-bottom: 50px !important;
  }
  .mb-xxl-8 {
    margin-bottom: 75px !important;
  }
  .mb-xxl-9 {
    margin-bottom: 100px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 125px !important;
  }
  .mb-xxl-11 {
    margin-bottom: 150px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 5px !important;
  }
  .ms-xxl-2 {
    margin-left: 10px !important;
  }
  .ms-xxl-3 {
    margin-left: 15px !important;
  }
  .ms-xxl-4 {
    margin-left: 20px !important;
  }
  .ms-xxl-5 {
    margin-left: 25px !important;
  }
  .ms-xxl-6 {
    margin-left: 30px !important;
  }
  .ms-xxl-7 {
    margin-left: 50px !important;
  }
  .ms-xxl-8 {
    margin-left: 75px !important;
  }
  .ms-xxl-9 {
    margin-left: 100px !important;
  }
  .ms-xxl-10 {
    margin-left: 125px !important;
  }
  .ms-xxl-11 {
    margin-left: 150px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -5px !important;
  }
  .m-xxl-n2 {
    margin: -10px !important;
  }
  .m-xxl-n3 {
    margin: -15px !important;
  }
  .m-xxl-n4 {
    margin: -20px !important;
  }
  .m-xxl-n5 {
    margin: -25px !important;
  }
  .m-xxl-n6 {
    margin: -30px !important;
  }
  .m-xxl-n7 {
    margin: -50px !important;
  }
  .m-xxl-n8 {
    margin: -75px !important;
  }
  .m-xxl-n9 {
    margin: -100px !important;
  }
  .m-xxl-n10 {
    margin: -125px !important;
  }
  .m-xxl-n11 {
    margin: -150px !important;
  }
  .mx-xxl-n1 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-xxl-n2 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-xxl-n3 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xxl-n4 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-xxl-n5 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .mx-xxl-n6 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xxl-n7 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-xxl-n8 {
    margin-right: -75px !important;
    margin-left: -75px !important;
  }
  .mx-xxl-n9 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-xxl-n10 {
    margin-right: -125px !important;
    margin-left: -125px !important;
  }
  .mx-xxl-n11 {
    margin-right: -150px !important;
    margin-left: -150px !important;
  }
  .my-xxl-n1 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-xxl-n2 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-xxl-n3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xxl-n4 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-xxl-n5 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .my-xxl-n6 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xxl-n7 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-xxl-n8 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .my-xxl-n9 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-xxl-n10 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }
  .my-xxl-n11 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }
  .mt-xxl-n1 {
    margin-top: -5px !important;
  }
  .mt-xxl-n2 {
    margin-top: -10px !important;
  }
  .mt-xxl-n3 {
    margin-top: -15px !important;
  }
  .mt-xxl-n4 {
    margin-top: -20px !important;
  }
  .mt-xxl-n5 {
    margin-top: -25px !important;
  }
  .mt-xxl-n6 {
    margin-top: -30px !important;
  }
  .mt-xxl-n7 {
    margin-top: -50px !important;
  }
  .mt-xxl-n8 {
    margin-top: -75px !important;
  }
  .mt-xxl-n9 {
    margin-top: -100px !important;
  }
  .mt-xxl-n10 {
    margin-top: -125px !important;
  }
  .mt-xxl-n11 {
    margin-top: -150px !important;
  }
  .me-xxl-n1 {
    margin-right: -5px !important;
  }
  .me-xxl-n2 {
    margin-right: -10px !important;
  }
  .me-xxl-n3 {
    margin-right: -15px !important;
  }
  .me-xxl-n4 {
    margin-right: -20px !important;
  }
  .me-xxl-n5 {
    margin-right: -25px !important;
  }
  .me-xxl-n6 {
    margin-right: -30px !important;
  }
  .me-xxl-n7 {
    margin-right: -50px !important;
  }
  .me-xxl-n8 {
    margin-right: -75px !important;
  }
  .me-xxl-n9 {
    margin-right: -100px !important;
  }
  .me-xxl-n10 {
    margin-right: -125px !important;
  }
  .me-xxl-n11 {
    margin-right: -150px !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -5px !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -10px !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -15px !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -20px !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -25px !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -30px !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -50px !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -75px !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -100px !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -125px !important;
  }
  .mb-xxl-n11 {
    margin-bottom: -150px !important;
  }
  .ms-xxl-n1 {
    margin-left: -5px !important;
  }
  .ms-xxl-n2 {
    margin-left: -10px !important;
  }
  .ms-xxl-n3 {
    margin-left: -15px !important;
  }
  .ms-xxl-n4 {
    margin-left: -20px !important;
  }
  .ms-xxl-n5 {
    margin-left: -25px !important;
  }
  .ms-xxl-n6 {
    margin-left: -30px !important;
  }
  .ms-xxl-n7 {
    margin-left: -50px !important;
  }
  .ms-xxl-n8 {
    margin-left: -75px !important;
  }
  .ms-xxl-n9 {
    margin-left: -100px !important;
  }
  .ms-xxl-n10 {
    margin-left: -125px !important;
  }
  .ms-xxl-n11 {
    margin-left: -150px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 5px !important;
  }
  .p-xxl-2 {
    padding: 10px !important;
  }
  .p-xxl-3 {
    padding: 15px !important;
  }
  .p-xxl-4 {
    padding: 20px !important;
  }
  .p-xxl-5 {
    padding: 25px !important;
  }
  .p-xxl-6 {
    padding: 30px !important;
  }
  .p-xxl-7 {
    padding: 50px !important;
  }
  .p-xxl-8 {
    padding: 75px !important;
  }
  .p-xxl-9 {
    padding: 100px !important;
  }
  .p-xxl-10 {
    padding: 125px !important;
  }
  .p-xxl-11 {
    padding: 150px !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-xxl-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xxl-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xxl-4 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xxl-5 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-xxl-6 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxl-7 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-xxl-8 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-xxl-9 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-xxl-10 {
    padding-right: 125px !important;
    padding-left: 125px !important;
  }
  .px-xxl-11 {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-xxl-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xxl-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xxl-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xxl-5 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-xxl-6 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxl-7 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-xxl-8 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-xxl-9 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-xxl-10 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .py-xxl-11 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 5px !important;
  }
  .pt-xxl-2 {
    padding-top: 10px !important;
  }
  .pt-xxl-3 {
    padding-top: 15px !important;
  }
  .pt-xxl-4 {
    padding-top: 20px !important;
  }
  .pt-xxl-5 {
    padding-top: 25px !important;
  }
  .pt-xxl-6 {
    padding-top: 30px !important;
  }
  .pt-xxl-7 {
    padding-top: 50px !important;
  }
  .pt-xxl-8 {
    padding-top: 75px !important;
  }
  .pt-xxl-9 {
    padding-top: 100px !important;
  }
  .pt-xxl-10 {
    padding-top: 125px !important;
  }
  .pt-xxl-11 {
    padding-top: 150px !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 5px !important;
  }
  .pe-xxl-2 {
    padding-right: 10px !important;
  }
  .pe-xxl-3 {
    padding-right: 15px !important;
  }
  .pe-xxl-4 {
    padding-right: 20px !important;
  }
  .pe-xxl-5 {
    padding-right: 25px !important;
  }
  .pe-xxl-6 {
    padding-right: 30px !important;
  }
  .pe-xxl-7 {
    padding-right: 50px !important;
  }
  .pe-xxl-8 {
    padding-right: 75px !important;
  }
  .pe-xxl-9 {
    padding-right: 100px !important;
  }
  .pe-xxl-10 {
    padding-right: 125px !important;
  }
  .pe-xxl-11 {
    padding-right: 150px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 5px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 10px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 15px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 20px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 25px !important;
  }
  .pb-xxl-6 {
    padding-bottom: 30px !important;
  }
  .pb-xxl-7 {
    padding-bottom: 50px !important;
  }
  .pb-xxl-8 {
    padding-bottom: 75px !important;
  }
  .pb-xxl-9 {
    padding-bottom: 100px !important;
  }
  .pb-xxl-10 {
    padding-bottom: 125px !important;
  }
  .pb-xxl-11 {
    padding-bottom: 150px !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 5px !important;
  }
  .ps-xxl-2 {
    padding-left: 10px !important;
  }
  .ps-xxl-3 {
    padding-left: 15px !important;
  }
  .ps-xxl-4 {
    padding-left: 20px !important;
  }
  .ps-xxl-5 {
    padding-left: 25px !important;
  }
  .ps-xxl-6 {
    padding-left: 30px !important;
  }
  .ps-xxl-7 {
    padding-left: 50px !important;
  }
  .ps-xxl-8 {
    padding-left: 75px !important;
  }
  .ps-xxl-9 {
    padding-left: 100px !important;
  }
  .ps-xxl-10 {
    padding-left: 125px !important;
  }
  .ps-xxl-11 {
    padding-left: 150px !important;
  }
  .lh-xxl-1 {
    line-height: 1 !important;
  }
  .lh-xxl-sm {
    line-height: 1.25 !important;
  }
  .lh-xxl-base {
    line-height: 1.5 !important;
  }
  .lh-xxl-lg {
    line-height: 2 !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .rounded-xxl {
    border-radius: 0.25rem !important;
  }
  .rounded-xxl-0 {
    border-radius: 0 !important;
  }
  .rounded-xxl-1 {
    border-radius: 0.2rem !important;
  }
  .rounded-xxl-2 {
    border-radius: 0.25rem !important;
  }
  .rounded-xxl-3 {
    border-radius: 0.5rem !important;
  }
  .rounded-xxl-circle {
    border-radius: 50% !important;
  }
  .rounded-xxl-pill {
    border-radius: 50rem !important;
  }
  .rounded-top-xxl {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .rounded-end-xxl {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .rounded-bottom-xxl {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .rounded-start-xxl {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }
  .min-w-xxl-auto {
    min-width: auto !important;
  }
  .min-w-xxl-70px {
    min-width: 70px !important;
  }
  .min-w-xxl-150px {
    min-width: 150px !important;
  }
  .min-w-xxl-300px {
    min-width: 300px !important;
  }
  .lyt-min-vw-xxl-100 {
    min-width: calc(100vw - 30px) !important;
  }
  .lyt-min-vh-xxl-100 {
    min-height: calc(100vh - 30px) !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:focus {
  outline: 0 !important;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #262626;
  text-transform: uppercase;
  background-color: #fff;
}

.offcanvas-header {
  color: #fff;
  background-color: #0a99b0;
}

.offcanvas-footer {
  padding: 1rem 1rem;
  border-top: 1px solid #DDDDDD;
}

.offcanvas-detail {
  width: 1100px;
}

.diamond-top {
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0a99b0;
}
.diamond-top .is-img {
  width: 300px;
  height: 225px;
}
.diamond-top .is-width {
  position: absolute;
  top: -5px;
  left: 55%;
}
.diamond-top .is-length {
  position: absolute;
  top: 46%;
  left: 8%;
}

.diamond-side {
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
  color: #0a99b0;
}
.diamond-side .is-img {
  width: 300px;
  height: 225px;
}
.diamond-side .is-girdle-dia {
  position: absolute;
  top: -10px;
  left: 50%;
}
.diamond-side .is-table-width {
  position: absolute;
  top: 45px;
  left: 50%;
}
.diamond-side .is-cr-height {
  position: absolute;
  top: 18%;
  left: 12%;
}
.diamond-side .is-depth {
  position: absolute;
  left: 0;
  top: 62%;
}
.diamond-side .is-girdle {
  position: absolute;
  left: 10%;
  top: 68%;
}
.diamond-side .is-pavilion-depth {
  position: absolute;
  top: 82%;
  left: 20%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 153, 176, 0.5);
            box-shadow: 0 0 0 0 rgba(10, 153, 176, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(10, 153, 176, 0);
            box-shadow: 0 0 0 5px rgba(10, 153, 176, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 153, 176, 0);
            box-shadow: 0 0 0 0 rgba(10, 153, 176, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 153, 176, 0.5);
            box-shadow: 0 0 0 0 rgba(10, 153, 176, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(10, 153, 176, 0);
            box-shadow: 0 0 0 5px rgba(10, 153, 176, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(10, 153, 176, 0);
            box-shadow: 0 0 0 0 rgba(10, 153, 176, 0);
  }
}
.pulse {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.jq-toast-single {
  border-radius: 0;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: 1.5;
  background-color: #262626;
  color: #fff;
}

.jq-toast-single h2, .jq-toast-single .h2 {
  margin-bottom: 0;
  font-family: inherit;
  font-size: 1.125rem;
  background: 0 0;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.jq-toast-single a {
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 0.875rem;
}

.close-jq-toast-single {
  font-size: 20px;
  line-height: 1;
}

.jq-toast-loader {
  border-radius: 0;
  background: #DDDDDD !important;
}

.jq-icon-info {
  background-color: #4D53E0;
  color: #fff;
  border-color: #4D53E0;
}

.jq-icon-warning {
  background-color: #FF8E36;
  color: #fff;
  border-color: #FF8E36;
}

.jq-icon-error {
  background-color: #EC6357;
  color: #fff;
  border-color: #EC6357;
}

.jq-icon-success {
  color: #fff;
  background-color: #62CA76;
  border-color: #62CA76;
}

strong {
  font-weight: 600;
}

img[src=""] {
  opacity: 0;
}

body {
  font-size: 0.875rem;
  letter-spacing: 0.05px;
}

button, input, optgroup, select, textarea {
  letter-spacing: inherit;
}

option {
  color: #000;
}

p:last-child {
  margin-bottom: 0;
}

.row-cols-60px &gt; * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
}

.table &gt; :not(caption) &gt; * &gt; * {
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.table &gt; :not(:first-child) {
  border-top-width: 1px;
}
.table &gt; * {
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}
.table thead th {
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: top;
  background-color: #0a99b0;
}

.table-responsive-y {
  max-height: 350px;
  overflow-y: auto;
}

.table_position .table thead tr th {
  position: sticky;
  top: 0;
}

.table_recent {
  width: 70%;
  word-break: break-all;
}

.disabled,
:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.form-control.active,
.form-select.active {
  border-color: #0a99b0;
  -webkit-box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
}

.form-control-light {
  background-color: #F5F5F5;
}
.form-control-light:focus {
  background-color: #F5F5F5;
}

.form-control-flush {
  padding-right: 0;
  padding-left: 0;
  border-width: 0 0 1px 0;
}

.form-select-flush {
  padding-left: 0;
  border-width: 0 0 1px 0;
}

.form-floating &gt; .form-control-flush {
  padding-right: 0;
  padding-left: 0;
  border-width: 0 0 1px 0;
}
.form-floating &gt; .form-control-flush ~ label {
  padding-right: 0;
  padding-left: 0;
}
.form-floating &gt; .form-select-flush {
  padding-left: 0;
  border-width: 0 0 1px 0;
}
.form-floating &gt; .form-select-flush ~ label {
  padding-right: 0;
  padding-left: 0;
}

.form-append {
  position: relative;
}
.form-append .form-control {
  padding-right: 40px;
}
.form-append .form-append-item {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  line-height: 1;
}
.form-append .form-append-item img, .form-append .form-append-item svg, .form-append .form-append-item i {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.form-check-input:not(:disabled) {
  cursor: pointer;
}

.form-check-input[type=checkbox] {
  background-size: 0.8em;
  border-radius: 0.25rem;
}

.form-check-input[type=radio]:checked {
  background-color: #fff;
}

.form-switch .form-check-input[type=checkbox] {
  background-size: contain;
  border-radius: 2em;
}

.multiselect-filter {
  position: relative;
  margin-bottom: 0.625rem;
}

.multiselect-container .multiselect-filter &gt; .fa-search {
  padding: 0;
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  width: 18px;
  height: 20px;
  background: no-repeat center/18px;
  background-image: url("../images/icons/search.svg");
  font-size: 20px;
  line-height: 1;
  opacity: 0.5;
}

.multiselect-container .multiselect-filter &gt; input.multiselect-search {
  margin-left: 0;
  padding-left: 40px;
  border: 1px solid #DDDDDD;
}
.multiselect-container .multiselect-filter &gt; input.multiselect-search:focus {
  border-color: #0a99b0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.multiselect-container .multiselect-option,
.multiselect-container .multiselect-group,
.multiselect-container .multiselect-all {
  padding: 0.625rem 0.9375rem;
}

.multiselect-container .multiselect-option .form-check-label,
.multiselect-container .multiselect-group .form-check-label,
.multiselect-container .multiselect-all .form-check-label {
  color: inherit;
}

.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
  background-color: #fff;
  color: #959595;
}

.multiselect-container .multiselect-option:hover,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus {
  color: #0a99b0;
  background-color: #F5F5F5 !important;
}

.multiselect-container .multiselect-option .form-check,
.multiselect-container .multiselect-group .form-check,
.multiselect-container .multiselect-all .form-check {
  margin-bottom: 0;
}

.btn-base {
  padding: 0;
  text-align: start;
  background-color: transparent;
  border: 0;
  outline: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn-base:hover, .btn-base:focus {
  text-decoration: none;
}

.btn-xs {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.btn-default {
  position: relative;
  color: #959595;
  background-color: #F5F5F5;
  background-clip: padding-box;
  border: 1px solid #F5F5F5;
}
.btn-default:hover, .btn-default:focus {
  color: #0a99b0;
  background-color: #fff;
  border-color: #0a99b0;
}
.btn-default.active {
  color: #0a99b0;
  background-color: #fff;
  border-color: #0a99b0;
  -webkit-box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
}

[class*=btn-outline] {
  background-color: #fff;
}

.btn-soft-primary {
  color: #0a99b0;
  background-color: rgba(10, 153, 176, 0.15);
  border: 0;
}
.btn-soft-primary:hover {
  color: #0a99b0;
  background-color: rgba(10, 153, 176, 0.2);
}
.btn-soft-primary:focus {
  color: #0a99b0;
}
.btn-soft-primary:active, .btn-soft-primary.active {
  color: #0a99b0;
  background-color: rgba(10, 153, 176, 0.2);
}

.btn-soft-secondary {
  color: #959595;
  background-color: rgba(149, 149, 149, 0.15);
  border: 0;
}
.btn-soft-secondary:hover {
  color: #959595;
  background-color: rgba(149, 149, 149, 0.2);
}
.btn-soft-secondary:focus {
  color: #959595;
}
.btn-soft-secondary:active, .btn-soft-secondary.active {
  color: #959595;
  background-color: rgba(149, 149, 149, 0.2);
}

.btn-soft-success {
  color: #3FA66B;
  background-color: rgba(63, 166, 107, 0.15);
  border: 0;
}
.btn-soft-success:hover {
  color: #3FA66B;
  background-color: rgba(63, 166, 107, 0.2);
}
.btn-soft-success:focus {
  color: #3FA66B;
}
.btn-soft-success:active, .btn-soft-success.active {
  color: #3FA66B;
  background-color: rgba(63, 166, 107, 0.2);
}

.btn-soft-info {
  color: #4D53E0;
  background-color: rgba(77, 83, 224, 0.15);
  border: 0;
}
.btn-soft-info:hover {
  color: #4D53E0;
  background-color: rgba(77, 83, 224, 0.2);
}
.btn-soft-info:focus {
  color: #4D53E0;
}
.btn-soft-info:active, .btn-soft-info.active {
  color: #4D53E0;
  background-color: rgba(77, 83, 224, 0.2);
}

.btn-soft-warning {
  color: #FF8E36;
  background-color: rgba(255, 142, 54, 0.15);
  border: 0;
}
.btn-soft-warning:hover {
  color: #FF8E36;
  background-color: rgba(255, 142, 54, 0.2);
}
.btn-soft-warning:focus {
  color: #FF8E36;
}
.btn-soft-warning:active, .btn-soft-warning.active {
  color: #FF8E36;
  background-color: rgba(255, 142, 54, 0.2);
}

.btn-soft-danger {
  color: #EC6357;
  background-color: rgba(236, 99, 87, 0.15);
  border: 0;
}
.btn-soft-danger:hover {
  color: #EC6357;
  background-color: rgba(236, 99, 87, 0.2);
}
.btn-soft-danger:focus {
  color: #EC6357;
}
.btn-soft-danger:active, .btn-soft-danger.active {
  color: #EC6357;
  background-color: rgba(236, 99, 87, 0.2);
}

.btn-soft-light {
  color: #F5F5F5;
  background-color: rgba(245, 245, 245, 0.15);
  border: 0;
}
.btn-soft-light:hover {
  color: #F5F5F5;
  background-color: rgba(245, 245, 245, 0.2);
}
.btn-soft-light:focus {
  color: #F5F5F5;
}
.btn-soft-light:active, .btn-soft-light.active {
  color: #F5F5F5;
  background-color: rgba(245, 245, 245, 0.2);
}

.btn-soft-dark {
  color: #262626;
  background-color: rgba(38, 38, 38, 0.15);
  border: 0;
}
.btn-soft-dark:hover {
  color: #262626;
  background-color: rgba(38, 38, 38, 0.2);
}
.btn-soft-dark:focus {
  color: #262626;
}
.btn-soft-dark:active, .btn-soft-dark.active {
  color: #262626;
  background-color: rgba(38, 38, 38, 0.2);
}

.btn-soft-black {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
  border: 0;
}
.btn-soft-black:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.btn-soft-black:focus {
  color: #000;
}
.btn-soft-black:active, .btn-soft-black.active {
  color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-soft-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border: 0;
}
.btn-soft-white:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-soft-white:focus {
  color: #fff;
}
.btn-soft-white:active, .btn-soft-white.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-soft-pink {
  color: #FF5668;
  background-color: rgba(255, 86, 104, 0.15);
  border: 0;
}
.btn-soft-pink:hover {
  color: #FF5668;
  background-color: rgba(255, 86, 104, 0.2);
}
.btn-soft-pink:focus {
  color: #FF5668;
}
.btn-soft-pink:active, .btn-soft-pink.active {
  color: #FF5668;
  background-color: rgba(255, 86, 104, 0.2);
}

.btn-soft-blue {
  color: #41D5E2;
  background-color: rgba(65, 213, 226, 0.15);
  border: 0;
}
.btn-soft-blue:hover {
  color: #41D5E2;
  background-color: rgba(65, 213, 226, 0.2);
}
.btn-soft-blue:focus {
  color: #41D5E2;
}
.btn-soft-blue:active, .btn-soft-blue.active {
  color: #41D5E2;
  background-color: rgba(65, 213, 226, 0.2);
}

.btn-soft-darkblue {
  color: #4D53E0;
  background-color: rgba(77, 83, 224, 0.15);
  border: 0;
}
.btn-soft-darkblue:hover {
  color: #4D53E0;
  background-color: rgba(77, 83, 224, 0.2);
}
.btn-soft-darkblue:focus {
  color: #4D53E0;
}
.btn-soft-darkblue:active, .btn-soft-darkblue.active {
  color: #4D53E0;
  background-color: rgba(77, 83, 224, 0.2);
}

.btn-soft-purple {
  color: #BE71D5;
  background-color: rgba(190, 113, 213, 0.15);
  border: 0;
}
.btn-soft-purple:hover {
  color: #BE71D5;
  background-color: rgba(190, 113, 213, 0.2);
}
.btn-soft-purple:focus {
  color: #BE71D5;
}
.btn-soft-purple:active, .btn-soft-purple.active {
  color: #BE71D5;
  background-color: rgba(190, 113, 213, 0.2);
}

.btn-soft-green {
  color: #62CA76;
  background-color: rgba(98, 202, 118, 0.15);
  border: 0;
}
.btn-soft-green:hover {
  color: #62CA76;
  background-color: rgba(98, 202, 118, 0.2);
}
.btn-soft-green:focus {
  color: #62CA76;
}
.btn-soft-green:active, .btn-soft-green.active {
  color: #62CA76;
  background-color: rgba(98, 202, 118, 0.2);
}

.btn-outline-gradient-primary {
  position: relative;
  color: #0a99b0;
  background-clip: padding-box;
  border: 1px solid transparent;
}
.btn-outline-gradient-primary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #C4E052), to(#63B7E6));
  background-image: linear-gradient(90deg, #C4E052 50%, #63B7E6 100%);
  border-radius: inherit;
  opacity: 1;
  -webkit-transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn-outline-gradient-primary:hover, .btn-outline-gradient-primary:focus {
  color: #fff;
  background-color: #0a99b0;
  border-color: transparent;
}
.btn-outline-gradient-primary:active, .btn-outline-gradient-primary.active {
  color: #fff;
  background-color: #0a99b0;
  border-color: transparent;
}

.btn-shadow {
  -webkit-box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
}

.btn-check:not(:disabled) + .link-default {
  cursor: pointer;
}
.btn-check:checked + .link-default, .btn-check:active + .link-default {
  color: #0a99b0;
}
.btn-check:checked + .btn-default, .btn-check:active + .btn-default {
  color: #0a99b0;
  background-color: #fff;
  border-color: #0a99b0;
  -webkit-box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
}

.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  min-width: calc(1.5em + 1.5rem + 2px);
  height: calc(1.5em + 1.5rem + 2px);
  line-height: 1;
  border-radius: 50%;
}
.btn-icon &gt; i,
.btn-icon &gt; svg,
.btn-icon &gt; img {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 1;
}
.btn-icon.btn-xs {
  min-width: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
}
.btn-icon.btn-xs &gt; i,
.btn-icon.btn-xs &gt; svg,
.btn-icon.btn-xs &gt; img {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.btn-icon.btn-sm, .btn-group-sm &gt; .btn-icon.btn {
  min-width: calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
}
.btn-icon.btn-sm &gt; i, .btn-group-sm &gt; .btn-icon.btn &gt; i,
.btn-icon.btn-sm &gt; svg,
.btn-group-sm &gt; .btn-icon.btn &gt; svg,
.btn-icon.btn-sm &gt; img,
.btn-group-sm &gt; .btn-icon.btn &gt; img {
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.btn-icon.btn-lg, .btn-group-lg &gt; .btn-icon.btn {
  min-width: calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
}
.btn-icon.btn-lg &gt; i, .btn-group-lg &gt; .btn-icon.btn &gt; i,
.btn-icon.btn-lg &gt; svg,
.btn-group-lg &gt; .btn-icon.btn &gt; svg,
.btn-icon.btn-lg &gt; img,
.btn-group-lg &gt; .btn-icon.btn &gt; img {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.btn-text-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-text-icon &gt; i,
.btn-text-icon &gt; svg,
.btn-text-icon &gt; img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
}
.btn-text-icon.btn-xs &gt; i,
.btn-text-icon.btn-xs &gt; svg,
.btn-text-icon.btn-xs &gt; img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

.btn-text-icon-start {
  padding-left: 0.75rem;
}
.btn-text-icon-start &gt; i,
.btn-text-icon-start &gt; svg,
.btn-text-icon-start &gt; img {
  margin-right: 10px;
}
.btn-text-icon-start.btn-xs {
  padding-left: 0.375rem;
}
.btn-text-icon-start.btn-xs &gt; i,
.btn-text-icon-start.btn-xs &gt; svg,
.btn-text-icon-start.btn-xs &gt; img {
  margin-right: 5px;
}

.btn-text-icon-end {
  padding-right: 0.75rem;
}
.btn-text-icon-end &gt; i,
.btn-text-icon-end &gt; svg,
.btn-text-icon-end &gt; img {
  margin-left: 10px;
}
.btn-text-icon-end.btn-xs {
  padding-right: 0.375rem;
}
.btn-text-icon-end.btn-xs &gt; i,
.btn-text-icon-end.btn-xs &gt; svg,
.btn-text-icon-end.btn-xs &gt; img {
  margin-left: 5px;
}

[class*=link-] {
  -webkit-transition: color 0.15s ease-in-out, fill 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, fill 0.15s ease-in-out;
}

.link-default {
  color: #959595;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.link-default:hover, .link-default:focus {
  color: #0a99b0;
}

.link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-icon &gt; i,
.link-icon &gt; svg,
.link-icon &gt; img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 1;
}

.link-icon-lg &gt; i,
.link-icon-lg &gt; svg,
.link-icon-lg &gt; img {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.link-icon-start &gt; i,
.link-icon-start &gt; svg,
.link-icon-start &gt; img {
  margin-right: 5px;
}

.btn .spinner-border {
  position: relative;
  top: 2px;
}

.dropdown-toggle::after {
  border: 0;
  display: none;
}

.dropdown-toggle-arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 1;
  margin-left: 5px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.dropdown-toggle-arrow &gt; * {
  display: block;
  width: 100%;
  height: 100%;
}

.is-expanded {
  display: block;
}

.is-collapsed {
  display: none;
}

.collapsed .dropdown-toggle-arrow,
.dropdown-toggle:not(.show) .dropdown-toggle-arrow {
  -webkit-transform: none;
          transform: none;
}
.collapsed .is-expanded,
.dropdown-toggle:not(.show) .is-expanded {
  display: none;
}
.collapsed .is-collapsed,
.dropdown-toggle:not(.show) .is-collapsed {
  display: block;
}

.dropdown-menu-card {
  padding: 0;
  min-width: 300px;
}
.dropdown-menu-card .card-body {
  overflow-y: auto;
  max-height: 300px;
}

.nav-pills {
  padding: 5px;
  background-color: #F5F5F5;
}
.nav-pills .nav-link.active,
.nav-pills .nav-pills .show &gt; .nav-link {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
}

.nav-2xs.nav-pills {
  padding: 0.1875rem;
}
.nav-2xs .nav-link {
  padding: 0.125rem 0.625rem;
}

.card-border-hover {
  position: relative;
}
.card-border-hover::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  height: 3px;
  background-color: #FF5668;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.card-border-hover:hover::before {
  opacity: 1;
}

.card-border-hover-primary::before {
  background-color: #0a99b0;
}

.card-border-hover-secondary::before {
  background-color: #959595;
}

.card-border-hover-success::before {
  background-color: #3FA66B;
}

.card-border-hover-info::before {
  background-color: #4D53E0;
}

.card-border-hover-warning::before {
  background-color: #FF8E36;
}

.card-border-hover-danger::before {
  background-color: #EC6357;
}

.card-border-hover-light::before {
  background-color: #F5F5F5;
}

.card-border-hover-dark::before {
  background-color: #262626;
}

.card-border-hover-black::before {
  background-color: #000;
}

.card-border-hover-white::before {
  background-color: #fff;
}

.card-border-hover-pink::before {
  background-color: #FF5668;
}

.card-border-hover-blue::before {
  background-color: #41D5E2;
}

.card-border-hover-darkblue::before {
  background-color: #4D53E0;
}

.card-border-hover-purple::before {
  background-color: #BE71D5;
}

.card-border-hover-green::before {
  background-color: #62CA76;
}

.badge-default {
  color: #959595;
  background-color: #F5F5F5;
}
.badge-default:hover {
  color: #fff;
  background-color: #0a99b0;
}

.badge-circle {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.badge-sm.badge-circle {
  width: 21px;
  height: 21px;
}

.list-group-flush-x .list-group-item {
  padding-right: 0;
  padding-left: 0;
}

.list-group-hover &gt; .list-group-item {
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.list-group-hover &gt; .list-group-item:hover {
  z-index: 1;
  background-color: #F5F5F5;
}

.list-group-sm .list-group-item {
  padding: 0.375rem 0.5625rem;
}

.modal-header {
  color: #fff;
  background-color: #0a99b0;
}

.modal-title {
  color: inherit;
}

.vr {
  color: #DDDDDD;
}

[data-simplebar]::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-scrollbar:before {
  background: #DDDDDD;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}

.bg-cover {
  background: no-repeat center/cover;
}

.dot {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  background-color: #DDDDDD;
  border-radius: 50%;
}

.bg-gradient-primary {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #C4E052), to(#63B7E6)) !important;
  background-image: linear-gradient(90deg, #C4E052 50%, #63B7E6 100%) !important;
}

.avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  line-height: 1;
  color: #959595;
  background-color: #F5F5F5;
  border-radius: 50%;
}
.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.avatar-title {
  width: 50%;
  height: 50%;
  font-size: 50%;
}

.avatar-xl {
  width: 30px;
  height: 30px;
}

@media (min-width: 576px) {
  .avatar-xl {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 992px) {
  .avatar-xl {
    width: 48px;
    height: 48px;
  }
}
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
}
.icon &gt; * {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
}

.icon-sm {
  width: 14px;
  height: 14px;
  font-size: 14px;
}

.icon-lg {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.icon-xl {
  width: 30px;
  height: 30px;
  font-size: 30px;
}

@media (min-width: 576px) {
  .icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .icon-lg {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
  .icon-sm {
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
  .icon-xl {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
}
.icon-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 1;
  color: #FF5668;
  background-color: rgba(255, 86, 104, 0.1);
  border-radius: 50%;
}
.icon-block &gt; * {
  width: 60%;
  height: 60%;
  font-size: 60%;
}

:root {
  --aside-width: 80px;
  --header-height: 80px;
}

.aside {
  position: fixed;
  top: var(--header-height);
  left: 0;
  bottom: 0;
  z-index: 1029;
  width: var(--aside-width);
  min-height: calc(100vh - var(--header-height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
}
.aside-header {
  display: none;
  padding: 10px;
}
.aside-logo {
  max-width: 100%;
  height: auto;
}
.aside-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
  padding: 10px 15px;
}
.aside-footer {
  padding: 10px 15px;
}
.aside-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.aside-list-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  color: #959595;
  text-decoration: none;
  background-color: #F5F5F5;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.aside-list-link img,
.aside-list-link svg {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
}
.aside-list-link:hover, .aside-list-link.active {
  color: #fff;
  background-color: #0a99b0;
}
.aside-list-item:not(:last-child) {
  margin-bottom: 20px;
}

.content {
  margin-top: var(--header-height);
  margin-left: var(--aside-width);
}
.content &gt; .container-fluid, .content &gt; .container-sm, .content &gt; .container-md, .content &gt; .container-lg, .content &gt; .container-xl, .content &gt; .container-xxl {
  overflow-x: hidden;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  height: var(--header-height);
  padding-left: var(--aside-width);
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.06);
}
.header-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: var(--aside-width);
  height: var(--header-height);
  position: absolute;
  top: 0;
  left: 0;
}
.header-logo .img-fluid {
  max-height: calc(var(--header-height) - 5px);
}

.btn-menu {
  display: none;
}

@media (min-width: 1600px) {
  .content &gt; .container-fluid, .content &gt; .container-sm, .content &gt; .container-md, .content &gt; .container-lg, .content &gt; .container-xl, .content &gt; .container-xxl {
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --header-height: 60px;
  }
  .aside {
    top: 0;
    z-index: 1045;
    min-height: 100vh;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .aside-header {
    display: block;
    min-height: var(--header-height);
    text-align: center;
  }
  .aside.show {
    -webkit-transform: none;
            transform: none;
  }
  .content {
    margin-left: 0;
  }
  .header {
    z-index: 1040;
  }
  .header-search {
    padding: 0;
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
  }
  .btn-menu {
    display: inline-block;
  }
}
.header-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--header-height);
  font-size: 1rem;
  font-weight: 600;
  color: #959595;
  -webkit-transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.header-btn::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: transparent;
  border-radius: 50rem;
  -webkit-transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.header-btn .badge {
  color: #959595;
  background-color: #F5F5F5;
  -webkit-transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out, 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, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.header-btn:hover, .header-btn.active, .header-btn.show {
  color: #0a99b0;
}
.header-btn:hover .badge, .header-btn.active .badge, .header-btn.show .badge {
  color: #fff;
  background-color: #0a99b0;
}
.header-btn.active::before, .header-btn.show::before {
  background-color: #0a99b0;
}

.header-dropdown .dropdown-menu {
  min-width: 100vw;
  max-height: 400px;
  overflow-y: auto;
  padding: 0.9375rem 1.25rem;
}
.header-dropdown .nav-pills .nav-link {
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 576px) {
  .header-dropdown .dropdown-menu {
    min-width: 400px;
    max-height: 600px;
  }
}
.sticky-lyt-top {
  position: sticky;
  top: var(--header-height);
  z-index: 1020;
}

/*@import "jqx";*/
.space {
  margin-bottom: 10px;
}

.wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.table {
  margin-bottom: 0;
}

/*label {
  color: #666;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
}*/
.loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.round {
  position: absolute;
  border-radius: 100%;
  top: 7px;
  left: 7px;
  height: 16px;
  width: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#0a99b0));
  background: linear-gradient(to bottom, #fff 0, #0a99b0 100%);
  -webkit-animation: scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.out_border {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  border: 2px solid;
  -webkit-animation: rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  border-radius: 100%;
  border-color: #fff #0a99b0;
}

@-webkit-keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
.sidebar-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.43);
  z-index: 9999;
  display: none;
  opacity: 0.5;
}

.sidebar-backdrop.show {
  display: block;
}

.heading {
  text-transform: capitalize;
  color: #0a99b0;
  font-size: 14px;
  position: relative;
  z-index: 0;
  vertical-align: top;
  margin-bottom: 4px;
}

/*.heading:before, .profile .title:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(-85deg, #e9f2fb 40%, transparent 100px);
    background: -moz-linear-gradient(-85deg, #e9f2fb 40%, transparent 100px);
    background: -o-linear-gradient(-85deg, #e9f2fb 40%, transparent 100px);
    background: linear-gradient(-85deg, #e9f2fb 40%, transparent 100px);
    z-index: -1;
}*/
/*.table-responsive::-webkit-scrollbar-track {
    background-color: #dbdbdb;
}

.table-responsive::-webkit-scrollbar {
    width: 6px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #c0c0c0;
}*/
.contact-details {
  margin-right: 30px;
}

/*.card-body {
    padding: 15px;
}*/
/*.card {
    border: none;
    -webkit-box-shadow: 0 0 1rem rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 1rem rgba(0,0,0,.05);
    box-shadow: 0 0 1rem rgba(0,0,0,.05);
}*/
/*header {
    background: #ffffff;
    position: fixed;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
}*/
/*.btn {
    color: var(--count-icon-bg);
    background-color: #fff;
    border: 1px solid var(--count-icon-bg);
    text-transform: capitalize;
    font-size: 14px;
    margin: 2px 2px 2px 0;
    letter-spacing: 0.5px;
    border-radius: 0;
    padding: 4px 12px;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}*/
/*.tooltip-arrow,
.red-tooltip + .tooltip &gt; .tooltip-inner {background-color:var(--header-bg);}*/
/*.dropdown.btn {
    padding: 0;
}*/
/*.dropdown.btn &gt; a {
        padding: 4px 12px;
        display: block;
    }*/
/*.dropdown-item span {
    position: relative;
}

.dropdown-item &gt; span::after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
}

.dropdown-item:focus span:after, .dropdown-item:hover span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.dropdown-item:hover:before {
    background: $primary;
    font-weight: 500;
}*/
/*.navbar {
    padding: 6px 5px 6px 15px;
}*/
.red-color {
  color: #EC6357;
}

.red-color:hover {
  color: #EC6357;
}

/*.header-right .dropdown &gt; a {
    color: #171717;
    font-size: 20px;
    border: none;
    display: inline-block;
}

.header-right .currency-details &gt; a {
    font-size: 16px;
}*/
.btn i:before {
  vertical-align: top;
  font-size: 16px;
}

.page-breadcrumb .col-btn {
  width: 90%;
}

.page-breadcrumb .col-summary {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.col-summary label {
  position: relative;
}

.stock_count {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.nav-tabs .nav-item {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
}

.btn i, .btn.action i {
  margin-right: 5px;
  line-height: 20px;
}

.button .dropdown &gt; a.search &gt; span {
  display: inline-block;
}

.header-right .user-details.myaccount &gt; a {
  line-height: 45px;
}

/*.dropdown-toggle::after {
    content: "\f140";
    font-family: "Material Design Icons";
    border: none;
    font-size: 14px;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.dropdown-item .readyPickup:after,
.dropdown-item:hover .readyPickup:after {
    border: none;
}*/
.navbar-collapse .nav-item:hover .dropdown-toggle::after {
  content: "\f143";
}

.navbar-collapse .nav-item i:before {
  vertical-align: middle;
}

.header-right &gt; li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: middle;
}

/*.header-dropdown {
    position: absolute;
    right: 0;
    top: 80%;
    left: auto;
    background: #fff;
    box-shadow: 2px 4px 10px rgba(51, 53, 71, 0.16);
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    border-radius: 2px;
    z-index: 99;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}*/
/*.header-right .dropdown:hover .header-dropdown {
    opacity: 1;
    visibility: visible;
}

.cart-item .header-dropdown {
    width: 320px;
    max-height: 309px;
    overflow: auto;
    border: none;
    padding: 0;
    right: 0;
    left: auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}*/
/*.button .dropdown-menu {
    padding: 8px 0;
}

.dropdown-menu {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    border: none;
    padding: 0;
}

.header-right .dropdown-menu {
    right: 0;
    left: auto;
}*/
.order-list.order-list-view .stock_count {
  padding: 0;
  margin-left: 0;
  width: 1000px;
}

.datepicker-dropdown.dropdown-menu {
  font-size: 13px;
  right: auto;
  left: auto;
  z-index: 999 !important;
  width: 230px;
  padding: 0;
}

.navbar &gt; .header-right {
  display: none;
}

.datepicker table {
  width: 100%;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover,
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  border-radius: 0;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  background-color: #F5F5F5;
}

.datepicker td, .datepicker th {
  width: 30px;
  height: 30px;
  border-radius: 0;
}

.datepicker table tr td.active.active {
  background: #0a99b0;
}

/*.notification .header-dropdown {
    width: 320px;
    max-height: 327px;
    overflow: auto;
}*/
.view-all {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}

/*.contact-details.contact-details .header-dropdown {
    width: 230px;
}*/
/*.user-details .header-dropdown {
    text-align: left;
    width: 100%;
}*/
/*.header-dropdown::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 50px;
}

.header-dropdown::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}*/
/*.header-dropdown::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border-radius: 50px;
}
*/
/*.user-details.dropdown img {
    border-radius: 50%;
    width: 30px;
}*/
.user-details .user-icon span {
  font-size: 14px;
  text-transform: capitalize;
  margin-left: 4px;
}

/*.dropdown-item.active, .dropdown-item:active {
    background-color: #fff;
    color: #0056b3;
}*/
.media-body .avtar {
  max-width: 20%;
}

.media-heading {
  font-size: 14px;
  font-weight: 600;
  color: #262626;
}

/*.header-dropdown .sub-content, .header-dropdown .sub-title {
    font-size: 11px;
}*/
/*.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}*/
.media .price &gt; span {
  font-size: 12px;
  font-weight: 600;
  color: #262626;
  white-space: normal;
  line-height: 18px;
  display: inline-block;
}

.media-right.mr-2.text-left {
  width: 50%;
}

/*.header-dropdown .media .media-body {
    padding: 10px;
    border-bottom: 1px solid #efefef;
    position: relative;
}*/
.delete-item.red {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
}

/*.dropdown-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}*/
.notification .media .avtar, .notification_wrapper .media .avtar {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 60px;
  background: #eeebfb;
  font-size: 22px;
  color: #959595;
  line-height: 75px;
}

.notification_wrapper .media .avtar img {
  width: 60%;
}

.user-details li {
  text-transform: capitalize;
  border-bottom: 1px solid #DDDDDD;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*    .user-details li:hover, .header-right .media:hover, .lang-details .header-dropdown ul li a:hover,
    .currency-details .header-dropdown ul li a:hover {
        background-color: #f8f9fa;
    }*/
.user-details li a {
  color: #262626;
  font-size: 14px;
  display: block;
  padding: 6px 10px;
}

.user-details li a.logout {
  color: #EC6357;
}

.user-details li a i {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
}

/*.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: $primary;
}*/
/*.tooltip-inner {
    text-transform: capitalize;
    background: $primary;
}*/
span.badge.badge-notify, span.badge.badge-light {
  position: absolute;
  width: auto;
  height: 18px;
  border-radius: 50px;
  line-height: 12px;
  top: -8px;
  color: #fff;
  right: -4px;
  background: #FF8E36;
  font-size: 12px;
  font-weight: 400;
  -webkit-animation: shadow 2s linear infinite;
          animation: shadow 2s linear infinite;
}

@-webkit-keyframes shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 142, 54, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 142, 54, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 142, 54, 0);
            box-shadow: 0 0 0 10px rgba(255, 142, 54, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 142, 54, 0);
            box-shadow: 0 0 0 0 rgba(255, 142, 54, 0);
  }
}

@keyframes shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 142, 54, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 142, 54, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 142, 54, 0);
            box-shadow: 0 0 0 10px rgba(255, 142, 54, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 142, 54, 0);
            box-shadow: 0 0 0 0 rgba(255, 142, 54, 0);
  }
}
.cart-item span.badge.badge-light {
  background: #EC6357;
}

.cart-item span.badge.badge-light {
  -webkit-animation: pulse 2s linear infinite;
          animation: pulse 2s linear infinite;
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(236, 99, 87, 0.7);
            box-shadow: 0 0 0 0 rgba(236, 99, 87, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(236, 99, 87, 0);
            box-shadow: 0 0 0 10px rgba(236, 99, 87, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(236, 99, 87, 0);
            box-shadow: 0 0 0 0 rgba(236, 99, 87, 0);
  }
}
.nav-tabs .nav-link span {
  -webkit-animation: bedge-pulse 2s linear infinite;
          animation: bedge-pulse 2s linear infinite;
}

@-webkit-keyframes bedge-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3FA66B;
            box-shadow: 0 0 0 0 #3FA66B;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(63, 166, 107, 0);
            box-shadow: 0 0 0 10px rgba(63, 166, 107, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 166, 107, 0);
            box-shadow: 0 0 0 0 rgba(63, 166, 107, 0);
  }
}

@keyframes bedge-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3FA66B;
            box-shadow: 0 0 0 0 #3FA66B;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(63, 166, 107, 0);
            box-shadow: 0 0 0 10px rgba(63, 166, 107, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(63, 166, 107, 0);
            box-shadow: 0 0 0 0 rgba(63, 166, 107, 0);
  }
}
.navbar-light .navbar-nav .nav-link {
  color: #262626;
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px 16px;
  letter-spacing: 0.3px;
  line-height: 22px;
}

.navbar-collapse .nav-item i {
  margin-right: 4px;
  font-size: 18px;
  line-height: 14px;
  display: inline-block;
}

.view-all a {
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
  font-size: 14px;
  background: #fff;
  border-top: 1px solid #DDDDDD;
  color: #0a99b0;
}

/*.dropdown-menu {
    border: none;
    box-shadow: 2px 4px 10px rgba(51, 53, 71, 0.58);
    padding: 10px 0;
    margin-top: 20px;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}*/
/*.dropdown-item {
    display: block;
    width: 100%;
    padding: 6px 12px 6px 40px;
    clear: both;
    font-weight: 400;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: capitalize;
    font-size: 14px;
    color: #333547;
    min-width: 200px;
    position: relative;
}*/
/*.navbar-collapse .nav-item:hover .dropdown-menu, .button .btn:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-nav .dropdown-menu {
    padding: 10px 0;
}*/
/*.dropdown-item:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 15px;
    background: #d4d4d4;
    width: 10px;
    height: 2px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: transparent;
    color: $primary;
    font-weight: 500;
}*/
/*.user-details li a:hover, .lang-details .header-dropdown ul li a:hover,
.currency-details .header-dropdown ul li a:hover {
    color: $primary;
    font-weight: 500;
}*/
.navbar-collapse .nav-link.exclusive {
  color: #EC6357;
}

.navbar-collapse .nav-link.exclusive {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  0% {
    -webkit-mask-position: 150%;
  }
  100% {
    -webkit-mask-position: -50%;
  }
}

@keyframes shine {
  0% {
    -webkit-mask-position: 150%;
  }
  100% {
    -webkit-mask-position: -50%;
  }
}
.lang-icon {
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.lang-icon.eng, .lang-icon[value=en] {
  background-image: url(../../webstorecontent/img/eng.svg);
}

.lang-icon.china, .lang-icon[value=zh] {
  background-image: url(../../webstorecontent/img/china.svg);
}

/*.lang-details .header-dropdown, .currency-details .header-dropdown {
    min-width: 150px;
    padding: 0;
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}*/
/*    .lang-details .header-dropdown ul li, .currency-details .header-dropdown ul li {
        color: #333547;
        display: block;
        padding: 7px 10px;
        text-transform: capitalize;
        font-size: 14px;
        cursor: pointer;
        border-bottom: 1px solid #efefef;
        -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;
    }*/
/*        .currency-details .header-dropdown ul li span.curr {
            float: right;
            font-size: 12px;
            color: #6d6d6d;
            font-weight: 400;
        }

        .lang-details .header-dropdown ul li i {
            margin-right: 7px;
            vertical-align: middle;
        }

        .lang-details .header-dropdown ul li.selected, .currency-details .header-dropdown ul li.selected a span {
            color: $primary;
            font-weight: 600;
        }*/
/*.contact-details .header-dropdown i:before {
    line-height: normal;
    vertical-align: middle;
    font-size: 18px;
    color: $primary;
}*/
.address .col-sm-9 label {
  font-weight: 400;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 10px;
}

.breadcrumb-item {
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
}

.breadcrumb .breadcrumb-item {
  color: #0a99b0;
  font-weight: 500;
}

/*.btn:hover, .diamond-search.btn {
    color: #fff;
    border-color: var(--count-icon-bg);
    background-color: var(--count-icon-bg);
}*/
/*.diamond-search:hover {
    background: #fff;
    color: var(--diamond-search-hover);
}

.modal {
    z-index: 999999;
}*/
.page-breadcrumb {
  background: #fff;
  /*box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);*/
  border: 1px solid #DDDDDD;
  padding: 0 5px;
}

.navbar-collapse .active &gt; .nav-link, .navbar-collapse .nav-link:hover,
.navbar-collapse .nav-link.active, .navbar-collapse .nav-link.show, .navbar-collapse .show &gt; .nav-link {
  color: #0a99b0;
}

.order-list-view .stock_count div {
  display: inline-block;
}

.stock_count div {
  text-transform: capitalize;
  color: #314152;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 15px 6px 0;
  border-top: none;
}

.stock_count div span {
  font-weight: 600;
}

.navbar .navbar-toggler {
  color: #000;
  border-color: transparent;
  padding: 0;
}

.navbar .navbar-toggler span {
  line-height: 30px;
  width: 20px;
  height: 30px;
  font-size: 30px;
  background-size: 15px;
  margin-right: 10px;
}

.navbar .navbar-brand {
  padding: 0;
  margin-right: 0;
}

.navbar .navbar-toggler.collapsed span {
  background-image: url("../../webstorecontent/img/menu.svg");
}

.small_device_menu i {
  color: #fff;
  font-size: 20px;
}

.theme-logo {
  line-height: 58px;
}

.sub-head {
  color: #262626;
  margin-bottom: 0;
}

.green.btn {
  border-color: #3FA66B;
  color: #3FA66B;
}

.green.btn &gt; a {
  color: #3FA66B;
}

.green.btn:hover {
  background: #3FA66B;
  color: #fff;
}

.green.btn:hover &gt; a {
  color: #fff;
}

.search-diamond .shapes {
  max-height: 75px;
  overflow: hidden;
  width: calc(100% - 45px);
  display: inline-block;
  font-size: 0;
}

.shapes li, .hide_shape li {
  display: inline-block;
  padding: 10px 6px;
  width: 85px;
}

.search_diamond_top_wrap .shapes li .st0 {
  stroke: #b2afaf;
  fill: #b2afaf;
}

/*.search_diamond_top_wrap .shapes li.active rect.st0,
.search_diamond_top_wrap .shapes li.active polygon.st0{
     fill: #f5f5f5;
}*/
.search_diamond_top_wrap .shapes li.active .st0 {
  stroke: #3DBBF6;
}

.search_diamond_top_wrap .shapes li.active span {
  color: #3DBBF6;
  font-weight: 500;
}

.dashboard-count .col-xl-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.hide_shape li {
  margin-top: 10px;
}

.shape .more, .show_customizesize .more {
  /*background: $light;*/
  background: #b7b5b5;
  line-height: 60px;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  text-align: center;
  height: 60px;
  font-size: 24px;
  margin: 10px 0;
}

.show_customizesize .more {
  margin: 0;
  height: 33.5px;
  line-height: 35px;
  font-size: 20px;
}

.shapes .more.active a:before {
  content: "\f374";
}

.shapes li a &gt; span, .hide_shape li a &gt; span {
  color: #262626;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 18px;
  margin-top: 6px;
  vertical-align: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.dvDetail {
  border-top: 1px solid #DDDDDD;
}

.search-diamonds .button {
  display: inline-block;
}

ul.shapes li div, .hide_shape li div {
  text-align: center;
}

.nav-tabs {
  border-bottom: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #262626;
  border-color: #262626;
  padding: 6px;
  color: #fff;
}

.nav-tabs .nav-link {
  border-radius: 0;
  font-size: 13px;
  color: #262626;
  padding: 4px 6px;
  background: white;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #DDDDDD;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #262626;
}

.nav-tabs .nav-link span {
  padding: 2px 6px;
  background: #3FA66B;
  margin-left: 4px;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
}

.nav-tabs .nav-link i {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}

.shapes li img, .hide_shape li img {
  margin: 0 auto;
  height: 40px;
}

.shapes svg {
  display: block;
  height: 40px;
  margin: 0 auto;
}

.shapes li.hide_shape {
  width: auto;
  padding: 0;
  margin-bottom: 0;
}

.customize_size {
  font-size: 12px;
  cursor: pointer;
  text-transform: capitalize;
  margin-bottom: 4px;
}

/*.size.toggle-size li {
    background: #f7f7f7;
    width: 30px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 24px;
    cursor: pointer;
}*/
/*ul li a {
    color: #171717;
    font-weight: 500;
    font-size: 12px;
}*/
/*ul li:last-child {
    border-right: none;
}

.shape_size li, .show_search li, .clarity_list li, .cut li, .polish li, .symm li, .Fluorescence li, .lab li, .Fluorescence-color li,
.Location li, .tinge li, .HnA li {
    background: #f4f4f4;
    line-height: 33px;
    border-right: 1px solid #d4d4d4;
    text-align: center;
    cursor: pointer;
}

.shape_size li, .show_search li {
    width: 100px;
}

.clarity_list li {
    width: 50px;
}

.cut li, .polish li, .symm li, .lab li, .Location li, .tinge li, .HnA li {
    width: 70px;
}*/
/*.Fluorescence li, .Fluorescence-color li {
    width: 61.5px;
}

ul.size {
    display: block;
    clear: both;
}*/
.show_search .ml20 {
  margin-left: 28px;
}

.mcs-horizontal-example li.active {
  background: #0a99b0;
  color: #fff;
}

.mcs-horizontal-example li.active a {
  color: #fff;
}

/*.form-control {
    border-radius: 0;
    font-size: 13px;
    padding: 4px 10px;
    color: #171717;
    border: 1px solid #e3e3e3;
    width: 100%;
}

    .form-control:focus {
        color: #171717;
        box-shadow: 0 0 0 0.2rem rgb(247, 247, 247);
        border-color: #f7f7f7;
    }*/
/*.shape_size li.toggle_icon {
    width: auto;
    margin: 0;
    vertical-align: middle;
    line-height: normal;
}

.shape_color li {
    background: #f4f4f4;*/
/*float: left;*/
/*line-height: 33px;
    border-right: 1px solid #d4d4d4;
    width: 75px;
    text-align: center;
    cursor: pointer;
}*/
/*.select2-dropdown {
    border: 1px solid #e3e3e3;
}*/
/*.white-color, .fancy-color {
    display: flex;
    align-items: center;
    clear: both;
}

    .white-color .title_wrapper {
        width: 95px;
    }*/
.mcs-horizontal-example &gt; ul {
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.mcs-horizontal-example ul li {
  display: inline-block;
  padding: 0 6px;
}

.mcs-horizontal-example ul li a {
  display: inline-block;
  vertical-align: middle;
}

.ms-options-wrap &gt; button:focus, .ms-options-wrap &gt; button {
  border: 1px solid #DDDDDD;
}

.fancy_form {
  position: relative;
  display: block;
  width: 85%;
  float: left;
}

.fancy .title_wrapper {
  width: 15%;
}

.check_rate input[type=checkbox], .custom-control input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
  z-index: 2;
}

.check_rate input[type=checkbox]:checked + label span {
  background-image: url(../../webstorecontent/img/check.png);
}

.custom-control input[type=radio]:checked ~ span::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.custom-control input[type=radio] ~ span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  left: 4px;
  top: 4px;
  background: #0a99b0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.check_rate input[type=checkbox] + label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
  vertical-align: middle;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-control span:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #0a99b0;
  border-radius: 50px;
  left: 0;
  top: 0;
}

.check_rate {
  position: relative;
  display: inline-block;
}

.check_rate label {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}

.show_customizesize .check_rate {
  padding-left: 4px;
}

.space .check_rate label {
  display: block;
}

.CaretDiv .lbl {
  padding-right: 4px;
}

.size {
  position: relative;
}

.CaretDiv {
  border: 1px solid #DDDDDD;
  padding: 0;
  position: absolute;
  background: #fff;
  z-index: 2;
  top: 53px;
  width: 100%;
  display: none;
  overflow: auto;
}

.form_btn_wrapper .mdi {
  background: #0a99b0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.cancel_btn_icon, .cancel_btn_icon:hover {
  border: none;
  background: transparent !important;
  padding: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cancel_btn_icon i::before {
  color: #c90c0c !important;
  font-size: 25px;
}

.mdi-close:before,
.mdi-plus:before {
  font-size: 22px;
  color: #fff;
}

.from_wrapper {
  width: calc(100% - 50px);
}

.form_btn_wrapper {
  width: 50px;
}

.sizeRange .form-row .col-6 input {
  border: 0;
  border-bottom: 1px solid #DDDDDD;
}

.CaretDiv .card-body {
  max-height: 250px;
  overflow: auto;
}

.from_wrapper .simplebar-content {
  padding: 10px !important;
  width: 770px;
}

/*    .CaretDiv .form-control {
        height: 30px;
        padding: 4px;
    }*/
.Measurements .title {
  font-size: 13px;
  margin-bottom: 6px;
  text-transform: capitalize;
  margin-top: 10px;
  color: #0a99b0;
}

.advance_block i {
  vertical-align: middle;
}

.fixed_btn {
  position: fixed;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  /*box-shadow: 2px 4px 10px rgba(51, 53, 71, 0.16);*/
  border-top: 1px solid #DDDDDD;
  z-index: 2;
}

.fixed_btn label {
  margin-right: 10px;
  vertical-align: middle;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
}

.fixed_btn span {
  padding-right: 6px;
}

.mCSB_horizontal.mCSB_inside &gt; .mCSB_container {
  margin-bottom: 10px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #828282;
}

.select2-results__options {
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 18px;
  font-size: 12px;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
}

.select2-results__option {
  font-size: 12px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  font-weight: 500;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #DDDDDD;
  border-radius: 0;
  height: 34px;
}

.ms-parent {
  position: relative;
  margin-bottom: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 4px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}

.responsive_summary .summary {
  right: 0;
  left: auto;
  padding: 10px;
  width: 250px;
}

.stock_count.responsive_summary {
  position: relative;
}

.stone_details .media i {
  font-size: 20px;
  color: #0a99b0;
}

.table-top span {
  display: block;
}

.price_table {
  margin-right: 4px;
}

.sentpraposal-details .price_table, .sentpraposal_box .price_table {
  float: left;
}

.price_table span:first-child {
  font-size: 15px;
  margin-bottom: 2px;
  font-weight: 500;
  display: block;
  line-height: 20px;
}

.sentPraposal .price_table td {
  border-top: none;
  padding: 0;
}

.stone_details .d_stoneno, .stone-title {
  margin-bottom: 5px;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  color: #828282;
}

.orderList_box .stone_details p, .sentpraposal_box .stone_details p {
  color: #262626;
  font-size: 14px;
}

.stone_details p {
  margin-bottom: 0;
  font-size: 13px;
  white-space: normal;
}

.price_table span:last-child {
  display: block;
  color: #959595;
  font-size: 12px;
  text-transform: capitalize;
}

.stone_details .stone_info {
  border: 1px solid #DDDDDD;
  max-height: 400px;
}

.stone_details .table tr td:first-child {
  color: #262626;
  width: 30%;
}

.top_border {
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin-bottom: 5px;
}

.stock_no {
  color: #4D53E0;
  display: block;
  font-size: 12px;
}

.inline-table table {
  float: left;
  width: 33.33%;
}

.price_detail .button a {
  margin: 0 4px;
  cursor: pointer;
}

.stone_details .tab-content .image_table &gt; div {
  display: inline-block;
}

.stone_img label {
  color: #0a99b0;
  position: absolute;
  font-size: 10px;
}

.stone_img .width {
  top: 0;
  left: 62%;
}

.stone_img .length {
  top: 42%;
  left: 17%;
}

.stone_img {
  position: relative;
  display: inline-block;
}

.stone_img .girdle_dia {
  top: -7px;
  left: 56%;
}

.stone_img .width_table {
  top: 8%;
  left: 57%;
}

.stone_img .cr_height {
  top: 19%;
  left: 15%;
}

.stone_img .depth {
  top: 51%;
  left: 5px;
}

.stone_img .girdle {
  top: 66%;
  left: 11%;
}

.stone_img .pavilon_depth {
  top: 75%;
  left: 24%;
}

.image_table {
  width: auto;
  padding: 10px;
}

.title_wrapper h4, .title_wrapper .h4 {
  background: #0a99b0;
  padding: 8px 10px;
  margin-bottom: 0;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
}

.fixed_layout ul, .item ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.fixed_layout li, .item li {
  padding: 6px 10px;
  border-bottom: 1px solid #DDDDDD;
  text-transform: capitalize;
  font-weight: 500;
  color: #959595;
  background: #fff;
}

.compareList .item li {
  font-weight: 400;
  height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.top_box {
  text-align: center;
  text-transform: capitalize;
  background: #fff;
  min-height: 140px;
  font-size: 14px;
}

.compareList .top {
  background: #fff;
  padding: 10px;
  text-align: center;
  min-height: 140px;
  position: relative;
}

.top h3, .top .h3 {
  font-size: 13px;
  color: #959595;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
}

.top h5, .top .h5 {
  margin: 12px 0;
  text-transform: capitalize;
  font-size: 12px;
  color: #262626;
  font-weight: 400;
}

.owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.compareList.owl-carousel .owl-nav button.owl-next,
.compareList.owl-carousel .owl-nav button.owl-prev {
  background: rgba(0, 0, 0, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  font-size: 25px;
  color: #fff;
}

.compareList.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.compareList.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.compareList.owl-carousel .owl-nav button:hover {
  background: #959595;
}

.stone_details .table td {
  text-transform: capitalize;
  padding: 4px 8px;
  font-size: 13px;
  border-top: none;
}

.stone_details .table tr:nth-child(odd) &gt; * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: #262626;
}

.not-available &gt; img {
  display: none;
}

.not-available &gt; img.image-no, .image_block {
  display: inline-block;
}

.stone_info .inline-table ~ .table {
  margin-bottom: 0;
}

.price_detail .button {
  display: inline-block;
  vertical-align: top;
  float: right;
}

.price_detail .button img {
  width: 24px;
}

.compare-dmd {
  font-size: 14px;
  color: #EC6357;
  font-weight: 500;
  display: block;
}

.top_box &gt; div {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.compareList .top .btn {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 110px;
}

.mCSB_inside &gt; .mCSB_container {
  margin-right: 0;
}

.price_table &gt; div {
  float: left;
  text-transform: capitalize;
  margin-right: 30px;
}

.sent-offer .price_table &gt; div {
  margin-right: 40px;
}

.price_table .order-status span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  display: inline-block;
}

.sentpraposal-details .price_detail {
  overflow: hidden;
}

.sentpraposal-details .right_panel {
  margin-top: 20px;
}

.orderList_box .price_table &gt; div, .mycart .price_table &gt; div {
  width: 16%;
  margin-bottom: 4px;
  margin-right: 0;
}

.orderList_box .price_table &gt; div.pcs, .mycart .price_table &gt; div.pcs {
  text-align: center;
}

.price_detail .left {
  margin-top: 20px;
}

.price_table label.price {
  display: block;
  clear: both;
  text-align: center;
  font-weight: 400;
  font-size: 11px;
  border-bottom: 1px solid #DDDDDD;
}

.orderList_box .order-status {
  margin-top: 4px;
  margin-right: 0;
  float: right;
  margin-bottom: 0;
  text-align: right;
}

.sentPraposal .price_table td {
  padding-right: 30px;
}

.profile .title:first-child {
  margin-top: 10px;
}

.profile .title {
  text-transform: capitalize;
  color: #262626;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

.profile label {
  font-size: 14px;
  text-transform: capitalize;
  color: #959595;
  font-weight: 500;
}

/*.modal-content {
    box-shadow: 0 0 40px rgba(0,0,0,0.5);
    border: none;
}*/
/*.modal-header {
    background-color: var(--popoup-header-bg);
    color: #ffffff;
    text-transform: capitalize;
    padding: 14px 15px;
    font-size: 14px;
    font-weight: 900;
}*/
/*.modal-title {
    font-size: 16px;
}*/
.modal-header .close {
  position: absolute;
  right: -5px;
  top: -5px;
  background: #fff;
  opacity: 1;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  color: #000;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  border-color: #fff;
  background: #0a99b0;
  color: #fff;
}

/*.modal-footer {
    padding: 10px 15px;
}*/
.profile .submit-btn {
  border-top: 1px solid #DDDDDD;
  padding: 10px;
}

.go_back i {
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.go_back span {
  text-transform: capitalize;
  display: inline-block;
  font-weight: 500;
  vertical-align: text-bottom;
}

.left_panel &gt; div &gt; span:last-child {
  font-size: 18px;
  font-weight: 600;
  color: #0a99b0;
}

.left_panel &gt; div &gt; span {
  text-transform: capitalize;
  font-weight: 400;
  display: block;
}

.left_panel &gt; div {
  margin-bottom: 20px;
}

.orderstatus ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.orderstatus ul li, .status span {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 13px;
  margin: 2px 0;
  color: #fff;
}

.ready_pickup .status span {
  color: #fff;
}

.a_imageexist .image-no, .a_videoexist .image-no {
  display: none;
}

.right_panel .media-left {
  background: #F5F5F5;
  padding: 10px;
  margin-right: 10px;
  outline: 1px solid #DDDDDD;
  outline-offset: 2px;
}

.right_panel .media-left img {
  width: 40px;
}

.right_panel .heading {
  text-transform: capitalize;
  color: #262626;
  font-size: 15px;
  margin-bottom: 4px;
  position: static;
  margin-top: 0;
}

.right_panel .order-media {
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  padding-bottom: 20px;
}

.right_panel .order-media:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.right_panel .order-media.show &gt; .media:after {
  content: "\f143";
}

.right_panel .order-media &gt; .media:after {
  content: "\f140";
  font-family: "Material Design Icons";
  font-size: 26px;
  color: #959595;
}

.right_panel .price_table div span:first-child {
  font-size: 14px;
}

.right_panel .price_table &gt; div {
  margin-right: 30px;
}

.right_panel .stone_details {
  padding-top: 15px;
}

.pending {
  background: #FF8E36;
}

.process {
  background: #4D53E0;
}

.approved {
  background: #3FA66B;
}

.delivered {
  background-color: #4D53E0;
}

.dispatch {
  background: #959595;
}

.completed {
  background: #3FA66B;
}

.cancel {
  background: #EC6357;
}

.status .ready_topickup {
  color: #fff;
  border: 1px solid #0a99b0;
  background: #0a99b0;
}

.status .order_delivered {
  border: 1px solid #3FA66B;
  color: #fff;
  background: #3FA66B;
}

.status .order-approved {
  color: #fff;
  background: #959595;
  border: 1px solid #959595;
}

.status .confirm-order {
  color: #fff;
  border: 1px solid #3FA66B;
  background: #3FA66B;
}

.status .place-order {
  color: #fff;
  border: 1px solid #0a99b0;
  background: #0a99b0;
}

.input-group-text {
  background: transparent;
  border: none;
}

.input-group .form-control {
  border: none;
  border-bottom: 1px solid #DDDDDD;
}

.order-list .form-control {
  height: 35px;
  border: none;
  border-bottom: 1px solid #DDDDDD;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0;
  -webkit-appearance: none;
  background: url(../../webstorecontent/img/drop-down-arrow.png) no-repeat;
  background-size: 12px;
  background-position: right;
  position: relative;
}

.order-list .stoneinput {
  background-image: none;
}

.order-list .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.order-status span {
  text-transform: uppercase;
  color: #fff;
  padding: 2px 15px;
  display: inline-block;
  border-radius: 50px;
  font-size: 12px;
}

.orderList_box_item, .sentpraposal_box {
  border: 1px solid #DDDDDD;
  padding: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
}

.orderList_box .cancel_order {
  padding-left: 42px;
}

.order-list .orderList_box_item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-list .orderList_box .orderList_details, .order-list .orderList_box .form-row {
  width: 100%;
  margin: 0px;
}

.orderList_box:hover, .sentpraposal_box:hover {
  background: #F5F5F5;
  border-color: #DDDDDD;
}

.orderList_box .order_no, .sentpraposal_box .order_no {
  padding-right: 20px;
  font-weight: 500;
}

.order-media .media .amount span {
  font-size: 16px;
  margin-bottom: 2px;
  color: #0a99b0;
  line-height: normal;
}

.order-media .media .amount .CurrSymbol {
  font-size: 15px;
}

.order-media .media .amount span.text {
  display: block;
  color: #959595;
  font-size: 12px;
  text-transform: capitalize;
}

.title .heading a {
  color: #4D53E0;
  display: inline-block;
}

.order-media .media .remove i {
  color: #EC6357;
  font-size: 24px;
}

.same-address i {
  background: #FF8E36;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: -10px;
}

.removeAllCart.text-right {
  float: right;
  margin-right: 0;
}

.order-media .media .stone-info {
  width: 60%;
  float: left;
}

.order-media .media .status {
  width: 20%;
  float: left;
  text-align: center;
}

.order-media .media .amount {
  width: 20%;
  text-align: center;
}

.countBox .col-2 {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.billing-address .title ~ .form-group {
  clear: both;
}

.quick_table .table td, .quick_table .table th {
  padding: 2px 8px;
  border: 1px solid #dee2e6;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.quick_table .table_2 th {
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  font-weight: 600;
}

.quick_table .inner_tab01 td {
  min-width: 78px;
  cursor: pointer;
}

.quick_table tr:first-child td {
  padding: 2px 0px;
  background-color: #F5F5F5;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 1684px) {
  .quick_table .table-responsive table tbody tr:nth-child(2) td {
    padding: 13px 5px;
    font-size: 14px;
    font-weight: bold;
  }
}
.quick_table .w92 {
  width: 100%;
  overflow-x: auto;
  float: left;
}

.quick_table .table th {
  background: #F5F5F5;
  font-weight: bold;
}

.quick_table .w8 {
  width: 119px;
  float: left;
}

.quick_table .wd92 {
  float: left;
}

.notification_wrapper .media:not(:last-child) {
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.notification_wrapper .media-body .date {
  float: right;
  font-size: 11px;
  color: #666;
}

.media .sub-title {
  margin-top: 4px;
}

.notification_wrapper .media-body .sub-heading {
  text-transform: capitalize;
  font-size: 12px;
  color: #4D53E0;
}

.account_login {
  background: url(../../webstorecontent/img/login-bg.jpg) no-repeat;
  background-size: cover;
}

.ac_login .login {
  background: #fff;
  padding: 20px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 18px -19px 0px 0 rgb(175, 195, 219), 35px -35px 0px 0 rgb(15, 62, 119);
          box-shadow: 18px -19px 0px 0 rgb(175, 195, 219), 35px -35px 0px 0 rgb(15, 62, 119);
}

.account .btn:hover {
  border-color: #0a99b0;
  background: #fff;
  color: #0a99b0;
}

.account {
  margin-top: 20px;
}

.tabs-nav {
  padding: 6px 10px;
  background: #0a99b0;
  margin: 0;
  overflow: hidden;
  list-style: none;
  display: inline-block;
  border-radius: 5px;
}

.tabs-nav li {
  float: left;
  padding: 6px 25px;
  text-transform: capitalize;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.languages {
  text-align: right;
  margin-bottom: 60px;
}

.tabs-nav li.active {
  background: #fff;
  color: #0a99b0;
}

.account .title {
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
}

.form-control[type=email] {
  text-transform: initial;
}

.account .title:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 4px;
  background: #000;
  border-radius: 50px;
  bottom: -10px;
}

.login_details .input-group .form-control {
  padding-left: 50px;
  border-radius: 5px;
}

.input-icon img {
  width: 20px;
}

.forget_pwd {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  color: #000;
  text-transform: capitalize;
}

.account .input-group .input-icon {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  line-height: 44px;
}

.account .btn {
  background: #0a99b0;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0.6rem 1.2rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.account .form-control {
  height: 44px;
  border: 1px solid #DDDDDD;
  color: #0a99b0;
  font-size: 14px;
}

.input-group &gt; .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group &gt; .custom-select:focus, .input-group &gt; .form-control:focus {
  z-index: 0;
}

.account_link {
  margin-top: 30px;
}

.account_link a {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.dashboard, .search-diamond {
  max-width: 80%;
  margin: 0 auto;
}

/*.stock_counter {
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}*/
.count_box {
  -webkit-box-shadow: 0 0.5rem 1rem 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.5rem 1rem 5px rgba(0, 0, 0, 0.05);
  padding: 15px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  top: 0;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.stock_counter .count .count_box:hover {
  top: -8px;
  -webkit-box-shadow: 0 0.5rem 3rem 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.5rem 3rem 15px rgba(0, 0, 0, 0.08);
}

.count_box .count_no {
  color: #262626;
  font-size: 14px;
}

.recent_diamond td label {
  font-weight: 400;
  max-width: 600px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
}

.count_box .title {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 6px;
  color: #959595;
  font-weight: 400;
  width: 70%;
  white-space: normal;
}

.count_icon {
  background-repeat: no-repeat;
  background-size: 30px;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 6px;
  top: 10px;
  bottom: 10px;
  background-color: #4D53E0;
  background-position: center;
  border-radius: 6px;
}

.stock_white .count_icon {
  background-image: url(../../webstorecontent/img/stock-white.svg);
}

.stock_fancy .count_icon {
  background-image: url(../../webstorecontent/img/stock-fancy.svg);
}

.new_arrival .count_icon {
  background-image: url(../../webstorecontent/img/new-arrival.svg);
}

.my_hold .count_icon {
  background-image: url(../../webstorecontent/img/on-hold.svg);
}

.my_offer .count_icon {
  background-image: url(../../webstorecontent/img/offer.svg);
}

.my_Watchlist .count_icon {
  background-image: url(../../webstorecontent/img/watchlist.svg);
}

/*.table td, .table th {
    padding: 14px 15px;
    color: #171717;
}*/
/*  .table td a {
        color: #171717;
    }*/
/*.table-striped tbody tr:nth-of-type(odd) {
  background: #ececec75;
}*/
.dashboard .heading {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
}

.seller-details .card-body {
  padding: 10px 15px;
}

.seller-details table {
  margin-bottom: 14px;
}

.seller-details .media span {
  text-transform: capitalize;
  font-size: 12px;
}

.seller-details {
  margin-top: 20px;
}

.media .title {
  text-transform: capitalize;
  font-size: 16px;
  color: #959595;
}

.seller-details .table td {
  padding: 6px 0;
  color: #0a99b0;
}

/*.table-header {
    margin-top: 20px;
    margin-bottom: 20px;
}*/
/*.table thead th {
    text-transform: capitalize;
}*/
.dashboard .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  background: #959595;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
}

.dashboard .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.dashboard .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.dashboard .owl-carousel .owl-nav button span {
  font-size: 30px;
  line-height: 26px;
  display: inline-block;
}

.dashboard .owl-carousel .owl-nav button:hover {
  background: #0a99b0;
  color: #fff;
}

.stone_id {
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  color: #0a99b0;
  font-weight: 500;
  margin-top: 10px;
}

.diamond_details p {
  font-size: 12px;
  margin: 2px 0;
  color: #262626;
}

.certi_no {
  text-align: center;
  font-size: 13px;
  text-transform: capitalize;
  color: #262626;
  font-weight: 500;
  margin-bottom: 0;
}

.dashboard .table-responsive {
  max-height: 246px;
}

.quicksearch_detail .quicksearch_detail-header {
  background: #0a99b0;
  padding: 3px 15px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}

.quicksearch_detail:before {
  content: "";
  position: absolute;
  border: 8px solid #0a99b0;
  right: 12%;
  top: -17px;
  border-left-color: transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-color: transparent;
  border-right-color: transparent;
}

.quicksearch_detail {
  background: #fff;
  width: 250px;
  clear: both;
  border: 1px solid #0a99b0;
  position: absolute;
}

.quicksearch_detail .table td a {
  text-decoration: underline;
}

.quicksearch_detail .table td, .quicksearch_detail .table th {
  padding: 5px 10px;
  color: #262626;
  text-transform: capitalize;
  text-align: center;
}

.quicksearch_detail .table th {
  background-color: #DDDDDD;
  text-align: center;
}

.quicksearch_detail .table td:first-child, .quicksearch_detail .table th:first-child {
  text-align: left;
}

.quicksearch_detail .table td:first-child, .quicksearch_detail .table th:first-child {
  text-align: left;
}

.sentpraposal-details .right_panel .price_detail .button {
  float: none;
  display: block;
  margin-top: 0;
}

.not-found .title {
  margin: 30px 0;
  font-size: 26px;
  font-style: italic;
}

.notfound {
  text-align: center;
  line-height: 180px;
  font-size: 16px;
  font-weight: 500;
}

.tblSaveSearch span.close {
  font-size: 15px;
  border-radius: 50px;
  width: 20px;
  background: #EC6357;
  color: #fff;
  text-align: center;
  height: 20px;
  line-height: 20px;
  opacity: 1;
  cursor: pointer;
}

.tblSaveSearch tbody tr:nth-of-type(odd) {
  background: #F5F5F5;
}

.tblSaveSearch tbody tr td {
  padding: 8px 15px;
}

.icon-imgexist {
  background: url("../images/icons/Image_exists.png") no-repeat center center;
}

.icon-imgnoexist {
  background: url("../images/icons/Image_notexists.png") no-repeat center center;
}

.icon-videoexist {
  background: url("../images/icons/Video_exists.png") no-repeat center center;
}

.icon-videonoexist {
  background: url("../images/icons/Video_notexists.png") no-repeat center center;
}

.dsbtn {
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 24px;
}

.recent_diamond table td a {
  max-height: 40px;
  overflow: hidden;
  display: block;
}

.d-inlineBlock .heading, .d-inlineBlock .inline {
  display: inline-block;
}

.d-inlineBlock .inline a {
  border: 1px solid #0a99b0;
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  color: #0a99b0;
  vertical-align: top;
}

.d-inlineBlock .inline a.active {
  color: #fff;
  background-color: #0a99b0;
}

.heading.stone_no {
  font-size: 14px;
}

.heading.stone_no i {
  vertical-align: middle;
}

/*.txtStoneNumber {
    height: 33px;
}*/
.stone_search .input-group .form-control {
  border: 1px solid #DDDDDD;
  margin: 0;
}

.diamond-search.btn {
  padding: 5px 12px;
  margin: 0;
  vertical-align: top;
}

/*.btn svg {
    width: 16px;
    height: 16px;
}*/
/*.diamond-search:hover svg path {
  fill: var(--summary-clr);*/ /*#004292;*/
/*}*/
/*.st0, .st1 {
    fill: #f7f7f7 !important;
}*/
/*ul.shapes li.active svg .st0, ul.shapes li.active svg .st1 {
    fill: $primary !important;
}

.btn:hover .st0, .btn:hover .st1 {
    fill: #fff !important;
}*/
.nav-tabs .nav-link.make-offer {
  color: #3FA66B;
}

.red {
  border-color: #EC6357;
  color: #EC6357;
}

.red:hover {
  background: #EC6357;
  color: #fff;
  border-color: #EC6357;
}

span.PENDING {
  color: #FF8E36;
}

span.COMPLETED {
  color: #3FA66B;
}

span.CANCEL {
  color: #EC6357;
}

span.APPROVED {
  color: #3FA66B;
}

span.DELIVERED {
  color: #4D53E0;
}

.col-summary .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #DDDDDD;
  height: 30px;
  padding: 0;
  width: 80%;
  margin-left: auto;
}

.col-summary .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.col-summary .input-group i {
  font-size: 20px;
  display: inline-block;
}

.ac_login .wrap {
  width: 1050px;
}

.ac_login {
  /*background-image: url(../login-bg.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}

.middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90vh;
}

.responsive_view td {
  padding: 2px 4px;
  color: #262626;
  font-size: 12px;
  border-top: none;
  font-weight: 600;
}

.responsive_view.selected {
  background: #F5F5F5;
  border-color: #4D53E0;
}

.search_view {
  display: none;
}

.col-summary label:before {
  content: "";
  background: url(../../webstorecontent/img/sorting.png) no-repeat;
  background-size: 17px;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0px;
  top: 8px;
}

.responsive_view input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 2px;
  top: 4px;
  width: 15px;
  height: 15px;
  z-index: 2;
  cursor: pointer;
}

.stone-info.label {
  position: relative;
}

.stone-info label {
  padding-left: 18px;
}

.stone_details .stone_info {
  max-height: 630px;
}

.detailView .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 25px;
  color: #000;
  opacity: 1;
  z-index: 1;
}

.detailView .close:not(:disabled):not(.disabled):hover, .detailView .close:not(:disabled):not(.disabled):focus {
  background: transparent;
  color: #000;
}

.responsive_view input[type=checkbox] ~ label:before {
  content: "";
  position: absolute;
  display: inline-block;
  border: 2px solid #0a99b0;
  left: 2px;
  top: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.responsive_view input[type=checkbox] ~ label:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../../webstorecontent/img/check.png);
  left: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 8px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox]:checked ~ label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.responsive_view .stone {
  color: #0a99b0;
  font-weight: 600;
}

.btnaction {
  position: fixed;
  bottom: 0;
  background: #0a99b0;
  left: 0;
  right: 0;
  display: none;
}

.top-fixed {
  position: absolute;
  right: 10px;
  top: -150px;
}

.top-fixed &gt; div, .col-btn .actions {
  background: #0a99b0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
  cursor: pointer;
}

.top-fixed &gt; div img {
  width: 18px;
}

.button-responsive {
  font-size: 0;
  position: absolute;
  width: 122px;
  top: -50px;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  opacity: 0;
  -webkit-transform: scale(0) translateY(-30px);
          transform: scale(0) translateY(-30px);
  border: 1px solid #0a99b0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.col-btn:hover .button-responsive {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.button-responsive:before {
  content: "";
  position: absolute;
  border: 8px solid #0a99b0;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -16px;
  left: 10px;
}

.button-responsive a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  vertical-align: top;
}

.col-btn .actions {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}

.btnaction li {
  width: 25%;
  float: left;
  text-align: center;
  cursor: pointer;
  padding: 8px 10px;
}

.btnaction li span {
  display: block;
  line-height: 18px;
  text-transform: capitalize;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.top-fixed a {
  color: #fff;
  font-size: 18px;
}

.btnaction li a {
  color: #fff;
  font-size: 18px;
}

.btnaction li a i {
  line-height: normal;
}

.btnaction li img {
  width: 18px;
}

.same-address {
  margin-top: -15px;
}

.d_availability.available {
  color: #959595;
  font-weight: 600;
  background: #fff;
  margin-right: 0;
  border: 1px solid #959595;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
  text-transform: capitalize;
  font-size: 12px;
  border-radius: 50px;
}

.d_availability.onmemo {
  color: #FF8E36;
  font-weight: 600;
  background: #fff;
  margin-right: 0;
  border: 1px solid #FF8E36;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
  text-transform: capitalize;
  font-size: 12px;
  border-radius: 50px;
}

.d_availability.onhold {
  color: #FF8E36;
  font-weight: 600;
  background: #fff;
  margin-right: 0;
  border: 1px solid #FF8E36;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
  text-transform: capitalize;
  font-size: 12px;
  border-radius: 50px;
}

.stocksearch-title {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 0px;
  color: #4D53E0;
  text-transform: uppercase;
  background: #F5F5F5;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.removeAllCart {
  float: right;
  margin-right: 0;
}

.stone_info .inline-table ~ .table tr td:first-child {
  width: 10%;
  color: #262626;
  font-weight: 500;
}

.place-order.fixed_btn &gt; div {
  display: inline-block;
}

.order-media.show .collapse {
  display: block;
}

.sub-title {
  font-size: 14px;
  font-weight: 600;
  color: #262626;
}

.sub-head {
  font-weight: 400;
  font-size: 12px;
  margin: 2px 0;
}

.ready_pickup.order-media .media .stone-info {
  width: 40%;
}

.ready_pickup .media-body .media .order_details {
  width: 30%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ready_pickup .right_panel &gt; .media {
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
}

.ready_pickup .right_panel &gt; .media:last-child {
  border-bottom: none;
}

.order_details &gt; div div:first-child {
  display: block;
  color: #959595;
  font-size: 12px;
  text-transform: capitalize;
  text-align: center;
}

.order_details &gt; div div:last-child {
  font-size: 15px;
  margin-bottom: 2px;
  font-weight: 500;
  display: block;
  line-height: 20px;
  text-align: center;
}

.ready_pickup .card {
  margin-bottom: 10px;
}

.toggle-icon {
  font-size: 20px;
  line-height: 15px;
  display: inline-block;
  display: none;
}

.order-list .input-group-prepend .select2-selection {
  background: url(../../webstorecontent/img/drop-down-arrow.png) no-repeat;
  background-size: 12px;
  background-position: 98% 50%;
  position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: 90%;
}

.navbar-brand {
  max-width: 9.5%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu, .button .dropdown-menu {
  display: block !important;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu, .button .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1366px) {
  .stock_count div {
    padding: 2px 8px 2px 0;
    display: inline-block;
  }
  .stock_count.large_summary {
    padding: 0 2px;
  }
  .sentPraposal .price_table td {
    padding-right: 20px;
  }
  .header-right &gt; li {
    margin-left: 4px;
    margin-right: 4px;
  }
  .navbar-collapse .navbar-nav .nav-link {
    padding: 10px 8px;
    font-size: 14px;
  }
  .shape_size li, .show_search li {
    width: 85px;
  }
  .navbar-collapse .form-inline {
    width: 26%;
  }
  .navbar-collapse .navbar-nav {
    width: 80%;
  }
  .user-details .user-icon span {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .sentpraposal-details .stone_details .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ready_pickup .right_panel &gt; .media {
    padding: 10px;
  }
  .languages, .logo .theme_logo {
    margin-bottom: 20px;
  }
  .ac_login .login {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sentpraposal-details .stone_details p {
    margin: 0 10px;
  }
  .dashboard, .search-diamond {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  /*.orderList_box .price_table &gt; div, .sent-offer .price_table &gt; div {
        margin-right: 30px;
    }*/
  .shape_color li {
    width: 60px;
  }
  .shapes li, .hide_shape li {
    width: 62px;
  }
  .right_panel .price_table &gt; div {
    margin-bottom: 5px;
    text-align: left;
    margin-right: 24px;
  }
  .right_panel .stone_details .inline-table .table tr td:first-child {
    width: 40%;
    padding: 4px;
  }
  .price_table &gt; div {
    margin-right: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .orderList_box .stone_details .media-body h5, .orderList_box .stone_details .media-body .h5, .orderList_box .stone_details .media-body p {
    display: inline-block;
  }
  .orderList_box .price_detail {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1300px) {
  .navbar-brand {
    max-width: 9.5%;
  }
  .navbar-collapse .navbar-nav {
    width: 60%;
  }
  .navbar-collapse .form-inline {
    width: 32%;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .dvDetail .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .navbar-collapse .navbar-nav .nav-link {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .stone_search .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .stone_search .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .header-right-responsive, .page-breadcrumb .button.button-responsive, .navbar-close, .exclusive-link-res {
    display: none;
  }
  .navbar-expand-lg .navbar-collapse {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu, .button .dropdown-menu {
    display: block !important;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu, .button .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 992px) and (max-width: 1360px) {
  .button .btn {
    font-size: 13px;
    margin-right: 0;
  }
  .button i:before {
    font-size: 16px;
  }
  .page-breadcrumb {
    padding: 0 5px;
  }
  .button .btn {
    padding: 4px 6px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .navbar-collapse .navbar-nav .nav-link {
    padding: 10px 4px;
    font-size: 14px;
  }
  .myaccount span, .myaccount .dropdown-toggle::after {
    display: none;
  }
  .page-breadcrumb .button {
    margin-left: 0;
  }
  .navbar-collapse .navbar-nav .nav-item i {
    font-size: 15px;
  }
  .navbar-collapse .navbar-nav .nav-link {
    font-size: 13px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1884px) {
  .navbar-collapse .navbar-nav {
    width: 68%;
  }
  .navbar-collapse .form-inline {
    width: 32%;
  }
}
@media screen and (max-width: 1235px) {
  .navbar-collapse .form-inline {
    width: 30%;
  }
}
@media screen and (max-width: 1364px) {
  .stock_count.large_summary {
    display: inline-block;
  }
  .stock_count.responsive_summary {
    margin-left: 5px;
    float: right;
    padding: 0;
  }
}
@media screen and (min-width: 1365px) {
  .stock_count.large_summary, .stock_count.large_summary &gt; div {
    display: inline-block;
  }
  .stock_count.responsive_summary {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .wrapper {
    padding-top: 0 !important;
  }
  .search_view {
    display: none;
    vertical-align: bottom;
    line-height: 24px;
  }
  .content {
    overflow-x: hidden;
  }
  .ready_pickup .right_panel .media-left {
    display: none;
  }
  .order-list.order-list-view .form-row {
    width: 100%;
    white-space: nowrap;
  }
  .order-list.order-list-view .stock_count {
    width: 100%;
  }
  .ac_login .wrap {
    width: 750px;
  }
  .search_view i {
    font-size: 24px;
    display: inline-block;
    vertical-align: text-top;
  }
  .navbar-close {
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 20px;
  }
  .navbar-brand .logo {
    max-width: 125px;
  }
  .stocksearch .tab_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shapes li a &gt; span, .hide_shape li a &gt; span {
    font-size: 11px;
  }
  .exclusive-link-res {
    display: block;
  }
  /* .contact-details .dropdown-menu {
        box-shadow: none;
    }*/
  /* .wrapper {
        padding-top: 100px;
    }*/
  .contact-details {
    margin-right: 0;
  }
  .dropdown-item:before {
    top: 13px;
  }
  .contact-details.contact-details .header-dropdown {
    width: 100%;
    padding: 0;
  }
  .page-breadcrumb .col-btn {
    width: 100%;
  }
  .link-default:hover, .link-default:focus {
    color: #959595;
  }
  /*.page-breadcrumb .col-btn .button {
    white-space: nowrap;
    overflow-x: auto;
  }*/
  .stone_details .table td {
    padding: 4px;
    font-size: 12px;
  }
  .page-breadcrumb .col-summary {
    width: 20%;
    display: none;
  }
  .stock_counter {
    display: block;
  }
  .button .btn &gt; span, .sub-head, .stone_details .media i, .exclusive-resn {
    display: none;
  }
  .btn i, .btn.action i {
    margin-right: 2px;
  }
  .navbar {
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    padding: 6px;
  }
  .button .dropdown &gt; a &gt; span {
    display: none;
  }
  .stock_count .summary div {
    padding: 4px 0;
    display: block;
  }
  /*    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }*/
  .stock_counter:after {
    content: "";
    display: table;
    clear: both;
  }
  .navbar-collapse {
    left: -260px;
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
    text-align: left;
    -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.18);
            box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.18);
    width: 250px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    overflow-y: auto;
  }
  .sidebar-overlay {
    overflow: hidden;
  }
  .sidebar-backdrop.show ~ .navbar .navbar-collapse {
    left: 0;
  }
  .sent-offer .price_table &gt; div {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .mycart .right_panel .table tr td:first-child {
    width: 40%;
  }
  .sentPraposal_table {
    margin-top: 10px;
  }
  .sentPraposal {
    padding-top: 10px;
  }
  .form-group {
    margin-bottom: 0.5rem;
  }
  .ac_login .form-group {
    margin-bottom: 1rem;
  }
  /*  .card-body {
    padding: 10px;
  }*/
  .orderList_box {
    padding: 10px;
  }
  .order-status span {
    font-size: 13px;
    padding: 2px 8px;
  }
  .stone_details .stone_info {
    max-height: 340px;
  }
  .price_detail .button {
    margin-top: 10px;
  }
  .navbar-collapse .nav-item.show .dropdown-menu, .header-right .dropdown:hover .header-dropdown {
    display: block !important;
    opacity: 1;
    visibility: visible;
    margin: 0;
  }
  .navbar-collapse .active &gt; .nav-link, .navbar-collapse .nav-link:hover, .navbar-collapse .nav-link.active, .navbar-collapse .nav-link.show, .navbar-collapse .show &gt; .nav-link {
    background: #F5F5F5;
    color: #262626;
  }
  .header-right .dropdown &gt; a {
    color: #262626;
  }
  .header-right .dropdown .header-dropdown {
    left: auto;
    right: 0;
  }
  .navbar-collapse .header-right {
    display: none;
  }
  .navbar &gt; .header-right {
    width: 85%;
    text-align: right;
    display: block;
  }
  /* .myaccount span, .myaccount .dropdown-toggle::after, .page-breadcrumb .button, .search-btn {
     display: none;
   }*/
  .search-diamonds .button .btn {
    padding: 4px 3px;
  }
  .myaccount:hover .header-dropdown {
    left: auto;
    right: 0;
  }
  .button .btn {
    margin: 2px 0;
    padding: 4px 8px;
    font-size: 13px;
  }
  .quick-search.page-breadcrumb .button, .page-breadcrumb .button.button-responsive, .search-diamonds.page-breadcrumb .button {
    display: inline-block;
  }
  /*    .dropdown-menu {
        padding: 4px 0;
    }*/
  /*    .dropdown-item {
        padding: 4px 12px 4px 40px;
        font-size: 13px;
    }*/
  /*    .dropdown-menu .btn {
        display: block;
        border: none;
        text-align: left;
    }*/
  .action.btn {
    border-color: #0a99b0;
    color: #0a99b0;
  }
  .navbar-collapse .navbar-nav, .navbar-collapse .form-inline {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .sentpraposal_box .stone_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .sentpraposal_box .stone_details p {
    margin: 0 20px;
  }
  .stock_counter .count {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ready_pickup .media {
    display: block;
    overflow: hidden;
  }
  .ready_pickup.order-media .media .stone-info, .ready_pickup .media-body .media .order_details {
    width: 50%;
  }
  .order-media .media .status, .order-media .media .amount {
    width: 50%;
    float: left;
    text-align: left;
    margin: 10px 0;
  }
  .ready_pickup .media-body .media .order_details {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .breadcrumb {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .login .theme_logo {
    display: none;
  }
  .fancy .title_wrapper, .fancy_form {
    width: 100%;
  }
  tr.lblAvailability {
    display: none;
  }
  .shapes li a &gt; span, .hide_shape li a &gt; span {
    font-size: 11px;
  }
  .left_panel &gt; div {
    width: 33.33%;
    float: left;
  }
  .border-right {
    border-right: none !important;
  }
  .top_border .media {
    margin-bottom: 10px;
  }
  .stock_count {
    padding: 0 5px;
  }
  .page-breadcrumb .button {
    margin-left: 0;
  }
  .profile .title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /*.price_detail .button {
        display: block;
        clear: both;
        text-align: center;
        float: none;
    }*/
  /*  .btn {
        margin: 2px 0;
        font-size: 13px;
    }*/
  .stone_details .button {
    margin-top: 10px;
  }
  .size .heading {
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav-tabs .nav-item .nav-link i {
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
  }
  .white-color, .fancy-color {
    display: block;
  }
  .order-details .left_panel &gt; div {
    margin-bottom: 0;
    margin-top: 15px;
    min-height: 54px;
  }
  .price_detail .table-top {
    margin-top: 10px;
  }
  .stone_details .table1 .table-row &gt; div {
    width: 40%;
  }
  .stone_details .stone_info {
    max-height: 215px;
  }
  .top {
    min-height: 146px;
  }
  .orderList_box .price_table &gt; div, .sent-offer .price_table &gt; div {
    margin-right: 20px;
  }
  .right_panel .heading {
    font-size: 14px;
    margin-bottom: 0;
  }
  .order-media .media .amount span.text {
    font-size: 11px;
  }
  .inline-table table {
    width: 100%;
    margin-bottom: 2px;
  }
  .account {
    margin-top: 20px;
  }
  .forget_pwd {
    margin-bottom: 10px;
  }
  .price_table span:first-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  /*.txtStoneNumber {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        margin: 10px 0;
    }*/
  .shape .more {
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .ms-parent {
    margin-bottom: 5px;
  }
  .show_customizesize .sres, .fancy_form {
    display: none;
  }
  .ready_pickup.order-media .media .stone-info, .ready_pickup .media-body .media .order_details {
    width: 100%;
  }
  .recent_diamond tr td {
    padding: 8px;
    font-size: 13px;
  }
  .ready_pickup.order-media .media .stone-info span, .order_details &gt; div div:last-child {
    display: block;
    font-size: 12px;
  }
  .container {
    max-width: 100%;
    padding: 0;
  }
  .modal-open .stone_details .table td {
    border-top: 1px solid #DDDDDD;
  }
  /*.container, .row &gt; [class^=col-] {
        padding-right: 0;
        padding-left: 0;
    }*/
  /*.row {
        margin: 0;
    }*/
  .tabs-nav li {
    padding: 2px 15px;
  }
  .same-address, .ready_pickup .right_panel {
    margin-top: 0;
  }
  .price_table span:last-child {
    font-size: 11px;
  }
  .image_block img {
    vertical-align: top;
    height: 14px;
  }
  .count_box .title, .heading.stone_no {
    font-size: 13px;
    margin-top: 0;
  }
  .image_block &gt; a {
    vertical-align: top;
    line-height: 14px;
    display: inherit;
    height: 14px;
  }
  /* .wrapper {
        padding-top: 80px;
    }*/
  /*.btnsearchdiamond {
        padding: 4px;
    }*/
  .fixed_btn label {
    margin-right: 0;
    font-size: 12px;
  }
  .button-responsive .btn {
    padding: 4px;
  }
  .fixed_btn {
    padding: 4px 2px;
  }
  .place-order.fixed_btn &gt; div {
    font-size: 12px;
  }
  .price_table span:first-child {
    font-size: 12px;
    line-height: 14px;
  }
  .theme_logo img {
    max-width: 60%;
  }
  .ac_login .theme_logo img {
    max-width: 100%;
  }
  .order-list .form-control, .left_panel &gt; div &gt; span:last-child, .left_panel &gt; div &gt; span, .order-media .media .amount span, .right_panel .heading {
    font-size: 12px;
  }
  .nav-tabs {
    width: auto;
  }
  .nav-tabs .nav-item {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    margin: 1px 0;
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    padding: 4px 6px;
  }
  /*.page-breadcrumb .col-btn {
    width: 80%;
  }

  .page-breadcrumb .col-summary {
    width: 20%;
  }*/
  .col-summary label:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .col-summary .form-control {
    opacity: 0;
  }
  /*    .form-control {
        margin: 2px 0;
    }*/
  .col-summary .form-control {
    margin: 0;
  }
  .cart-item .header-dropdown {
    width: 280px;
  }
  .input-group-text {
    padding: 0 5px;
  }
  .sent-offer .price_table &gt; div {
    width: 25%;
    margin-right: 0;
  }
  .notification_wrapper .media .avtar {
    width: 60px;
  }
  .mycart .mt-4 {
    margin-top: 0 !important;
  }
  .right_panel {
    margin-top: 20px;
  }
  .order-media .media .remove i {
    font-size: 20px;
  }
  .stone_details p {
    margin-bottom: 10px;
  }
  .compareList.owl-carousel .owl-nav button span {
    line-height: 26px;
    vertical-align: text-top;
  }
  .fixed_layout li, .item li {
    font-size: 13px;
    line-height: 21px;
  }
  .compareList.owl-carousel .owl-nav button.owl-next, .compareList.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .stone_details .tab-content .image_table &gt; div, .toggle-icon {
    display: block;
  }
  .btn .dropdown-menu i:before {
    font-size: 14px;
    margin-right: 5px;
  }
  .notification .header-dropdown {
    width: 230px;
  }
  .delete-item.red {
    right: 3px;
  }
  .compareList .top .btn {
    width: 60%;
  }
  .stock_count div {
    padding: 6px 15px 0 0;
    font-size: 12px;
  }
  .stone_details .nav-tabs .nav-item {
    width: auto;
  }
  .price_detail .table-top {
    margin-top: 0;
  }
  .stock_counter .count {
    width: 50%;
  }
  .stock_counter .count:first-child, .stock_counter .count:nth-child(3), .stock_counter .count:nth-child(5) {
    padding-right: 0;
  }
  .table-header {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .order-details .text-right {
    text-align: left !important;
  }
  /*  .order-list .mb-1.form-row {
      overflow-x: hidden !important;
    }*/
  .order-list .stockboxes {
    overflow-x: auto;
  }
  .order-list .stockboxes::-webkit-scrollbar,
  .order-list .form-row .col-lg-5::-webkit-scrollbar {
    display: none;
  }
  .order-list .form-row .col-lg-5 {
    overflow-x: auto;
  }
  .right_panel .price_table &gt; div, .price_table &gt; div {
    width: 33.33%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .price_table {
    width: 100%;
    margin-right: 0;
  }
  .count_icon {
    background-size: 20px;
    width: 32px;
    height: 32px;
  }
  .count_box {
    padding: 10px 6px;
  }
  /*.res .count_box {
        display: none;
    }*/
}
@media screen and (min-width: 507px) {
  .responsive_summary .summary {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .responsive_view td {
    font-size: 11px;
    vertical-align: middle;
  }
  .price_detail .button a {
    margin: 0 1px;
  }
  .price_detail .button img {
    width: 18px;
  }
  .top {
    padding: 10px;
  }
  .stone_details .button {
    margin-left: 0;
  }
  /*.price_table .image_block, .price_table .rap, .right_panel .price_table .image_block, .right_panel .price_table .rap,
    .orderList_box .price_table .pcs, .orderList_box .price_table .total-crt {
        width: 50%;
        margin-right: 0;
    }*/
  /*.price_table .rap, .right_panel .price_table .rap, .orderList_box .price_table .total-crt {
        text-align: right;
    }*/
  .sent-offer .price_table &gt; div {
    width: 33.33%;
  }
  /*.mycart .price_table .avg-crt, .mycart .price_table .total-amt {
        width: 50%;
    }

    .mycart .price_table .total-amt, .mycart .price_table .avg-disc, .orderList_box .price_table .total-amt {
        text-align: right;
    }*/
  .mycart .price_table &gt; div, .orderList_box .price_table &gt; div, .orderList_box .price_table &gt; div.pcs,
  .orderList_box .price_table &gt; div.pcs, .mycart .price_table &gt; div.pcs {
    margin-right: 0;
    width: 33.33%;
    padding-right: 2px;
    margin-bottom: 10px;
    text-align: left;
  }
}
.mcs-horizontal-example {
  white-space: nowrap;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #0a99b0;
  border-color: #DDDDDD;
  background-color: #fff;
}

.navbar-brand img {
  width: 134px;
}

.btnSendTo .dropdown-item:before {
  display: none;
}

.btnSendTo .dropdown-item {
  padding: 6px 12px 6px 12px;
}

a.indreadypickup {
  color: #0a99b0 !important;
  font-weight: 500;
}

.input-group-prepend a.btninputgroup {
  border: 1px solid #0a99b0;
  background-color: #fff;
  color: #0a99b0;
}

.input-group-prepend i.btnSearch {
  border: 1px solid #0a99b0;
  background-color: #fff;
  color: #0a99b0;
}

.summ-color {
  color: #0a99b0;
}

.CheckedRowSelection {
  background: #E4E4E4 !important;
}

.btnerror {
  background: #EC6357 !important;
}

.btnerror:hover {
  border-color: #EC6357 !important;
  background: #fff !important;
  color: #EC6357 !important;
}

.quicksearch_detail .tdactive {
  background-color: #E4E4E4;
  color: #000 !important;
  font-weight: 600;
}

/*MStock Search Css*/
.btnload {
  background: #0a99b0;
  color: #fff;
  border-color: #0a99b0;
  margin-top: 10px;
  border-radius: 50px;
}

.countBox .count {
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #4D53E0;
}

.countBox .text {
  font-size: 12px;
  color: #4D53E0;
  display: block;
  line-height: 14px;
  margin-top: 2px;
}

.stone_details .inline-table .table tr td:first-child, .stone_details .inline-table .table tr td:nth-child(3) {
  width: auto;
  font-weight: 500;
  color: #262626;
  background: #F5F5F5;
}

.stone_details .table td {
  color: #262626;
  border-top: 1px solid #DDDDDD;
}

.table td a.adetail {
  text-transform: capitalize;
  text-decoration: underline;
  color: #4D53E0;
}

/*Registration Sucess*/
.regi_success .title {
  font-size: 36px;
  color: #3FA66B;
  font-weight: 600;
}

/* JQX GRID  */
.report_grid .jqx-grid-cell-pinned {
  background-color: #F5F5F5;
}

.report_grid .jqx-fill-state-normal {
  border-color: #DDDDDD;
  background: #ECE9F1;
}

.report_grid .jqx-grid-group-cell.jqx-grid-cell-pinned.jqx-grid-group-expand.jqx-icon-arrow-down ~ .jqx-grid-group-cell,
.jqx-grid-group-cell.jqx-grid-cell-pinned.jqx-grid-group-collapse.jqx-icon-arrow-right ~ .jqx-grid-group-cell {
  border-right: none;
  background-color: #F5F5F5;
}

.jqx-icon-arrow-down, .jqx-icon-arrow-down-hover, .jqx-icon-arrow-down-selected {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
}

.jqx-fill-state-normal, .jqx-widget-header {
  border-color: #DDDDDD !important;
}

.jqx-widget-header {
  color: #fff !important;
  text-transform: uppercase;
  background-color: #0a99b0 !important;
}

.jqx-widget-content {
  border-color: #DDDDDD !important;
}

.report_grid .jqx-fill-state-normal {
  border-color: #0a99b0 !important;
  background-color: #fff !important;
}

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-group-cell {
  border-color: #DDDDDD !important;
}

.jqx-fill-state-hover {
  border-color: #DDDDDD !important;
  background: #ECE9F1 !important;
}

.jqx-fill-state-pressed {
  background: #DDDDDD !important;
}

.jqx-fill-state-pressed, .CheckedRowSelection.jqx-fill-state-pressed {
  background: #DDDDDD !important;
}

.report_grid .jqx-scrollbar-thumb-state-normal,
.report_grid .jqx-scrollbar-thumb-state-normal-horizontal {
  background-color: #959595 !important;
  border: 0 !important;
}

.jqx-widget,
.jqx-widget-header,
.jqx-fill-state-normal,
.jqx-widget-content,
.jqx-fill-state-hover,
.jqx-fill-state-pressed {
  font-family: inherit;
}

.jqx-grid-cell {
  border: 0;
}

.jqx-grid-column-header,
.jqx-grid-columngroup-header {
  border: 0;
}

.jqx-grid-column-menubutton {
  border: 0;
}

.onmemo &gt; div {
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  color: #FF8E36;
  text-align: center;
  background-color: rgba(255, 142, 54, 0.2);
  border: 0;
  border-radius: 50rem;
}

.onhold &gt; div {
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  color: #4D53E0;
  text-align: center;
  background-color: rgba(77, 83, 224, 0.2);
  border: 0;
  border-radius: 50rem;
}

.onavailable &gt; div {
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  color: #3FA66B;
  text-align: center;
  background-color: rgba(63, 166, 107, 0.2);
  border: 0;
  border-radius: 50rem;
}

.dsbtn {
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 30px;
}

.icon-imgexist {
  background: url("../../WebstoreBackendContent/images/icons/Image_exists.png") no-repeat center center;
}

.icon-imgnoexist {
  background: url("../../WebstoreBackendContent/images/icons/Image_notexists.png") no-repeat center center;
}

.icon-videoexist {
  background: url("../../WebstoreBackendContent/images/icons/Video_exists.png") no-repeat center center;
}

.icon-videonoexist {
  background: url("../../WebstoreBackendContent/images/icons/Video_notexists.png") no-repeat center center;
}

.icon-urlexist {
  background: url("../../WebstoreBackendContent/images/icons/urlexist.png") no-repeat center center;
}

.icon-urlnoexist {
  background: url("../../WebstoreBackendContent/images/icons/urlnoexist.png") no-repeat center center;
}

.banner {
  background-image: url("../../WebstoreBackendContent/images/icons/banner.jpg");
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(10, 153, 176, 0.3);
}

/* NEW CSS */
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row &gt; .col, .form-row &gt; [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.btn {
  text-transform: capitalize;
}

.btn &gt; a {
  color: inherit !important;
}

.dropdown-item {
  text-transform: capitalize;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tooltip {
  text-transform: capitalize;
}

.email_varification svg,
.email_varification img {
  width: 200px;
  max-height: 200px;
}

.quick_search_top_inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quick_search_top_inner_wrap .quick_search_left {
  width: 100%;
  max-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.quick_search_top_inner_wrap .quick_search_left.expanded {
  max-height: inherit;
}
.quick_search_top_inner_wrap .quick_search_left li {
  margin-bottom: 20px;
  padding: 0 10px;
}
.quick_search_top_inner_wrap .quick_search_left li label {
  min-width: 70px;
}
.quick_search_top_inner_wrap .quick_search_left li label:focus {
  color: inherit;
}
.quick_search_top_inner_wrap .quick_search_right {
  width: 50px;
  height: 58px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quick_search_top_inner_wrap .quick_search_right a {
  color: #fff !important;
}

.quick_search_top_wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  display: block !important;
}

/*Test Mehul*/
.aside-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.aside-list .full-sidebar,
.aside-footer .full-sidebar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
  width: 100%;
  height: 50px;
  color: #959595;
  text-decoration: none;
  background-color: #F5F5F5;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
}

.aside-list .full-sidebar img, .aside-list .full-sidebar svg,
.aside-footer .full-sidebar img, .aside-footer .full-sidebar svg {
  width: 50px;
}

.aside-list-link img,
.aside-list-link svg {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
}

.aside-list-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #959595;
  text-decoration: none;
  background-color: #F5F5F5;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.aside-list-link.full-sidebar:hover, .aside-list-link.full-sidebar.active,
.aside-list-link.small-sidebar:hover, .aside-list-link.small-sidebar.active {
  color: #fff;
  background-color: #0a99b0;
}

.aside-body .simplebar-wrapper {
  height: 100% !important;
}

.aside-list-item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1441px) {
  .quick_search_top_inner_wrap .quick_search_right {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1281px) {
  .quick_search_top_inner_wrap .quick_search_left li label {
    min-width: 50px;
  }
}
@media (max-width: 1199.98px) {
  .CaretDiv {
    width: calc(100% + 50px) !important;
    left: 0;
  }
}
@media (max-width: 991px) {
  .quick_search_top_inner_wrap .quick_search_left li label {
    min-width: 50px;
    font-size: 13px;
  }
  .quick_search_top_inner_wrap .quick_search_left li label .icon-xl {
    height: 30px;
  }
  .quick_search_top_inner_wrap .quick_search_left {
    max-height: 42px;
  }
}
@media (max-width: 767px) {
  .quick_search_top_inner_wrap .quick_search_left li label {
    min-width: 40px;
  }
}
@media (max-width: 575px) {
  .quick_search_top_wrap .card-body {
    padding: 15px 0;
  }
  .quick_search_top_inner_wrap .quick_search_left {
    width: 100%;
    max-height: 45px;
  }
  .quick_search_top_inner_wrap .quick_search_right {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .quick_search_top_inner_wrap .quick_search_left li label {
    min-width: 40px;
    font-size: 12px;
  }
  .quick_search_top_inner_wrap .quick_search_right {
    width: 25px;
    height: 25px;
  }
  .quick_search_top_inner_wrap .quick_search_left li {
    padding: 0 6px;
  }
  .quick_search_top_inner_wrap .quick_search_left li label .icon-xl {
    height: 25px;
  }
}</pre></body></html>