@charset "UTF-8";
/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-gray: #858c99;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-blue: #0064ff;
  --bs-gusto-blue: #1679c4;
  --bs-gold: #f6a623;
  --bs-gold-dark: #dd8900;
  --bs-green: #00d478;
  --bs-gusto-green: #1ec4b4;
  --bs-gusto-red: #ed4747;
  --bs-facebook-blue: #46579c;
  --bs-google-blue: #4885ed;
  --bs-linkedin-blue: #3a74b8;
  --bs-paypal-blue: #003087;
  --bs-yelp-red: #d32323;
  --bs-purple: #7953f5;
  --bs-red: #ff194a;
  --bs-yellow: #ffc107;
  --bs-yellow-light: #fffad9;
  --bs-silver: #aac2db;
  --bs-bronze: #cbbd9e;
  --bs-gray-100: #fafafa;
  --bs-gray-150: #f9f9fa;
  --bs-gray-200: #f7f7f9;
  --bs-gray-300: #f3f4f7;
  --bs-gray-325: #e8eaee;
  --bs-gray-350: #e4e7eb;
  --bs-gray-400: #ced3dd;
  --bs-gray-500: #bec5cb;
  --bs-gray-550: #a7aeba;
  --bs-gray-600: #858c99;
  --bs-gray-700: #616b77;
  --bs-gray-750: #4f5865;
  --bs-gray-800: #424955;
  --bs-gray-850: #343944;
  --bs-gray-900: #272c35;
  --bs-primary: #0064ff;
  --bs-secondary: #858c99;
  --bs-success: #00d478;
  --bs-info: #0064ff;
  --bs-warning: #f6a623;
  --bs-danger: #ff194a;
  --bs-light: #fafafa;
  --bs-dark: #424955;
  --bs-primary-rgb: 0, 100, 255;
  --bs-secondary-rgb: 133, 140, 153;
  --bs-success-rgb: 0, 212, 120;
  --bs-info-rgb: 0, 100, 255;
  --bs-warning-rgb: 246, 166, 35;
  --bs-danger-rgb: 255, 25, 74;
  --bs-light-rgb: 250, 250, 250;
  --bs-dark-rgb: 66, 73, 85;
  --bs-primary-text-emphasis: #002866;
  --bs-secondary-text-emphasis: rgb(53.2, 56, 61.2);
  --bs-success-text-emphasis: rgb(0, 84.8, 48);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(102, 10, 29.6);
  --bs-light-text-emphasis: #616b77;
  --bs-dark-text-emphasis: #616b77;
  --bs-primary-bg-subtle: #cce0ff;
  --bs-secondary-bg-subtle: rgb(230.6, 232, 234.6);
  --bs-success-bg-subtle: rgb(204, 246.4, 228);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(255, 209, 218.8);
  --bs-light-bg-subtle: rgb(252.5, 252.5, 252.5);
  --bs-dark-bg-subtle: #ced3dd;
  --bs-primary-border-subtle: #99c1ff;
  --bs-secondary-border-subtle: rgb(206.2, 209, 214.2);
  --bs-success-border-subtle: rgb(153, 237.8, 201);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(255, 163, 182.6);
  --bs-light-border-subtle: #f7f7f9;
  --bs-dark-border-subtle: #bec5cb;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Karla", 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: "Karla", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: normal;
  --bs-body-line-height: 1.5;
  --bs-body-color: #272c35;
  --bs-body-color-rgb: 39, 44, 53;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(39, 44, 53, 0.75);
  --bs-secondary-color-rgb: 39, 44, 53;
  --bs-secondary-bg: #f7f7f9;
  --bs-secondary-bg-rgb: 247, 247, 249;
  --bs-tertiary-color: rgba(39, 44, 53, 0.5);
  --bs-tertiary-color-rgb: 39, 44, 53;
  --bs-tertiary-bg: #fafafa;
  --bs-tertiary-bg-rgb: 250, 250, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0064ff;
  --bs-link-color-rgb: 0, 100, 255;
  --bs-link-decoration: none;
  --bs-link-hover-color: rgb(0, 70, 178.5);
  --bs-link-hover-color-rgb: 0, 70, 179;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #bd4147;
  --bs-highlight-color: #272c35;
  --bs-highlight-bg: #fcf8e3;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #f7f7f9;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.25rem;
  --bs-border-radius-sm: 0.2rem;
  --bs-border-radius-lg: 0.3rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 100, 255, 0.25);
  --bs-form-valid-color: #00d478;
  --bs-form-valid-border-color: #00d478;
  --bs-form-invalid-color: #ff194a;
  --bs-form-invalid-border-color: #ff194a;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #f3f4f7;
  --bs-body-color-rgb: 243, 244, 247;
  --bs-body-bg: #272c35;
  --bs-body-bg-rgb: 39, 44, 53;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(243, 244, 247, 0.75);
  --bs-secondary-color-rgb: 243, 244, 247;
  --bs-secondary-bg: #424955;
  --bs-secondary-bg-rgb: 66, 73, 85;
  --bs-tertiary-color: rgba(243, 244, 247, 0.5);
  --bs-tertiary-color-rgb: 243, 244, 247;
  --bs-tertiary-bg: rgb(52.5, 58.5, 69);
  --bs-tertiary-bg-rgb: 53, 59, 69;
  --bs-primary-text-emphasis: #66a2ff;
  --bs-secondary-text-emphasis: rgb(181.8, 186, 193.8);
  --bs-success-text-emphasis: rgb(102, 229.2, 174);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(255, 117, 146.4);
  --bs-light-text-emphasis: #fafafa;
  --bs-dark-text-emphasis: #f3f4f7;
  --bs-primary-bg-subtle: #001433;
  --bs-secondary-bg-subtle: rgb(26.6, 28, 30.6);
  --bs-success-bg-subtle: rgb(0, 42.4, 24);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(51, 5, 14.8);
  --bs-light-bg-subtle: #424955;
  --bs-dark-bg-subtle: rgb(33, 36.5, 42.5);
  --bs-primary-border-subtle: #003c99;
  --bs-secondary-border-subtle: rgb(79.8, 84, 91.8);
  --bs-success-border-subtle: rgb(0, 127.2, 72);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(153, 15, 44.4);
  --bs-light-border-subtle: #616b77;
  --bs-dark-border-subtle: #424955;
  --bs-heading-color: inherit;
  --bs-link-color: #66a2ff;
  --bs-link-hover-color: rgb(132.6, 180.6, 255);
  --bs-link-color-rgb: 102, 162, 255;
  --bs-link-hover-color-rgb: 133, 181, 255;
  --bs-code-color: rgb(215.4, 141, 144.6);
  --bs-highlight-color: #f3f4f7;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #616b77;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(102, 229.2, 174);
  --bs-form-valid-border-color: rgb(102, 229.2, 174);
  --bs-form-invalid-color: rgb(255, 117, 146.4);
  --bs-form-invalid-border-color: rgb(255, 117, 146.4);
}

*,
*::before,
*::after {
  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: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  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: bold;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 80%;
}

mark, .mark {
  padding: 0.2em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: underline;
}

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;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 90%;
  color: #272c35;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 90%;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 90%;
  color: #fff;
  background-color: #272c35;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

::file-selector-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: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.1;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.1;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.1;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 5px;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 80%;
  color: #858c99;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #858c99;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  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 > * {
  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 {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  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: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 2rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 2rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 3rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 3rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 4rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 4rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 5rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 5rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 7.5rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 7.5rem;
}

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

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

.g-11,
.gx-11 {
  --bs-gutter-x: 20rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 20rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    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: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    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: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 4rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 4rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 20rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    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: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    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: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 20rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: #f7f7f9;
  --bs-table-accent-bg: rgba(0, 0, 0, 0.05);
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.075);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(1px * 2) solid currentcolor;
}

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

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

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

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

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cce0ff;
  --bs-table-border-color: rgb(163.2, 179.2, 204);
  --bs-table-striped-bg: rgb(193.8, 212.8, 242.25);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(183.6, 201.6, 229.5);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(188.7, 207.2, 235.875);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(230.6, 232, 234.6);
  --bs-table-border-color: rgb(184.48, 185.6, 187.68);
  --bs-table-striped-bg: rgb(219.07, 220.4, 222.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(207.54, 208.8, 211.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(213.305, 214.6, 217.005);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(204, 246.4, 228);
  --bs-table-border-color: rgb(163.2, 197.12, 182.4);
  --bs-table-striped-bg: rgb(193.8, 234.08, 216.6);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(183.6, 221.76, 205.2);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(188.7, 227.92, 210.9);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 209, 218.8);
  --bs-table-border-color: rgb(204, 167.2, 175.04);
  --bs-table-striped-bg: rgb(242.25, 198.55, 207.86);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 188.1, 196.92);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 193.325, 202.39);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #fafafa;
  --bs-table-border-color: #c8c8c8;
  --bs-table-striped-bg: rgb(237.5, 237.5, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1e1e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(231.25, 231.25, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #272c35;
  --bs-table-border-color: rgb(82.2, 86.2, 93.4);
  --bs-table-striped-bg: rgb(49.8, 54.55, 63.1);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(60.6, 65.1, 73.2);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(55.2, 59.825, 68.15);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.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;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 80%;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #616b77;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: none;
  background-color: none;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.25em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: #a7aeba;
  opacity: 1;
}
.form-control:disabled {
  background-color: #f7f7f9;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.5rem 0.75rem;
  margin: -0.5rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #616b77;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.25;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 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.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(2.25rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.8125rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(2.875rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(2.25rem + 2px);
  padding: 0.5rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0.25rem;
}
.form-control-color.form-control-sm {
  height: calc(1.8125rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(2.875rem + 2px);
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23424955' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #616b77;
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 100, 255, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #f7f7f9;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #616b77;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23f3f4f7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: #fff;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 100, 255, 0.25);
}
.form-check-input:checked {
  background-color: #0064ff;
  border-color: #0064ff;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0064ff;
  border-color: #0064ff;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: 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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='none'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: 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-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.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;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0064ff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 208.5, 255);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0064ff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 208.5, 255);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  min-height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  border-radius: 0.25rem;
}
.form-floating > textarea:disabled ~ label::after {
  background-color: #f7f7f9;
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #858c99;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #616b77;
  text-align: center;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * 1px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3px 8px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-form-valid-border-color);
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300d478' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3125em + 0.25rem) center;
  background-size: calc(0.625em + 0.5rem) calc(0.625em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300d478' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.625em + 0.5rem) calc(0.625em + 0.5rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: 5.25rem;
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3px 8px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.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: var(--bs-form-invalid-border-color);
  padding-right: 2.25rem;
  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='%23ff194a'%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='%23ff194a' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3125em + 0.25rem) center;
  background-size: calc(0.625em + 0.5rem) calc(0.625em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: 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='%23ff194a'%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='%23ff194a' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.625em + 0.5rem) calc(0.625em + 0.5rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: 5.25rem;
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: normal;
  --bs-btn-line-height: 1.25;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  text-decoration: none;
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0064ff;
  --bs-btn-border-color: #0064ff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 85, 216.75);
  --bs-btn-hover-border-color: #0050cc;
  --bs-btn-focus-shadow-rgb: 38, 123, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0050cc;
  --bs-btn-active-border-color: rgb(0, 75, 191.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0064ff;
  --bs-btn-disabled-border-color: #0064ff;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #858c99;
  --bs-btn-border-color: #858c99;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(151.3, 157.25, 168.3);
  --bs-btn-hover-border-color: rgb(145.2, 151.5, 163.2);
  --bs-btn-focus-shadow-rgb: 113, 119, 130;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(157.4, 163, 173.4);
  --bs-btn-active-border-color: rgb(145.2, 151.5, 163.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #858c99;
  --bs-btn-disabled-border-color: #858c99;
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #00d478;
  --bs-btn-border-color: #00d478;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(38.25, 218.45, 140.25);
  --bs-btn-hover-border-color: rgb(25.5, 216.3, 133.5);
  --bs-btn-focus-shadow-rgb: 0, 180, 102;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(51, 220.6, 147);
  --bs-btn-active-border-color: rgb(25.5, 216.3, 133.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #00d478;
  --bs-btn-disabled-border-color: #00d478;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0064ff;
  --bs-btn-border-color: #0064ff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 85, 216.75);
  --bs-btn-hover-border-color: #0050cc;
  --bs-btn-focus-shadow-rgb: 38, 123, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0050cc;
  --bs-btn-active-border-color: rgb(0, 75, 191.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0064ff;
  --bs-btn-disabled-border-color: #0064ff;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #f6a623;
  --bs-btn-border-color: #f6a623;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(247.35, 179.35, 68);
  --bs-btn-hover-border-color: rgb(246.9, 174.9, 57);
  --bs-btn-focus-shadow-rgb: 209, 141, 30;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(247.8, 183.8, 79);
  --bs-btn-active-border-color: rgb(246.9, 174.9, 57);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f6a623;
  --bs-btn-disabled-border-color: #f6a623;
}

.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff194a;
  --bs-btn-border-color: #ff194a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 59.5, 101.15);
  --bs-btn-hover-border-color: rgb(255, 48, 92.1);
  --bs-btn-focus-shadow-rgb: 217, 21, 63;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 71, 110.2);
  --bs-btn-active-border-color: rgb(255, 48, 92.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff194a;
  --bs-btn-disabled-border-color: #ff194a;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #fafafa;
  --bs-btn-border-color: #fafafa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(212.5, 212.5, 212.5);
  --bs-btn-hover-border-color: #c8c8c8;
  --bs-btn-focus-shadow-rgb: 213, 213, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c8c8c8;
  --bs-btn-active-border-color: rgb(187.5, 187.5, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fafafa;
  --bs-btn-disabled-border-color: #fafafa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #424955;
  --bs-btn-border-color: #424955;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(94.35, 100.3, 110.5);
  --bs-btn-hover-border-color: rgb(84.9, 91.2, 102);
  --bs-btn-focus-shadow-rgb: 94, 100, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(103.8, 109.4, 119);
  --bs-btn-active-border-color: rgb(84.9, 91.2, 102);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #424955;
  --bs-btn-disabled-border-color: #424955;
}

.btn-outline-primary {
  --bs-btn-color: #0064ff;
  --bs-btn-border-color: #0064ff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0064ff;
  --bs-btn-hover-border-color: #0064ff;
  --bs-btn-focus-shadow-rgb: 0, 100, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0064ff;
  --bs-btn-active-border-color: #0064ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0064ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0064ff;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #858c99;
  --bs-btn-border-color: #858c99;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #858c99;
  --bs-btn-hover-border-color: #858c99;
  --bs-btn-focus-shadow-rgb: 133, 140, 153;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #858c99;
  --bs-btn-active-border-color: #858c99;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #858c99;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #858c99;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #00d478;
  --bs-btn-border-color: #00d478;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #00d478;
  --bs-btn-hover-border-color: #00d478;
  --bs-btn-focus-shadow-rgb: 0, 212, 120;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #00d478;
  --bs-btn-active-border-color: #00d478;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00d478;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00d478;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0064ff;
  --bs-btn-border-color: #0064ff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0064ff;
  --bs-btn-hover-border-color: #0064ff;
  --bs-btn-focus-shadow-rgb: 0, 100, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0064ff;
  --bs-btn-active-border-color: #0064ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0064ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0064ff;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #f6a623;
  --bs-btn-border-color: #f6a623;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f6a623;
  --bs-btn-hover-border-color: #f6a623;
  --bs-btn-focus-shadow-rgb: 246, 166, 35;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f6a623;
  --bs-btn-active-border-color: #f6a623;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f6a623;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f6a623;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #ff194a;
  --bs-btn-border-color: #ff194a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff194a;
  --bs-btn-hover-border-color: #ff194a;
  --bs-btn-focus-shadow-rgb: 255, 25, 74;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff194a;
  --bs-btn-active-border-color: #ff194a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff194a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff194a;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #fafafa;
  --bs-btn-border-color: #fafafa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fafafa;
  --bs-btn-hover-border-color: #fafafa;
  --bs-btn-focus-shadow-rgb: 250, 250, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fafafa;
  --bs-btn-active-border-color: #fafafa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fafafa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fafafa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #424955;
  --bs-btn-border-color: #424955;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424955;
  --bs-btn-hover-border-color: #424955;
  --bs-btn-focus-shadow-rgb: 66, 73, 85;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #424955;
  --bs-btn-active-border-color: #424955;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #424955;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #424955;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: normal;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #858c99;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 38, 123, 255;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.2rem;
}

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - 1px);
  --bs-dropdown-divider-bg: #f7f7f9;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  --bs-dropdown-link-color: #272c35;
  --bs-dropdown-link-hover-color: rgb(28.1902173913, 31.8043478261, 38.3097826087);
  --bs-dropdown-link-hover-bg: #fafafa;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0064ff;
  --bs-dropdown-link-disabled-color: #858c99;
  --bs-dropdown-item-padding-x: 1.5rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #858c99;
  --bs-dropdown-header-padding-x: 1.5rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.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;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: normal;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #f3f4f7;
  --bs-dropdown-bg: #424955;
  --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #f3f4f7;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: #f7f7f9;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0064ff;
  --bs-dropdown-link-disabled-color: #bec5cb;
  --bs-dropdown-header-color: #bec5cb;
}

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

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

.btn-group {
  border-radius: 0.25rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * 1px);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #858c99;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  background: none;
  border: 0;
  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 {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
  text-decoration: none;
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 100, 255, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #ddd;
  --bs-nav-tabs-border-radius: 0.25rem;
  --bs-nav-tabs-link-hover-border-color: #f7f7f9;
  --bs-nav-tabs-link-active-color: #616b77;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #ddd;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.25rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0064ff;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: bold;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

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

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

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

.navbar {
  --bs-navbar-padding-x: 1rem;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.5);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.25rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
  text-decoration: none;
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  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 {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.9);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.95);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: white;
  --bs-navbar-brand-color: white;
  --bs-navbar-brand-hover-color: white;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.card {
  --bs-card-spacer-y: 0.75rem;
  --bs-card-spacer-x: 1.25rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: 1px;
  --bs-card-border-color: rgba(0, 0, 0, 0.125);
  --bs-card-border-radius: 0.25rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.25rem - 1px);
  --bs-card-cap-padding-y: 0.375rem;
  --bs-card-cap-padding-x: 1.25rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1.25rem;
  --bs-card-group-margin: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

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

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23272c35' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23002866' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 3px rgba(0, 100, 255, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2366a2ff'%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-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2366a2ff'%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-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 1rem;
  --bs-breadcrumb-padding-y: 0.75rem;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: #f7f7f9;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #858c99;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #858c99;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

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

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.5rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #0064ff;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #ddd;
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: rgb(0, 70, 178.5);
  --bs-pagination-hover-bg: #f7f7f9;
  --bs-pagination-hover-border-color: #ddd;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 100, 255, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0064ff;
  --bs-pagination-active-border-color: #0064ff;
  --bs-pagination-disabled-color: #858c99;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #ddd;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  text-decoration: none;
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * 1px);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.4em;
  --bs-badge-padding-y: 0.25em;
  --bs-badge-font-size: 75%;
  --bs-badge-font-weight: bold;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1.25rem;
  --bs-alert-padding-y: 0.75rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.25rem;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
  color: var(--bs-alert-link-color);
}

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

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #f3f4f7;
  --bs-progress-border-radius: 0.25rem;
  --bs-progress-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0064ff;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

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

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.25rem;
  --bs-list-group-item-padding-x: 1.25rem;
  --bs-list-group-item-padding-y: 0.75rem;
  --bs-list-group-action-color: #616b77;
  --bs-list-group-action-hover-color: #616b77;
  --bs-list-group-action-hover-bg: #fafafa;
  --bs-list-group-action-active-color: #272c35;
  --bs-list-group-action-active-bg: #f7f7f9;
  --bs-list-group-disabled-color: #858c99;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0064ff;
  --bs-list-group-active-border-color: #0064ff;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

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

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(0, 100, 255, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.25rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

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

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 30px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1050;
  --bs-modal-width: 500px;
  --bs-modal-padding: 15px;
  --bs-modal-margin: 10px;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: #fff;
  --bs-modal-border-color: rgba(0, 0, 0, 0.2);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - 1px);
  --bs-modal-header-padding-x: 15px;
  --bs-modal-header-padding-y: 15px;
  --bs-modal-header-padding: 15px;
  --bs-modal-header-border-color: #f7f7f9;
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: #f7f7f9;
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 30px;
    --bs-modal-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 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;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 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;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 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;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 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;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1070;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 8px;
  --bs-tooltip-padding-y: 3px;
  --bs-tooltip-margin: 0;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 5px;
  --bs-tooltip-arrow-height: 5px;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1060;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: rgba(0, 0, 0, 0.2);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - 1px);
  --bs-popover-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  --bs-popover-header-padding-x: 14px;
  --bs-popover-header-padding-y: 8px;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: rgb(247.35, 247.35, 247.35);
  --bs-popover-body-padding-x: 14px;
  --bs-popover-body-padding-y: 9px;
  --bs-popover-body-color: #272c35;
  --bs-popover-arrow-width: 10px;
  --bs-popover-arrow-height: 5px;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.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: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-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;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") /*rtl:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") /*rtl:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    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: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 15px;
  --bs-offcanvas-padding-y: 15px;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: rgba(0, 0, 0, 0.2);
  --bs-offcanvas-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.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.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.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 {
  animation: placeholder-glow 2s ease-in-out infinite;
}

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

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(0, 80, 204, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 80, 204, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(157, 163, 173, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(157, 163, 173, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(51, 221, 147, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 221, 147, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(0, 80, 204, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 80, 204, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(248, 184, 79, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(248, 184, 79, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(255, 71, 110, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 71, 110, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(251, 251, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(251, 251, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(53, 58, 68, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(53, 58, 68, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  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;
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !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;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.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;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll !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;
}

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.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 {
  transform: translate(-50%, -50%) !important;
}

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

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

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

.m-9 {
  margin: 7.5rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-11 {
  margin: 20rem !important;
}

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

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

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

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

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

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

.mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-6 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-7 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-8 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-9 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

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

.mx-11 {
  margin-right: 20rem !important;
  margin-left: 20rem !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: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

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

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

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-8 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-9 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

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

.my-11 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

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

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

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

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

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

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

.mt-5 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mt-7 {
  margin-top: 4rem !important;
}

.mt-8 {
  margin-top: 5rem !important;
}

.mt-9 {
  margin-top: 7.5rem !important;
}

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

.mt-11 {
  margin-top: 20rem !important;
}

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

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

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

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

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

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

.me-5 {
  margin-right: 2rem !important;
}

.me-6 {
  margin-right: 3rem !important;
}

.me-7 {
  margin-right: 4rem !important;
}

.me-8 {
  margin-right: 5rem !important;
}

.me-9 {
  margin-right: 7.5rem !important;
}

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

.me-11 {
  margin-right: 20rem !important;
}

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.mb-7 {
  margin-bottom: 4rem !important;
}

.mb-8 {
  margin-bottom: 5rem !important;
}

.mb-9 {
  margin-bottom: 7.5rem !important;
}

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

.mb-11 {
  margin-bottom: 20rem !important;
}

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

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

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

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

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

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

.ms-5 {
  margin-left: 2rem !important;
}

.ms-6 {
  margin-left: 3rem !important;
}

.ms-7 {
  margin-left: 4rem !important;
}

.ms-8 {
  margin-left: 5rem !important;
}

.ms-9 {
  margin-left: 7.5rem !important;
}

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

.ms-11 {
  margin-left: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

.p-9 {
  padding: 7.5rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-11 {
  padding: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-8 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-9 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

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

.py-11 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

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

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

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

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

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

.pt-5 {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pt-7 {
  padding-top: 4rem !important;
}

.pt-8 {
  padding-top: 5rem !important;
}

.pt-9 {
  padding-top: 7.5rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-11 {
  padding-top: 20rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

.pe-5 {
  padding-right: 2rem !important;
}

.pe-6 {
  padding-right: 3rem !important;
}

.pe-7 {
  padding-right: 4rem !important;
}

.pe-8 {
  padding-right: 5rem !important;
}

.pe-9 {
  padding-right: 7.5rem !important;
}

.pe-10 {
  padding-right: 10rem !important;
}

.pe-11 {
  padding-right: 20rem !important;
}

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

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

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

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

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

.pb-5 {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pb-7 {
  padding-bottom: 4rem !important;
}

.pb-8 {
  padding-bottom: 5rem !important;
}

.pb-9 {
  padding-bottom: 7.5rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-11 {
  padding-bottom: 20rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

.ps-5 {
  padding-left: 2rem !important;
}

.ps-6 {
  padding-left: 3rem !important;
}

.ps-7 {
  padding-left: 4rem !important;
}

.ps-8 {
  padding-left: 5rem !important;
}

.ps-9 {
  padding-left: 7.5rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.ps-11 {
  padding-left: 20rem !important;
}

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 2rem !important;
}

.gap-6 {
  gap: 3rem !important;
}

.gap-7 {
  gap: 4rem !important;
}

.gap-8 {
  gap: 5rem !important;
}

.gap-9 {
  gap: 7.5rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

.gap-11 {
  gap: 20rem !important;
}

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

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 2rem !important;
}

.row-gap-6 {
  row-gap: 3rem !important;
}

.row-gap-7 {
  row-gap: 4rem !important;
}

.row-gap-8 {
  row-gap: 5rem !important;
}

.row-gap-9 {
  row-gap: 7.5rem !important;
}

.row-gap-10 {
  row-gap: 10rem !important;
}

.row-gap-11 {
  row-gap: 20rem !important;
}

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

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 2rem !important;
}

.column-gap-6 {
  column-gap: 3rem !important;
}

.column-gap-7 {
  column-gap: 4rem !important;
}

.column-gap-8 {
  column-gap: 5rem !important;
}

.column-gap-9 {
  column-gap: 7.5rem !important;
}

.column-gap-10 {
  column-gap: 10rem !important;
}

.column-gap-11 {
  column-gap: 20rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.5 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 1.5 !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-secondary {
  --bs-text-opacity: 1;
  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-info {
  --bs-text-opacity: 1;
  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-danger {
  --bs-text-opacity: 1;
  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-dark {
  --bs-text-opacity: 1;
  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-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-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-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

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

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  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-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.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-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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .m-sm-7 {
    margin: 4rem !important;
  }
  .m-sm-8 {
    margin: 5rem !important;
  }
  .m-sm-9 {
    margin: 7.5rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .m-sm-11 {
    margin: 20rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-9 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-11 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-9 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-11 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 3rem !important;
  }
  .mt-sm-7 {
    margin-top: 4rem !important;
  }
  .mt-sm-8 {
    margin-top: 5rem !important;
  }
  .mt-sm-9 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mt-sm-11 {
    margin-top: 20rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 2rem !important;
  }
  .me-sm-6 {
    margin-right: 3rem !important;
  }
  .me-sm-7 {
    margin-right: 4rem !important;
  }
  .me-sm-8 {
    margin-right: 5rem !important;
  }
  .me-sm-9 {
    margin-right: 7.5rem !important;
  }
  .me-sm-10 {
    margin-right: 10rem !important;
  }
  .me-sm-11 {
    margin-right: 20rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 2rem !important;
  }
  .ms-sm-6 {
    margin-left: 3rem !important;
  }
  .ms-sm-7 {
    margin-left: 4rem !important;
  }
  .ms-sm-8 {
    margin-left: 5rem !important;
  }
  .ms-sm-9 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
  .ms-sm-11 {
    margin-left: 20rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .p-sm-7 {
    padding: 4rem !important;
  }
  .p-sm-8 {
    padding: 5rem !important;
  }
  .p-sm-9 {
    padding: 7.5rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .p-sm-11 {
    padding: 20rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-9 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-11 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-9 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-11 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  .pt-sm-6 {
    padding-top: 3rem !important;
  }
  .pt-sm-7 {
    padding-top: 4rem !important;
  }
  .pt-sm-8 {
    padding-top: 5rem !important;
  }
  .pt-sm-9 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pt-sm-11 {
    padding-top: 20rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 2rem !important;
  }
  .pe-sm-6 {
    padding-right: 3rem !important;
  }
  .pe-sm-7 {
    padding-right: 4rem !important;
  }
  .pe-sm-8 {
    padding-right: 5rem !important;
  }
  .pe-sm-9 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
  .pe-sm-11 {
    padding-right: 20rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 20rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 2rem !important;
  }
  .ps-sm-6 {
    padding-left: 3rem !important;
  }
  .ps-sm-7 {
    padding-left: 4rem !important;
  }
  .ps-sm-8 {
    padding-left: 5rem !important;
  }
  .ps-sm-9 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
  .ps-sm-11 {
    padding-left: 20rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 2rem !important;
  }
  .gap-sm-6 {
    gap: 3rem !important;
  }
  .gap-sm-7 {
    gap: 4rem !important;
  }
  .gap-sm-8 {
    gap: 5rem !important;
  }
  .gap-sm-9 {
    gap: 7.5rem !important;
  }
  .gap-sm-10 {
    gap: 10rem !important;
  }
  .gap-sm-11 {
    gap: 20rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 7.5rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 10rem !important;
  }
  .row-gap-sm-11 {
    row-gap: 20rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 2rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 3rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 4rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 5rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 7.5rem !important;
  }
  .column-gap-sm-10 {
    column-gap: 10rem !important;
  }
  .column-gap-sm-11 {
    column-gap: 20rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .m-md-7 {
    margin: 4rem !important;
  }
  .m-md-8 {
    margin: 5rem !important;
  }
  .m-md-9 {
    margin: 7.5rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .m-md-11 {
    margin: 20rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-9 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-11 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-9 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-11 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 3rem !important;
  }
  .mt-md-7 {
    margin-top: 4rem !important;
  }
  .mt-md-8 {
    margin-top: 5rem !important;
  }
  .mt-md-9 {
    margin-top: 7.5rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-11 {
    margin-top: 20rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 2rem !important;
  }
  .me-md-6 {
    margin-right: 3rem !important;
  }
  .me-md-7 {
    margin-right: 4rem !important;
  }
  .me-md-8 {
    margin-right: 5rem !important;
  }
  .me-md-9 {
    margin-right: 7.5rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .me-md-11 {
    margin-right: 20rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-11 {
    margin-bottom: 20rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 2rem !important;
  }
  .ms-md-6 {
    margin-left: 3rem !important;
  }
  .ms-md-7 {
    margin-left: 4rem !important;
  }
  .ms-md-8 {
    margin-left: 5rem !important;
  }
  .ms-md-9 {
    margin-left: 7.5rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .ms-md-11 {
    margin-left: 20rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .p-md-7 {
    padding: 4rem !important;
  }
  .p-md-8 {
    padding: 5rem !important;
  }
  .p-md-9 {
    padding: 7.5rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .p-md-11 {
    padding: 20rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-9 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-11 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-9 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-11 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  .pt-md-6 {
    padding-top: 3rem !important;
  }
  .pt-md-7 {
    padding-top: 4rem !important;
  }
  .pt-md-8 {
    padding-top: 5rem !important;
  }
  .pt-md-9 {
    padding-top: 7.5rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pt-md-11 {
    padding-top: 20rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 2rem !important;
  }
  .pe-md-6 {
    padding-right: 3rem !important;
  }
  .pe-md-7 {
    padding-right: 4rem !important;
  }
  .pe-md-8 {
    padding-right: 5rem !important;
  }
  .pe-md-9 {
    padding-right: 7.5rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pe-md-11 {
    padding-right: 20rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3rem !important;
  }
  .pb-md-7 {
    padding-bottom: 4rem !important;
  }
  .pb-md-8 {
    padding-bottom: 5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pb-md-11 {
    padding-bottom: 20rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 2rem !important;
  }
  .ps-md-6 {
    padding-left: 3rem !important;
  }
  .ps-md-7 {
    padding-left: 4rem !important;
  }
  .ps-md-8 {
    padding-left: 5rem !important;
  }
  .ps-md-9 {
    padding-left: 7.5rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .ps-md-11 {
    padding-left: 20rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 2rem !important;
  }
  .gap-md-6 {
    gap: 3rem !important;
  }
  .gap-md-7 {
    gap: 4rem !important;
  }
  .gap-md-8 {
    gap: 5rem !important;
  }
  .gap-md-9 {
    gap: 7.5rem !important;
  }
  .gap-md-10 {
    gap: 10rem !important;
  }
  .gap-md-11 {
    gap: 20rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 2rem !important;
  }
  .row-gap-md-6 {
    row-gap: 3rem !important;
  }
  .row-gap-md-7 {
    row-gap: 4rem !important;
  }
  .row-gap-md-8 {
    row-gap: 5rem !important;
  }
  .row-gap-md-9 {
    row-gap: 7.5rem !important;
  }
  .row-gap-md-10 {
    row-gap: 10rem !important;
  }
  .row-gap-md-11 {
    row-gap: 20rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 2rem !important;
  }
  .column-gap-md-6 {
    column-gap: 3rem !important;
  }
  .column-gap-md-7 {
    column-gap: 4rem !important;
  }
  .column-gap-md-8 {
    column-gap: 5rem !important;
  }
  .column-gap-md-9 {
    column-gap: 7.5rem !important;
  }
  .column-gap-md-10 {
    column-gap: 10rem !important;
  }
  .column-gap-md-11 {
    column-gap: 20rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .m-lg-7 {
    margin: 4rem !important;
  }
  .m-lg-8 {
    margin: 5rem !important;
  }
  .m-lg-9 {
    margin: 7.5rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .m-lg-11 {
    margin: 20rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-9 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-11 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-9 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-11 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 3rem !important;
  }
  .mt-lg-7 {
    margin-top: 4rem !important;
  }
  .mt-lg-8 {
    margin-top: 5rem !important;
  }
  .mt-lg-9 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mt-lg-11 {
    margin-top: 20rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 2rem !important;
  }
  .me-lg-6 {
    margin-right: 3rem !important;
  }
  .me-lg-7 {
    margin-right: 4rem !important;
  }
  .me-lg-8 {
    margin-right: 5rem !important;
  }
  .me-lg-9 {
    margin-right: 7.5rem !important;
  }
  .me-lg-10 {
    margin-right: 10rem !important;
  }
  .me-lg-11 {
    margin-right: 20rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 2rem !important;
  }
  .ms-lg-6 {
    margin-left: 3rem !important;
  }
  .ms-lg-7 {
    margin-left: 4rem !important;
  }
  .ms-lg-8 {
    margin-left: 5rem !important;
  }
  .ms-lg-9 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 10rem !important;
  }
  .ms-lg-11 {
    margin-left: 20rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .p-lg-7 {
    padding: 4rem !important;
  }
  .p-lg-8 {
    padding: 5rem !important;
  }
  .p-lg-9 {
    padding: 7.5rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .p-lg-11 {
    padding: 20rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-9 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-11 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-9 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-11 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  .pt-lg-6 {
    padding-top: 3rem !important;
  }
  .pt-lg-7 {
    padding-top: 4rem !important;
  }
  .pt-lg-8 {
    padding-top: 5rem !important;
  }
  .pt-lg-9 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pt-lg-11 {
    padding-top: 20rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 2rem !important;
  }
  .pe-lg-6 {
    padding-right: 3rem !important;
  }
  .pe-lg-7 {
    padding-right: 4rem !important;
  }
  .pe-lg-8 {
    padding-right: 5rem !important;
  }
  .pe-lg-9 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .pe-lg-11 {
    padding-right: 20rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 20rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 2rem !important;
  }
  .ps-lg-6 {
    padding-left: 3rem !important;
  }
  .ps-lg-7 {
    padding-left: 4rem !important;
  }
  .ps-lg-8 {
    padding-left: 5rem !important;
  }
  .ps-lg-9 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .ps-lg-11 {
    padding-left: 20rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 2rem !important;
  }
  .gap-lg-6 {
    gap: 3rem !important;
  }
  .gap-lg-7 {
    gap: 4rem !important;
  }
  .gap-lg-8 {
    gap: 5rem !important;
  }
  .gap-lg-9 {
    gap: 7.5rem !important;
  }
  .gap-lg-10 {
    gap: 10rem !important;
  }
  .gap-lg-11 {
    gap: 20rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 7.5rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 10rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 20rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 2rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 3rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 4rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 5rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 7.5rem !important;
  }
  .column-gap-lg-10 {
    column-gap: 10rem !important;
  }
  .column-gap-lg-11 {
    column-gap: 20rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .m-xl-7 {
    margin: 4rem !important;
  }
  .m-xl-8 {
    margin: 5rem !important;
  }
  .m-xl-9 {
    margin: 7.5rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .m-xl-11 {
    margin: 20rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-9 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-11 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-9 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-11 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 3rem !important;
  }
  .mt-xl-7 {
    margin-top: 4rem !important;
  }
  .mt-xl-8 {
    margin-top: 5rem !important;
  }
  .mt-xl-9 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
  .mt-xl-11 {
    margin-top: 20rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 2rem !important;
  }
  .me-xl-6 {
    margin-right: 3rem !important;
  }
  .me-xl-7 {
    margin-right: 4rem !important;
  }
  .me-xl-8 {
    margin-right: 5rem !important;
  }
  .me-xl-9 {
    margin-right: 7.5rem !important;
  }
  .me-xl-10 {
    margin-right: 10rem !important;
  }
  .me-xl-11 {
    margin-right: 20rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 2rem !important;
  }
  .ms-xl-6 {
    margin-left: 3rem !important;
  }
  .ms-xl-7 {
    margin-left: 4rem !important;
  }
  .ms-xl-8 {
    margin-left: 5rem !important;
  }
  .ms-xl-9 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 10rem !important;
  }
  .ms-xl-11 {
    margin-left: 20rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .p-xl-7 {
    padding: 4rem !important;
  }
  .p-xl-8 {
    padding: 5rem !important;
  }
  .p-xl-9 {
    padding: 7.5rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .p-xl-11 {
    padding: 20rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-9 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-11 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-9 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-11 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  .pt-xl-6 {
    padding-top: 3rem !important;
  }
  .pt-xl-7 {
    padding-top: 4rem !important;
  }
  .pt-xl-8 {
    padding-top: 5rem !important;
  }
  .pt-xl-9 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
  .pt-xl-11 {
    padding-top: 20rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 2rem !important;
  }
  .pe-xl-6 {
    padding-right: 3rem !important;
  }
  .pe-xl-7 {
    padding-right: 4rem !important;
  }
  .pe-xl-8 {
    padding-right: 5rem !important;
  }
  .pe-xl-9 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 10rem !important;
  }
  .pe-xl-11 {
    padding-right: 20rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 20rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 2rem !important;
  }
  .ps-xl-6 {
    padding-left: 3rem !important;
  }
  .ps-xl-7 {
    padding-left: 4rem !important;
  }
  .ps-xl-8 {
    padding-left: 5rem !important;
  }
  .ps-xl-9 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 10rem !important;
  }
  .ps-xl-11 {
    padding-left: 20rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 2rem !important;
  }
  .gap-xl-6 {
    gap: 3rem !important;
  }
  .gap-xl-7 {
    gap: 4rem !important;
  }
  .gap-xl-8 {
    gap: 5rem !important;
  }
  .gap-xl-9 {
    gap: 7.5rem !important;
  }
  .gap-xl-10 {
    gap: 10rem !important;
  }
  .gap-xl-11 {
    gap: 20rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 10rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 20rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 3rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 4rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 5rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 7.5rem !important;
  }
  .column-gap-xl-10 {
    column-gap: 10rem !important;
  }
  .column-gap-xl-11 {
    column-gap: 20rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@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: grid !important;
  }
  .d-print-inline-grid {
    display: inline-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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* PLACEHOLDERS
-------------------------------------------------*/
/* Clearfix
-------------------------------*/
/* Form fields
-------------------------------*/
.select select, textarea.form-control, input.form-control {
  font-size: 14px;
  height: 45px;
  padding: 10px 14px;
  border: solid 1px #e4e7eb;
  color: #343944;
  background-color: #fff;
  border-radius: 3px;
}
.select select:focus, textarea.form-control:focus, input.form-control:focus {
  border-color: #a7aeba;
}
.select select.input-error, textarea.input-error.form-control, input.input-error.form-control {
  border-color: #ff194a;
}

textarea.form-control.form-control-large, input.form-control.form-control-large {
  font-size: 18px;
  height: 58px;
  padding: 14px 20px;
  border: solid 1px #e4e7eb;
  color: #343944;
  background-color: #fff;
  border-radius: 3px;
}
textarea.form-control.form-control-large:focus, input.form-control.form-control-large:focus {
  border-color: #a7aeba;
}
textarea.input-error.form-control.form-control-large, input.input-error.form-control.form-control-large {
  border-color: #ff194a;
}

.small .select select, .select .small select, .small textarea.form-control, .small input.form-control {
  height: 35px;
  padding: 5px 10px;
}

/* Lists
-------------------------------*/
.dropdown-links, .login-alt .login-alt-logos, .graph-data, .box-info-content, .box-list,
.box-list-border,
.box-list-stripe {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* MIXINS
-------------------------------------------------*/
/* Fonts
-------------------------------*/
/* Button state
-------------------------------*/
/* Hover and Focus states
-------------------------------*/
.nudgetop-1 {
  position: relative;
  top: 1px;
}

.nudgebottom-1 {
  position: relative;
  bottom: 1px;
}

.nudgeleft-1 {
  position: relative;
  left: 1px;
}

.nudgeright-1 {
  position: relative;
  right: 1px;
}

.nudgetop-2 {
  position: relative;
  top: 2px;
}

.nudgebottom-2 {
  position: relative;
  bottom: 2px;
}

.nudgeleft-2 {
  position: relative;
  left: 2px;
}

.nudgeright-2 {
  position: relative;
  right: 2px;
}

.nudgetop-3 {
  position: relative;
  top: 3px;
}

.nudgebottom-3 {
  position: relative;
  bottom: 3px;
}

.nudgeleft-3 {
  position: relative;
  left: 3px;
}

.nudgeright-3 {
  position: relative;
  right: 3px;
}

.nudgetop-4 {
  position: relative;
  top: 4px;
}

.nudgebottom-4 {
  position: relative;
  bottom: 4px;
}

.nudgeleft-4 {
  position: relative;
  left: 4px;
}

.nudgeright-4 {
  position: relative;
  right: 4px;
}

.nudgetop-5 {
  position: relative;
  top: 5px;
}

.nudgebottom-5 {
  position: relative;
  bottom: 5px;
}

.nudgeleft-5 {
  position: relative;
  left: 5px;
}

.nudgeright-5 {
  position: relative;
  right: 5px;
}

.nudgetop-6 {
  position: relative;
  top: 6px;
}

.nudgebottom-6 {
  position: relative;
  bottom: 6px;
}

.nudgeleft-6 {
  position: relative;
  left: 6px;
}

.nudgeright-6 {
  position: relative;
  right: 6px;
}

.nudgetop-7 {
  position: relative;
  top: 7px;
}

.nudgebottom-7 {
  position: relative;
  bottom: 7px;
}

.nudgeleft-7 {
  position: relative;
  left: 7px;
}

.nudgeright-7 {
  position: relative;
  right: 7px;
}

.nudgetop-8 {
  position: relative;
  top: 8px;
}

.nudgebottom-8 {
  position: relative;
  bottom: 8px;
}

.nudgeleft-8 {
  position: relative;
  left: 8px;
}

.nudgeright-8 {
  position: relative;
  right: 8px;
}

.nudgetop-9 {
  position: relative;
  top: 9px;
}

.nudgebottom-9 {
  position: relative;
  bottom: 9px;
}

.nudgeleft-9 {
  position: relative;
  left: 9px;
}

.nudgeright-9 {
  position: relative;
  right: 9px;
}

.nudgetop-10 {
  position: relative;
  top: 10px;
}

.nudgebottom-10 {
  position: relative;
  bottom: 10px;
}

.nudgeleft-10 {
  position: relative;
  left: 10px;
}

.nudgeright-10 {
  position: relative;
  right: 10px;
}

.nudgetop-11 {
  position: relative;
  top: 11px;
}

.nudgebottom-11 {
  position: relative;
  bottom: 11px;
}

.nudgeleft-11 {
  position: relative;
  left: 11px;
}

.nudgeright-11 {
  position: relative;
  right: 11px;
}

.nudgetop-12 {
  position: relative;
  top: 12px;
}

.nudgebottom-12 {
  position: relative;
  bottom: 12px;
}

.nudgeleft-12 {
  position: relative;
  left: 12px;
}

.nudgeright-12 {
  position: relative;
  right: 12px;
}

.nudgetop-51 {
  position: relative;
  top: 51px;
}

.nudgebottom-51 {
  position: relative;
  bottom: 51px;
}

.nudgeleft-51 {
  position: relative;
  left: 51px;
}

.nudgeright-51 {
  position: relative;
  right: 51px;
}

.nudgetop-130 {
  position: relative;
  top: 130px;
}

.nudgebottom-130 {
  position: relative;
  bottom: 130px;
}

.nudgeleft-130 {
  position: relative;
  left: 130px;
}

.nudgeright-130 {
  position: relative;
  right: 130px;
}

@media (min-width: 576px) {
  .nudgetop-sm-1 {
    position: relative;
    top: 1px;
  }
  .nudgebottom-sm-1 {
    position: relative;
    bottom: 1px;
  }
  .nudgeleft-sm-1 {
    position: relative;
    left: 1px;
  }
  .nudgeright-sm-1 {
    position: relative;
    right: 1px;
  }
  .nudgetop-sm-2 {
    position: relative;
    top: 2px;
  }
  .nudgebottom-sm-2 {
    position: relative;
    bottom: 2px;
  }
  .nudgeleft-sm-2 {
    position: relative;
    left: 2px;
  }
  .nudgeright-sm-2 {
    position: relative;
    right: 2px;
  }
  .nudgetop-sm-3 {
    position: relative;
    top: 3px;
  }
  .nudgebottom-sm-3 {
    position: relative;
    bottom: 3px;
  }
  .nudgeleft-sm-3 {
    position: relative;
    left: 3px;
  }
  .nudgeright-sm-3 {
    position: relative;
    right: 3px;
  }
  .nudgetop-sm-4 {
    position: relative;
    top: 4px;
  }
  .nudgebottom-sm-4 {
    position: relative;
    bottom: 4px;
  }
  .nudgeleft-sm-4 {
    position: relative;
    left: 4px;
  }
  .nudgeright-sm-4 {
    position: relative;
    right: 4px;
  }
  .nudgetop-sm-5 {
    position: relative;
    top: 5px;
  }
  .nudgebottom-sm-5 {
    position: relative;
    bottom: 5px;
  }
  .nudgeleft-sm-5 {
    position: relative;
    left: 5px;
  }
  .nudgeright-sm-5 {
    position: relative;
    right: 5px;
  }
  .nudgetop-sm-6 {
    position: relative;
    top: 6px;
  }
  .nudgebottom-sm-6 {
    position: relative;
    bottom: 6px;
  }
  .nudgeleft-sm-6 {
    position: relative;
    left: 6px;
  }
  .nudgeright-sm-6 {
    position: relative;
    right: 6px;
  }
  .nudgetop-sm-7 {
    position: relative;
    top: 7px;
  }
  .nudgebottom-sm-7 {
    position: relative;
    bottom: 7px;
  }
  .nudgeleft-sm-7 {
    position: relative;
    left: 7px;
  }
  .nudgeright-sm-7 {
    position: relative;
    right: 7px;
  }
  .nudgetop-sm-8 {
    position: relative;
    top: 8px;
  }
  .nudgebottom-sm-8 {
    position: relative;
    bottom: 8px;
  }
  .nudgeleft-sm-8 {
    position: relative;
    left: 8px;
  }
  .nudgeright-sm-8 {
    position: relative;
    right: 8px;
  }
  .nudgetop-sm-9 {
    position: relative;
    top: 9px;
  }
  .nudgebottom-sm-9 {
    position: relative;
    bottom: 9px;
  }
  .nudgeleft-sm-9 {
    position: relative;
    left: 9px;
  }
  .nudgeright-sm-9 {
    position: relative;
    right: 9px;
  }
  .nudgetop-sm-10 {
    position: relative;
    top: 10px;
  }
  .nudgebottom-sm-10 {
    position: relative;
    bottom: 10px;
  }
  .nudgeleft-sm-10 {
    position: relative;
    left: 10px;
  }
  .nudgeright-sm-10 {
    position: relative;
    right: 10px;
  }
  .nudgetop-sm-11 {
    position: relative;
    top: 11px;
  }
  .nudgebottom-sm-11 {
    position: relative;
    bottom: 11px;
  }
  .nudgeleft-sm-11 {
    position: relative;
    left: 11px;
  }
  .nudgeright-sm-11 {
    position: relative;
    right: 11px;
  }
  .nudgetop-sm-12 {
    position: relative;
    top: 12px;
  }
  .nudgebottom-sm-12 {
    position: relative;
    bottom: 12px;
  }
  .nudgeleft-sm-12 {
    position: relative;
    left: 12px;
  }
  .nudgeright-sm-12 {
    position: relative;
    right: 12px;
  }
  .nudgetop-sm-51 {
    position: relative;
    top: 51px;
  }
  .nudgebottom-sm-51 {
    position: relative;
    bottom: 51px;
  }
  .nudgeleft-sm-51 {
    position: relative;
    left: 51px;
  }
  .nudgeright-sm-51 {
    position: relative;
    right: 51px;
  }
  .nudgetop-sm-130 {
    position: relative;
    top: 130px;
  }
  .nudgebottom-sm-130 {
    position: relative;
    bottom: 130px;
  }
  .nudgeleft-sm-130 {
    position: relative;
    left: 130px;
  }
  .nudgeright-sm-130 {
    position: relative;
    right: 130px;
  }
}
@media (min-width: 768px) {
  .nudgetop-md-1 {
    position: relative;
    top: 1px;
  }
  .nudgebottom-md-1 {
    position: relative;
    bottom: 1px;
  }
  .nudgeleft-md-1 {
    position: relative;
    left: 1px;
  }
  .nudgeright-md-1 {
    position: relative;
    right: 1px;
  }
  .nudgetop-md-2 {
    position: relative;
    top: 2px;
  }
  .nudgebottom-md-2 {
    position: relative;
    bottom: 2px;
  }
  .nudgeleft-md-2 {
    position: relative;
    left: 2px;
  }
  .nudgeright-md-2 {
    position: relative;
    right: 2px;
  }
  .nudgetop-md-3 {
    position: relative;
    top: 3px;
  }
  .nudgebottom-md-3 {
    position: relative;
    bottom: 3px;
  }
  .nudgeleft-md-3 {
    position: relative;
    left: 3px;
  }
  .nudgeright-md-3 {
    position: relative;
    right: 3px;
  }
  .nudgetop-md-4 {
    position: relative;
    top: 4px;
  }
  .nudgebottom-md-4 {
    position: relative;
    bottom: 4px;
  }
  .nudgeleft-md-4 {
    position: relative;
    left: 4px;
  }
  .nudgeright-md-4 {
    position: relative;
    right: 4px;
  }
  .nudgetop-md-5 {
    position: relative;
    top: 5px;
  }
  .nudgebottom-md-5 {
    position: relative;
    bottom: 5px;
  }
  .nudgeleft-md-5 {
    position: relative;
    left: 5px;
  }
  .nudgeright-md-5 {
    position: relative;
    right: 5px;
  }
  .nudgetop-md-6 {
    position: relative;
    top: 6px;
  }
  .nudgebottom-md-6 {
    position: relative;
    bottom: 6px;
  }
  .nudgeleft-md-6 {
    position: relative;
    left: 6px;
  }
  .nudgeright-md-6 {
    position: relative;
    right: 6px;
  }
  .nudgetop-md-7 {
    position: relative;
    top: 7px;
  }
  .nudgebottom-md-7 {
    position: relative;
    bottom: 7px;
  }
  .nudgeleft-md-7 {
    position: relative;
    left: 7px;
  }
  .nudgeright-md-7 {
    position: relative;
    right: 7px;
  }
  .nudgetop-md-8 {
    position: relative;
    top: 8px;
  }
  .nudgebottom-md-8 {
    position: relative;
    bottom: 8px;
  }
  .nudgeleft-md-8 {
    position: relative;
    left: 8px;
  }
  .nudgeright-md-8 {
    position: relative;
    right: 8px;
  }
  .nudgetop-md-9 {
    position: relative;
    top: 9px;
  }
  .nudgebottom-md-9 {
    position: relative;
    bottom: 9px;
  }
  .nudgeleft-md-9 {
    position: relative;
    left: 9px;
  }
  .nudgeright-md-9 {
    position: relative;
    right: 9px;
  }
  .nudgetop-md-10 {
    position: relative;
    top: 10px;
  }
  .nudgebottom-md-10 {
    position: relative;
    bottom: 10px;
  }
  .nudgeleft-md-10 {
    position: relative;
    left: 10px;
  }
  .nudgeright-md-10 {
    position: relative;
    right: 10px;
  }
  .nudgetop-md-11 {
    position: relative;
    top: 11px;
  }
  .nudgebottom-md-11 {
    position: relative;
    bottom: 11px;
  }
  .nudgeleft-md-11 {
    position: relative;
    left: 11px;
  }
  .nudgeright-md-11 {
    position: relative;
    right: 11px;
  }
  .nudgetop-md-12 {
    position: relative;
    top: 12px;
  }
  .nudgebottom-md-12 {
    position: relative;
    bottom: 12px;
  }
  .nudgeleft-md-12 {
    position: relative;
    left: 12px;
  }
  .nudgeright-md-12 {
    position: relative;
    right: 12px;
  }
  .nudgetop-md-51 {
    position: relative;
    top: 51px;
  }
  .nudgebottom-md-51 {
    position: relative;
    bottom: 51px;
  }
  .nudgeleft-md-51 {
    position: relative;
    left: 51px;
  }
  .nudgeright-md-51 {
    position: relative;
    right: 51px;
  }
  .nudgetop-md-130 {
    position: relative;
    top: 130px;
  }
  .nudgebottom-md-130 {
    position: relative;
    bottom: 130px;
  }
  .nudgeleft-md-130 {
    position: relative;
    left: 130px;
  }
  .nudgeright-md-130 {
    position: relative;
    right: 130px;
  }
}
@media (min-width: 992px) {
  .nudgetop-lg-1 {
    position: relative;
    top: 1px;
  }
  .nudgebottom-lg-1 {
    position: relative;
    bottom: 1px;
  }
  .nudgeleft-lg-1 {
    position: relative;
    left: 1px;
  }
  .nudgeright-lg-1 {
    position: relative;
    right: 1px;
  }
  .nudgetop-lg-2 {
    position: relative;
    top: 2px;
  }
  .nudgebottom-lg-2 {
    position: relative;
    bottom: 2px;
  }
  .nudgeleft-lg-2 {
    position: relative;
    left: 2px;
  }
  .nudgeright-lg-2 {
    position: relative;
    right: 2px;
  }
  .nudgetop-lg-3 {
    position: relative;
    top: 3px;
  }
  .nudgebottom-lg-3 {
    position: relative;
    bottom: 3px;
  }
  .nudgeleft-lg-3 {
    position: relative;
    left: 3px;
  }
  .nudgeright-lg-3 {
    position: relative;
    right: 3px;
  }
  .nudgetop-lg-4 {
    position: relative;
    top: 4px;
  }
  .nudgebottom-lg-4 {
    position: relative;
    bottom: 4px;
  }
  .nudgeleft-lg-4 {
    position: relative;
    left: 4px;
  }
  .nudgeright-lg-4 {
    position: relative;
    right: 4px;
  }
  .nudgetop-lg-5 {
    position: relative;
    top: 5px;
  }
  .nudgebottom-lg-5 {
    position: relative;
    bottom: 5px;
  }
  .nudgeleft-lg-5 {
    position: relative;
    left: 5px;
  }
  .nudgeright-lg-5 {
    position: relative;
    right: 5px;
  }
  .nudgetop-lg-6 {
    position: relative;
    top: 6px;
  }
  .nudgebottom-lg-6 {
    position: relative;
    bottom: 6px;
  }
  .nudgeleft-lg-6 {
    position: relative;
    left: 6px;
  }
  .nudgeright-lg-6 {
    position: relative;
    right: 6px;
  }
  .nudgetop-lg-7 {
    position: relative;
    top: 7px;
  }
  .nudgebottom-lg-7 {
    position: relative;
    bottom: 7px;
  }
  .nudgeleft-lg-7 {
    position: relative;
    left: 7px;
  }
  .nudgeright-lg-7 {
    position: relative;
    right: 7px;
  }
  .nudgetop-lg-8 {
    position: relative;
    top: 8px;
  }
  .nudgebottom-lg-8 {
    position: relative;
    bottom: 8px;
  }
  .nudgeleft-lg-8 {
    position: relative;
    left: 8px;
  }
  .nudgeright-lg-8 {
    position: relative;
    right: 8px;
  }
  .nudgetop-lg-9 {
    position: relative;
    top: 9px;
  }
  .nudgebottom-lg-9 {
    position: relative;
    bottom: 9px;
  }
  .nudgeleft-lg-9 {
    position: relative;
    left: 9px;
  }
  .nudgeright-lg-9 {
    position: relative;
    right: 9px;
  }
  .nudgetop-lg-10 {
    position: relative;
    top: 10px;
  }
  .nudgebottom-lg-10 {
    position: relative;
    bottom: 10px;
  }
  .nudgeleft-lg-10 {
    position: relative;
    left: 10px;
  }
  .nudgeright-lg-10 {
    position: relative;
    right: 10px;
  }
  .nudgetop-lg-11 {
    position: relative;
    top: 11px;
  }
  .nudgebottom-lg-11 {
    position: relative;
    bottom: 11px;
  }
  .nudgeleft-lg-11 {
    position: relative;
    left: 11px;
  }
  .nudgeright-lg-11 {
    position: relative;
    right: 11px;
  }
  .nudgetop-lg-12 {
    position: relative;
    top: 12px;
  }
  .nudgebottom-lg-12 {
    position: relative;
    bottom: 12px;
  }
  .nudgeleft-lg-12 {
    position: relative;
    left: 12px;
  }
  .nudgeright-lg-12 {
    position: relative;
    right: 12px;
  }
  .nudgetop-lg-51 {
    position: relative;
    top: 51px;
  }
  .nudgebottom-lg-51 {
    position: relative;
    bottom: 51px;
  }
  .nudgeleft-lg-51 {
    position: relative;
    left: 51px;
  }
  .nudgeright-lg-51 {
    position: relative;
    right: 51px;
  }
  .nudgetop-lg-130 {
    position: relative;
    top: 130px;
  }
  .nudgebottom-lg-130 {
    position: relative;
    bottom: 130px;
  }
  .nudgeleft-lg-130 {
    position: relative;
    left: 130px;
  }
  .nudgeright-lg-130 {
    position: relative;
    right: 130px;
  }
}
@media (min-width: 1200px) {
  .nudgetop-xl-1 {
    position: relative;
    top: 1px;
  }
  .nudgebottom-xl-1 {
    position: relative;
    bottom: 1px;
  }
  .nudgeleft-xl-1 {
    position: relative;
    left: 1px;
  }
  .nudgeright-xl-1 {
    position: relative;
    right: 1px;
  }
  .nudgetop-xl-2 {
    position: relative;
    top: 2px;
  }
  .nudgebottom-xl-2 {
    position: relative;
    bottom: 2px;
  }
  .nudgeleft-xl-2 {
    position: relative;
    left: 2px;
  }
  .nudgeright-xl-2 {
    position: relative;
    right: 2px;
  }
  .nudgetop-xl-3 {
    position: relative;
    top: 3px;
  }
  .nudgebottom-xl-3 {
    position: relative;
    bottom: 3px;
  }
  .nudgeleft-xl-3 {
    position: relative;
    left: 3px;
  }
  .nudgeright-xl-3 {
    position: relative;
    right: 3px;
  }
  .nudgetop-xl-4 {
    position: relative;
    top: 4px;
  }
  .nudgebottom-xl-4 {
    position: relative;
    bottom: 4px;
  }
  .nudgeleft-xl-4 {
    position: relative;
    left: 4px;
  }
  .nudgeright-xl-4 {
    position: relative;
    right: 4px;
  }
  .nudgetop-xl-5 {
    position: relative;
    top: 5px;
  }
  .nudgebottom-xl-5 {
    position: relative;
    bottom: 5px;
  }
  .nudgeleft-xl-5 {
    position: relative;
    left: 5px;
  }
  .nudgeright-xl-5 {
    position: relative;
    right: 5px;
  }
  .nudgetop-xl-6 {
    position: relative;
    top: 6px;
  }
  .nudgebottom-xl-6 {
    position: relative;
    bottom: 6px;
  }
  .nudgeleft-xl-6 {
    position: relative;
    left: 6px;
  }
  .nudgeright-xl-6 {
    position: relative;
    right: 6px;
  }
  .nudgetop-xl-7 {
    position: relative;
    top: 7px;
  }
  .nudgebottom-xl-7 {
    position: relative;
    bottom: 7px;
  }
  .nudgeleft-xl-7 {
    position: relative;
    left: 7px;
  }
  .nudgeright-xl-7 {
    position: relative;
    right: 7px;
  }
  .nudgetop-xl-8 {
    position: relative;
    top: 8px;
  }
  .nudgebottom-xl-8 {
    position: relative;
    bottom: 8px;
  }
  .nudgeleft-xl-8 {
    position: relative;
    left: 8px;
  }
  .nudgeright-xl-8 {
    position: relative;
    right: 8px;
  }
  .nudgetop-xl-9 {
    position: relative;
    top: 9px;
  }
  .nudgebottom-xl-9 {
    position: relative;
    bottom: 9px;
  }
  .nudgeleft-xl-9 {
    position: relative;
    left: 9px;
  }
  .nudgeright-xl-9 {
    position: relative;
    right: 9px;
  }
  .nudgetop-xl-10 {
    position: relative;
    top: 10px;
  }
  .nudgebottom-xl-10 {
    position: relative;
    bottom: 10px;
  }
  .nudgeleft-xl-10 {
    position: relative;
    left: 10px;
  }
  .nudgeright-xl-10 {
    position: relative;
    right: 10px;
  }
  .nudgetop-xl-11 {
    position: relative;
    top: 11px;
  }
  .nudgebottom-xl-11 {
    position: relative;
    bottom: 11px;
  }
  .nudgeleft-xl-11 {
    position: relative;
    left: 11px;
  }
  .nudgeright-xl-11 {
    position: relative;
    right: 11px;
  }
  .nudgetop-xl-12 {
    position: relative;
    top: 12px;
  }
  .nudgebottom-xl-12 {
    position: relative;
    bottom: 12px;
  }
  .nudgeleft-xl-12 {
    position: relative;
    left: 12px;
  }
  .nudgeright-xl-12 {
    position: relative;
    right: 12px;
  }
  .nudgetop-xl-51 {
    position: relative;
    top: 51px;
  }
  .nudgebottom-xl-51 {
    position: relative;
    bottom: 51px;
  }
  .nudgeleft-xl-51 {
    position: relative;
    left: 51px;
  }
  .nudgeright-xl-51 {
    position: relative;
    right: 51px;
  }
  .nudgetop-xl-130 {
    position: relative;
    top: 130px;
  }
  .nudgebottom-xl-130 {
    position: relative;
    bottom: 130px;
  }
  .nudgeleft-xl-130 {
    position: relative;
    left: 130px;
  }
  .nudgeright-xl-130 {
    position: relative;
    right: 130px;
  }
}
.overflow-scroll {
  overflow: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

/** .fadeIn: standard fade in **/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 1s normal; /* Used to have "forwards" -- removed because it was causing a suggest dropdown (in growth/forced-onboarding) at the bottom of a modal-body to go behind the contents of modal-footer -- no idea why. */
  animation: fadeIn 1s normal;
}

.fadeInFast {
  -webkit-animation: fadeIn 0.3s normal;
  animation: fadeIn 0.3s normal;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.fadeOut {
  -webkit-animation: fadeOut 1s normal forwards;
  animation: fadeOut 1s normal forwards;
}

.fadeOutFast {
  -webkit-animation: fadeOut 0.3s normal forwards;
  animation: fadeOut 0.3s normal forwards;
}

/** .relativeBounce: uses top: and requires element to be positioned relative **/
.bounce-relative {
  position: relative;
  -webkit-animation: bounce-relative 1s infinite;
  animation: bounce-relative 1s infinite;
}

@-webkit-keyframes bounce-relative {
  0% {
    top: 0;
  }
  50% {
    top: -4px;
  }
  100% {
    top: 0px;
  }
}
@keyframes bounce-relative {
  0% {
    top: 0;
  }
  50% {
    top: -4px;
  }
  100% {
    top: 0px;
  }
}
/** .shake: standard shake **/
.shake {
  animation: shake 0.7s;
  position: relative;
  display: inline-block;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-3px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(3px);
  }
}
.popIn {
  -webkit-animation: popIn 0.2s normal;
  animation: popIn 0.2s normal;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  80% {
    opacity: 0.8;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.popOut {
  -webkit-animation: popOut 0.2s normal;
  animation: popOut 0.2s normal;
}

@keyframes popOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 0.8;
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation: slideInDown 0.33s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: slideInDown 0.33s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation: slideOutUp;
}

.slider {
  /* note on payment-form: /* needs to have "slider" class there before "clsoed" class to actually _slide_, but it screws up the payment-form by allowing it to scroll horizontally. */
  overflow-y: hidden;
  max-height: 500px; /* approximate max height */
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slider.closed {
  max-height: 0;
}

/** .fadeInSlideOut-right: Slide and fade in from the right, slide and fade out to the right **/
.fadeSlideInOut-right {
  -webkit-animation: fadeSlideInOut-right 3s;
  animation: fadeSlideInOut-right 3s;
}

@keyframes fadeSlideInOut-right {
  0% {
    right: -72px;
    opacity: 0;
  }
  8% {
    right: -72px;
    opacity: 0;
  }
  18% {
    right: 0px;
    opacity: 1;
  }
  90% {
    right: 0px;
    opacity: 1;
  }
  100% {
    right: -72px;
    opacity: 0;
  }
}
@keyframes pullForward {}
.pullForward {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 0px 1px rgba(0, 0, 0, 0.08);
  border-bottom: 0 !important;
}

.navSlideInLeft {
  -webkit-animation: slideInLeft 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: slideInLeft 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
}

.navSlideInRight {
  -webkit-animation: slideInRight 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: slideInRight 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
}

.navSlideOutLeft {
  -webkit-animation: slideOutLeft 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: slideOutLeft 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
}

.navSlideOutRight {
  -webkit-animation: slideOutRight 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: slideOutRight 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
}

.nav-side-bar-callout-item {
  background-color: #0064ff;
  color: #fff !important;
  height: 30px;
  border-radius: 9px;
  width: 166px;
  font-weight: bold;
}
.nav-side-bar-callout-item i {
  font-weight: bold !important;
  color: #fff;
  margin-top: -6px;
}

.drawerSlideInRight {
  -webkit-animation: slideInRight 0.33s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: slideInRight 0.33s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.drawerSlideOutRight {
  -webkit-animation: slideOutRight 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: slideOutRight 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.modalSlideInDown {
  -webkit-animation: slideInDown 0.33s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: slideInDown 0.33s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.modalSlideOutUp {
  -webkit-animation: slideOutUp 0.33s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation: slideOutUp 0.33s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0;
  }
}
.modalFadeIn {
  -webkit-animation: modalFadeIn 0.33s;
  animation: modalFadeIn 0.33s;
}

.modalFadeOut {
  -webkit-animation: modalFadeOut 0.33s;
  animation: modalFadeOut 0.33s;
}

.bannerSlideInRight {
  -webkit-animation: slideInRight 0.33s cubic-bezier(0.19, 1, 0.22, 1);
  animation: slideInRight 0.33s cubic-bezier(0.19, 1, 0.22, 1);
}

.bannerSlideOutRight {
  -webkit-animation: slideOutRight 0.33s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation: slideOutRight 0.33s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.bannerSlideInDown {
  -webkit-animation: slideInDown 0.33s cubic-bezier(0.19, 1, 0.22, 1);
  animation: slideInDown 0.33s cubic-bezier(0.19, 1, 0.22, 1);
}

.bannerSlideOutUp {
  -webkit-animation: slideOutUp 0.33s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation: slideOutUp 0.33s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@keyframes highlight {
  0% {
    box-shadow: none;
  }
  15% {
    box-shadow: 0 0 10px #7953f5;
  }
  85% {
    box-shadow: 0 0 10px #7953f5;
  }
  100% {
    box-shadow: none;
  }
}
.highlight {
  position: relative;
  display: block;
  border-radius: 3px;
}
.highlight::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: highlight 2s ease-in-out;
  animation: highlight 2s ease-in-out;
  z-index: 999;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* GLOBAL
-------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #f9f9fa;
  font-family: "Karla", sans-serif;
  font-size: 14px;
}

.full-page,
.full-page body {
  height: 100%;
}

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

hr {
  border-color: #e8eaee;
}

/* TYPOGRAPHY
-------------------------------------------------*/
.font-family-karla {
  font-family: "Karla", sans-serif;
}

.font-family-roboto {
  font-family: "Roboto", sans-serif;
}

.font-size-0px {
  font-size: 0px !important;
}

.font-size-4px {
  font-size: 4px !important;
}

.font-size-5px {
  font-size: 5px !important;
}

.font-size-6px {
  font-size: 6px !important;
}

.font-size-7px {
  font-size: 7px !important;
}

.font-size-8px {
  font-size: 8px !important;
}

.font-size-9px {
  font-size: 9px !important;
}

.font-size-10px {
  font-size: 10px !important;
}

.font-size-11px {
  font-size: 11px !important;
}

.font-size-12px {
  font-size: 12px !important;
}

.font-size-13px {
  font-size: 13px !important;
}

.font-size-14px {
  font-size: 14px !important;
}

.font-size-15px {
  font-size: 15px !important;
}

.font-size-16px {
  font-size: 16px !important;
}

.font-size-18px {
  font-size: 18px !important;
}

.font-size-20px {
  font-size: 20px !important;
}

.font-size-22px {
  font-size: 22px !important;
}

.font-size-24px {
  font-size: 24px !important;
}

.font-size-25px {
  font-size: 25px !important;
}

.font-size-26px {
  font-size: 26px !important;
}

.font-size-28px {
  font-size: 28px !important;
}

.font-size-30px {
  font-size: 30px !important;
}

.font-size-32px {
  font-size: 32px !important;
}

.font-size-36px {
  font-size: 36px !important;
}

.font-size-44px {
  font-size: 44px !important;
}

.font-size-48px {
  font-size: 48px !important;
}

.font-size-54px {
  font-size: 54px !important;
}

.font-size-60px {
  font-size: 60px !important;
}

.font-size-64px {
  font-size: 64px !important;
}

.font-size-72px {
  font-size: 72px !important;
}

.font-size-1 {
  font-size: 1rem !important;
}

.font-size-2 {
  font-size: 2rem !important;
}

.font-size-3 {
  font-size: 3rem !important;
}

@media (min-width: 576px) {
  .font-size-sm-0px {
    font-size: 0px !important;
  }
  .font-size-sm-4px {
    font-size: 4px !important;
  }
  .font-size-sm-5px {
    font-size: 5px !important;
  }
  .font-size-sm-6px {
    font-size: 6px !important;
  }
  .font-size-sm-7px {
    font-size: 7px !important;
  }
  .font-size-sm-8px {
    font-size: 8px !important;
  }
  .font-size-sm-9px {
    font-size: 9px !important;
  }
  .font-size-sm-10px {
    font-size: 10px !important;
  }
  .font-size-sm-11px {
    font-size: 11px !important;
  }
  .font-size-sm-12px {
    font-size: 12px !important;
  }
  .font-size-sm-13px {
    font-size: 13px !important;
  }
  .font-size-sm-14px {
    font-size: 14px !important;
  }
  .font-size-sm-15px {
    font-size: 15px !important;
  }
  .font-size-sm-16px {
    font-size: 16px !important;
  }
  .font-size-sm-18px {
    font-size: 18px !important;
  }
  .font-size-sm-20px {
    font-size: 20px !important;
  }
  .font-size-sm-22px {
    font-size: 22px !important;
  }
  .font-size-sm-24px {
    font-size: 24px !important;
  }
  .font-size-sm-25px {
    font-size: 25px !important;
  }
  .font-size-sm-26px {
    font-size: 26px !important;
  }
  .font-size-sm-28px {
    font-size: 28px !important;
  }
  .font-size-sm-30px {
    font-size: 30px !important;
  }
  .font-size-sm-32px {
    font-size: 32px !important;
  }
  .font-size-sm-36px {
    font-size: 36px !important;
  }
  .font-size-sm-44px {
    font-size: 44px !important;
  }
  .font-size-sm-48px {
    font-size: 48px !important;
  }
  .font-size-sm-54px {
    font-size: 54px !important;
  }
  .font-size-sm-60px {
    font-size: 60px !important;
  }
  .font-size-sm-64px {
    font-size: 64px !important;
  }
  .font-size-sm-72px {
    font-size: 72px !important;
  }
  .font-size-sm-1 {
    font-size: 1rem !important;
  }
  .font-size-sm-2 {
    font-size: 2rem !important;
  }
  .font-size-sm-3 {
    font-size: 3rem !important;
  }
}
@media (min-width: 768px) {
  .font-size-md-0px {
    font-size: 0px !important;
  }
  .font-size-md-4px {
    font-size: 4px !important;
  }
  .font-size-md-5px {
    font-size: 5px !important;
  }
  .font-size-md-6px {
    font-size: 6px !important;
  }
  .font-size-md-7px {
    font-size: 7px !important;
  }
  .font-size-md-8px {
    font-size: 8px !important;
  }
  .font-size-md-9px {
    font-size: 9px !important;
  }
  .font-size-md-10px {
    font-size: 10px !important;
  }
  .font-size-md-11px {
    font-size: 11px !important;
  }
  .font-size-md-12px {
    font-size: 12px !important;
  }
  .font-size-md-13px {
    font-size: 13px !important;
  }
  .font-size-md-14px {
    font-size: 14px !important;
  }
  .font-size-md-15px {
    font-size: 15px !important;
  }
  .font-size-md-16px {
    font-size: 16px !important;
  }
  .font-size-md-18px {
    font-size: 18px !important;
  }
  .font-size-md-20px {
    font-size: 20px !important;
  }
  .font-size-md-22px {
    font-size: 22px !important;
  }
  .font-size-md-24px {
    font-size: 24px !important;
  }
  .font-size-md-25px {
    font-size: 25px !important;
  }
  .font-size-md-26px {
    font-size: 26px !important;
  }
  .font-size-md-28px {
    font-size: 28px !important;
  }
  .font-size-md-30px {
    font-size: 30px !important;
  }
  .font-size-md-32px {
    font-size: 32px !important;
  }
  .font-size-md-36px {
    font-size: 36px !important;
  }
  .font-size-md-44px {
    font-size: 44px !important;
  }
  .font-size-md-48px {
    font-size: 48px !important;
  }
  .font-size-md-54px {
    font-size: 54px !important;
  }
  .font-size-md-60px {
    font-size: 60px !important;
  }
  .font-size-md-64px {
    font-size: 64px !important;
  }
  .font-size-md-72px {
    font-size: 72px !important;
  }
  .font-size-md-1 {
    font-size: 1rem !important;
  }
  .font-size-md-2 {
    font-size: 2rem !important;
  }
  .font-size-md-3 {
    font-size: 3rem !important;
  }
}
@media (min-width: 992px) {
  .font-size-lg-0px {
    font-size: 0px !important;
  }
  .font-size-lg-4px {
    font-size: 4px !important;
  }
  .font-size-lg-5px {
    font-size: 5px !important;
  }
  .font-size-lg-6px {
    font-size: 6px !important;
  }
  .font-size-lg-7px {
    font-size: 7px !important;
  }
  .font-size-lg-8px {
    font-size: 8px !important;
  }
  .font-size-lg-9px {
    font-size: 9px !important;
  }
  .font-size-lg-10px {
    font-size: 10px !important;
  }
  .font-size-lg-11px {
    font-size: 11px !important;
  }
  .font-size-lg-12px {
    font-size: 12px !important;
  }
  .font-size-lg-13px {
    font-size: 13px !important;
  }
  .font-size-lg-14px {
    font-size: 14px !important;
  }
  .font-size-lg-15px {
    font-size: 15px !important;
  }
  .font-size-lg-16px {
    font-size: 16px !important;
  }
  .font-size-lg-18px {
    font-size: 18px !important;
  }
  .font-size-lg-20px {
    font-size: 20px !important;
  }
  .font-size-lg-22px {
    font-size: 22px !important;
  }
  .font-size-lg-24px {
    font-size: 24px !important;
  }
  .font-size-lg-25px {
    font-size: 25px !important;
  }
  .font-size-lg-26px {
    font-size: 26px !important;
  }
  .font-size-lg-28px {
    font-size: 28px !important;
  }
  .font-size-lg-30px {
    font-size: 30px !important;
  }
  .font-size-lg-32px {
    font-size: 32px !important;
  }
  .font-size-lg-36px {
    font-size: 36px !important;
  }
  .font-size-lg-44px {
    font-size: 44px !important;
  }
  .font-size-lg-48px {
    font-size: 48px !important;
  }
  .font-size-lg-54px {
    font-size: 54px !important;
  }
  .font-size-lg-60px {
    font-size: 60px !important;
  }
  .font-size-lg-64px {
    font-size: 64px !important;
  }
  .font-size-lg-72px {
    font-size: 72px !important;
  }
  .font-size-lg-1 {
    font-size: 1rem !important;
  }
  .font-size-lg-2 {
    font-size: 2rem !important;
  }
  .font-size-lg-3 {
    font-size: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .font-size-xl-0px {
    font-size: 0px !important;
  }
  .font-size-xl-4px {
    font-size: 4px !important;
  }
  .font-size-xl-5px {
    font-size: 5px !important;
  }
  .font-size-xl-6px {
    font-size: 6px !important;
  }
  .font-size-xl-7px {
    font-size: 7px !important;
  }
  .font-size-xl-8px {
    font-size: 8px !important;
  }
  .font-size-xl-9px {
    font-size: 9px !important;
  }
  .font-size-xl-10px {
    font-size: 10px !important;
  }
  .font-size-xl-11px {
    font-size: 11px !important;
  }
  .font-size-xl-12px {
    font-size: 12px !important;
  }
  .font-size-xl-13px {
    font-size: 13px !important;
  }
  .font-size-xl-14px {
    font-size: 14px !important;
  }
  .font-size-xl-15px {
    font-size: 15px !important;
  }
  .font-size-xl-16px {
    font-size: 16px !important;
  }
  .font-size-xl-18px {
    font-size: 18px !important;
  }
  .font-size-xl-20px {
    font-size: 20px !important;
  }
  .font-size-xl-22px {
    font-size: 22px !important;
  }
  .font-size-xl-24px {
    font-size: 24px !important;
  }
  .font-size-xl-25px {
    font-size: 25px !important;
  }
  .font-size-xl-26px {
    font-size: 26px !important;
  }
  .font-size-xl-28px {
    font-size: 28px !important;
  }
  .font-size-xl-30px {
    font-size: 30px !important;
  }
  .font-size-xl-32px {
    font-size: 32px !important;
  }
  .font-size-xl-36px {
    font-size: 36px !important;
  }
  .font-size-xl-44px {
    font-size: 44px !important;
  }
  .font-size-xl-48px {
    font-size: 48px !important;
  }
  .font-size-xl-54px {
    font-size: 54px !important;
  }
  .font-size-xl-60px {
    font-size: 60px !important;
  }
  .font-size-xl-64px {
    font-size: 64px !important;
  }
  .font-size-xl-72px {
    font-size: 72px !important;
  }
  .font-size-xl-1 {
    font-size: 1rem !important;
  }
  .font-size-xl-2 {
    font-size: 2rem !important;
  }
  .font-size-xl-3 {
    font-size: 3rem !important;
  }
}
p:last-child {
  margin-bottom: 0;
}

/* Links
-------------------------------*/
a {
  color: #424955;
}
a:hover, a:focus {
  color: #272c35;
  text-decoration: none;
}
a img {
  border: 0;
}

.transparent {
  background: transparent !important;
}

/* Misc
-------------------------------*/
strong {
  font-weight: 700;
}

address {
  line-height: 1.25;
  margin: 0;
}

.border-top-1 {
  border-top: 1px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-top-sm-1 {
    border-top: 1px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-top-md-1 {
    border-top: 1px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-top-lg-1 {
    border-top: 1px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-top-xl-1 {
    border-top: 1px solid #e8eaee;
  }
}
.border-top-2 {
  border-top: 2px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-top-sm-2 {
    border-top: 2px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-top-md-2 {
    border-top: 2px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-top-lg-2 {
    border-top: 2px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-top-xl-2 {
    border-top: 2px solid #e8eaee;
  }
}
.border-top-3 {
  border-top: 3px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-top-sm-3 {
    border-top: 3px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-top-md-3 {
    border-top: 3px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-top-lg-3 {
    border-top: 3px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-top-xl-3 {
    border-top: 3px solid #e8eaee;
  }
}
.border-top-5 {
  border-top: 5px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-top-sm-5 {
    border-top: 5px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-top-md-5 {
    border-top: 5px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-top-lg-5 {
    border-top: 5px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-top-xl-5 {
    border-top: 5px solid #e8eaee;
  }
}
.border-right-1 {
  border-right: 1px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-right-sm-1 {
    border-right: 1px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-right-md-1 {
    border-right: 1px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-right-lg-1 {
    border-right: 1px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-right-xl-1 {
    border-right: 1px solid #e8eaee;
  }
}
.border-right-2 {
  border-right: 2px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-right-sm-2 {
    border-right: 2px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-right-md-2 {
    border-right: 2px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-right-lg-2 {
    border-right: 2px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-right-xl-2 {
    border-right: 2px solid #e8eaee;
  }
}
.border-right-3 {
  border-right: 3px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-right-sm-3 {
    border-right: 3px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-right-md-3 {
    border-right: 3px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-right-lg-3 {
    border-right: 3px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-right-xl-3 {
    border-right: 3px solid #e8eaee;
  }
}
.border-right-5 {
  border-right: 5px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-right-sm-5 {
    border-right: 5px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-right-md-5 {
    border-right: 5px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-right-lg-5 {
    border-right: 5px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-right-xl-5 {
    border-right: 5px solid #e8eaee;
  }
}
.border-bottom-1 {
  border-bottom: 1px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-bottom-sm-1 {
    border-bottom: 1px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-bottom-md-1 {
    border-bottom: 1px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-bottom-lg-1 {
    border-bottom: 1px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-bottom-xl-1 {
    border-bottom: 1px solid #e8eaee;
  }
}
.border-bottom-2 {
  border-bottom: 2px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-bottom-sm-2 {
    border-bottom: 2px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-bottom-md-2 {
    border-bottom: 2px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-bottom-lg-2 {
    border-bottom: 2px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-bottom-xl-2 {
    border-bottom: 2px solid #e8eaee;
  }
}
.border-bottom-3 {
  border-bottom: 3px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-bottom-sm-3 {
    border-bottom: 3px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-bottom-md-3 {
    border-bottom: 3px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-bottom-lg-3 {
    border-bottom: 3px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-bottom-xl-3 {
    border-bottom: 3px solid #e8eaee;
  }
}
.border-bottom-5 {
  border-bottom: 5px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-bottom-sm-5 {
    border-bottom: 5px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-bottom-md-5 {
    border-bottom: 5px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-bottom-lg-5 {
    border-bottom: 5px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-bottom-xl-5 {
    border-bottom: 5px solid #e8eaee;
  }
}
.border-left-1 {
  border-left: 1px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-left-sm-1 {
    border-left: 1px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-left-md-1 {
    border-left: 1px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-left-lg-1 {
    border-left: 1px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-left-xl-1 {
    border-left: 1px solid #e8eaee;
  }
}
.border-left-2 {
  border-left: 2px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-left-sm-2 {
    border-left: 2px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-left-md-2 {
    border-left: 2px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-left-lg-2 {
    border-left: 2px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-left-xl-2 {
    border-left: 2px solid #e8eaee;
  }
}
.border-left-3 {
  border-left: 3px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-left-sm-3 {
    border-left: 3px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-left-md-3 {
    border-left: 3px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-left-lg-3 {
    border-left: 3px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-left-xl-3 {
    border-left: 3px solid #e8eaee;
  }
}
.border-left-5 {
  border-left: 5px solid #e8eaee;
}

@media (min-width: 576px) {
  .border-left-sm-5 {
    border-left: 5px solid #e8eaee;
  }
}
@media (min-width: 768px) {
  .border-left-md-5 {
    border-left: 5px solid #e8eaee;
  }
}
@media (min-width: 992px) {
  .border-left-lg-5 {
    border-left: 5px solid #e8eaee;
  }
}
@media (min-width: 1200px) {
  .border-left-xl-5 {
    border-left: 5px solid #e8eaee;
  }
}
.border-x-1 {
  border-left: 1px solid #e8eaee;
  border-right: 1px solid #e8eaee;
}

.border-x-2 {
  border-left: 2px solid #e8eaee;
  border-right: 2px solid #e8eaee;
}

.border-x-3 {
  border-left: 3px solid #e8eaee;
  border-right: 3px solid #e8eaee;
}

.border-x-5 {
  border-left: 5px solid #e8eaee;
  border-right: 5px solid #e8eaee;
}

.border-y-1 {
  border-top: 1px solid #e8eaee;
  border-bottom: 1px solid #e8eaee;
}

.border-y-2 {
  border-top: 2px solid #e8eaee;
  border-bottom: 2px solid #e8eaee;
}

.border-y-3 {
  border-top: 3px solid #e8eaee;
  border-bottom: 3px solid #e8eaee;
}

.border-y-5 {
  border-top: 5px solid #e8eaee;
  border-bottom: 5px solid #e8eaee;
}

.border-1 {
  border: 1px solid #e8eaee;
}

.border-2 {
  border: 2px solid #e8eaee;
}

.border-3 {
  border: 3px solid #e8eaee;
}

.border-5 {
  border: 5px solid #e8eaee;
}

.border-color-gray {
  border-color: #858c99;
}

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

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

.border-color-blue {
  border-color: #0064ff;
}

.border-color-gusto-blue {
  border-color: #1679c4;
}

.border-color-gold {
  border-color: #f6a623;
}

.border-color-gold-dark {
  border-color: #dd8900;
}

.border-color-green {
  border-color: #00d478;
}

.border-color-gusto-green {
  border-color: #1ec4b4;
}

.border-color-gusto-red {
  border-color: #ed4747;
}

.border-color-facebook-blue {
  border-color: #46579c;
}

.border-color-google-blue {
  border-color: #4885ed;
}

.border-color-linkedin-blue {
  border-color: #3a74b8;
}

.border-color-paypal-blue {
  border-color: #003087;
}

.border-color-yelp-red {
  border-color: #d32323;
}

.border-color-purple {
  border-color: #7953f5;
}

.border-color-red {
  border-color: #ff194a;
}

.border-color-yellow {
  border-color: #ffc107;
}

.border-color-yellow-light {
  border-color: #fffad9;
}

.border-color-silver {
  border-color: #aac2db;
}

.border-color-bronze {
  border-color: #cbbd9e;
}

.border-color-gray-100 {
  border-color: #fafafa;
}

.border-color-gray-150 {
  border-color: #f9f9fa;
}

.border-color-gray-200 {
  border-color: #f7f7f9;
}

.border-color-gray-300 {
  border-color: #f3f4f7;
}

.border-color-gray-325 {
  border-color: #e8eaee;
}

.border-color-gray-350 {
  border-color: #e4e7eb;
}

.border-color-gray-400 {
  border-color: #ced3dd;
}

.border-color-gray-500 {
  border-color: #bec5cb;
}

.border-color-gray-550 {
  border-color: #a7aeba;
}

.border-color-gray-600 {
  border-color: #858c99;
}

.border-color-gray-700 {
  border-color: #616b77;
}

.border-color-gray-750 {
  border-color: #4f5865;
}

.border-color-gray-800 {
  border-color: #424955;
}

.border-color-gray-850 {
  border-color: #343944;
}

.border-color-gray-900 {
  border-color: #272c35;
}

/* LAYOUT
-------------------------------------------------*/
html {
  -webkit-overflow-scrolling: touch;
}

.container {
  position: relative;
  max-width: 1280px;
  /* //If we are starting to do XXL stuff
    max-width: 1600px;
    */
}

@media (min-width: 768px) {
  .app-shell-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.col-xs-12 {
  min-width: 0;
}

.row-small-gap {
  margin-left: -7px;
  margin-right: -7px;
}
.row-small-gap > [class^=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

@media (min-width: 992px) {
  .sidebar-nav {
    flex: 0 0 220px;
    max-width: 220px;
  }
}
@media (min-width: 768px) {
  .sidebar-nav {
    flex: 0 0 220px;
    max-width: 220px;
    width: 220px;
    position: fixed;
    max-height: calc(100vh - 94px);
    overflow-y: auto;
  }
  .sidebar-nav.position-absolute {
    max-height: none;
    overflow-y: visible;
  }
}
.sidebar-nav .box > div {
  width: 100%;
}
.sidebar-nav:not(.sidebar) {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .sidebar-nav.position-absolute {
    flex: 0 0 220px;
    max-width: 220px;
    width: 220px;
  }
  main[class^=col-] {
    margin-left: 220px;
    flex: 0 0 calc(100% - 220px);
    max-width: calc(100% - 220px);
  }
}
main[class^=col-] {
  min-height: 600px; /* prevents recommendations from covering left nav at certain widths */
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  main[class^=col-] {
    flex: 0 0 calc(100% - 460px);
    max-width: calc(100% - 460px);
  }
  main[class^=col-].no-right-column {
    flex: 0 0 calc(100% - 220px);
    max-width: calc(100% - 220px);
  }
}
@media (min-width: 768px) {
  main[class^=col-] {
    position: relative;
    margin-left: 220px;
  }
}

aside.sidebar {
  padding-right: 10px;
  padding-left: 10px;
  /* //If we are starting to do XXL stuff
  @media (min-width : 1600px) {
    right: auto;
    margin-left: 1380px;
  }
  */
  /* Awkward stage */
}
@media (min-width: 1200px) {
  aside.sidebar {
    flex: 0 0 220px;
    max-width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  aside.sidebar {
    margin-left: 225px;
    padding-right: 17px;
  }
}
aside.sidebar > div {
  min-width: 220px;
}
@media (min-width: 1200px) {
  aside.sidebar {
    /* // If we are starting to do XXL stuff:
    right: 5px;
    */
  }
  aside.sidebar.unlocked {
    flex: 0 0 235px;
    max-width: 235px;
  }
  aside.sidebar.unlocked > div {
    position: absolute;
    margin-right: 15px;
  }
  aside.sidebar > div {
    position: fixed;
    max-width: 220px;
  }
}
/* NAVBAR
-------------------------------------------------*/
.navbar {
  width: 100%;
  z-index: 50;
  padding: 0;
  margin-bottom: 30px;
  border-bottom: solid 1px #e4e7eb;
  background-color: #fff;
  font-size: 14px;
}
@media (min-width: 768px) {
  .navbar {
    position: fixed;
  }
}
@media (min-width: 1200px) {
  .navbar {
    font-size: 14px;
  }
}
.navbar .container {
  padding: 0;
}
@media (min-width: 768px) {
  .navbar .container.app-shell-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar + .container {
    padding-top: 94px;
  }
}
.navbar .navbar-toggler {
  float: right;
  margin: 16px 10px 0 auto;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-top: 94px;
}

.navbar-brand {
  float: none;
  min-width: 149px;
  padding: 0;
  margin-left: 15px;
  margin-right: 28px;
  height: 64px;
  display: flex;
  align-items: center;
}
.navbar-brand .navbar-brand-cobrand .navbar-brand-cobrand-logo img {
  max-height: 20px;
  max-width: 140px;
}
.navbar-brand .navbar-brand-cobrand .navbar-brand-cobrand-zipbooks-stamp {
  font-size: 10px;
  text-transform: uppercase;
  color: #858c99;
}
.navbar-brand .navbar-brand-cobrand .navbar-brand-cobrand-zipbooks-stamp img {
  height: 10px;
}
@media (min-width: 992px) {
  .navbar-brand {
    float: left;
    margin-left: 0;
  }
}
.navbar-brand > img {
  display: inline-block;
  line-height: 64px;
  max-height: 26px;
}

.navbar-form {
  position: relative;
}
@media (max-width: 767.98px) {
  .navbar-form {
    background-color: #e4e7eb;
  }
}
.navbar-form .form-control {
  width: 100%;
  padding: 0.8rem 0 0.8rem 15px;
  font-size: inherit;
  color: #343944;
  border: none;
  border-radius: 0;
  background-color: #e4e7eb;
}
@media (min-width: 992px) {
  .navbar-form .form-control {
    height: 64px;
    padding-left: 35px;
    background-color: #fff;
  }
}
.navbar-form > i.icon-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #a7aeba;
  font-size: 20px;
  left: 0;
  width: 30px;
  padding: 0 5px;
}
@media (max-width: 767.98px) {
  .navbar-form > i.icon-search {
    padding: 0 8px 0 10px;
  }
}

.navbar-light .navbar-toggler {
  border: none;
  color: #343944;
  margin-left: auto;
  margin: 0 10px 0 auto;
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    height: auto !important;
  }
}

@media (max-width: 767.98px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
    left: 15px;
  }
}
.navbar-nav .nav-item {
  position: relative;
  float: none;
  padding: 0.5rem 15px;
  border-top: 1px solid #e4e7eb;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0;
    border-top: none;
    border-left: solid 1px #e4e7eb;
  }
  .navbar-nav .nav-item:first-child {
    border-left: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    margin-left: auto;
  }
  .navbar-nav .nav-item:first-child {
    border-left: solid 1px #e4e7eb;
  }
  .navbar-nav .nav-item:last-child {
    max-width: 220px;
  }
}
.navbar-nav .nav-item + .nav-item {
  margin: 0;
}
.navbar-nav .nav-link {
  display: flex;
  align-items: center;
}
.navbar-light .navbar-nav .nav-link {
  color: #424955;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #272c35;
}
.navbar-nav .nav-link i {
  position: relative;
  margin-right: 8px;
}
.navbar-nav .nav-notification {
  position: absolute;
  top: -8px;
  left: 9px;
  min-width: 15px;
  min-height: 15px;
  padding: 1px;
  color: #fff;
  background-color: #ff194a;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.navbar-nav .nav-name {
  line-height: 16px;
  letter-spacing: -0.01rem;
  max-width: 130px;
}
.navbar-nav .nav-name .nav-name-user {
  font-size: 14px;
  font-weight: bold;
}
.navbar-nav .nav-name .nav-name-account {
  font-size: 12px;
  color: #616b77;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    height: 64px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.navbar-user-image {
  width: 38px;
  height: 38px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}

/* The changes necessary to give the navbar the special accountant UI */
.navbar-dark {
  background: #343944;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
  border-bottom: 0;
}
.navbar-dark .navbar-brand > img {
  max-height: 34px;
  width: 102px;
  margin-top: -2px;
}
.navbar-dark .navbar-toggler {
  border: 0;
  margin: 0 10px 0 auto;
}
.navbar-dark .nav-item .nav-link {
  font-weight: bold;
  letter-spacing: -0.22px;
}
.navbar-dark .nav-item:not(.dropdown) i {
  font-size: 16px;
}
.navbar-dark .nav-item.dropdown .icon-down-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .nav-item .icon-alarm {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .nav-name .nav-name-user {
  color: rgba(255, 255, 255, 0.95);
}
.navbar-dark .nav-name .nav-name-account {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .nav-name:hover .nav-name-user {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-form {
  background-color: #616b77;
}
@media (min-width: 768px) {
  .navbar-dark .navbar-form {
    background-color: inherit;
  }
}
.navbar-dark .navbar-form .form-control {
  color: #fff;
  background-color: #616b77;
}
@media (min-width: 992px) {
  .navbar-dark .navbar-form .form-control {
    background-color: inherit;
  }
}
.navbar-dark .navbar-form .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-form .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.navbar-dark .navbar-form .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.navbar-dark .navbar-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-form > i.icon-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
}
@media (min-width: 992px) {
  .navbar-dark .navbar-form > i.icon-search {
    background-color: inherit;
  }
}
@media (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-item {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}

/* SIDEBAR
-------------------------------------------------*/
.sidebar {
  color: #343944;
}
.sidebar p {
  margin-bottom: 10px;
}
.sidebar p:last-child {
  margin-bottom: 0;
}

.sidebar .box-list-border li:before {
  width: 1px;
}

.lh-8px {
  line-height: 8px;
}

.lh-10px {
  line-height: 10px;
}

.lh-12px {
  line-height: 12px;
}

.lh-14px {
  line-height: 14px;
}

.lh-15px {
  line-height: 15px;
}

.lh-16px {
  line-height: 16px;
}

.lh-18px {
  line-height: 18px;
}

.lh-20px {
  line-height: 20px;
}

.lh-22px {
  line-height: 22px;
}

.lh-24px {
  line-height: 24px;
}

.lh-25px {
  line-height: 25px;
}

.lh-26px {
  line-height: 26px;
}

.lh-28px {
  line-height: 28px;
}

.lh-30px {
  line-height: 30px;
}

.lh-36px {
  line-height: 36px;
}

.lh-54px {
  line-height: 54px;
}

.lh-64px {
  line-height: 64px;
}

.zi-1 {
  position: relative;
  z-index: 1;
}

.zi-2 {
  position: relative;
  z-index: 2;
}

.zi-3 {
  position: relative;
  z-index: 3;
}

.zi-4 {
  position: relative;
  z-index: 4;
}

.zi-5 {
  position: relative;
  z-index: 5;
}

.zi-10 {
  position: relative;
  z-index: 10;
}

.zi-15 {
  position: relative;
  z-index: 15;
}

.zi-20 {
  position: relative;
  z-index: 20;
}

.zi-25 {
  position: relative;
  z-index: 25;
}

.zi-50 {
  position: relative;
  z-index: 50;
}

.zi-100 {
  position: relative;
  z-index: 100;
}

.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt9 {
  margin-top: 9px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt-2rem {
  margin-top: 2rem !important;
}
.mt-4rem {
  margin-top: 4rem !important;
}
.mt-5rem {
  margin-top: 5rem !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr6 {
  margin-right: 6px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr9 {
  margin-right: 9px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr12 {
  margin-right: 12px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr-2rem {
  margin-right: 2rem !important;
}
.mr-4rem {
  margin-right: 4rem !important;
}
.mr-5rem {
  margin-right: 5rem !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb9 {
  margin-bottom: 9px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb-2rem {
  margin-bottom: 2rem !important;
}
.mb-4rem {
  margin-bottom: 4rem !important;
}
.mb-5rem {
  margin-bottom: 5rem !important;
}
.ml1 {
  margin-left: 1px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml9 {
  margin-left: 9px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml12 {
  margin-left: 12px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml-2rem {
  margin-left: 2rem !important;
}
.ml-4rem {
  margin-left: 4rem !important;
}
.ml-5rem {
  margin-left: 5rem !important;
}
.m1 {
  margin: 1px !important;
}
.m2 {
  margin: 2px !important;
}
.m3 {
  margin: 3px !important;
}
.m4 {
  margin: 4px !important;
}
.m5 {
  margin: 5px !important;
}
.m6 {
  margin: 6px !important;
}
.m7 {
  margin: 7px !important;
}
.m8 {
  margin: 8px !important;
}
.m9 {
  margin: 9px !important;
}
.m10 {
  margin: 10px !important;
}
.m12 {
  margin: 12px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m-2rem {
  margin: 2rem !important;
}
.m-4rem {
  margin: 4rem !important;
}
.m-5rem {
  margin: 5rem !important;
}
.mx1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.mx2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.mx3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}
.mx4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.mx5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mx6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.mx7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.mx8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mx9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}
.mx10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mx12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.mx15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mx20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mx25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mx-2rem {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-4rem {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-5rem {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.my1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.my2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.my3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.my4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.my6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.my7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.my8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.my9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.my15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.my-2rem {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-4rem {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-5rem {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.pt1 {
  padding-top: 1px !important;
}
.pt2 {
  padding-top: 2px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt4 {
  padding-top: 4px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt6 {
  padding-top: 6px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt9 {
  padding-top: 9px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt12 {
  padding-top: 12px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt-2rem {
  padding-top: 2rem !important;
}
.pt-4rem {
  padding-top: 4rem !important;
}
.pt-5rem {
  padding-top: 5rem !important;
}
.pr1 {
  padding-right: 1px !important;
}
.pr2 {
  padding-right: 2px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr4 {
  padding-right: 4px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr6 {
  padding-right: 6px !important;
}
.pr7 {
  padding-right: 7px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pr9 {
  padding-right: 9px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr12 {
  padding-right: 12px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr-2rem {
  padding-right: 2rem !important;
}
.pr-4rem {
  padding-right: 4rem !important;
}
.pr-5rem {
  padding-right: 5rem !important;
}
.pb1 {
  padding-bottom: 1px !important;
}
.pb2 {
  padding-bottom: 2px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb6 {
  padding-bottom: 6px !important;
}
.pb7 {
  padding-bottom: 7px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pb9 {
  padding-bottom: 9px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb12 {
  padding-bottom: 12px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb-2rem {
  padding-bottom: 2rem !important;
}
.pb-4rem {
  padding-bottom: 4rem !important;
}
.pb-5rem {
  padding-bottom: 5rem !important;
}
.pl1 {
  padding-left: 1px !important;
}
.pl2 {
  padding-left: 2px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl4 {
  padding-left: 4px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl6 {
  padding-left: 6px !important;
}
.pl7 {
  padding-left: 7px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pl9 {
  padding-left: 9px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl12 {
  padding-left: 12px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl-2rem {
  padding-left: 2rem !important;
}
.pl-4rem {
  padding-left: 4rem !important;
}
.pl-5rem {
  padding-left: 5rem !important;
}
.p1 {
  padding: 1px !important;
}
.p2 {
  padding: 2px !important;
}
.p3 {
  padding: 3px !important;
}
.p4 {
  padding: 4px !important;
}
.p5 {
  padding: 5px !important;
}
.p6 {
  padding: 6px !important;
}
.p7 {
  padding: 7px !important;
}
.p8 {
  padding: 8px !important;
}
.p9 {
  padding: 9px !important;
}
.p10 {
  padding: 10px !important;
}
.p12 {
  padding: 12px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p-2rem {
  padding: 2rem !important;
}
.p-4rem {
  padding: 4rem !important;
}
.p-5rem {
  padding: 5rem !important;
}
.px1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.px2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.px3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.px4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.px5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.px6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.px7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.px8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.px9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.px12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.px15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.px25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.px-2rem {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-4rem {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-5rem {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.py1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.py2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.py3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.py4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.py7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.py8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.py9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-2rem {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-4rem {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-5rem {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

a i[class^=icon-cog],
a i[class^=icon-bin],
a i[class^=icon-down-arrow] {
  color: #858c99;
}

a i[class^=icon-cog]:hover,
a i[class^=icon-bin]:hover,
a i[class^=icon-down]:hover {
  color: #424955;
}

a:not([href]):not([tabindex]) {
  color: #424955;
}

a.light {
  color: #858c99;
}

/* At some point just iterate to auto-create these*/
a:not([href]):not([tabindex]):hover {
  color: #272c35;
}

a.blue {
  color: #0064ff !important;
}

a.blue:hover {
  color: rgb(0, 90, 229.5) !important;
}

a.gray {
  color: #858c99;
}

a.gray:hover {
  color: rgb(117.4232142857, 125.3169642857, 139.9767857143);
}

a.gray-400 {
  color: #ced3dd;
}

a.gray-400:hover {
  color: rgb(168.1666666667, 177.5179487179, 185.5333333333);
}

.account-lead-box.account-lead-box-new {
  border-top: 2px solid #00d478;
}
.account-lead-box.account-lead-box-new .account-lead-box-new-tag {
  background: #00d478;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 20px;
  color: #fff;
  border-radius: 25px;
  display: inline-block;
  position: absolute;
  top: -16px;
  margin-left: -50px;
}

.accountant-messenger {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* Extra small devices (phones, 600px and down) */
  /* tweaks for .accountant-messenger-large (passed into component) */
}
.accountant-messenger .accountant-messenger-header {
  border-bottom: 1px solid #e8eaee;
  padding: 12px 17px;
  font-weight: bold;
  color: #343944;
}
.accountant-messenger .accountant-messenger-header .accountant-messenger-header-to-title div {
  line-height: 16px;
}
.accountant-messenger .accountant-messenger-body {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px 20px 0 20px;
}
.accountant-messenger .accountant-messenger-body .accountant-messenger-body-empty-state {
  height: 100%;
  font-size: 16px;
  color: #bec5cb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accountant-messenger .accountant-messenger-create {
  height: 140px;
  cursor: text;
}
.accountant-messenger .accountant-messenger-create textarea {
  height: 93px;
  border: 0;
  border-top: 1px solid #e8eaee;
  resize: none;
  width: 100%;
  padding: 20px;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  color: #424955;
}
.accountant-messenger .accountant-messenger-create .accountant-messenger-create-controls button.icon-email-send-11 {
  color: #0064ff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s;
  padding: 10px 15px 15px 10px;
  background: transparent;
  border: 0;
}
.accountant-messenger .accountant-messenger-create .accountant-messenger-create-controls button.icon-email-send-11:hover, .accountant-messenger .accountant-messenger-create .accountant-messenger-create-controls button.icon-email-send-11:focus {
  color: #008cdd;
  outline: none;
}
@media only screen and (max-width: 600px) {
  .accountant-messenger .accountant-messenger-body {
    height: calc(90vh - 58px - 135px);
  }
}
@media only screen and (min-width: 1320px) {
  .accountant-messenger .message-line-bubble-container {
    max-width: 75%;
  }
}
.accountant-messenger.accountant-messenger-large .accountant-messenger-body .message-line .message-line-bubble {
  font-size: 14px;
  padding: 8px 15px 8px;
}
.accountant-messenger.accountant-messenger-large .accountant-messenger-body .message-line .message-line-action a {
  font-size: 12px;
}
.accountant-messenger.accountant-messenger-large .accountant-messenger-body .message-line .message-line-meta {
  font-size: 12px;
}
.accountant-messenger.accountant-messenger-large .accountant-messenger-create textarea {
  font-size: 14px;
}

.accounts-messenger {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 50;
  box-shadow: 0 10px 25px rgba(0, 0, 50, 0.2);
}
.accounts-messenger .accounts-messenger-nav {
  background: #343944;
  color: #fff;
  align-items: center;
}
.accounts-messenger .accounts-messenger-nav .accounts-messenger-nav-logo {
  padding: 0.75rem 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.accounts-messenger .accounts-messenger-nav .accounts-messenger-nav-title {
  font-size: 16px;
  font-weight: bold;
}
.accounts-messenger .accounts-messenger-nav .accounts-messenger-nav-close {
  padding: 0 2rem;
  font-weight: bold;
  font-size: 13px;
}
.accounts-messenger .accounts-messenger-nav .accounts-messenger-nav-close a {
  color: #fff;
}
.accounts-messenger .accounts-messenger-nav .accounts-messenger-nav-close .icon-up-arrow {
  padding-left: 5px;
  font-size: 8px;
  position: relative;
  bottom: 1px;
}
.accounts-messenger .accounts-messenger-main {
  height: calc(100% - 55px);
}
.accounts-messenger .accounts-messenger-main > [class*=col] {
  height: 100%;
}
.accounts-messenger .accounts-messenger-main > [class*=col]:not(:last-child) {
  border-right: 1px solid #e8eaee;
}
.accounts-messenger .accounts-messenger-main .accounts-messenger-main-list {
  width: 315px;
  height: 100%;
  overflow-y: auto;
}
.accounts-messenger .accounts-messenger-main .accounts-messenger-main-transactions {
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 13px;
}
.accounts-messenger .accounts-messenger-main .accounts-messenger-main-transactions .accounts-messenger-main-transactions-header {
  height: 125px;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e8eaee;
}
.accounts-messenger .accounts-messenger-main .accounts-messenger-main-transactions .accounts-messenger-main-transactions-header .accounts-messenger-main-transactions-header-title {
  font-size: 13px;
  margin-bottom: 7px;
  color: #858c99;
}
.accounts-messenger .accounts-messenger-main .accounts-messenger-main-transactions .accounts-messenger-main-transactions-body {
  flex-grow: 1;
  overflow-y: auto;
}
.accounts-messenger .accounts-messenger-main .accounts-messenger-main-transactions .accounts-messenger-main-transactions-body .accounts-messenger-main-transactions-body-empty-state {
  height: 100%;
  font-size: 16px;
  color: #bec5cb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accounts-messenger .accounts-messenger-main .accounts-messenger-main-transactions .accounts-messenger-main-transactions-body .accounts-messenger-main-transactions-body-transaction {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e8eaee;
  color: #343944;
}
.accounts-messenger .accounts-messenger-main .accounts-messenger-main-transactions .accounts-messenger-main-transactions-body .accounts-messenger-main-transactions-body-transaction i.icon-check-circle, .accounts-messenger .accounts-messenger-main .accounts-messenger-main-transactions .accounts-messenger-main-transactions-body .accounts-messenger-main-transactions-body-transaction i.icon-check-lines {
  font-size: 18px;
}
.accounts-messenger .accounts-messenger-main .accounts-messenger-main-transactions .accounts-messenger-main-transactions-body .accounts-messenger-main-transactions-body-transaction i.icon-check-lines {
  color: #bec5cb;
}
.accounts-messenger .accounts-messenger-main .accounts-messenger-main-transactions .accounts-messenger-main-transactions-body .accounts-messenger-main-transactions-body-transaction .accounts-messenger-main-transactions-line-transaction-detail {
  line-height: 16px;
  font-size: 12px;
}
.accounts-messenger .accounts-messenger-main .accounts-messenger-main-transactions .accounts-messenger-main-transactions-body .accounts-messenger-main-transactions-body-transaction .form-control {
  font-size: 13px;
}

/* BOX
-------------------------------------------------*/
.arrow {
  width: 0;
  height: 0;
}

/* Sort Arrows */
.sort-link .arrow,
.table-sort-link .arrow {
  position: relative;
  top: 5px;
  margin-right: 8px;
  border-radius: 2px;
}
.sort-link .arrow-up,
.table-sort-link .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #bec5cb;
}
.sort-link .arrow-down,
.table-sort-link .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #bec5cb;
}
.sort-link .arrow-right,
.table-sort-link .arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #bec5cb;
}
.sort-link .arrow-left,
.table-sort-link .arrow-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #bec5cb;
}

.table-sort-link .row.small-gutters {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
.table-sort-link .row.small-gutters > * {
  width: auto;
  max-width: none;
  flex: 0 0 auto;
  padding-right: 0;
  padding-left: 0;
}
.table-sort-link .arrow {
  top: 8px;
}

/* Form attachment
---------------------------------*/
.attachment-container {
  border: 1px dashed #bec5cb;
  border-radius: 3px;
  min-height: 100px;
  position: relative;
  padding: 10px;
  font-size: 12px;
  color: #bec5cb;
}
.attachment-container .instructions {
  position: absolute;
  text-align: center;
  top: 12px;
  left: 0;
  right: 0;
  margin-top: 12px;
}
.attachment-container .instructions i {
  font-size: 30px;
  position: relative;
}
.attachment-container.dragging-over {
  background: #f3f4f7;
}
.attachment-container.dragging-over .instructions i {
  animation: bounce-relative 1s infinite;
}
.attachment-container.dragging-over .attachment-file {
  opacity: 0.1;
}
.attachment-container .attachment-file {
  color: #343944 !important;
  display: inline-block;
  align-items: center;
  height: 91px;
  width: 91px;
  padding: 6px;
  margin: 2px 2px 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
  border-radius: 2px;
  position: relative;
  text-align: center;
}
.attachment-container .attachment-file:hover {
  color: #343944;
  background-color: #f7f7f9;
}
.attachment-container .attachment-file .attachment-file-name {
  word-break: break-all;
  height: 40px;
  line-height: 14px;
  margin-top: 17px;
  display: flex;
  justify-content: center;
}
.attachment-container .attachment-file i.file-type-icon {
  font-size: 30px;
  position: relative;
  top: 10px;
}
.attachment-container .attachment-file i.icon-remove-2 {
  position: absolute;
  right: -5px;
  top: -5px;
  background: #ced3dd;
  color: #fff;
  font-size: 6px;
  padding: 4px;
  border-radius: 8px;
}
.attachment-container .attachment-file i.icon-remove-2:hover {
  background: #858c99;
}
.attachment-container label {
  position: absolute;
  top: -10px;
  right: -8px;
}

.attachment {
  padding: 5px 10px;
  border-style: dashed;
}

.attachment-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
}
.attachment-image img {
  max-width: 200px;
}
.attachment-image .close-attachment {
  position: absolute;
  top: -9px;
  right: -9px;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 18px;
  line-height: 1;
}

.autosuggest {
  position: absolute;
  margin-top: 0px;
  background-color: white;
  z-index: 500;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 16px;
  padding: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
  border-radius: 3px;
  min-width: 100%;
  left: 0;
}
.autosuggest.right {
  left: auto;
  right: 0px;
}

.autosuggest-loader {
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.autosuggest-search .autosuggest {
  max-height: 400px;
  margin-top: 1px;
  border-radius: 0 0 3px 3px;
  width: 325px;
}

.small .autosuggest {
  margin-top: 2px;
}

.autosuggest-item {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  min-width: 250px;
  color: #343944;
}
.autosuggest-item--selected {
  background-color: #f7f7f9;
  color: #0064ff;
}
.autosuggest-item.no-results:hover {
  background-color: white;
}
.autosuggest-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.autosuggest-item:hover {
  cursor: default;
  background-color: #fafafa;
}

/* overriding higher specificity */
.box-table li.autosuggest-item {
  padding: 8px 12px;
  display: block;
}

.autosuggest-item-match-input-width {
  max-width: 100%;
}
.autosuggest-item-match-input-width .auto-suggest-item {
  min-width: none;
}

.bank-wrapper {
  position: relative;
}
.bank-wrapper .disabled-bank-account {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fafafa;
  opacity: 0.6;
}
.bank-wrapper .bank-upgrade-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bank-wrapper .bank-upgrade-message .onboarding {
  width: 70%;
}

/* BOX TABLE
-------------------------------------------------*/
.box-table {
  color: #343944;
}
.box-table li {
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .box-table li {
    flex-direction: row;
    align-items: center;
  }
}
.box-table li .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-table .table-title {
  color: #858c99;
  font-size: 10px;
}
@media (min-width: 768px) {
  .box-table .table-title {
    margin-bottom: 3px;
    font-size: 12px;
  }
}
.box-table .table-title .icon-tooltip {
  position: relative;
  top: 2px;
  left: 2px;
  font-size: 14px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .box-table .table-align-right {
    justify-content: flex-end;
    text-align: right;
  }
}

.table-second-col .table-second-col-content {
  font-size: 14px;
}
.table-second-col .table-title {
  margin: 5px 0 2px 0;
}

.table-last-col {
  /* to un-vertically-center stuff, put a height here */
}
.table-last-col i {
  margin-left: 5px;
}
.table-last-col i,
.table-last-col i:not([href]):not([tabindex]) {
  color: #858c99;
}
.table-last-col i:hover,
.table-last-col i:hover:not([href]) {
  color: #424955;
}
.table-last-col i.icon-down-arrow {
  position: relative;
  bottom: 3px;
  right: 2px;
}

/* Category table
-------------------------------*/
@media (max-width: 575.98px) {
  .box-category-table .table-second-col-content .table-title {
    margin: 5px 0 0px;
  }
}

/* Border table
-------------------------------*/
.table-border-row {
  border-bottom: solid 1px #e8eaee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .table-border-row {
    padding: 0;
    margin: -20px -30px 20px;
  }
}
.table-border-row .table-border-col {
  color: #343944;
}
@media (max-width: 575.98px) {
  .table-border-row .table-border-col {
    margin-bottom: 10px;
  }
  .table-border-row .table-border-col:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .table-border-row .table-border-col {
    padding: 20px 30px;
    border-right: solid 1px #e8eaee;
  }
}
.table-border-row .table-border-col:last-child {
  border-right: none;
}

.table.table-border {
  margin-bottom: 0;
}
.table.table-border tbody tr {
  border-bottom: none;
}
.table.table-border td {
  padding: 0;
}
.table.table-border td strong {
  font-size: 16px;
  font-weight: bold;
}

.table.table-no-accent {
  --bs-table-accent-bg: transparent;
  --bs-table-bg-state: transparent;
  --bs-table-color-state: inherit;
}
.table.table-no-accent > :not(caption) > * > * {
  box-shadow: none;
  background-color: transparent;
}

/* BOX TEXT STYLES
-------------------------------------------------*/
/* Stats
---------------------------------*/
.stats-nr {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}
.stats-nr .score {
  margin-right: -16px;
}

.split-text {
  display: flex;
  justify-content: space-between;
}

/* BOX
-------------------------------------------------*/
.box {
  margin-bottom: 1rem;
  background-color: #fff;
  position: relative;
  color: #424955;
  border-radius: 3px;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
}
.box.box-space {
  padding: 25px 30px;
}

.box-row {
  margin-bottom: 25px;
}

.box-dashboard {
  margin-bottom: 2rem;
}

.box-dashboard-tall {
  min-height: 345px;
}

.box-sales-stats {
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 50, 0.15);
}
.box-sales-stats .box-header {
  font-size: 18px;
  padding: 0.75rem 1.5rem;
}
.box-sales-stats.box-sales-stats-large .box-header {
  font-size: 24px;
  padding: 1rem 2rem;
}

.box-header {
  /*display: flex;*/
  /* ^^ removed so that we can use bootstrap rows to their full width inside in sales-by-customer.hbs line 1.  see if this doesn't affect anything else */
  align-items: center;
  padding: 9px 17px;
  border-bottom: solid 1px #e8eaee;
  color: #343944;
  font-size: 14px;
  font-weight: bold;
}
.box-header.box-header-large {
  padding: 15px 25px;
}
.box-header.box-header-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-header.box-header-split .box-icon-links {
  display: flex;
  position: relative;
}
.box-header.box-header-split a i,
.box-header.box-header-split button {
  display: flex;
  margin-left: 3px;
}
.box-header.box-header-hover-expand {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.box-header.box-header-hover-expand .box-header-expanded {
  display: none;
}
.box-header.box-header-hover-expand:hover .box-header-expanded {
  display: block;
  white-space: normal;
  position: absolute;
  background-image: linear-gradient(90deg, #343944 0%, #343944 100%);
  overflow: visible !important;
  -webkit-text-fill-color: #343944;
  background: #fff;
  padding: 9px 17px;
  margin-left: -17px;
  margin-top: -30px;
  border-bottom: 1px solid #eee;
  z-index: 1;
  width: 100%;
}
.box-header.box-header-hover-expand .box-header-hover-expand-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-header.box-header-hover-expand .box-header-hover-expand-title-narrower {
  width: calc(100% - 20px);
}

.box-body {
  padding: 12px 17px 17px;
}

.box-header-internal {
  padding: 10px 30px;
  border-bottom: solid 1px #e8eaee;
  border-top: solid 1px #e8eaee;
  font-weight: bold;
  font-size: 18px;
}

.box-space-header {
  padding: 15px 30px;
  margin: -25px -30px 25px;
  border-bottom: solid 1px #e8eaee;
  color: #343944;
  font-size: 20px;
  font-weight: 700;
}

.box-space-header-sm {
  padding: 10px 30px;
  margin: 30px -30px 30px;
  border-top: solid 1px #e8eaee;
  border-bottom: solid 1px #e8eaee;
  color: #343944;
  font-size: 18px;
  font-weight: 700;
}
.box-space-header-sm.box-space-header-closed {
  margin: 30px -30px -31px;
}
.box-space-header-sm .icon-check {
  position: relative;
  top: 2px;
  left: 3px;
}

.box-content-title {
  color: #858c99;
  font-size: 12px;
  font-weight: 500;
}

.box-content-text span {
  font-size: 14px;
}
.box-content-text.bank-balance {
  white-space: nowrap;
}

.box-icon-links a {
  margin-left: 7px;
  color: #858c99;
}

.box-icon-links a:hover {
  color: #343944;
}

.box-contact-mail {
  display: block;
  word-break: break-all;
}

/* Box lists
---------------------------------*/
.box-list li,
.box-list-border li,
.box-list-stripe li {
  position: relative;
}

.box-list li {
  display: flex;
}
.box-list li > span > div {
  display: inline-block;
  width: 15px;
}

.box-index-row {
  border-bottom: 1px solid #e8eaee;
}

.box-list-stripe li {
  padding: 1rem;
  border-bottom: solid 1px #e8eaee;
}
.box-list-stripe > li:last-child {
  border-bottom: none;
}
.box-list-stripe > li > a {
  display: flex;
  align-items: center;
}
.box-list-stripe.box-list-stripe-limited-height {
  max-height: 212px;
  overflow-y: scroll;
}
.box-list-stripe > a > li:hover {
  background-color: #fafafa;
}
.box-list-stripe li.row {
  margin: 0;
  background-color: #fff;
}
.box-list-stripe li.row:hover {
  background-color: #f9f9fa;
}
.box-list-stripe.box-list-stripe-no-hover > a > li:hover {
  background-color: #fff;
}
.box-list-stripe.box-list-stripe-no-hover li.row:hover {
  background-color: #fff;
}

/* Box info
---------------------------------*/
.box-info .box-header [class^=icon-] {
  margin-left: 5px;
  font-size: 16px;
}

.box-info-content {
  padding: 10px 0;
}
.box-info-content li {
  padding: 0 15px 10px;
}

.box-info-right-icons a {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.box-info-right-icons i {
  margin-left: 5px;
}

.box-chart-account-transactions {
  min-height: 114px;
}

/* Box border colors
---------------------------------*/
.box-list-border li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: calc(100% + 1px);
  margin-top: -1px;
}
.box-list-border li:first-child:before {
  margin-top: 0px;
}

.box-list-border-top {
  overflow: hidden;
}
.box-list-border-top:before {
  position: absolute;
  content: "";
  top: 0;
  left: 7px;
  width: calc(100% - 14px);
  height: 2px;
}

.green-border:before {
  background-color: #00d478;
}
.green-border .table-status span,
.green-border i {
  color: #00d478;
}

.blue-border:before {
  background-color: #0064ff;
}
.blue-border .table-status span,
.blue-border i {
  color: #0064ff;
}

.red-border:before {
  background-color: #ff194a;
}
.red-border .table-status span,
.red-border i {
  color: #ff194a;
}

.gray-border:before {
  background-color: #858c99;
}
.gray-border .table-status span,
.gray-border i {
  color: #858c99;
}

.gold-border:before {
  background-color: #f6a623;
}
.gold-border .table-status span,
.gold-border i {
  color: #f6a623;
}

/* Box side border
---------------------------------*/
.box-sideborder-row {
  margin: 0;
  border-bottom: solid 1px #e8eaee;
}
.box-sideborder-row .box-sideborder-col {
  padding: 10px 15px;
}
@media (min-width: 576px) {
  .box-sideborder-row .box-sideborder-col {
    padding: 15px 25px;
    border-right: solid 1px #e8eaee;
  }
}
.box-sideborder-row .box-sideborder-col:last-child {
  border-right: none;
}

/* Box location
---------------------------------*/
.box-location {
  height: 100%;
  border-radius: 10px;
}
.box-location a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
.box-location a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.box-location .gmnoprint a,
.box-location .gmnoprint span,
.box-location .gm-style-cc {
  display: none;
}
.box-location .gmnoprint div {
  background: none !important;
}
.box-location .box-location-map {
  border-radius: 10px 10px 0 0;
  height: 200px;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.box-location .box-location-map-overlay {
  position: absolute;
  height: 200px;
  width: 100%;
  top: 0;
}
.box-location .box-location-map-placeholder {
  border-radius: 10px 10px 0 0;
  height: 200px;
  width: 100%;
  position: relative;
  background: #f3f4f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Box bank account
---------------------------------*/
.box-bank-account {
  overflow: visible;
}
.box-bank-account:last-child {
  margin-bottom: 1rem;
}
.box-bank-account .bank-account-header {
  display: flex;
  flex-grow: 1;
  margin-right: 15px;
}
.box-bank-account .bank-account-header .logo-container {
  position: relative;
  margin: -25px 10px 0 -3px;
  height: 50px;
  width: 50px;
  min-width: 0;
  border-radius: 3px;
  background: #e4e7eb;
  overflow: hidden;
  display: flex;
}
.box-bank-account .bank-account-header .logo-container img {
  object-fit: contain;
}
.box-bank-account .box-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 20px;
  border-bottom: 0;
}
.box-bank-account .box-header-right {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.box-bank-account .box-header-right > a {
  margin-left: 5px;
  color: #858c99;
}
.box-bank-account .box-header-right > a:first-child {
  margin-left: 10px;
}
.box-bank-account .box-header-right > a:hover {
  color: #343944;
}
.box-bank-account .bank-account-business {
  border-top: 1px solid #e8eaee;
  padding: 10px 15px 5px;
}
.box-bank-account .bank-account-business:last-child {
  border-bottom: none;
}
@media (min-width: 576px) {
  .box-bank-account .box-sideborder-row {
    border-bottom: 0;
    overflow: hidden;
  }
  .box-bank-account .box-sideborder-row .col-sm-4:nth-child(1) {
    width: 35%;
  }
  .box-bank-account .box-sideborder-row .col-sm-4:nth-child(2) {
    width: 35%;
    padding-bottom: 100%; /* http://stackoverflow.com/a/19234094/405709 */
    margin-bottom: -100%;
  }
  .box-bank-account .box-sideborder-row .col-sm-4:nth-child(3) {
    width: 30%;
  }
}

/* Invoice History box
---------------------------------*/
.history .box-table {
  max-height: 398px;
  overflow-y: scroll;
}
.history .box-table li {
  position: auto;
}

/* Welcome box
---------------------------------*/
.box-welcome {
  border-top: 2px solid #7953f5;
  padding: 35px 30px 0 45px;
}
.box-welcome p {
  line-height: 28px;
}
.box-welcome .welcome-step {
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
  padding: 10px 15px;
  display: flex;
  margin-bottom: 18px;
}
.box-welcome .welcome-step.welcome-step-disabled {
  opacity: 0.3;
}
.box-welcome .welcome-step .welcome-step-number {
  position: absolute;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  left: -30px;
  top: 5px;
  padding-top: 2px;
  opacity: 1;
}
.box-welcome .welcome-step .welcome-step-number.purple {
  color: #fff;
  background: #7953f5;
}
.box-welcome .welcome-step .welcome-step-number.blue {
  color: #fff;
  background: #0064ff;
}
.box-welcome .welcome-step .welcome-step-number.green {
  color: #fff;
  background: #00d478;
}
.box-welcome .welcome-step div {
  padding-right: 0;
}
.box-welcome .welcome-step div:last-child {
  display: flex;
  align-items: center;
}
.box-welcome .welcome-step .btn {
  height: 25px;
  width: 55px;
  padding: 3px 15px;
}
.box-welcome .welcome-logo {
  width: 58px;
}

/* Recommendation box
---------------------------------*/
.recommendation.box .text-icon {
  margin-top: -3px;
}
.recommendation.box .text-icon-content div {
  line-height: 17px;
  padding: 5px 0;
}
.recommendation.box .text-icon-content div:first-child {
  padding-top: 0;
}
.recommendation.box .text-icon-content div:last-child {
  padding-bottom: 0;
}

/* Active stuff
----------------------------------*/
.active .blue-border-active {
  border-top: 2px solid #0064ff;
}
.active .blue-border-active.box-header .box-header-expanded {
  margin-top: -28px;
  padding: 7px 17px 9px;
}
.active .blue-border-active.box-header {
  padding: 7px 17px 9px; /* shrink top part by 2px to accommodate border */
}
.active .blue-border-active .table-status span,
.active .blue-border-active i {
  color: #0064ff;
}

/* BUTTONS
-------------------------------------------------*/
a.btn,
a.btn:not([href]):not([tabindex]) {
  color: #ffffff;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 0;
}

.btn {
  height: 45px;
  color: #fff;
  border: 0 none;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}
.btn i {
  margin-right: 8px;
}
.btn.font-weight-normal {
  font-weight: normal;
}
.btn .spinner {
  margin-top: -3px;
}
.btn .spinner svg path,
.btn .spinner svg rect {
  fill: #fff;
}
.btn .spinner svg {
  width: 32px;
  height: 32px;
}
.btn .just-saved-check {
  width: 24px;
  margin-top: -3px;
}

.btn-link {
  height: 100%;
  background: none;
  padding: 0;
  font-weight: normal;
}
.btn-link.btn-link-gusto-red {
  color: #ed4747;
}
.btn-link.btn-link-gusto-red:hover, .btn-link.btn-link-gusto-red:focus {
  color: #ed4747;
}
.btn-link .spinner svg path,
.btn-link .spinner svg rect {
  fill: #bec5cb;
}
.btn-link.btn-link-small {
  font-size: 12px;
}
.btn-link.btn-link-small .spinner svg {
  height: 16px;
  width: 16px;
}
.btn-link.btn-link-tiny {
  font-size: 10px;
}
.btn-link.btn-link-tiny .spinner svg {
  height: 14px;
  width: 14px;
}

.btn-link:hover {
  text-decoration: none;
}

/* Size
-------------------------------*/
.btn-large {
  height: auto;
  padding: 1rem 2rem;
  font-size: 16px;
}

.btn-tiny {
  height: 24px;
  font-size: 12px;
  padding: 4px 16px;
}
.btn-tiny i {
  position: relative;
  right: 5px;
  top: 1px;
  font-size: 11px;
  margin-right: 0;
  color: #fff;
}
.btn-tiny .spinner {
  margin-top: 1px;
}
.btn-tiny .spinner svg {
  width: 16px;
  height: 16px;
}
.btn-tiny .just-saved-check {
  width: 13px;
  margin-top: -3px;
}

.btn-x-tiny {
  height: 20px;
  font-size: 12px;
  padding: 1px 8px;
}

.btn-x-x-tiny {
  height: 16px;
  font-size: 10px;
  padding: 1px 6px;
}

.btn-x-x-x-tiny {
  height: 14px;
  font-size: 9px;
  padding: 1px 4px 0;
}

.btn-small {
  height: 36px;
  font-size: 12px;
}
.btn-small .spinner svg {
  width: 26px;
  height: 26px;
}
.btn-small .just-saved-check {
  width: 26px;
  margin-top: -3px;
}

.btn-content-nav {
  height: 36px;
  font-size: 13px;
}

.btn-med {
  height: 40px;
  font-size: 13px;
}
.btn-med i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.btn-wide {
  min-width: 300px;
}

.btn-full {
  width: 100%;
}

.btn-inline {
  display: inline;
  height: auto;
}

/* Action colors
-------------------------------*/
.btn-green {
  background-color: #00d478;
}
.btn-green:hover:not(:disabled) {
  background-color: rgb(0, 222.2, 125.7735849057);
}
.btn-green:focus {
  background-color: rgb(0, 201.8, 114.2264150943);
}
.btn-green.active, .btn-green.show, .btn-check:checked + .btn-green, :not(.btn-check) + .btn-green:active, .btn-green:first-child:active {
  background-color: #00d478;
  border-color: transparent;
}
.btn-green.btn-no-hover:hover {
  cursor: auto;
  background-color: #00d478;
}
.btn-green:disabled, .btn-green.disabled {
  background-color: #00d478;
  opacity: 0.65;
}
.btn-green, .btn-green:hover, .btn-green:focus, .btn-green.active, .btn-green.show, .btn-check:checked + .btn-green, :not(.btn-check) + .btn-green:active, .btn-green:first-child:active, .btn-green:disabled, .btn-green.disabled {
  color: #fff;
}

.btn-gusto-green {
  background-color: #1ec4b4;
}
.btn-gusto-green:hover:not(:disabled) {
  background-color: rgb(31.3539823009, 204.8460176991, 188.1238938053);
}
.btn-gusto-green:focus {
  background-color: rgb(28.6460176991, 187.1539823009, 171.8761061947);
}
.btn-gusto-green.active, .btn-gusto-green.show, .btn-check:checked + .btn-gusto-green, :not(.btn-check) + .btn-gusto-green:active, .btn-gusto-green:first-child:active {
  background-color: #1ec4b4;
  border-color: transparent;
}
.btn-gusto-green.btn-no-hover:hover {
  cursor: auto;
  background-color: #1ec4b4;
}
.btn-gusto-green:disabled, .btn-gusto-green.disabled {
  background-color: #1ec4b4;
  opacity: 0.65;
}
.btn-gusto-green, .btn-gusto-green:hover, .btn-gusto-green:focus, .btn-gusto-green.active, .btn-gusto-green.show, .btn-check:checked + .btn-gusto-green, :not(.btn-check) + .btn-gusto-green:active, .btn-gusto-green:first-child:active, .btn-gusto-green:disabled, .btn-gusto-green.disabled {
  color: #fff;
}

.btn-gold {
  background-color: #f6a623;
}
.btn-gold:hover:not(:disabled) {
  background-color: rgb(246.4008733624, 169.9641921397, 44.7991266376);
}
.btn-gold:focus {
  background-color: rgb(245.5991266376, 162.0358078603, 25.2008733624);
}
.btn-gold.active, .btn-gold.show, .btn-check:checked + .btn-gold, :not(.btn-check) + .btn-gold:active, .btn-gold:first-child:active {
  background-color: #f6a623;
  border-color: transparent;
}
.btn-gold.btn-no-hover:hover {
  cursor: auto;
  background-color: #f6a623;
}
.btn-gold:disabled, .btn-gold.disabled {
  background-color: #f6a623;
  opacity: 0.65;
}
.btn-gold, .btn-gold:hover, .btn-gold:focus, .btn-gold.active, .btn-gold.show, .btn-check:checked + .btn-gold, :not(.btn-check) + .btn-gold:active, .btn-gold:first-child:active, .btn-gold:disabled, .btn-gold.disabled {
  color: #fff;
}

.btn-blue {
  background-color: #0064ff;
}
.btn-blue:hover:not(:disabled) {
  background-color: rgb(10.2, 106.2, 255);
}
.btn-blue:focus {
  background-color: rgb(0, 96, 244.8);
}
.btn-blue.active, .btn-blue.show, .btn-check:checked + .btn-blue, :not(.btn-check) + .btn-blue:active, .btn-blue:first-child:active {
  background-color: #0064ff;
  border-color: transparent;
}
.btn-blue.btn-no-hover:hover {
  cursor: auto;
  background-color: #0064ff;
}
.btn-blue:disabled, .btn-blue.disabled {
  background-color: #0064ff;
  opacity: 0.65;
}
.btn-blue, .btn-blue:hover, .btn-blue:focus, .btn-blue.active, .btn-blue.show, .btn-check:checked + .btn-blue, :not(.btn-check) + .btn-blue:active, .btn-blue:first-child:active, .btn-blue:disabled, .btn-blue.disabled {
  color: #fff;
}

.btn-gusto-blue {
  background-color: #1679c4;
}
.btn-gusto-blue:hover:not(:disabled) {
  background-color: rgb(23.0293577982, 126.6614678899, 205.1706422018);
}
.btn-gusto-blue:focus {
  background-color: rgb(20.9706422018, 115.3385321101, 186.8293577982);
}
.btn-gusto-blue.active, .btn-gusto-blue.show, .btn-check:checked + .btn-gusto-blue, :not(.btn-check) + .btn-gusto-blue:active, .btn-gusto-blue:first-child:active {
  background-color: #1679c4;
  border-color: transparent;
}
.btn-gusto-blue.btn-no-hover:hover {
  cursor: auto;
  background-color: #1679c4;
}
.btn-gusto-blue:disabled, .btn-gusto-blue.disabled {
  background-color: #1679c4;
  opacity: 0.65;
}
.btn-gusto-blue, .btn-gusto-blue:hover, .btn-gusto-blue:focus, .btn-gusto-blue.active, .btn-gusto-blue.show, .btn-check:checked + .btn-gusto-blue, :not(.btn-check) + .btn-gusto-blue:active, .btn-gusto-blue:first-child:active, .btn-gusto-blue:disabled, .btn-gusto-blue.disabled {
  color: #fff;
}

.btn-red {
  background-color: #ff194a;
}
.btn-red:hover:not(:disabled) {
  background-color: rgb(255, 35.2, 82.0269565217);
}
.btn-red:focus {
  background-color: rgb(255, 14.8, 65.9730434783);
}
.btn-red.active, .btn-red.show, .btn-check:checked + .btn-red, :not(.btn-check) + .btn-red:active, .btn-red:first-child:active {
  background-color: #ff194a;
  border-color: transparent;
}
.btn-red.btn-no-hover:hover {
  cursor: auto;
  background-color: #ff194a;
}
.btn-red:disabled, .btn-red.disabled {
  background-color: #ff194a;
  opacity: 0.65;
}
.btn-red, .btn-red:hover, .btn-red:focus, .btn-red.active, .btn-red.show, .btn-check:checked + .btn-red, :not(.btn-check) + .btn-red:active, .btn-red:first-child:active, .btn-red:disabled, .btn-red.disabled {
  color: #fff;
}

.btn-gusto-red {
  background-color: #ed4747;
}
.btn-gusto-red:hover:not(:disabled) {
  background-color: rgb(237.9089108911, 80.2910891089, 80.2910891089);
}
.btn-gusto-red:focus {
  background-color: rgb(236.0910891089, 61.7089108911, 61.7089108911);
}
.btn-gusto-red.active, .btn-gusto-red.show, .btn-check:checked + .btn-gusto-red, :not(.btn-check) + .btn-gusto-red:active, .btn-gusto-red:first-child:active {
  background-color: #ed4747;
  border-color: transparent;
}
.btn-gusto-red.btn-no-hover:hover {
  cursor: auto;
  background-color: #ed4747;
}
.btn-gusto-red:disabled, .btn-gusto-red.disabled {
  background-color: #ed4747;
  opacity: 0.65;
}
.btn-gusto-red, .btn-gusto-red:hover, .btn-gusto-red:focus, .btn-gusto-red.active, .btn-gusto-red.show, .btn-check:checked + .btn-gusto-red, :not(.btn-check) + .btn-gusto-red:active, .btn-gusto-red:first-child:active, .btn-gusto-red:disabled, .btn-gusto-red.disabled {
  color: #fff;
}

.btn-gusto-green {
  background-color: #1ec4b4;
}
.btn-gusto-green:hover:not(:disabled) {
  background-color: rgb(31.3539823009, 204.8460176991, 188.1238938053);
}
.btn-gusto-green:focus {
  background-color: rgb(28.6460176991, 187.1539823009, 171.8761061947);
}
.btn-gusto-green.active, .btn-gusto-green.show, .btn-check:checked + .btn-gusto-green, :not(.btn-check) + .btn-gusto-green:active, .btn-gusto-green:first-child:active {
  background-color: #1ec4b4;
  border-color: transparent;
}
.btn-gusto-green.btn-no-hover:hover {
  cursor: auto;
  background-color: #1ec4b4;
}
.btn-gusto-green:disabled, .btn-gusto-green.disabled {
  background-color: #1ec4b4;
  opacity: 0.65;
}
.btn-gusto-green, .btn-gusto-green:hover, .btn-gusto-green:focus, .btn-gusto-green.active, .btn-gusto-green.show, .btn-check:checked + .btn-gusto-green, :not(.btn-check) + .btn-gusto-green:active, .btn-gusto-green:first-child:active, .btn-gusto-green:disabled, .btn-gusto-green.disabled {
  color: #fff;
}

.btn-purple {
  background-color: #7953f5;
}
.btn-purple:hover:not(:disabled) {
  background-color: rgb(128.5098901099, 92.6395604396, 245.5604395604);
}
.btn-purple:focus {
  background-color: rgb(113.4901098901, 73.3604395604, 244.4395604396);
}
.btn-purple.active, .btn-purple.show, .btn-check:checked + .btn-purple, :not(.btn-check) + .btn-purple:active, .btn-purple:first-child:active {
  background-color: #7953f5;
  border-color: transparent;
}
.btn-purple.btn-no-hover:hover {
  cursor: auto;
  background-color: #7953f5;
}
.btn-purple:disabled, .btn-purple.disabled {
  background-color: #7953f5;
  opacity: 0.65;
}
.btn-purple, .btn-purple:hover, .btn-purple:focus, .btn-purple.active, .btn-purple.show, .btn-check:checked + .btn-purple, :not(.btn-check) + .btn-purple:active, .btn-purple:first-child:active, .btn-purple:disabled, .btn-purple.disabled {
  color: #fff;
}

.btn-gray {
  background-color: #858c99;
}
.btn-gray:hover:not(:disabled) {
  background-color: rgb(138.5553571429, 145.2366071429, 157.6446428571);
}
.btn-gray:focus {
  background-color: rgb(127.4446428571, 134.7633928571, 148.3553571429);
}
.btn-gray.active, .btn-gray.show, .btn-check:checked + .btn-gray, :not(.btn-check) + .btn-gray:active, .btn-gray:first-child:active {
  background-color: #858c99;
  border-color: transparent;
}
.btn-gray.btn-no-hover:hover {
  cursor: auto;
  background-color: #858c99;
}
.btn-gray:disabled, .btn-gray.disabled {
  background-color: #858c99;
  opacity: 0.65;
}
.btn-gray, .btn-gray:hover, .btn-gray:focus, .btn-gray.active, .btn-gray.show, .btn-check:checked + .btn-gray, :not(.btn-check) + .btn-gray:active, .btn-gray:first-child:active, .btn-gray:disabled, .btn-gray.disabled {
  color: #fff;
}

.btn-gray-med {
  background-color: #bec5cb;
}
.btn-gray-med, .btn-gray-med:hover, .btn-gray-med:focus, .btn-gray-med.active, .btn-gray-med.show, .btn-check:checked + .btn-gray-med, :not(.btn-check) + .btn-gray-med:active, .btn-gray-med:first-child:active, .btn-gray-med:disabled, .btn-gray-med.disabled {
  color: #fff;
}
.btn-gray-med:hover:not(:disabled) {
  background-color: rgb(195.6666666667, 202.0564102564, 207.5333333333);
}
.btn-gray-med:focus {
  background-color: rgb(184.3333333333, 191.9435897436, 198.4666666667);
}
.btn-gray-med.active, .btn-gray-med.show, .btn-check:checked + .btn-gray-med, :not(.btn-check) + .btn-gray-med:active, .btn-gray-med:first-child:active {
  background-color: #bec5cb;
  border-color: transparent;
}
.btn-gray-med.btn-no-hover:hover {
  cursor: auto;
  background-color: #bec5cb;
}
.btn-gray-med:disabled, .btn-gray-med.disabled {
  background-color: #bec5cb;
  opacity: 0.65;
}

.btn-white,
a.btn-white {
  background-color: #fff;
  color: #343944;
  border: 1px solid #e4e7eb;
}
.btn-white:hover,
a.btn-white:hover {
  border: 1px solid #bec5cb;
}
.btn-white-purple,
a.btn-white-purple {
  color: #7953f5 !important;
  border: 1px solid #7953f5;
}
.btn-white-gold,
a.btn-white-gold {
  color: #f6a623 !important;
  border: 1px solid #f6a623;
}

.btn-white-on-color {
  background-color: #fff;
  color: #343944;
}
.btn-white-on-color:hover {
  background: #fafafa;
}

/* Brands
-------------------------------*/
.btn-facebook {
  background-color: #46579c;
}
.btn-facebook:hover:not(:disabled) {
  background-color: rgb(73.1592920354, 90.9265486726, 163.0407079646);
}
.btn-facebook:focus {
  background-color: rgb(66.8407079646, 83.0734513274, 148.9592920354);
}
.btn-facebook.active, .btn-facebook.show, .btn-check:checked + .btn-facebook, :not(.btn-check) + .btn-facebook:active, .btn-facebook:first-child:active {
  background-color: #46579c;
  border-color: transparent;
}
.btn-facebook.btn-no-hover:hover {
  cursor: auto;
  background-color: #46579c;
}
.btn-facebook:disabled, .btn-facebook.disabled {
  background-color: #46579c;
  opacity: 0.65;
}

.btn-google {
  background-color: #fff;
  color: #757575;
}
.btn-google:hover:not(:disabled) {
  background-color: hsl(0, 0%, 102%);
}
.btn-google:focus {
  background-color: rgb(249.9, 249.9, 249.9);
}
.btn-google.active, .btn-google.show, .btn-check:checked + .btn-google, :not(.btn-check) + .btn-google:active, .btn-google:first-child:active {
  background-color: #fff;
  border-color: transparent;
}
.btn-google.btn-no-hover:hover {
  cursor: auto;
  background-color: #fff;
}
.btn-google:disabled, .btn-google.disabled {
  background-color: #fff;
  opacity: 0.65;
}

.btn-paypal {
  background-color: #003087;
}
.btn-paypal:hover:not(:disabled) {
  background-color: rgb(0, 51.6266666667, 145.2);
}
.btn-paypal:focus {
  background-color: rgb(0, 44.3733333333, 124.8);
}
.btn-paypal.active, .btn-paypal.show, .btn-check:checked + .btn-paypal, :not(.btn-check) + .btn-paypal:active, .btn-paypal:first-child:active {
  background-color: #003087;
  border-color: transparent;
}
.btn-paypal.btn-no-hover:hover {
  cursor: auto;
  background-color: #003087;
}
.btn-paypal:disabled, .btn-paypal.disabled {
  background-color: #003087;
  opacity: 0.65;
}
.btn-paypal img {
  height: 16px;
  margin-left: 5px;
  margin-top: -3px;
}

.btn-linkedin {
  background-color: #3a74b8;
}
.btn-linkedin:hover:not(:disabled) {
  background-color: rgb(60.4446280992, 120.8892561983, 191.7553719008);
}
.btn-linkedin:focus {
  background-color: rgb(55.5553719008, 111.1107438017, 176.2446280992);
}
.btn-linkedin.active, .btn-linkedin.show, .btn-check:checked + .btn-linkedin, :not(.btn-check) + .btn-linkedin:active, .btn-linkedin:first-child:active {
  background-color: #3a74b8;
  border-color: transparent;
}
.btn-linkedin.btn-no-hover:hover {
  cursor: auto;
  background-color: #3a74b8;
}
.btn-linkedin:disabled, .btn-linkedin.disabled {
  background-color: #3a74b8;
  opacity: 0.65;
}

.btn-gusto {
  background-color: #ed4747;
}
.btn-gusto:hover:not(:disabled) {
  background-color: rgb(237.9089108911, 80.2910891089, 80.2910891089);
}
.btn-gusto:focus {
  background-color: rgb(236.0910891089, 61.7089108911, 61.7089108911);
}
.btn-gusto.active, .btn-gusto.show, .btn-check:checked + .btn-gusto, :not(.btn-check) + .btn-gusto:active, .btn-gusto:first-child:active {
  background-color: #ed4747;
  border-color: transparent;
}
.btn-gusto.btn-no-hover:hover {
  cursor: auto;
  background-color: #ed4747;
}
.btn-gusto:disabled, .btn-gusto.disabled {
  background-color: #ed4747;
  opacity: 0.65;
}

/* Special case
-------------------------------*/
.btn-split, .btn-split-small {
  width: 100%;
  border: 1px solid #e4e7eb;
  border-radius: 3px;
  display: block;
  padding: 6px 0 7px;
  text-align: center;
  color: #0064ff;
  font-weight: bold;
}
.btn-split:hover, .btn-split-small:hover {
  color: rgb(10.2, 106.2, 255);
  border: 1px solid rgb(233.8595744681, 236.2085106383, 239.3404255319);
}
.btn-split:focus, .btn-split-small:focus {
  color: rgb(0, 96, 244.8);
  border: 1px solid rgb(222.1404255319, 225.7914893617, 230.6595744681);
}

.btn-split-small {
  padding: 3px 8px 3px;
  font-size: 10px;
  width: inherit;
  display: inline;
}

.btn-add {
  font-size: 24px;
  height: 26px !important;
  width: 26px;
  padding: 0;
  border-radius: 50%;
  color: #fff;
}
.btn-add:hover {
  color: #fff;
}
.btn-add.btn-add-custom i {
  font-size: 13px;
  position: relative;
  top: -7px;
  left: 0.5px;
  font-weight: bold;
}
.btn-add:not(.btn-add-custom) {
  background: #00d478;
}
.btn-add:not(.btn-add-custom):after {
  content: "+";
  position: relative;
  top: -4px;
}
.btn-add.btn-add-tiny {
  font-size: 15.5px;
  font-weight: bold;
  height: 16px !important;
  width: 16px;
  background: url("/assets/images/btn-add-tiny-700f559867b03463d0af1d2ca245bbb6.svg");
}
.btn-add.btn-add-tiny.btn:not([disabled]):not(.disabled):active,
.btn-add.btn-add-tiny .btn:not([disabled]):not(.disabled).active {
  background: url("/assets/images/btn-add-tiny-700f559867b03463d0af1d2ca245bbb6.svg");
}
.btn-add.btn-add-tiny:after {
  content: "";
  top: -1px;
}

.btn-edit-save {
  min-width: 100px;
}

.row.buttons-joined div:not(:first-child) {
  margin-left: 0px;
  padding-left: 1px;
}
.row.buttons-joined div:not(:first-child) .btn {
  border-radius: 0;
}
.row.buttons-joined div:not(:last-child) {
  margin-right: 0px;
  padding-right: 0px;
}
.row.buttons-joined div:not(:last-child) .btn {
  border-radius: 0;
}
.row.buttons-joined div:first-child .btn {
  border-radius: 3px 0 0 3px;
}
.row.buttons-joined div:last-child .btn {
  border-radius: 0 3px 3px 0;
}

/* Other Stuff
----------------------------*/
.btn-depressable {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 0px;
}
.btn-depressable:active {
  top: 1px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.btn-no-click {
  cursor: default;
}
.btn-no-click:hover.btn-green {
  background: #00d478;
}
.btn-no-click:hover.btn-blue {
  background: #0064ff;
}
.btn-no-click:hover.btn-red {
  background: #ff194a;
}
.btn-no-click:hover.btn-purple {
  background: #7953f5;
}

.calendar-weekday-labels {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.calendar-weekday-labels .calendar-weekday-label {
  /* Copied from bootstrap columns */
  position: relative;
  width: 100%;
  /* Custom 1/7 width */
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
  /* Style */
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.calendar-days {
  display: flex;
  flex-wrap: wrap;
  /* Right border on last element of each row */
  /* Bottom border on all elements of first row (including the no-outline ones) */
  /* Top border on all outlined elements of first row */
  /* Left border when no-outline directly follows outline; to simulate final right border of last outlined element */
  /* Changes for mobile */
}
.calendar-days .calendar-day {
  /* Copied from bootstrap columns */
  position: relative;
  width: 100%;
  /* Custom 1/7 width */
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
  /* Style */
  border-bottom: 1px solid #e8eaee;
  border-left: 1px solid #e8eaee;
  padding: 5px 7px;
  min-height: 64px;
}
.calendar-days .calendar-day .calendar-day-label {
  font-size: 10px;
  font-weight: bold;
  height: 14px;
}
.calendar-days .calendar-day .calendar-day-hours {
  height: 18px;
}
.calendar-days .calendar-day.calendar-day-outline:hover {
  background: #fafafa;
  cursor: pointer;
}
.calendar-days .calendar-day:nth-child(7n) {
  border-right: 1px solid #e8eaee;
}
.calendar-days .calendar-day:nth-child(-n+7) {
  border-bottom: 1px solid #e8eaee;
}
.calendar-days .calendar-day:nth-child(-n+7).calendar-day-outline {
  border-top: 1px solid #e8eaee;
}
.calendar-days .calendar-day-outline + .calendar-day-no-outline {
  border-left: 1px solid #e8eaee !important;
}
.calendar-days .calendar-day-no-outline {
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0 !important;
}
.calendar-days .calendar-day-no-outline .calendar-day-label {
  color: #ced3dd;
}
.calendar-days .calendar-weekday-labels {
  display: none;
}
.calendar-days .calendar-days .calendar-day {
  flex: 0 0 100%;
  max-width: 100%;
}
.calendar-days .calendar-days .calendar-day-outline {
  border-left: 1px solid #e8eaee;
  border-top: 1px solid #e8eaee;
  border-right: 1px solid #e8eaee;
  border-bottom: 0;
}
.calendar-days .calendar-days .calendar-day-no-outline {
  display: none;
}

.box-chart-accounts .box-list-stripe li.row {
  padding: 0;
}

.box-labels-contact .box-list-stripe li.row {
  padding: 2rem;
}

.sync-icon-container .icon-synchronize-3,
.sync-icon-container .sync-tooltip {
  position: absolute;
  top: 12px;
  right: 24px;
  z-index: 2;
}
.sync-icon-container .icon-synchronize-3.loading {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.circle-loader {
  border: 2px solid #f3f4f7; /* Light grey */
  border-top: 2px solid #bec5cb; /* Blue */
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: spin 0.5s linear infinite;
}

/* CHECK ALL
-------------------------------------------------*/
.check-all {
  height: 36px;
  width: 36px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #e4e7eb;
  display: flex;
  padding: 9px;
}

.cloud-file-link {
  background: #f3f4f7;
  padding: 5px 9px;
  border-radius: 3px;
  display: inline-block;
  align-items: center;
  font-size: 13px;
}
.cloud-file-link i {
  position: relative;
  top: 1px;
  margin-right: 2px;
}

/* COLOR PICKER
-------------------------------------------------*/
/* The square you click to open the picker */
.color-picker {
  display: flex;
}
.color-picker .color-picker-square {
  width: 45px;
  height: 45px;
  padding: 4px;
  margin-right: 5px;
  background-color: #fff;
  border: solid 1px #e4e7eb;
  border-radius: 3px;
}
.color-picker .color-picker-square .color-picker-inner {
  width: 35px;
  height: 35px;
  border: 1px solid #eee;
  border-radius: 3px;
  cursor: pointer;
}
.color-picker .color-picker-square .color-picker-inner:focus {
  border: 1px solid #eee;
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  outline: 0;
}

/* The picker itself - legacy styles for compatibility */
.cp-color-picker {
  display: none;
  background-color: #fff !important;
  border: 1px solid #e4e7eb;
  padding: 12px 12px 6px !important;
}
.cp-color-picker .cp-xy-slider {
  border-radius: 3px;
}

/* Pickr color picker customizations */
.pickr .pcr-button {
  border-radius: 3px;
}

/* Override Pickr popup positioning to fit with existing design */
.pcr-app .pcr-selection .pcr-color-preview {
  border-radius: 3px;
}
.pcr-app .pcr-interaction .pcr-result {
  border-radius: 3px;
}

.confirm-check img {
  min-width: 43px !important;
  max-width: 43px !important;
}
.confirm-check.confirm-check-small img {
  min-width: 30px !important;
  max-width: 30px !important;
}

.confirm-check-locked {
  margin: 10px;
  font-size: 25px;
  position: relative;
  top: 10px;
  color: #ced3dd;
}

.container-banner {
  color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
  z-index: 52;
  height: 3px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.container-banner .container-banner-copy {
  display: inline-flex;
  align-items: center;
  background-color: inherit;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
  border-radius: 3px;
  padding: 3px 12px;
  margin: 0 auto;
}
.container-banner.container-banner-shadowless {
  box-shadow: none;
}
.container-banner.container-banner-shadowless .container-banner-copy {
  box-shadow: none;
}
.container-banner.container-banner-rounded {
  border-radius: 3px 3px 0 0;
}
.container-banner a {
  text-decoration: underline;
  color: #fff;
}

.container-banner-spacer {
  height: 3px;
}

.content-loading--line {
  border-radius: 3px;
  height: 10px;
  margin: 10px;
  animation: pulse 1s infinite ease-in-out;
}

.content-loading-fill {
  border-radius: 3px;
  animation: pulse 1s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    background-color: rgba(165, 165, 165, 0.08);
  }
  50% {
    background-color: rgba(165, 165, 165, 0.15);
  }
  100% {
    background-color: rgba(165, 165, 165, 0.08);
  }
}
@keyframes shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.content-loading-shimmer {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 20px;
  position: relative;
}

.cls-mask {
  background: #fff;
  position: absolute;
}

/* Every thing below this is just positioning */
.content-loading-shimmer-small-chart {
  height: 146px;
}
.content-loading-shimmer-small-chart .cls-mask.clssc-y-mask-1 {
  top: 10px;
  height: 123px;
  width: 8%;
}
.content-loading-shimmer-small-chart .cls-mask.clssc-gutter {
  height: 100%;
  left: 8%;
  width: 2%;
}
.content-loading-shimmer-small-chart .cls-mask.clssc-chart {
  height: calc(100% - 4px);
  top: 2px;
  right: 2px;
  width: calc(90% - 4px);
}

.content-loading-performance-by-net-income {
  height: 133px;
}
.content-loading-performance-by-net-income .cls-mask.clspbni-mask-1 {
  width: 50%;
  height: 10px;
  right: 0;
}
.content-loading-performance-by-net-income .cls-mask.clspbni-mask-2 {
  width: 100%;
  height: 10px;
  top: 10px;
}
.content-loading-performance-by-net-income .cls-mask.clspbni-mask-3 {
  width: 100%;
  height: 5px;
  top: 61px;
}
.content-loading-performance-by-net-income .cls-mask.clspbni-mask-4 {
  right: 0;
  width: 30%;
  height: 14px;
  top: 66px;
}
.content-loading-performance-by-net-income .cls-mask.clspbni-mask-5 {
  width: 100%;
  height: 28px;
  top: 80px;
}

.content-loading-sales-rankings {
  height: 80px;
}
.content-loading-sales-rankings .cls-mask.clssr-mask-1 {
  width: 50%;
  height: 10px;
  right: 0;
}
.content-loading-sales-rankings .cls-mask.clssr-mask-2 {
  width: 100%;
  height: 10px;
  top: 10px;
}
.content-loading-sales-rankings .cls-mask.clssr-mask-3 {
  width: 100%;
  height: 5px;
  top: 61px;
}
.content-loading-sales-rankings .cls-mask.clssr-mask-4 {
  right: 0;
  width: 30%;
  height: 14px;
  top: 66px;
}
.content-loading-sales-rankings .cls-mask.clssr-mask-5 {
  width: 100%;
  height: 28px;
  top: 80px;
}

/* MAIN CONTENT OPTIONS
-------------------------------------------------*/
@media (min-width: 768px) {
  .content-nav-container {
    background: #fafafa;
    margin-bottom: 8px;
  }
  .content-nav-fixed {
    position: sticky;
    z-index: 3;
    background: transparent;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    top: 94px;
    margin-bottom: 8px;
  }
  .content-nav-fixed-unfix {
    position: static;
    margin-top: 0;
    padding-top: 0;
  }
  .content-nav-standard-row-height {
    height: 38px;
  }
  .content-nav-helper {
    margin: 0 15px 0 0;
    padding-bottom: 0;
    box-shadow: none;
    margin-bottom: 0;
  }
  .content-nav-helper.content-nav-helper-hide-shadow {
    box-shadow: none;
  }
}
/* The ribbons */
.corner-ribbon {
  width: 200px;
  background: #e43;
  color: #fff;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 1px;
  font-weight: bold;
  letter-spacing: 0;
  transform: rotate(-45deg);
  color: #fff;
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.corner-ribbon-long {
  width: 230px;
}

/* Custom styles */
.corner-ribbon.sticky {
  position: absolute;
}

.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Different positions */
.corner-ribbon.top-left {
  top: 15px;
  left: -65px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-left.corner-ribbon-long {
  top: 30px;
}

.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.bg-color-white {
  color: #555;
}

.credit-card-logos {
  width: 146px;
}

.custom-select {
  padding: 0;
  height: 45px;
  border: 1px solid #e4e7eb;
  background: none;
}
.custom-select.custom-select-variable-height {
  height: auto;
}
.custom-select a {
  width: 100%;
  display: block;
  padding: 14px 18px;
  font-size: 14px;
}
.custom-select a.custom-select-placeholder {
  color: #a7aeba !important;
}
.custom-select a.moveDown {
  padding: 20px 16px 0;
  -moz-transition: padding 0.15s ease-in;
  -o-transition: padding 0.15s ease-in;
  -webkit-transition: padding 0.15s ease-in;
  transition: padding 0.15s ease-in;
}
.custom-select ul {
  margin: 5px -1px 0;
  padding: 0;
  width: calc(100% + 2px);
  min-width: calc(100% + 2px);
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 500;
}
.custom-select li a {
  width: 100%;
  display: block;
  padding: 8px 12px;
}
.custom-select li a:hover {
  background: #fafafa;
}
.custom-select li {
  border-bottom: 1px solid #e4e7eb;
}
.custom-select li:last-child {
  border-bottom: 0;
}
.custom-select.select-error {
  border-color: #ff194a;
}
.custom-select.form-control-small {
  height: 36px;
}
.custom-select.form-control-small a.js-anchor {
  padding: 8px 12px;
}
.custom-select.form-control-small a.down,
.custom-select.form-control-small a.moveDown {
  padding: 14px 12px 0 12px;
}
.custom-select.form-control-small .label-inside {
  top: 3.5px;
  left: 13px;
}
.custom-select.custom-select-disabled {
  opacity: 0.5;
}
.custom-select.custom-select-disabled a {
  cursor: default;
}
.custom-select.custom-select-disabled a:hover, .custom-select.custom-select-disabled a:focus {
  color: #424955;
}
.custom-select.custom-select-in-header {
  border: none;
}
.custom-select.custom-select-in-header a.custom-select-selected-option {
  font-size: 12px;
  color: #858c99;
  text-align: right;
  padding-right: 22px !important;
  padding-top: 10px !important;
}
.custom-select.custom-select-in-header .select-arrow {
  padding-right: 0;
}

/* PIKADAY CUSTOMIZATION
-------------------------------------------------*/
.pika-single {
  font-family: "Karla", sans-serif;
  border: 1px solid #e4e7eb;
  border-radius: 3px;
  left: 15px !important;
  right: 0 !important;
  width: 90% !important;
}
.pika-single.is-bound {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
.pika-single abbr[title], .pika-single abbr[data-original-title] {
  cursor: auto;
  border-bottom: 0;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
}

.pika-lendar {
  margin: 20px;
  width: 300px;
}

.pika-label {
  font-size: 16px;
}

.pika-button {
  background-color: #fff;
  padding: 12px;
  font-size: 13px;
}
.pika-button:hover {
  color: #343944;
  background: #f3f4f7;
  box-shadow: none;
  border-radius: 0;
}

.is-today .pika-button {
  color: #0064ff;
  font-weight: bold;
}

.is-inrange .pika-button {
  background: #e9f6ff;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #0064ff;
  box-shadow: none;
  border-radius: 0;
}

.pika-day {
  text-align: center;
}

.pika-table {
  border-collapse: collapse;
}
.pika-table thead th, .pika-table td.is-empty {
  border: 0;
}

.pika-table th, .pika-table td {
  border: 1px solid #e4e7eb;
}
.pika-prev, .pika-next {
  color: transparent;
  width: 24px;
  height: 36px;
  top: -3px;
}

.pika-prev, .is-rtl .pika-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4RkUzNTI1RkM2RUMxMUU2OUYzOEY1Q0RFMTNFRjFBMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4RkUzNTI2MEM2RUMxMUU2OUYzOEY1Q0RFMTNFRjFBMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhGRTM1MjVEQzZFQzExRTY5RjM4RjVDREUxM0VGMUEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhGRTM1MjVFQzZFQzExRTY5RjM4RjVDREUxM0VGMUEzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+dBSg3wAAAyNJREFUeNrsmf9x2jAUx8HXAbxB3QniDYoniJmgeAJgAsIESSaATGA6gZ0J6mzgbuAN6HvtV7mHa4N+WHf8Id0pjgOSPnp6P5X5+Xye3XOLZnfeAmAADIABMADeefvCP+bzufHALMsSeuTUH6gnonNrqHfUW+rv1OuqqlrTNTgMz//+0AQkqBhQa+qp+KjG8x3P73guxHcY+pVAj14ACW5Djx31GJI5UX+jBZsb43gjP7CxBGP3OqBagFjgAIlpTz4y1wqbTCD14trR3wSkCXPAsdS2NNnLFIpP8z4BlPU0GzuFq4DY7eHWJA6QrJ8lXlmSJ21ASK6EYjNc58OFQH0q9doXwiAg3McvvH7zBTcCebEesw056hI6l/mG4wapLbFmeTWSwJWksNTGQSo51EQXki2aDXDRHxf1nDBbVksDnhyPjI2rxIZ12x5u7HlMgjnEvJ9An2L8qTOQYoe1E3iQ/wDXkJ6tE056cIXFXCds6vECEJOn+IINXCyMa2YbbSBFZsgx56cEVVB/s4SrRPJwdNFhaj8lkwJ8ECZvvPEeXOHoeVRmlErAVHxgIr2DgKsngFPH3CqhRQ4Wy3ArkestJ/TfrdJnqYONA5y3qBMJfxUbjPstfpepvjfAxmQRWOkWr7yxg3ILPqu62FCZOXYehZFVE0KmKgpJCaYWFldMDYnx3D8k4IfIcm0gTwLy2VF6C+kPIxEDZzIGGrZCeIEVrNy2PYoU7B8gXEQtXIeNc81cIXG8K6E2F0bCcTiWqY4lZCsgTefa9HOCSCxwxOQ7W0UH5BIW2FlIb42QWY9dHm3hD3eONUaG6GKSch2GEuahqq5Edp3JnXiu7FQN/kJrbm9VdQWOp0QK7xtOuaZmqNyIrij7DI439QxXiRKh07rAFHqkIHNPxzp6qzCqgwM7LGE4L6g1OkewGPqW41gLq8ujkQkZ7hXKbONGNnAlsc6GTS8wFwBNAHpCgVOPLYJqcYHwlYsYu9fxEMZXwAJ0LRZUCW8zkDLJAl7dyGq7LivAAVjuXwcS3haZd23rTz8B77mFf+QEwAAYAANgAHRrfwQYAKQcusQeHNrkAAAAAElFTkSuQmCC");
}

.pika-next, .is-rtl .pika-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MUZFREUyQ0M2RUQxMUU2OUYzOEY1Q0RFMTNFRjFBMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MUZFREUyREM2RUQxMUU2OUYzOEY1Q0RFMTNFRjFBMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhGRTM1MjYxQzZFQzExRTY5RjM4RjVDREUxM0VGMUEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhGRTM1MjYyQzZFQzExRTY5RjM4RjVDREUxM0VGMUEzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+w9xySQAAAxVJREFUeNrsmOGRmzAQhTEV0MGRCo5UEKjgoAKbCs6uALsC2xXgVGCuApwK4lQQ0gEdONLN082eRthoBTP3Q5rReLCt1aeV9u2Kxe12C75yW3hAD+gBPaAH9IDugIvFgjU4y7JUfMj+JHqs/dyJ/k/0S9u2F479dzZbQEAtRc9Fj/B1L/pV+2tCfpetEf1oA2sFCLAKHlMTvsFD3cCYCP9/IQuS/y3HgI4CxCQSbA1PHUU/iAl6y+MQwcYrQBuA9mxAYVRuU43temjQAlQtWHqzEDav1oCAa/G4EUZOU0ansJ9j8e+PJshBQA0uG1rhBJB35zECYgtayMZscAOQ3+gRkmyhYUyFM7eZG042zFEgcOq7Qg0pkatpxMDC0guBy4KEjT0CRwZNM+TBClJSWhheYVGtAmW2HaJ6T78MDWnryJCSCP2MM8zZ6h6QMRb9GRDpS7aDpWEpP0qCYniSC3nCDi5NgJL6xBFiMaYkkIkLJOykanxItjdAbuVGow5ZM00phpx6UAFeHFVjQ6qaXCy8ZixUMTxTQPnQu+ZZjM8I5IoDifEJBYwM9dyUkGtLM70pSKbMDkpL1UR7Abm1MNHpHpyjdeiqPVl6MJoNkBQcKrOcEOVjW6ICNiTE8YSMZwe4wJTq/iDFRBN4ryaydWXCpSrIQhLWVA9d4FbEZsasD5XTPgCVOL44wG11OKauLilTSGShgfpHDLgVSjV1ngsH0c9xNDo9it8Q2jkDriZw2dA9eaStGFfbz0KNUkcariy9GGlwLhlJFczNUCbZYAWVRdY44E5ROpb8W8y9o8fDdKtrEc0Z96UPM3J/4+x9f3SrK+Dms+Mdwzbr9JjbKNSmaiSY4CI0Fi7CEekeApLrY0kg05m29S9SYqmumqMAAdlontxOCLfGmQugmYPvfca8fouhcylkaMd9kUQEPUa2uRv5ti8wqfEOWvXzkbRgK9Ub2RjBsIM8ub/AHAB9JeUUzeW/8PnDUHxckSGasWmQBahtfQqYGJGYaNV0h6qk4aS/D8Cv3DygB/SAHtADekC39l+AAQDorf1JCshfXQAAAABJRU5ErkJggg==");
}

.datetime-picker {
  border: 1px solid #f3f4f7;
  height: 45px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.datetime-picker .label-inside {
  left: 13px;
}
.datetime-picker .datetime-picker-fields {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding: 0 12px 8px 13px;
  gap: 6px;
}
.datetime-picker .time-input {
  flex: 0 0 62px;
  width: 62px;
  background: transparent;
  padding: 0;
  line-height: 1;
}
.datetime-picker .time-input:focus {
  outline: none;
}
.datetime-picker .datetime-picker-date-value {
  flex: 0 0 auto;
  font-size: 14px;
  color: #616b77;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}
.datetime-picker .datetime-picker-flatpickr-hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  overflow: hidden;
}
.datetime-picker .datetime-picker-focused {
  border-color: #0064ff;
}

.date-range-picker {
  border: 1px solid #e4e7eb;
  border-radius: 3px;
  color: #424955;
  height: 45px;
  padding: 0 5px;
  width: 204px;
  background: #fff;
}
.date-range-picker > .row {
  height: 100%;
  align-items: center;
}
.date-range-picker.date-range-picker-stretch {
  width: auto;
}
.date-range-picker .icon-arrow-right-long {
  color: #bec5cb;
  font-size: 9px;
}
.date-range-picker.date-range-picker-small {
  height: 36px;
}
.date-range-picker input.date-picker {
  border: 0;
  background: #0064ff;
  color: #fff;
  height: 24px;
  padding: 0 4px;
}
.date-range-picker input.date-picker.start-picker {
  margin-left: -5px;
}
.date-range-picker.date-range-picker-small input.date-picker {
  height: 21px;
}

/* DRAWER
-------------------------------------------------*/
/* Class is added to <html> to keep the page from scrolling down */
@media (min-width: 576px) {
  .drawer-on {
    overflow: hidden;
  }
}

.drawer {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 408px;
  height: 100%;
  color: #343944;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 575.98px) {
  .drawer {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .drawer.drawer-large, .drawer.drawer-large .drawer-action {
    width: 553px;
  }
}
@media (min-width: 576px) {
  .drawer.drawer-x-large, .drawer.drawer-x-large .drawer-action {
    width: 700px;
  }
}
.drawer .drawer-header {
  display: flex;
  align-items: center;
  padding: 17px 30px;
  border-bottom: solid 1px #e8eaee;
  color: #343944;
  font-size: 20px;
  font-weight: 700;
  margin-left: 0;
  margin-right: 0;
}
.drawer .drawer-header .drawer-header-close {
  padding: 0;
  border: none;
  color: #979797;
  background-color: transparent;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
}
.drawer .drawer-body {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 15px;
}
@media (min-width: 576px) {
  .drawer .drawer-body {
    padding: 20px 30px;
  }
}
.drawer .drawer-body label.label {
  margin-bottom: 10px;
}
.drawer .drawer-body.drawer-body-sections {
  padding: 0;
  overflow-y: hidden;
}
.drawer .drawer-body.drawer-body-sections .drawer-body-section {
  overflow-y: scroll;
  padding: 20px 30px;
  height: calc(50vh - 75px);
}
@media (min-width: 576px) {
  .drawer .drawer-body.drawer-body-sections .drawer-body-section {
    padding: 20px 30px;
  }
}
.drawer .drawer-body.drawer-body-sections .drawer-body-section:not(:first-child) {
  border-top: 1px solid #e8eaee;
}
.drawer .drawer-action {
  width: 100%;
  padding: 20px 15px;
  border-top: solid 1px #e8eaee;
  background-color: #fff;
}
@media (min-width: 576px) {
  .drawer .drawer-action {
    padding: 20px 30px;
  }
}
.drawer .drawer-action .btn:not(:last-child) {
  margin-bottom: 15px;
}
.drawer .inline-form {
  margin: 0;
}
.drawer .inline-form-col {
  padding: 0;
  margin-bottom: 5px;
  position: relative; /* so that error labels positioned relative to this */
}
@media (min-width: 576px) {
  .drawer .inline-form-col + .inline-form-col {
    padding-left: 5px;
  }
}
.drawer .drawer-loader-offset {
  display: flex;
  min-height: 200px;
  align-items: center;
  justify-content: center;
}
.drawer .drawer-loader-offset .page-loader {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  z-index: auto;
  margin: 0;
}

.dropdown-menu {
  display: block;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-link {
  position: relative;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  margin: 0px 0 0;
  color: #272c35;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 3px;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  font-size: 14px;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
  border: 0;
  overflow-y: auto;
  padding: 0;
}
.dropdown-menu.wide {
  min-width: 220px;
}
.dropdown-menu.dropdown-menu-fit-content {
  width: max-content;
  max-width: 16rem;
}
.dropdown-menu.dropdown-menu-match-input-width {
  width: 100%;
}
.dropdown-menu.dropdown-menu-limit-height {
  max-height: 18rem;
}
.dropdown-menu.dropdown-menu-profile-actions {
  padding: 8px 18px;
  border-radius: 0 0 3px 3px;
}

.dropdown .icon-down-arrow {
  margin: 0 0 0 7px;
  color: #858c99;
  font-size: 6px;
  transform: scale(0.9);
  display: inline-block;
}

.dropdown-item {
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .dropdown-item {
    padding: 7px 20px;
  }
}
.dropdown-item:hover {
  color: #858c99;
  background-color: #fff;
}

.box-list-stripe .row .dropdown-menu {
  left: auto;
  right: 0;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 12px;
  clear: both;
  font-weight: normal;
  color: #343944;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  border-bottom: 1px solid #e4e7eb;
  transition: padding 0.2s ease;
  overflow-x: hidden;
}
.dropdown-item:hover:not(.active):not(.dropdown-item-disabled) {
  background: #fafafa;
  color: #343944;
}
.dropdown-item.dropdown-item-disabled {
  color: #ced3dd !important;
  cursor: not-allowed;
}
.dropdown-item.dropdown-item-gray {
  color: #ced3dd !important;
}
.dropdown-item.active:hover, .dropdown-item.active:focus {
  color: #0064ff;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  outline: 0;
}
.dropdown-item:last-child {
  border-bottom: 0;
}
.dropdown-item.dropdown-item-wrap {
  white-space: normal;
  overflow-x: auto;
}
.dropdown-item.dropdown-item-multi {
  display: flex;
  align-items: center;
}
.dropdown-item.dropdown-item-multi .dropdown-item-multi-check-container {
  width: 12px;
  margin-right: 8px;
}
.dropdown-item.dropdown-item-multi .dropdown-item-multi-check-container i.icon-check-circle {
  font-size: 12px;
}
.dropdown-item.dropdown-item-multi.dropdown-item-separator {
  border-bottom: 1px solid #ced3dd;
}
.dropdown-item.dropdown-item-multi.active {
  color: #343944;
  font-weight: normal;
}
.dropdown-item.disabled:hover, .dropdown-item.disabled:focus {
  color: #858c99;
}
.dropdown-item.disabled:hover, .dropdown-item.disabled:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

/* Sort link special case */
.sort-link {
  position: relative;
  border-bottom: 1px solid #eee;
}
.sort-link .dropdown-item {
  border-bottom: 0;
}
.sort-link a.sort {
  position: absolute;
  right: 0;
  top: 11px;
}
.sort-link a.sort img {
  width: 8px;
  /*-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:         transform .2s ease-in-out;
    &.up:hover {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  */
}
.sort-link a.sort img.down {
  transform: rotate(180deg);
}

.dropdown-menu > div:last-child > div.sort-link {
  border-bottom: 0;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  color: #858c99;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0px;
}

.dropdown-account-info {
  width: 18rem;
  margin-top: 0.5rem;
  padding: 0;
  overflow-x: hidden;
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  top: 100% !important;
}
.dropdown-account-info .dropdown-account-info-accounts {
  max-height: 15rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.dropdown-account-info .dropdown-account-info-accounts > div {
  border-top: 1px solid #e8eaee;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
.dropdown-account-info .dropdown-account-info-accounts > div:first-child {
  border-top: none;
}
.dropdown-account-info .dropdown-account-info-search input {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  font-size: 12px;
  padding-left: 38px;
  height: 38px;
}
.dropdown-account-info .dropdown-account-info-search i.icon-inside {
  top: 12px;
  left: 16px;
}

.dropdown-link {
  position: relative;
  display: inline-block;
}
.dropdown-link.narrow {
  max-width: 100px;
}
.dropdown-link span:first-child {
  margin-right: 2px;
}
.dropdown-link .dropdown-selected {
  color: #343944;
}
.dropdown-link i.icon-down-arrow {
  margin-left: 3px;
  font-size: 6px;
  transform: scale(0.9);
  display: inline-block;
  position: relative;
  bottom: 2px;
}

.ellipsis-loader {
  margin: 0;
  width: 35px;
  text-align: center;
  display: inline-block;
}

.ellipsis-loader > div {
  width: 6px;
  height: 6px;
  background-color: #ced3dd;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.ellipsis-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.ellipsis-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.error {
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  z-index: 10;
  border-radius: 3px;
  padding: 3px 8px;
  background-color: rgba(255, 25, 74, 0.9);
  color: #fff;
  right: 20px;
  margin-top: -12px;
  max-width: 90%;
  min-width: 100px;
}
.error:hover {
  height: auto;
}

.error-static {
  position: static;
}

.hide-errors .error {
  display: none;
}

.checkbox-error { /* right now just affects Stripe TOS checkbox on payments page */ }
.checkbox-error .error {
  width: 300px;
  max-width: none;
  right: inherit;
  margin-top: 3px;
}

/* Special cases */
.overlay .inline-form-col .error {
  right: 5px;
}
.login-inner-container .error {
  right: 20px;
  margin-top: -28px;
}

/* Error page */
.error-page {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.error-page .container {
  width: 360px;
  margin: 0 auto;
}
.error-page h2, .error-page .h2 {
  color: #343944;
  font-size: 24px;
  font-weight: bold;
  display: block;
  color: #343944;
  margin-bottom: 18px;
}
.error-page .btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  font-weight: normal;
  color: #343944;
  height: auto;
  padding: 14px 0 17px;
}
.error-page .btn i {
  font-size: 18px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.error-page p {
  color: #343944;
  font-size: 16px;
}
.error-page img {
  width: 100px;
  margin-top: 60px;
}

.external-account-tag {
  white-space: nowrap;
  border: 1px solid #e8eaee;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  font-size: 14px;
}

.drawer .drawer-body.financial-package-drawer-body {
  overflow-y: visible;
  overflow-x: visible;
}

.drawer .drawer-body.financial-package-drawer-body #quick-reports-dropdown-link .quick-settings-dropdown {
  left: auto;
  right: 24px;
}

.file-upload__status--success {
  color: green;
}
.file-upload__status--error {
  color: red;
}

.file-progress {
  height: 10px;
  background: #f3f4f7;
  border-radius: 3px;
  margin-top: 5px;
}
.file-progress__bar {
  background: #e4e7eb;
  border-radius: 3px;
  height: 10px;
  overflow: visible;
  word-break: keep-all;
}

/* FORMS
-------------------------------------------------*/
.form-control {
  color: #343944;
}

/* Label
---------------------------------*/
label.label {
  padding-right: 0;
  display: flex;
  align-items: center;
  color: #343944;
  font-size: 14px;
  font-weight: bold;
}
label.label.font-weight-normal {
  font-weight: normal;
}
label.label.label-mini-form {
  font-weight: normal;
  font-size: 13px;
  color: #616b77;
}
label.label.label-mini-form.onboard-highlighted {
  color: #7953f5;
  font-weight: bold;
}
label.label .icon-add-circle-1 {
  margin-left: 8px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}

/* Input
---------------------------------*/
input.form-control.simple-file-drag {
  border: 1px dashed #ced3dd;
  height: auto;
  padding: 40px;
}
input.form-control.simple-file-drag:hover {
  border: 1px dashed #858c99;
}
input.form-control.moveDown {
  -moz-transition: padding 0.15s ease-in;
  -o-transition: padding 0.15s ease-in;
  -webkit-transition: padding 0.15s ease-in;
  transition: padding 0.15s ease-in;
}
input.form-control.moveUp {
  -moz-transition: padding 0.15s ease-in;
  -o-transition: padding 0.15s ease-in;
  -webkit-transition: padding 0.15s ease-in;
  transition: padding 0.15s ease-in;
}
input.form-control.form-control-large.down, input.form-control.form-control-large.moveDown {
  padding: 14px 14px 0 20px;
}
input.form-control.form-control-large.up, input.form-control.form-control-large.moveUp {
  padding: 14px 20px;
}
input.form-control.form-control-large ~ .select-arrow {
  line-height: 56px;
}
input.form-control.form-control-small {
  padding: 0 12px;
  height: 36px;
}
input.form-control.form-control-small .tag-input {
  padding: 0 0 0 4px;
}

.form-control ~ i.icon-inside {
  position: absolute;
  top: 15px;
  left: 10px;
  color: #ced3dd;
}

.form-control-small ~ i.icon-inside {
  position: absolute;
  top: 11px;
  left: 10px;
  color: #ced3dd;
}

.label-inside {
  position: absolute;
  top: 6px;
  left: 15px;
  font-size: 10px;
  color: #858c99;
}

.form-control-large ~ .label-inside {
  font-size: 12px;
  left: 21px;
  top: 8px;
}

label.label-inside.label-inside-icon {
  left: 30px;
}

.fadeShow {
  opacity: 1;
}

.fadeHide {
  opacity: 0;
}

.input-logo {
  position: relative;
}
.input-logo img {
  position: absolute;
  top: 5px;
  left: 15px;
}
.input-logo input {
  padding-left: 55px;
}

/* Textarea
---------------------------------*/
textarea.form-control {
  height: 100px;
}
textarea.form-control.form-large {
  height: 220px;
}
textarea.form-control.down, textarea.form-control.moveDown {
  padding: 20px 14px 0 14px;
}
textarea.form-control.up, textarea.form-control.moveUp {
  padding: 10px 14px;
}
textarea.form-control.moveDown {
  -moz-transition: padding 0.15s ease-in;
  -o-transition: padding 0.15s ease-in;
  -webkit-transition: padding 0.15s ease-in;
  transition: padding 0.15s ease-in;
}
textarea.form-control.moveUp {
  -moz-transition: padding 0.15s ease-in;
  -o-transition: padding 0.15s ease-in;
  -webkit-transition: padding 0.15s ease-in;
  transition: padding 0.15s ease-in;
}
textarea.form-control.form-control-large {
  height: 150px;
}
textarea.form-control.form-control-large.down, textarea.form-control.form-control-large.moveDown {
  padding: 25px 14px 0 20px;
}
textarea.form-control.form-control-large.up, textarea.form-control.form-control-large.moveUp {
  padding: 14px 20px;
}

/* Checkbox
---------------------------------*/
label.form-check-label {
  display: inline-flex !important; /* overrides .label */
  align-items: center;
  position: relative;
  padding-left: 0;
  font-weight: normal;
}
label.form-check-label strong {
  margin-right: 3px;
}
label.form-check-label + .form-check-label {
  margin-top: 5px;
}
label.form-check-label.form-check-label-start {
  align-items: start;
}
label.form-check-label.form-check-label-start .form-checkbox {
  margin-top: 2px !important;
}

.form-check-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-check-input:disabled {
  opacity: 0;
}

.form-checkbox {
  min-width: 16px;
  min-height: 16px;
  border: solid 1px #bec5cb;
  background: #fff;
  border-radius: 3px;
  margin-right: 10px;
}
.form-checkbox.form-checkbox-no-margin {
  margin-right: 0;
}
.form-checkbox.form-checkbox-disabled {
  opacity: 0.5;
}

.form-checkbox:hover:not(.form-checkbox-disabled) {
  border: solid 1px #616b77;
}

/* Check mark */
.form-checkbox:after {
  position: absolute;
  display: none;
  content: "";
}

/* Show check mark */
.form-check-label input:checked ~ .form-checkbox:after {
  display: block;
}

/* Checkbox tick */
.form-check-label .form-checkbox:after {
  width: 5px;
  transform: rotate(45deg);
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #0064ff;
  animation: checkFadeIn 0.15s linear;
  margin-left: 4px;
  margin-top: 1px;
}

.form-checkbox.purple:after {
  border-color: #7953f5;
}

.form-checkbox.red:after {
  border-color: #ff194a;
}

.form-checkbox.gold:after {
  border-color: #f6a623;
}

.form-checkbox.green:after {
  border-color: #00d478;
}

@keyframes checkFadeIn {
  from {
    opacity: 0;
    transform: scale(0, 0) rotate(45deg);
  }
  to {
    opacity: 1;
    transform: scale(1, 1) rotate(45deg);
  }
}
/* Text in form
---------------------------------*/
.form-text {
  padding: 0.75rem 0;
  margin: 0;
}

/* Select
---------------------------------*/
.select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select select {
  width: 100%;
  cursor: pointer;
  outline: 0;
  color: #343944;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select .select-arrow {
  position: absolute;
  top: 1px;
  right: 2px;
  line-height: 42px;
  pointer-events: none;
  font-size: 6px;
  transform: scale(0.9);
  color: #858c99;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+25&0+0,1+25 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
  padding-left: 13px;
  padding-right: 12px;
}
.select.select-labeled select {
  padding: 13px 14px 0 14px;
}
.select.select-labeled .select-arrow {
  top: 16px;
  line-height: 25px;
}

/* Form group
---------------------------------*/
.form-group {
  margin-bottom: 10px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group.flex-items-lg-middle {
  display: flex;
  margin-bottom: 15px;
}

.form-group-inline div.switch {
  margin-top: 6px;
}
.form-group-inline label.label {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .form-group-inline label.label {
    margin-right: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 42px;
  }
}
.form-group-inline label.label [class^=icon-] {
  margin-left: 5px;
}
.form-group-inline i.icon-rank-army-star-badge-2-filled {
  position: relative;
  top: 1px;
}

/* Form icons
---------------------------------*/
.form-icons-right {
  padding-right: 0px;
  padding-left: 8px !important;
  margin-top: 12px;
}

/* Placeholder
---------------------------------*/
select:invalid {
  /* Using for select placeholders - not that <select> must have "required" attribute, not that it's actually required, but psuedo-class only added if required */
  color: #a7aeba;
}

.placeholder-blue {
  -webkit-text-fill-color: #0064ff;
}

.placeholder-blue::-webkit-input-placeholder {
  color: #0064ff;
}

.placeholder-blue::-moz-placeholder {
  /* Firefox 19+ */
  color: #0064ff;
}

.placeholder-blue:-ms-input-placeholder {
  /* IE 10+ */
  color: #0064ff;
}

.placeholder-blue:-moz-placeholder {
  /* Firefox 18- */
  color: #0064ff;
}

.placeholder-blue {
  -webkit-text-fill-color: #0064ff;
}

/* Miscellaneous
---------------------------------*/
.credit-card {
  position: relative;
  display: inline-block;
  background: url("/assets/images/credit-card-template-c83dca3640993fd25c8b9ecd48b35ec5.png") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 200px;
  height: 126px;
  color: #fff;
  font-family: "Share Tech Mono", monospace;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  margin-left: -4px;
}
.credit-card .credit-card-name {
  position: absolute;
  text-transform: uppercase;
  left: 22px;
  top: 94px;
  max-width: 115px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.credit-card .credit-card-last4 {
  position: absolute;
  top: 53px;
  left: 149px;
  font-size: 14px;
}
.credit-card .credit-card-brand {
  position: absolute;
  height: 18px;
  right: 20px;
  top: 15px;
}
.credit-card .credit-card-expiration {
  position: absolute;
  top: 94px;
  right: 20px;
}
.credit-card .credit-card-edit-icon {
  position: absolute;
  text-shadow: none;
  right: -15px;
}

.credit-card-empty {
  border: 1px dashed #bec5cb;
  border-radius: 3px;
  padding: 38px 40px;
  width: 180px;
}

.card-type {
  width: 40px;
}

.card-type-input {
  position: absolute;
  margin-top: -35px;
  right: 12px;
}

/* Privileges
------------------------------*/
.form-group.form-group-inline.row > [class*=col-] {
  position: relative;
}

.paid-input-disabler {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.disabler {
  opacity: 0.25;
}

/* Single Item Form
------------------------------*/
.single-item-form {
  width: 100%;
}
.single-item-form .single-item-form-not-editing {
  display: flex;
  align-items: center;
}
.single-item-form > div {
  flex: 1;
}
.single-item-form .btn-single-item-form {
  position: absolute;
  padding: 0;
  top: 4px;
  right: 4px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-item-form .btn-single-item-form svg {
  width: 20px;
  height: 20px;
}
.single-item-form .btn-single-item-form .just-saved-check {
  width: 16px;
  margin-top: -3px;
}
.single-item-form.single-item-form-small .btn-single-item-form {
  height: 27px;
}
.single-item-form .single-item-form-value {
  font-size: 16px;
}
.single-item-form .single-item-form-placeholder {
  color: #a7aeba;
  font-size: 16px;
}
.single-item-form .single-item-form-value-large {
  font-size: 18px;
}

/* Beginning attempt to unify form-control under one roof (across inputs, selects, etc.) */
.form-control {
  background-color: #fff;
}
.form-control.down, .form-control.moveDown {
  padding: 13px 14px 0 14px;
}
.form-control.up, .form-control.moveUp {
  padding: 10px 14px;
}
.form-control.form-control-icon {
  padding-left: 30px;
}
.form-control.form-control-small ~ .select-arrow,
.form-control.form-control-small .select-arrow {
  line-height: 33px; /* was 34, but when I added to make custom-select work, had to change to 33 */
}
.form-control.form-control-small ~ .label-inside {
  top: 3.5px;
  left: 13px;
}
.form-control.form-control-small.down, .form-control.form-control-small.moveDown {
  padding: 11.5px 12px 0 12px;
}
.form-control.form-control-small.up, .form-control.form-control-small.moveUp {
  padding: 10px 12px;
}
.form-control.form-control-small.form-control-small-with-avatar {
  padding-left: 40px;
}
.form-control.form-control-small.form-control-icon {
  padding-left: 20px;
}
.form-control.form-control-select-header {
  border: 0;
  font-size: 12px;
}

.filter-select .filter-select-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

.form-control:disabled,
.form-control[readonly] {
  background: #ffffff;
}

.form-control.disabled,
select.disabled,
.select.disabled {
  opacity: 0.5;
  cursor: default;
}
.form-control.disabled > .filter-select-mask,
select.disabled > .filter-select-mask,
.select.disabled > .filter-select-mask {
  cursor: default;
}

/** Stripe inputs in credit card form **/
.stripe-input {
  border: 1px solid #e4e7eb;
  border-radius: 3px;
  padding: 13px 14px 14px 14px;
  height: 45px;
  margin-bottom: 3px;
  font-size: 14px;
}
.stripe-input.StripeElement--invalid {
  border: 1px solid #ff194a;
}
.stripe-input.StripeElement--focus {
  outline: none;
  border: 1px solid #a7aeba;
}

input::-webkit-search-cancel-button {
  display: none;
}

/* GRAPHS
-------------------------------------------------*/
.graph-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.graph-header .graph-header-text {
  display: flex;
  flex-grow: 1;
}

.graph-data-placeholder-financial-performance {
  background: url("/assets/images/chart-blurred-2db5d8864ef725e14db97373e690a6e3.png");
  background-size: 95%;
  align-items: center;
  background-position: 20px 40px;
  background-repeat: no-repeat;
}
.graph-data-placeholder-financial-performance .btn {
  margin: 0 auto;
}

.graph-data {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  display: flex;
}
.graph-data li {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.graph-data li img {
  margin-right: 5px;
}
.graph-data li:last-child {
  margin-right: 0;
}

.graph-circle {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.graph-circle.graph-circle-labeled {
  margin-right: 5px;
}
.graph-circle.blue {
  background-color: #0064ff;
}
.graph-circle.purple {
  background-color: #7953f5;
}
.graph-circle.gold {
  background-color: #f6a623;
}
.graph-circle.green {
  background-color: #00d478;
}
.graph-circle.red {
  background-color: #ff194a;
}
.graph-circle .graph-circle-hollow {
  background-color: transparent;
}

.graph-line {
  width: 11px;
  height: 2px;
  border-radius: 5px;
}
.graph-line.graph-line-top {
  margin-bottom: 2px;
}
.graph-line.blue {
  background-color: #0064ff;
}
.graph-line.purple {
  background-color: #7953f5;
}
.graph-line.gold {
  background-color: #f6a623;
}
.graph-line.green {
  background-color: #00d478;
}
.graph-line.red {
  background-color: #ff194a;
}

.graph-label-vertical-left {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.graph-label-vertical-right {
  writing-mode: vertical-lr;
}

.highlight-selector .highlight-selector-item {
  display: inline-block;
  min-width: 80px;
  border: 1px solid #e4e7eb;
  text-align: center;
  padding: 16px 10px;
  font-size: 13px;
  border-radius: 3px;
  color: #a7aeba;
  cursor: pointer;
  margin-right: 5px;
}
.highlight-selector .highlight-selector-item.selected {
  border: 1px solid #7953f5;
  color: #7953f5;
}

.icon-bg-circle {
  background: #f3f4f7;
  color: #a7aeba;
  padding: 7px;
  border-radius: 20px;
}

/* IE
-------------------------------------------------*/
.oldie {
  background: #ff194a;
  color: #fff;
  padding: 15px 0;
}

.image-upload {
  border-radius: 3px;
  position: relative;
  font-size: 12px;
  color: #bec5cb;
}
.image-upload .non-image-container {
  border: 1px dashed #eee;
  padding: 10px;
  min-height: 100px;
}
.image-upload .instructions {
  cursor: pointer;
  position: absolute;
  text-align: center;
  top: 12px;
  left: 0;
  right: 0;
  margin-top: 12px;
}
.image-upload .instructions i {
  font-size: 30px;
  position: relative;
}
.image-upload .image-container {
  text-align: center;
  border: 1px dashed #eee;
  padding: 10px;
}
.image-upload .image-container img {
  max-height: 100px;
}
.image-upload.onboard-highlighted {
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
}
.image-upload.onboard-highlighted .image-container, .image-upload.onboard-highlighted .non-image-container {
  border: 1px dashed #7953f5;
}
.image-upload button.clear {
  background: #bec5cb;
  color: #fff;
  font-size: 6px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  text-align: center;
  padding: 5px 5px;
  height: 16px;
  width: 16px;
  border-radius: 8px;
}
.image-upload.dragging-over {
  background: #e4e7eb;
  color: #7953f5;
}
.image-upload.dragging-over .instructions i {
  animation: bounce-relative 1s infinite;
}
.image-upload.dragging-over .attachment-file {
  opacity: 0.1;
}
.image-upload input {
  display: none;
}
.image-upload .spinner svg path,
.image-upload .spinner svg rect {
  fill: #7953f5;
}

.inner-notification {
  position: absolute;
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  color: #343944;
  padding: 0.75rem 1rem;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
  opacity: 0.9;
}

/* INVOICE
-------------------------------------------------*/
.box-invoice {
  overflow: hidden;
  border-radius: 0;
}

.invoice {
  padding: 50px 0;
  border-top: solid 17px #eeeeee;
  border-bottom: solid 17px #eeeeee;
}
.invoice .image-container {
  border: 0;
  text-align: left;
  display: inline;
  padding: 0;
  /* so that the clear button goes on the image */
  position: relative;
  display: inline-block;
}
.invoice .table {
  margin-bottom: 40px;
  color: #343944;
  --bs-table-accent-bg: transparent;
  --bs-table-bg: transparent;
}
.invoice .line-itemable-number {
  min-width: 97px;
  margin-bottom: 1px;
  height: 22px;
  margin-top: 1px;
}
.invoice .line-itemable-number.estimate {
  min-width: 84px;
}
.invoice .line-itemable-item-select .form-control {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #fffad9;
}
.invoice .line-itemable-contact-select {
  position: relative;
}
.invoice .line-itemable-contact-select .form-control {
  border: 0;
  background-color: #fffad9;
  padding: 0;
  height: 23px;
  font-weight: bold;
}
.invoice .line-itemable-date-select .form-control {
  border: 0;
  background-color: #fffad9;
  padding: 0;
  font-size: 14px;
  height: 22px;
  position: relative;
  top: -3px; /* yes a hack */
  width: 161px;
}
.invoice .line-itemable-due-date-select .form-control {
  border: 0;
  background-color: #fffad9;
  padding: 0;
  font-size: 14px;
  height: 22px;
  position: relative;
  top: -2px;
  text-align: right;
}
.invoice .line-itemable-currency-select .form-control {
  border: 0;
  padding: 0;
  border-radius: 0;
  background-color: #fffad9;
  font-size: 24px !important;
  resize: horizontal;
  width: 94px;
  height: 23px;
  line-height: 20px;
  text-align: right;
  position: relative;
  right: -5px;
  font-weight: bold !important;
}
.invoice .line-itemable-currency-select .form-control .autosuggest-item {
  background: red !important;
}
.invoice .line-item-save {
  position: absolute;
  margin-top: 2px;
  margin-left: -32px;
  width: 23px;
  padding-top: 1px;
  padding-left: 3px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .invoice .line-item-save {
    margin-left: -20px;
  }
}
.invoice .line-item-save .icon-add-circle-1,
.invoice .line-item-save .icon-rank-army-star-badge-2-filled {
  position: absolute;
  left: 11px;
  top: -6px;
}
.invoice .line-item-edit-delete {
  position: absolute;
  margin-top: 15px;
  margin-left: 8px;
  width: 40px;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .invoice .line-item-edit-delete {
    width: 20px;
    margin-left: 4px;
  }
}
.invoice .add-line-item {
  margin-top: 5px;
  position: absolute;
}
.invoice .add-unbilled {
  position: absolute;
  margin-top: 13px;
}
.invoice tr.line-item td {
  max-width: 200px;
  word-wrap: break-word;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.invoice tr.line-item td:first-child {
  max-width: 120px;
}
.invoice tr.line-item td input.form-control,
.invoice tr.line-item td textarea {
  border: 0;
  background-color: #fffad9;
  font-size: 13px;
  min-width: 20px;
  padding: 0;
  height: 19px;
}
.invoice .table-total {
  margin: 0;
}
.invoice .table-total tbody td {
  padding: 0;
}
.invoice .table-total tbody tr {
  border-bottom: 0;
}
.invoice .table-total tbody tr:first-child {
  font-size: 16px;
}
.invoice .table-total tbody tr:first-child td {
  padding-top: 8px;
}
.invoice .table-total tbody + tbody {
  border-top: 0;
}
.invoice .table-total tbody tr:last-child {
  border-bottom: 1px solid #e8eaee;
}
.invoice .table-total tbody tr:last-child td {
  padding-bottom: 8px;
}
.invoice .table-total tbody:first-child tr:first-child td {
  padding-top: 0;
}
.invoice .table-total tbody:last-child tr:last-child {
  border-bottom: 0;
}
.invoice .table-total tbody:last-child tr:last-child td {
  padding-bottom: 0;
}
.invoice.bill .invoice-header {
  margin: 0 0 30px;
}
.invoice.bill .invoice-container td:nth-child(2) {
  width: 26%;
  text-align: right;
}
.invoice.bill .invoice-container td:nth-child(2) input {
  text-align: right;
}
.invoice.bill .invoice-container td:nth-child(2) ul {
  text-align: left;
}

.invoice-container {
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  color: #343944;
  position: relative;
}
@media (min-width: 768px) {
  .invoice-container {
    max-width: 675px;
  }
}
.invoice-container img {
  text-align: right;
}
.invoice-container th {
  color: #858c99;
  font-weight: normal;
  font-size: 12px;
}
.invoice-container td {
  font-size: 14px;
}
.invoice-container tr.grabbable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.invoice-container td,
.invoice-container th {
  padding-right: 0;
  text-align: right;
  width: 13%;
}
.invoice-container td:first-child,
.invoice-container th:first-child {
  text-align: inherit;
  padding-left: 0;
  width: 61%;
}

.invoice-header {
  margin: 50px 0 30px;
  color: #343944;
  line-height: normal;
}
.invoice-header.invoice-header-sales {
  margin-bottom: 0;
}
.invoice-header .logo-small img {
  max-width: 150px;
}
.invoice-header address {
  font-size: 14px;
  margin-top: 3px;
}
.invoice-header address div {
  line-height: 18px;
}
.invoice-header .invoice-date,
.invoice-header .invoice-due-date {
  font-size: 14px;
}
.invoice-header .invoice-date {
  line-height: 18px;
}

.invoice-options label {
  margin-bottom: 0;
}

.checkable-contact-card {
  border-radius: 3px;
  padding: 10px 12px;
  opacity: 0.75;
  box-shadow: 0 2px 8px rgba(0, 0, 50, 0.25);
}
.checkable-contact-card.checkable-contact-card-selected {
  opacity: 1;
}
.checkable-contact-card .checkable-contact-card-name {
  font-size: 14px;
  font-weight: bold;
}
.checkable-contact-card .checkable-contact-card-phone {
  font-size: 12px;
}
.checkable-contact-card .checkable-contact-card-email {
  font-size: 12px;
  color: #858c99;
  white-space: nowrap;
  overflow: visible;
}
.checkable-contact-card .checkable-contact-card-check {
  color: #0064ff;
  position: absolute;
  top: -4px;
  left: -2px;
}

.keyboard-shortcut-row {
  font-size: 13px;
  margin-bottom: 14px;
  align-items: center;
}

.keyboard-shortcut-key {
  border-radius: 3px;
  border: 1px solid #bec5cb;
  color: #858c99;
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

/* LOGIN
-------------------------------------------------*/
.login-page-container,
.login-page-container > .row {
  height: 100%;
  margin: 0;
  background-color: #fafafa;
}

/* Login Form
-------------------------------*/
.login, .login-tips {
  color: #343944;
}
.login a, .login-tips a {
  color: #0064ff;
}
.login a:hover, .login-tips a:hover, .login a:focus, .login-tips a:focus {
  color: #858c99;
}

.login-logo {
  margin-bottom: 35px;
  text-align: center;
}
.login-logo img {
  height: 40px;
}

.login-form .form-control {
  margin-bottom: 15px;
}
.login-form button {
  width: 100%;
  margin: 0 0 10px;
}

.login-form-bottom {
  display: flex;
  justify-content: space-between;
}

.login-alt {
  margin-top: 35px;
  text-align: center;
}
.login-alt p {
  margin: 0;
  color: #858c99;
}
.login-alt .login-alt-logos {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 15px 0 40px;
}

.login-account-option-list {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 3px;
}

.login-account-option {
  cursor: pointer;
  border-top: 1px solid #e8eaee;
  /*padding: 1rem 1rem;*/
  padding: 1rem 0;
}
.login-account-option:first-child {
  border-top: 0;
}

/* Login Tips
-------------------------------*/
.login-tips {
  color: #fff;
  background: #fafafa;
}
@media (min-width: 992px) {
  .login-tips {
    height: 100%;
  }
}
.login-tips h1, .login-tips .h1 {
  margin-bottom: 20px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 36px;
  font-weight: 43px;
}
@media (min-width: 992px) {
  .login-tips h1, .login-tips .h1 {
    font-size: 44px;
    font-weight: 51px;
  }
}
.login-tips p {
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .login-tips p {
    font-size: 28px;
    line-height: 33px;
  }
}

.report-line-hover {
  background-color: #f3f4f7;
}

/* Megamenu
-------------------------------*/
.megamenu {
  position: static;
}
@media (max-width: 767.98px) {
  .megamenu {
    left: 0;
  }
  .megamenu .dropdown-menu {
    left: 0;
  }
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown-mega {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .yamm-content {
  padding: 10px;
}
@media (min-width: 768px) {
  .yamm .yamm-content {
    padding: 40px;
  }
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.megamenu-title {
  padding-bottom: 10px;
  margin: 10px 0;
  border-bottom: solid 1px #e8eaee;
  margin-top: 25px;
}

.dropdown-links {
  min-width: 138px;
}
.dropdown-links li {
  padding: 2px 0;
}

.message-bubble {
  font-size: 15px;
  font-family: "SF UI Text", "Helvetica Neue", "Arial", sans-serif;
}
.message-bubble .from-me {
  position: relative;
  padding: 10px 20px;
  color: white;
  background: #0064ff;
  border-radius: 25px;
}
.message-bubble .from-me:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -2px;
  right: -7px;
  height: 20px;
  border-right: 20px solid #0064ff;
  border-bottom-left-radius: 16px 14px;
  -webkit-transform: translate(0, -2px);
}
.message-bubble .from-me:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: -56px;
  width: 26px;
  height: 20px;
  background: white;
  border-bottom-left-radius: 10px;
  -webkit-transform: translate(-30px, -2px);
}
.message-bubble .from-them {
  position: relative;
  padding: 10px 20px;
  background: #ced3dd;
  border-radius: 25px;
  color: black;
}
.message-bubble .from-them:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: -7px;
  height: 20px;
  border-left: 20px solid #ced3dd;
  border-bottom-right-radius: 16px 14px;
  -webkit-transform: translate(0, -2px);
}
.message-bubble .from-them:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: -2px;
  left: 4px;
  width: 26px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 10px;
  -webkit-transform: translate(-30px, -2px);
}
.message-bubble a {
  text-decoration: underline;
}
.message-bubble a:hover, .message-bubble a:focus, .message-bubble a:active {
  color: #fff;
}

.message-line {
  margin-bottom: 15px;
}
.message-line .message-line-bubble-container {
  margin-bottom: 3px;
  max-width: 80%;
}
.message-line .message-line-bubble {
  padding: 6px 13px 6px;
  font-size: 12px;
  letter-spacing: -0.15px;
  word-break: break-word;
  line-height: 15px;
}
.message-line .message-line-bubble a {
  text-decoration: underline;
}
.message-line .message-line-date {
  color: #343944;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
.message-line .message-line-date:before, .message-line .message-line-date:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #e8eaee;
  margin: auto;
}
.message-line .message-line-date:before {
  margin: auto 10px auto -20px;
}
.message-line .message-line-date:after {
  margin: auto -20px auto 10px;
}
.message-line .message-line-action {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3px;
}
.message-line .message-line-action a {
  border-radius: 3px;
  background: #0064ff;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 8px;
}
.message-line .message-line-action a i {
  position: relative;
  top: 1px;
  margin-left: 2px;
}
.message-line.message-line-left .message-line-bubble {
  background: #e8eaee;
  color: #424955;
  border-radius: 0 3px 3px 3px;
}
.message-line.message-line-left .message-line-bubble:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 0;
  height: 0;
  border-width: 0 6px 12px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #e8eaee;
}
.message-line.message-line-right > .row {
  justify-content: flex-end;
}
.message-line.message-line-right .message-line-avatar-container {
  order: 2;
}
.message-line.message-line-right .message-line-bubble {
  border-radius: 3px 0 3px 3px;
  background: #7A8EAD;
  color: #fff;
}
.message-line.message-line-right .message-line-bubble a {
  color: #fff !important;
  opacity: 0.75;
}
.message-line.message-line-right .message-line-action {
  justify-content: flex-end;
}
.message-line.message-line-right .message-line-bubble:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #7A8EAD;
  border-width: 0 0 12px 6px;
}
.message-line.message-line-right .message-line-meta {
  justify-content: flex-end;
}
.message-line .message-line-meta {
  font-size: 11px;
  color: #a7aeba;
  display: flex;
  align-items: center;
}
.message-line .message-line-meta i {
  color: #bec5cb;
  margin-left: 0.25rem;
}
.message-line .message-line-meta i.icon-email {
  font-size: 14px;
}
.message-line.message-line-large .message-line-bubble {
  font-size: 14px;
  padding: 8px 15px 8px;
}
.message-line.message-line-large .message-line-action a {
  font-size: 12px;
}
.message-line.message-line-large .message-line-meta {
  font-size: 12px;
}
.message-line.message-line-x-large .message-line-bubble {
  font-size: 16px;
  padding: 12px 18px 12px;
}
.message-line.message-line-x-large .message-line-action a {
  font-size: 14px;
}
.message-line.message-line-x-large .message-line-meta {
  font-size: 14px;
}

.messaging-client-line {
  border-bottom: 1px solid #e8eaee;
  cursor: pointer;
  padding: 1rem 1rem;
}
.messaging-client-line .messaging-client-line-snippet {
  font-size: 13px;
  color: #858c99;
  word-break: break-word;
}
.messaging-client-line .messaging-client-line-name {
  font-size: 14px;
  color: #343944;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 16px;
}
.messaging-client-line .messaging-client-line-date {
  font-size: 13px;
  line-height: 16px;
}
.messaging-client-line .messaging-client-line-tag {
  font-size: 11px;
  background-color: #e4e7eb;
  color: #858c99;
  padding: 2px 6px;
  border-radius: 3px;
}
.messaging-client-line.messaging-client-line-selected {
  background: #f3f4f7;
}
.messaging-client-line.messaging-client-line-selected .messaging-client-line-snippet {
  color: #616b77;
}
.messaging-client-line.messaging-client-line-selected .messaging-client-line-tag {
  background-color: #e4e7eb;
  color: #424955;
}

.mini-ranking-chart {
  height: 20px;
}
@media (min-width: 768px) {
  .mini-ranking-chart {
    width: 50px;
  }
}
@media (max-width: 575.98px) {
  .mini-ranking-chart {
    width: 100px;
  }
}

.mini-tracker {
  position: fixed;
  top: 0px;
  z-index: 51;
  background-color: rgba(72, 77, 88, 0.98);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  width: 150px;
  border-radius: 0 0 4px 4px;
  /* X positioning */
}
@media (min-width: 768px) {
  .mini-tracker {
    transform: translateX(385px);
  }
}
@media (max-width: 575.98px) {
  .mini-tracker {
    transform: translateX(100%);
  }
}
.mini-tracker .mini-tracker-summary {
  padding: 0;
  font-size: 14px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.mini-tracker .mini-tracker-summary .mini-tracker-summary-spacer {
  width: 28px;
  height: 31px;
}
.mini-tracker .mini-tracker-summary .mini-tracker-summary-start-stop-container {
  width: 34px;
  text-align: center;
}
.mini-tracker .mini-tracker-summary .mini-tracker-summary-start-stop-container img {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1.5px;
}
.mini-tracker .mini-tracker-summary .mini-tracker-summary-lap-swap-container [class*=icon-] {
  position: relative;
  top: 1px;
  font-size: 14px;
  color: #fff;
}
.mini-tracker .mini-tracker-detail {
  display: none;
}
.mini-tracker .mini-tracker-form {
  padding: 0 5px;
}
.mini-tracker .mini-tracker-form .form-control {
  color: #fff;
  background: #616b77;
  border: 0;
  height: 28px;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 3px;
}
.mini-tracker .mini-tracker-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mini-tracker .mini-tracker-form .select .select-arrow {
  position: absolute;
  padding-right: 5px;
  line-height: 27px;
  pointer-events: none;
  font-size: 4px;
  color: #fff;
  background: #616b77;
  padding-left: 5px;
}
.mini-tracker .mini-tracker-form .autosuggest-item {
  font-size: 12px;
  padding: 5px 7px;
}
.mini-tracker .mini-tracker-time-entries-header {
  font-size: 11px;
  color: #fff;
  padding: 5px 9px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mini-tracker .mini-tracker-time-entries {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mini-tracker .mini-tracker-time-entries .icon-down-arrow {
  font-size: 4px;
  position: relative;
  top: -1px;
  left: 2px;
}
.mini-tracker .mini-tracker-time-entries .mini-tracker-time-entries-entry {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 11px;
  padding: 5px 9px;
}
.mini-tracker .mini-tracker-time-entries .mini-tracker-time-entries-entry .mini-tracker-time-entries-entry-count {
  width: 12px;
  height: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 9px;
  background: #fff;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  bottom: 1px;
}
.mini-tracker .mini-tracker-time-entries .mini-tracker-time-entries-entry .mini-tracker-time-entries-entry-contact {
  color: #fff;
  font-weight: bold;
  overflow-x: hidden;
  text-overflow: ellipsis;
  margin-top: 1px;
  line-height: 13px;
}
.mini-tracker .mini-tracker-time-entries .mini-tracker-time-entries-entry .mini-tracker-time-entries-entry-project {
  color: #fff;
  opacity: 0.5;
  line-height: 13px;
  margin-top: 1px;
}
.mini-tracker .mini-tracker-time-entries .mini-tracker-time-entries-entry:first-child {
  border-top: none;
}
.mini-tracker .mini-tracker-time-entries .mini-tracker-time-entries-entry-editor {
  background-color: rgba(72, 77, 88, 0.98);
  position: absolute;
  left: 200px;
  width: 400px;
}

.mini-tracker.mini-tracker-red {
  background-color: rgba(151, 26, 52, 0.95);
}
.mini-tracker.mini-tracker-red .mini-tracker-form .form-control {
  background: #B63953;
}
.mini-tracker.mini-tracker-red .mini-tracker-form .select .select-arrow {
  background: #B63953;
}
.mini-tracker.mini-tracker-red .mini-tracker-time-entries-entry-count {
  color: #B63953;
}

@media print {
  .mini-tracker {
    display: none;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  content: "";
}

.modal-dialog {
  pointer-events: auto;
}
.modal-dialog.modal-dialog-narrow {
  max-width: 320px;
}
.modal-dialog.modal-dialog-wider {
  max-width: 800px;
}

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 440px;
  }
  .modal-dialog .modal-footer .col-sm-6:first-child {
    padding-right: 8px;
  }
  .modal-dialog .modal-footer .col-sm-6:last-child {
    padding-left: 8px;
  }
}
.modal-backdrop {
  opacity: 0.7;
}

.modal {
  display: inherit;
  color: #343944;
  overflow-y: scroll;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal-content {
  border-radius: 10px;
  border: 0;
}

.modal-header {
  padding: 1.5rem 2rem 1rem;
  border-bottom: 0;
}
.modal-header .modal-title i {
  position: relative;
  top: 2px;
  margin-right: 0.5rem;
}
.modal-header .modal-title .icon-rank-army-star-badge-2-filled {
  color: #7953f5;
}
.modal-header h4.modal-title, .modal-header .modal-title.h4 {
  font-size: 20px;
  font-weight: bold;
}
.modal-header button.close i {
  font-size: 14px;
}

.modal-body {
  padding: 0 2rem;
}

.modal-footer {
  display: block;
  padding: 1.5rem 2rem 2rem;
  border-top: 0;
}
.modal-footer > :not(:first-child) {
  margin-left: auto;
}

.fade {
  opacity: 1;
}

.modal-onboarding .modal-onboarding-body {
  min-height: 20rem;
}
.modal-onboarding .modal-onboarding-header {
  margin-top: 2rem;
}
.modal-onboarding .modal-onboarding-instruction {
  font-size: 18px;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .modal-onboarding .modal-onboarding-instruction {
    margin-right: 10rem;
    margin-left: 10rem;
  }
}
.modal-onboarding .modal-onboarding-instruction .modal-onboarding-instruction-sub {
  font-size: 13px;
  color: #858c99;
}

.notice-small {
  background: #e8eaee;
  border-radius: 3px;
  font-size: 12px;
  display: inline-block;
  padding: 3px 10px;
}

.notification-badge {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #ff194a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

.notification-row:hover {
  cursor: pointer;
  background: #fafafa;
}

/* NOTIFICATION
-------------------------------------------------*/
.notification {
  position: fixed;
  top: 20px;
  right: 15px;
  left: 15px;
  z-index: 200;
  padding: 15px;
  color: #343944;
  font-size: 18px;
  border-radius: 5px;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
  background: #fff;
}
.notification h4, .notification .h4 {
  font-size: 20px;
  font-weight: bold;
}
.notification p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .notification {
    margin: 0 auto;
    max-width: 400px;
    padding: 20px 30px;
  }
}
.notification--error {
  border-top: 2px solid #ff194a;
}
.notification--success {
  border-top: 2px solid #00d478;
}
.notification--gold {
  border-top: 2px solid #f6a623;
}
.notification .notification-dismiss {
  position: absolute;
  right: 25px;
  top: 22px;
}

.drawer-notification .icon-check, .drawer-notification .icon-info {
  font-size: 32pt;
  margin: 30px auto;
  width: 45px;
}
.drawer-notification ul {
  padding-left: 0;
  padding-right: 0;
}
.drawer-notification ul li {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
}
.drawer-notification ul li.row {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f4f7;
}

.notifications-menu {
  position: absolute;
  z-index: 51;
  right: 0;
  width: 276px;
  top: 70px;
  max-height: 400px;
}
@media (max-width: 767.98px) {
  .notifications-menu {
    left: 0;
    top: 0;
  }
}
.notifications-menu .tooltip-content {
  width: 240px !important;
}
.notifications-menu > div {
  position: fixed;
  width: 276px;
  color: #414141;
  max-height: 400px;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (max-width: 767.98px) {
  .notifications-menu > div {
    max-height: 200px;
  }
}
.notifications-menu .notifications-menu-mark-all {
  position: fixed;
  z-index: 10;
  width: 140px;
  background: #0064ff;
  color: #fff;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-bottom: 1px solid #e4e7eb;
  border-radius: 20px;
  margin-left: 70px;
  margin-top: -9px;
  box-shadow: 0 1px 4px rgba(0, 0, 50, 0.1);
}
.notifications-menu .notifications-menu-mark-all-spacer {
  height: 5px;
}

.onboarding .paginate {
  display: block;
  text-align: right;
  margin-bottom: 12px;
  min-height: 30px;
}
.onboarding .paginate a {
  display: inline;
  text-align: right;
}
.onboarding .onboarding-box-drawer {
  padding: 0;
  font-size: 14px;
}
.onboarding .btn-demo {
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 8px;
  margin: 0 3px;
}
.onboarding .btn-demo.red {
  background-color: #ff194a;
}
.onboarding .btn-demo.green {
  background-color: #00d478;
}
.onboarding .btn-demo.blue {
  background-color: #0064ff;
}

.onboarding-step {
  background: #f7f7f9;
  padding: 1rem;
  margin-bottom: 1rem;
  letter-spacing: -0.3px;
  border-left: 2px solid #00d478;
}
.onboarding-step--gold {
  border-left: 2px solid #f6a623;
}
.onboarding-step--blue {
  border-left: 2px solid #0064ff;
}
.onboarding-step--purple {
  border-left: 2px solid #7953f5;
}
.onboarding-step--red {
  border-left: 2px solid #ff194a;
}

.onboarding-box {
  font-size: 16px;
}
.onboarding-box > .row > .col-sm-1 i.icon-lightbulb-3, .onboarding-box > .row > .col-sm-1 i.icon-rank-army-star-badge-2-filled {
  position: relative;
  top: 4px;
  left: 4px;
  font-size: 36px;
  font-weight: 100;
}

.onboarding-box-green {
  border-top: 2px solid #00d478;
}
.onboarding-box-green i.icon-lightbulb-3 {
  color: #00d478;
}
.onboarding-box-green .onboarding-step {
  border-left: 2px solid #00d478;
}

.onboarding-box-gray {
  border-top: 2px solid #858c99;
}
.onboarding-box-gray i.icon-lightbulb-3 {
  color: #858c99;
}
.onboarding-box-gray .onboarding-step {
  border-left: 2px solid #858c99;
}

.onboarding-box-blue {
  border-top: 2px solid #0064ff;
}
.onboarding-box-blue i.icon-lightbulb-3 {
  color: #0064ff;
}
.onboarding-box-blue .onboarding-step {
  border-left: 2px solid #0064ff;
}

.onboarding-box-purple {
  border-top: 2px solid #7953f5;
}
.onboarding-box-purple i.icon-lightbulb-3 {
  color: #7953f5;
}
.onboarding-box-purple i.icon-rank-army-star-badge-2-filled {
  color: #7953f5;
}
.onboarding-box-purple .onboarding-step {
  border-left: 2px solid #7953f5;
}

.onboarding-box-black {
  border-top: 2px solid #000;
}

.onboarding-box-purple-bg {
  background-color: #7953f5;
  color: #fff;
}

.onboarding-box-red {
  border-top: 2px solid #ff194a;
}
.onboarding-box-red i.icon-lightbulb-3 {
  color: #ff194a;
}
.onboarding-box-red .onboarding-step {
  border-left: 2px solid #ff194a;
}

.onboarding-box-gold {
  border-top: 2px solid #f6a623;
}
.onboarding-box-gold i.icon-lightbulb-3 {
  color: #f6a623;
}
.onboarding-box-gold .onboarding-step {
  border-left: 2px solid #f6a623;
}

p {
  letter-spacing: -0.01rem;
}

.page-loader {
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  padding-bottom: 4px;
  font-size: 0px;
  z-index: 9999;
}
.page-loader > div {
  background-color: #e4e7eb;
  height: 100%;
  width: 8px;
  flex: 0 0 auto;
  vertical-align: bottom;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.small-loader {
  margin: 0px auto;
  height: 30px;
  text-align: center;
  font-size: 0px;
}
.small-loader > div {
  margin-right: 2px;
  background-color: #e4e7eb;
  height: 100%;
  width: 3px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.page-loader .rect2,
.small-loader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.page-loader .rect3,
.small-loader .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.page-loader .rect4,
.small-loader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.page-loader .rect5,
.small-loader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.popover {
  border: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
  border-radius: 3px;
  padding: 0;
  z-index: 1040;
  font-family: "Karla", sans-serif;
}
.popover .popover-title {
  background: #fff;
  color: #343944;
  font-weight: bold;
  font-size: 14px;
}
.popover.popover-wide {
  width: 350px;
  max-width: 350px;
}
.popover .popover-content {
  margin: 0;
  padding: 0;
}
.popover .popover-content .popover-bottom {
  border-top: 1px solid #e4e7eb;
  padding: 10px;
}

.popover-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  content: "";
}

.pop-out {
  position: fixed;
  z-index: 50;
  background: white;
  box-shadow: 0 10px 25px rgba(0, 0, 50, 0.2);
  border-radius: 10px;
  height: 80vh;
  margin-right: 20px;
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* For some unknown reason, the chat stops shrinking as you go below 1321px */
  /* Custom huge screen */
}
.pop-out .pop-out-close {
  background: #ced3dd;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 8px;
  border-radius: 12px;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.pop-out .pop-out-width-hack {
  visibility: hidden;
  height: 0;
}
@media only screen and (max-width: 600px) {
  .pop-out {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 90vh;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .pop-out {
    margin-top: 20px;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pop-out {
    position: fixed;
    top: 100px;
    right: 0;
    width: 221px;
    margin-top: -12px;
  }
}
@media only screen and (min-width: 1320px) {
  .pop-out {
    width: calc((100% - 860px) / 2);
  }
}
@media only screen and (min-width: 1590px) {
  .pop-out {
    width: 350px;
    right: 0;
  }
}

/* PROGRESS
-------------------------------------------------*/
.progress-text {
  margin: 5px 0 3px;
  font-size: 12px;
  text-transform: uppercase;
}
.progress-text strong {
  color: #343944;
}

.progress {
  height: 3px;
  margin-bottom: 10px;
}
.progress .progress-bar {
  height: 100%;
  background-color: #0064ff;
}

.progress-bar {
  width: 100%;
  height: 20px;
  background: #e4e7eb;
  position: relative;
  border-radius: 3px;
}
.progress-bar > div {
  transition: all 0.3s;
}
.progress-bar div:first-child {
  position: absolute;
  top: 0;
  height: 10px;
  background-color: rgb(0, 219.65, 124.3301886792);
  border-radius: 3px 0 0 0;
}
.progress-bar div:nth-child(2) {
  position: absolute;
  bottom: 0;
  height: 10px;
  background-color: #00d478;
  border-radius: 0 0 0 3px;
}
.progress-bar.progress-bar-gold div:first-child {
  background-color: rgb(247.0021834061, 175.9104803493, 59.4978165939);
}
.progress-bar.progress-bar-gold div:nth-child(2) {
  background-color: #f6a623;
}
.progress-bar.progress-bar-gold div:first-child {
  background-color: rgb(247.0021834061, 175.9104803493, 59.4978165939);
}
.progress-bar.progress-bar-gold div:nth-child(2) {
  background-color: #f6a623;
}
.progress-bar.progress-bar-blue div:first-child {
  background-color: rgb(25.5, 115.5, 255);
}
.progress-bar.progress-bar-blue div:nth-child(2) {
  background-color: #0064ff;
}
.progress-bar.progress-bar-red div:first-child {
  background-color: rgb(255, 65.8, 106.107826087);
}
.progress-bar.progress-bar-red div:nth-child(2) {
  background-color: #ff194a;
}
.progress-bar.progress-bar-gusto-green div:first-child {
  background-color: rgb(44.0831858407, 222.7168141593, 205.4991150442);
}
.progress-bar.progress-bar-gusto-green div:nth-child(2) {
  background-color: #1ec4b4;
}
.progress-bar.progress-bar-small {
  height: 12px;
}
.progress-bar.progress-bar-small div:first-child {
  height: 12px;
  border-radius: 3px 0 0 3px;
}
.progress-bar.progress-bar-tiny {
  height: 4px;
  border-radius: 1px;
}
.progress-bar.progress-bar-tiny div:first-child {
  height: 4px;
  border-radius: 1px 0 0 1px;
}

.rank-badge {
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  background-color: #a7aeba;
  border-radius: 17px;
  width: 17px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rank-badge-gold {
  background-color: #f6a623;
}

.rank-badge-silver {
  background-color: #aac2db;
}

.rank-badge-bronze {
  background-color: #cbbd9e;
}

.reconciliation-months .row div:nth-child(n+12):last-child {
  border-left: 0;
}

#reconciliation .select select.form-control {
  background-color: #fff;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#reconciliation .dropdown-toggle::after {
  display: none;
}

#reconciliation .bank-dropdown-header {
  position: relative;
}
#reconciliation .balance-container {
  width: 115px;
  position: relative;
}
#reconciliation .shows-box {
  min-width: 160px;
}
#reconciliation .shows-box div {
  width: 100%;
}
#reconciliation .change-summary {
  position: relative;
  display: inline-block;
  min-width: 185px;
}
#reconciliation .change-summary .change-equation {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
}
#reconciliation .change-summary .change-equation .change-middle {
  min-width: 110px;
  text-align: center;
}
#reconciliation .change-summary .change-equation .change-middle > .font-size-16px {
  white-space: nowrap;
  text-align: center;
}
#reconciliation .change-summary .change-equation .change-middle > .font-size-12px {
  margin-top: 2px;
  white-space: nowrap;
}
#reconciliation .change-summary .change-equation .change-symbol,
#reconciliation .change-summary .change-equation .equal {
  line-height: 1;
  margin-top: 2px;
}
#reconciliation .balance-input input {
  position: relative;
  right: 5px;
  height: 15px;
  padding: 12px 0 12px 16px;
  font-size: 16px !important;
  font-weight: 700 !important;
}
#reconciliation .balance-input-currency {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  top: 1px;
  z-index: 1;
}
#reconciliation .table-sort-link {
  position: relative;
}
#reconciliation .table-sort-link .arrow {
  display: inline-block;
  top: 1px;
  margin-right: 8px;
  line-height: 1;
}
#reconciliation .table-sort-link .arrow-down {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
#reconciliation .table-sort-link a.sort {
  position: absolute;
  padding-left: 5px;
}
#reconciliation .table-sort-link a.sort img {
  width: 8px;
}
#reconciliation .table-sort-link a.sort img.down {
  transform: rotate(180deg);
}
#reconciliation .change-symbol {
  position: static;
  color: #858c99;
}
#reconciliation .equal {
  position: static;
  color: #858c99;
}
#reconciliation .reconcile-check {
  border-radius: 50%;
  border: 1px solid #e4e7eb;
  height: 24px;
  width: 24px;
}
#reconciliation .reconcile-check i {
  background-color: transparent;
  padding: 5px;
}
#reconciliation .reconcile-check.selected {
  border: 1px solid transparent;
}
#reconciliation .reconcile-check.selected.green {
  background-color: #00d478;
}
#reconciliation .reconcile-check.selected.blue {
  background-color: #0064ff;
}
#reconciliation .reconcile-check.selected i {
  color: white;
}
#reconciliation .reconcile-check.not-selected i {
  color: #e4e7eb;
}
#reconciliation .reconciled-check {
  border-radius: 50%;
  padding: 6px;
  background-color: #00d478;
}
#reconciliation .reconciliation-dropdown {
  position: relative;
}
#reconciliation .reconciliation-loader-offset {
  position: relative;
  min-height: 220px;
}
#reconciliation .reconciliation-loader-offset .page-loader {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
}
#reconciliation .reconciliation-loader-offset.reconciliation-loader-offset-inline {
  min-height: 96px;
}
#reconciliation .reconciliation-loader-offset.reconciliation-loader-offset-inline .page-loader {
  top: 24px;
}
#reconciliation .reconciliation-line .btn-split-small {
  display: inline-block;
  width: auto;
  min-width: 56px;
  padding: 2px 8px;
  line-height: 1.2;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 3px;
  color: #0064ff;
}
#reconciliation .reconciliation-line .btn-split-small:hover, #reconciliation .reconciliation-line .btn-split-small:focus {
  color: #0064ff;
}
#reconciliation .reconciliation-line .category-cell,
#reconciliation .reconciliation-line td:nth-child(4) {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
#reconciliation .reconciliation-line .chart-account-select {
  padding: 0;
  margin: 0;
}
#reconciliation .reconciliation-line .chart-account-select .select {
  margin-left: -14px;
  width: calc(100% + 14px);
}
#reconciliation .reconciliation-line .chart-account-select .select input {
  height: 36px;
}
#reconciliation .reconciliation-line .chart-account-select .select .select-arrow {
  top: 10px;
  right: 9px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
}
#reconciliation .reconciliation-line td {
  height: 54px;
  vertical-align: middle;
}
#reconciliation .reconciliation-line .select-arrow {
  height: 34px;
  line-height: 34px;
}
#reconciliation .reconciliation-line .reconciliation-date {
  position: relative;
}
#reconciliation .reconciliation-line .reconciliation-date .plus-btn {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: transparent;
  z-index: 2;
}
#reconciliation .reconciliation-line .reconciliation-date .plus-btn .transactions-add {
  width: 16px !important;
  height: 16px !important;
  font-size: 16px;
  padding: 2px 0;
}
#reconciliation .reconciliation-line .reconciliation-date .top {
  top: -8px;
}
#reconciliation .reconciliation-line .reconciliation-date .bottom {
  bottom: -8px;
}
#reconciliation .check-all {
  border: 0;
  padding: 2px 0;
  margin: 0;
  height: 16px;
  width: 16px;
}
#reconciliation .check-all div,
#reconciliation .check-all input,
#reconciliation .check-all label {
  height: 16px;
  width: 16px;
  padding: 0;
  margin: 0;
}

/* REPORTS
-------------------------------------------------*/
.report-table-nav {
  padding-top: 15px;
  margin-top: 20px;
  border-top: solid 1px #e8eaee;
  font-size: 24px;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

a.quick-click-link {
  color: inherit !important;
}

.report-container {
  font-size: 14px;
  margin: 0 auto;
  overflow: auto;
  color: #343944;
  padding-left: 15px;
  padding-right: 15px;
  /* Balance Sheet Specific */
  /* Income Statement Specific */
  /* Accounts receivable Specific */
  /* Taxes Invoiced Specific */
  /* Expenses Specific */
  /* General Ledger specific */
  /* Trial Balance specific */
}
@media (min-width: 576px) {
  .report-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .report-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.report-container .name-col-container span {
  display: inline-block;
  white-space: nowrap;
  padding: 2px 2px;
}
.report-container .name-col-container div,
.report-container .name-col-container span {
  white-space: nowrap;
}
.report-container .period-cols-container {
  overflow-x: hidden;
  overflow-y: visible;
  white-space: nowrap;
  direction: rtl;
  width: 50%; /* didn't use col-6 because that forced 50% in a way I couldn't figure out how to override */
  padding-top: 30px;
  margin-top: -30px; /* create room for tags to spill onto a line above */
}
.report-container .period-cols-container .row {
  flex-wrap: nowrap;
}
.report-container .period-cols-container span {
  display: inline-block;
  padding: 2px 0;
}
.report-container .period-col {
  display: inline-block;
  position: relative;
  float: none;
  text-align: right;
  padding: 0;
  left: 0;
  margin-left: 0.25px;
}
.report-container .period-col-tag-title-container {
  display: flex;
  align-items: flex-end;
  height: 26px;
}
.report-container .period-col-tag-title {
  max-width: 98px;
  white-space: normal;
  overflow: hidden;
  direction: ltr;
  overflow-wrap: break-word;
  text-align: left;
  display: flex !important;
  justify-self: end;
  max-height: 42px;
}
.report-container i.disabled {
  color: #bec5cb;
}
.report-container ul {
  padding-left: 0px;
}
.report-container li {
  padding-left: 15px; /* do padding on li instead of ul so that border lines extend all the way left */
  list-style-type: none;
  white-space: nowrap;
  overflow: hidden;
}
.report-container td:first-child,
.report-container th:first-child {
  padding-left: 0;
}
.report-container .balance-sheet .name-col-container ul li:first-child {
  margin-left: 0;
}
.report-container .balance-sheet-line-top-border {
  border-top: 1px solid #eee;
  padding-top: 4px;
  margin-top: 4px;
}
.report-container .income-statement-line-bottom-border {
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.report-container .net-text-before::before {
  content: "Net ";
}
.report-container .table-accounts-receivable tbody tr {
  border-bottom: 0;
}
.report-container .table-accounts-receivable tbody tr:first-child,
.report-container .table-accounts-receivable tbody tr:last-child {
  border-top: 1px solid #e4e7eb;
}
.report-container .table-accounts-receivable th,
.report-container .table-accounts-receivable td {
  text-align: right;
}
.report-container .table-accounts-receivable td {
  padding-bottom: 8px;
  padding-top: 8px;
}
.report-container .table-accounts-receivable th:first-child,
.report-container .table-accounts-receivable td:first-child {
  text-align: left;
}
.report-container .table-accounts-receivable td:nth-child(5) {
  color: #dd8900;
}
.report-container .table-accounts-receivable th:nth-child(2),
.report-container .table-accounts-receivable td:nth-child(2) {
  border-left: 1px solid #e4e7eb;
  border-right: 1px solid #e4e7eb;
  color: #0064ff;
}
.report-container .table-accounts-receivable td:nth-child(6) {
  color: #ff194a;
}
.report-container .table-tax-report tbody tr {
  border-bottom: 0;
}
.report-container .table-tax-report tbody tr {
  border-top: 1px solid #e4e7eb;
}
.report-container .table-tax-report th,
.report-container .table-tax-report td {
  text-align: right;
}
.report-container .table-tax-report td {
  padding-bottom: 8px;
  padding-top: 8px;
}
.report-container .table-tax-report th:first-child,
.report-container .table-tax-report td:first-child {
  text-align: left;
}
.report-container .table-tax-report th:nth-child(2),
.report-container .table-tax-report td:nth-child(2) {
  border-left: 1px solid #e4e7eb;
  border-right: 1px solid #e4e7eb;
  width: 55%;
}
.report-container .table-expense-report {
  text-align: left;
  font-size: 13px;
}
.report-container .table-expense-report > :not(caption) > * > * {
  box-shadow: none;
}
.report-container .table-expense-report th,
.report-container .table-expense-report td {
  text-align: left;
  padding: 5px;
}
.report-container .table-expense-report td:first-child {
  white-space: nowrap;
}
.report-container .table-expense-report th:last-child,
.report-container .table-expense-report td:last-child {
  text-align: right;
}
.report-container .table-expense-report tr.spacer {
  height: 40px;
  border-bottom: 0;
  border-top: 0;
}
.report-container .table-expense-report tr.total {
  border-bottom: 0;
  border-top: 0;
}
.report-container .table-expense-report .subtitle {
  color: #858c99;
}
.report-container .report-table {
  table-layout: auto;
}
.report-container .report-table .spacer {
  height: 20px;
}
.report-container .report-table td,
.report-container .report-table th {
  padding: 0 8px 0 0;
}
.report-container .report-table td:last-child,
.report-container .report-table th:last-child {
  padding: 0;
}
.report-container .table-sales-summary > :not(caption) > * > *,
.report-container .table-invoice-summary > :not(caption) > * > *,
.report-container .table-credit-card-processing > :not(caption) > * > *,
.report-container .table-time-tracking > :not(caption) > * > * {
  box-shadow: none;
  padding: 0 8px 0 0;
}
.report-container .table-sales-summary > :not(caption) > * > :last-child,
.report-container .table-invoice-summary > :not(caption) > * > :last-child,
.report-container .table-credit-card-processing > :not(caption) > * > :last-child,
.report-container .table-time-tracking > :not(caption) > * > :last-child {
  padding: 0;
}
.report-container .table-general-journal .memo {
  max-width: 250px;
}
.report-container .report-infinite-loader .page-loader {
  margin-bottom: 100px;
}
.report-container .table-general-ledger {
  table-layout: fixed;
}
.report-container .table-general-ledger > :not(caption) > * > * {
  box-shadow: none;
  padding: 0;
}
.report-container .table-general-ledger .general-ledger-spacer {
  height: 20px;
}
.report-container .table-general-ledger td:last-child,
.report-container .table-general-ledger td:nth-last-child(2):not(:first-child),
.report-container .table-general-ledger th:last-child,
.report-container .table-general-ledger th:nth-last-child(2) {
  text-align: right;
}
.report-container .table-general-ledger td,
.report-container .table-general-ledger th {
  word-break: break-word;
}
.report-container .table-trial-balance {
  table-layout: fixed;
}
.report-container .table-trial-balance .trial-balance-spacer {
  height: 8px;
}
.report-container .table-trial-balance .trial-balance-section-header {
  border-bottom: 1px solid #e4e7eb;
}
.report-container .table-trial-balance td:last-child,
.report-container .table-trial-balance td:nth-last-child(2):not(:first-child),
.report-container .table-trial-balance th:last-child,
.report-container .table-trial-balance th:nth-last-child(2) {
  text-align: right;
}
.report-container .table-trial-balance td,
.report-container .table-trial-balance th {
  padding: 0 8px 0 0;
}
.report-container .table-trial-balance td:last-child,
.report-container .table-trial-balance th:last-child {
  padding: 0;
}

.report-loader-offset .page-loader {
  top: calc(50% + 80px);
}

.report-header {
  margin: 40px 0 25px;
  color: #343944;
  font-size: 20px;
  line-height: normal;
}

/* Printing Reports
-------------------------------------------------*/
@media print {
  @page {
    size: landscape; /* todo: how to only apply to reports; also, this adds extra freaking pages */
  }
  /* // remove if this being commented out doesn't do bad things after feb 2017
  @include media-breakpoint-up(md) {
    max-width: 10000px;
  }*/
  .report-filters {
    display: none;
  }
  .report-header {
    margin-top: 0;
  }
  .report-title {
    font-size: 16px;
    font-weight: bold;
  }
  .name-col-container {
    width: 6cm;
  }
  .name-col-container span {
    display: inline-block;
    padding: 0 0;
  }
  .report-container .period-cols-container {
    overflow-y: visible;
    overflow-x: hidden;
    white-space: nowrap;
    direction: ltr;
    float: left;
    padding: 0;
    margin-top: 0;
    padding-top: 0;
    width: 80% !important;
    max-width: 80% !important;
    flex: 0 0 80% !important;
  }
  .report-container .period-cols-container span {
    display: inline-block;
    padding: 0px 0;
    line-height: 0.7;
  }
  .report-container .period-col {
    min-width: 1.4cm;
    width: auto;
    float: left; /* overrides float: none; above, prevents crazy alignment problem on page break when printing */
    left: 0 !important; /* overrides any scrolling that has been done */
  }
  .report-container .period-col-tag-title-container {
    text-align: right;
    display: block;
    height: auto;
  }
  .report-container .period-col-tag-title {
    border: 0;
    height: auto;
    overflow: hidden;
    font-size: 8px;
    white-space: nowrap;
    max-width: 50px;
  }
  .report-container .name-col-container {
    max-width: 20% !important;
    flex: 0 0 20% !important;
  }
  .report-container .name-col-container span {
    display: inline-block;
    padding: 0px 0;
    line-height: 0.7;
  }
  .content-nav,
  .sidebar-nav,
  aside,
  .report-table-nav,
  .navbar-toggler {
    display: none !important;
  }
  .report-container,
  .report-printable {
    margin: 0;
    padding: 0;
    padding-bottom: 0 !important;
    border: 0;
    display: block;
    font-size: 8px !important;
    overflow: auto;
  }
}
.rounded-image-selector a {
  display: inline-flex;
  width: 64px;
  height: 64px;
  border-radius: 500px;
  border: 1px solid #e4e7eb;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: normal;
  color: #858c99 !important;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 4px;
}
.rounded-image-selector a img {
  opacity: 0.3;
}
.rounded-image-selector a.selected {
  border: 1px solid #7953f5;
}
.rounded-image-selector a.selected img {
  opacity: 1;
}

.rounded-image {
  display: inline-flex;
  vertical-align: middle;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 16px;
  font-weight: bold;
  background-color: #ced3dd;
  color: #fff;
  overflow: hidden;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}
.rounded-image.rounded-image-border-gray {
  border-color: #858c99 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-black {
  border-color: #000 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-white {
  border-color: #fff !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-blue {
  border-color: #0064ff !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-gusto-blue {
  border-color: #1679c4 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-gold {
  border-color: #f6a623 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-gold-dark {
  border-color: #dd8900 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-green {
  border-color: #00d478 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-gusto-green {
  border-color: #1ec4b4 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-gusto-red {
  border-color: #ed4747 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-facebook-blue {
  border-color: #46579c !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-google-blue {
  border-color: #4885ed !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-linkedin-blue {
  border-color: #3a74b8 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-paypal-blue {
  border-color: #003087 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-yelp-red {
  border-color: #d32323 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-purple {
  border-color: #7953f5 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-red {
  border-color: #ff194a !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-yellow {
  border-color: #ffc107 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-yellow-light {
  border-color: #fffad9 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-silver {
  border-color: #aac2db !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image.rounded-image-border-bronze {
  border-color: #cbbd9e !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.rounded-image img {
  width: 100%;
}
.rounded-image.rounded-image-white {
  border: 1px solid #e8eaee;
  background-color: #fff;
}
.rounded-image.rounded-image-x-x-large {
  min-width: 140px;
  max-width: 140px;
  min-height: 140px;
  max-height: 140px;
  font-size: 48px;
}
.rounded-image.rounded-image-x-x-large[class^=rounded-image-border-] {
  border-width: 5px !important;
}
.rounded-image.rounded-image-x-large {
  min-width: 96px;
  max-width: 96px;
  min-height: 96px;
  max-height: 96px;
  font-size: 36px;
}
.rounded-image.rounded-image-large {
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  font-size: 24px;
}
.rounded-image.rounded-image-small {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  font-size: 12px;
}
.rounded-image.rounded-image-tiny {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  font-size: 11px;
}
.rounded-image.rounded-image-x-tiny {
  min-width: 21px;
  max-width: 21px;
  min-height: 21px;
  max-height: 21px;
  font-size: 10px;
}
.rounded-image.rounded-image-empty {
  border: none;
}
.rounded-image.rounded-image-placeholder {
  border: none;
}
.rounded-image.rounded-image-input-selected {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  font-size: 13px;
  position: absolute;
  top: 10px;
  left: 14px;
}
.rounded-image.rounded-image-small-input-selected {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  font-size: 12px;
  position: absolute;
  top: 6px;
  left: 10px;
}

.row-selector {
  border-radius: 3px;
  margin: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
}
.row-selector.row-selector-border {
  box-shadow: none;
  border: 1px solid #e4e7eb;
}
.row-selector > a.col,
.row-selector > a[class*=col-] {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #616b77;
  border-bottom: 2px solid #fff;
}
.row-selector > a.col:hover,
.row-selector > a[class*=col-]:hover {
  color: #343944;
}
.row-selector > a.col:first-child,
.row-selector > a[class*=col-]:first-child {
  border-radius: 3px 0 0 3px;
}
.row-selector > a.col:last-child,
.row-selector > a[class*=col-]:last-child {
  border-radius: 0 3px 3px 0;
}
.row-selector > a.col:not(:last-child),
.row-selector > a[class*=col-]:not(:last-child) {
  border-right: 1px solid #e4e7eb;
}
.row-selector > a.col.row-selector-selected,
.row-selector > a[class*=col-].row-selector-selected {
  color: #7953f5;
  font-weight: bold;
  border-bottom: 2px solid #7953f5;
}
.row-selector > a.col.row-selector-selected + a,
.row-selector > a[class*=col-].row-selector-selected + a {
  border-left: 0;
}
.row-selector > a.col.row-selector-selected.row-selector-selected-purple,
.row-selector > a[class*=col-].row-selector-selected.row-selector-selected-purple {
  color: #7953f5;
  border-bottom: 2px solid #7953f5;
}
.row-selector > a.col.row-selector-selected.row-selector-selected-blue,
.row-selector > a[class*=col-].row-selector-selected.row-selector-selected-blue {
  color: #0064ff;
  border-bottom: 2px solid #0064ff;
}
.row-selector > a.col.row-selector-selected.row-selector-selected-gold,
.row-selector > a[class*=col-].row-selector-selected.row-selector-selected-gold {
  color: #f6a623;
  border-bottom: 2px solid #f6a623;
}
.row-selector > a.col.row-selector-selected.row-selector-selected-facebook,
.row-selector > a[class*=col-].row-selector-selected.row-selector-selected-facebook {
  color: #46579c;
  border-bottom: 2px solid #46579c;
}
.row-selector > a.col.row-selector-selected.row-selector-selected-google,
.row-selector > a[class*=col-].row-selector-selected.row-selector-selected-google {
  color: #4885ed;
  border-bottom: 2px solid #4885ed;
}
.row-selector > a.col.row-selector-selected.row-selector-selected-yelp,
.row-selector > a[class*=col-].row-selector-selected.row-selector-selected-yelp {
  color: #d32323;
  border-bottom: 2px solid #d32323;
}
.row-selector.row-selector-small > a.col,
.row-selector.row-selector-small > a[class*=col-] {
  height: 34px;
}
.row-selector.row-selector-large > a.col,
.row-selector.row-selector-large > a[class*=col-] {
  min-height: 54px;
}

.row-date-range-slider {
  justify-content: center;
}
.row-date-range-slider .icon-left-arrow, .row-date-range-slider .icon-right-arrow {
  font-size: 12px;
  color: #ced3dd;
  position: relative;
  top: 1px;
}
.row-date-range-slider .row-date-range-slider-day {
  font-weight: bold;
}
.row-date-range-slider .row-date-range-slider-year {
  color: #858c99;
}

.horizontal-proportion-chart .horizontal-proportion-chart-section {
  float: left;
  height: 50px;
  border-bottom: 10px solid rgba(255, 255, 255, 0.5);
}
.horizontal-proportion-chart .horizontal-proportion-chart-section:hover {
  opacity: 1;
}
.horizontal-proportion-chart.horizontal-proportion-chart-short .horizontal-proportion-chart-section {
  height: 36px;
}
.horizontal-proportion-chart .horizontal-proportion-chart-section:first-child {
  border-radius: 3px 0 0 3px;
}
.horizontal-proportion-chart .horizontal-proportion-chart-section:last-child {
  border-radius: 0 3px 3px 0;
}
.horizontal-proportion-chart .horizontal-proportion-chart-section:only-child {
  border-radius: 3px;
}
.horizontal-proportion-chart.horizontal-proportion-chart-empty {
  background-color: #E3E6F2;
  height: 50px;
  border-bottom: 10px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}

/* PAGE NAV
-------------------------------------------------*/
@media (max-width: 767.98px) {
  .sidebar-nav {
    width: 220px;
  }
}
.sidebar-nav .nav-list li:not(.box-header) {
  line-height: 20px;
  margin-top: 7px;
  margin-bottom: 9px;
}
.sidebar-nav .nav-list li:not(.box-header).nav-list-item-no-icon {
  margin-left: 20px;
  margin-top: 16px;
  margin-bottom: 18px;
  margin-right: 20px;
}
.sidebar-nav .nav-list li:not(.box-header) a, .sidebar-nav .nav-list li:not(.box-header) a:not([href]):not([tabindex]) {
  margin-left: 15px;
  color: #616b77;
  text-decoration: none;
}
.sidebar-nav .nav-list li:not(.box-header) a.active, .sidebar-nav .nav-list li:not(.box-header) a:not([href]):not([tabindex]).active {
  color: #343944;
}
.sidebar-nav .nav-list li:not(.box-header) a.active.active-green, .sidebar-nav .nav-list li:not(.box-header) a:not([href]):not([tabindex]).active.active-green {
  color: #00d478;
}
.sidebar-nav .nav-list li:not(.box-header) a.active.active-blue, .sidebar-nav .nav-list li:not(.box-header) a:not([href]):not([tabindex]).active.active-blue {
  color: #0064ff;
}
.sidebar-nav .nav-list li:not(.box-header) a.active.active-red, .sidebar-nav .nav-list li:not(.box-header) a:not([href]):not([tabindex]).active.active-red {
  color: #ff194a;
}
.sidebar-nav .nav-list li:not(.box-header) a.active.active-gold, .sidebar-nav .nav-list li:not(.box-header) a:not([href]):not([tabindex]).active.active-gold {
  color: #f6a623;
}
.sidebar-nav .nav-list li:not(.box-header) a.active.active-purple, .sidebar-nav .nav-list li:not(.box-header) a:not([href]):not([tabindex]).active.active-purple {
  color: #7953f5;
}
.sidebar-nav .nav-list li:not(.box-header) a.active.active-gray, .sidebar-nav .nav-list li:not(.box-header) a:not([href]):not([tabindex]).active.active-gray {
  color: #616b77;
  font-weight: normal !important;
}
.sidebar-nav .nav-list li:not(.box-header) a:hover, .sidebar-nav .nav-list li:not(.box-header) a:not([href]):not([tabindex]):focus, .sidebar-nav .nav-list li:not(.box-header) a:not([href]):not([tabindex]):hover {
  color: #343944;
}
.sidebar-nav .nav-list li:not(.box-header):first-child {
  margin-bottom: 5px;
}
.sidebar-nav .nav-list li:not(.box-header):last-child {
  padding-bottom: 25px;
}
.sidebar-nav .nav-list li:not(.box-header) i {
  font-size: 18px;
}
.sidebar-nav .nav-list li:not(.box-header).sub {
  margin-bottom: 5px;
}
.sidebar-nav .nav-list li:not(.box-header).sub a {
  font-weight: normal;
}
.sidebar-nav .nav-list li:not(.box-header).sub a:not(.active) {
  color: #858c99;
}
.sidebar-nav .box-list i {
  padding: 7px 6px;
  font-weight: 500;
  line-height: inherit;
  display: inline-block;
  width: 32px;
}
.sidebar-nav .box-list i.icon-nav-placeholder:before {
  content: "\e90c";
  color: transparent;
}
.sidebar-nav .box-list i.icon-nav-placeholder.no-indent {
  width: 17px;
}
.sidebar-nav .box-header {
  padding: 8px 19px;
}
.sidebar-nav .box-header a, .sidebar-nav .box-header a:not([href]):not([tabindex]) {
  margin-left: 0;
  color: #343944;
  text-decoration: none;
}
.sidebar-nav .box-header a i {
  font-size: 9px;
  color: #616b77;
  width: auto;
  padding: 0;
  margin-right: 10px;
  position: relative;
  top: 0px;
}
.sidebar-nav .box-header .navbar-toggler i {
  margin: 0;
}
.sidebar-nav .box-header a {
  margin: 0;
  color: #343944;
  text-decoration: none;
}
.sidebar-nav .box-header a:hover {
  color: #424955;
}

/* Sidebar nav specific colors */
.sidebar-nav-invoices .active,
.sidebar-nav .green.active a,
.sidebar-nav-invoices .navbar-toggler i {
  color: #00d478;
  font-weight: 700;
}

.sidebar-nav-invoices li i {
  color: #00d478;
  line-height: inherit;
}

.sidebar-nav-invoices a:hover {
  color: #00d478;
}

.sidebar-nav .active,
.sidebar-nav .red.active a,
.sidebar-nav .navbar-toggler i {
  color: inherit;
  font-weight: 700;
}

.sidebar-nav li i {
  line-height: inherit;
  position: relative;
  top: 3px;
}

.sidebar-nav-account .active,
.sidebar-nav .purple.active a,
.sidebar-nav-account .navbar-toggler i {
  color: #7953f5;
  font-weight: 700;
}

.sidebar-nav-account li i {
  color: #7953f5;
  line-height: inherit;
}

.sidebar-nav-account a:hover {
  color: #7953f5;
}

/* Paid badge */
.sidebar-nav li i.paid-badge {
  position: absolute;
  z-index: 1;
  top: -3px;
  left: 28px;
  font-size: 14px;
  color: #858c99;
}
.sidebar-nav li i.paid-badge.no-indent {
  left: 15px;
}
.sidebar-nav li i.paid-badge.no-indent-no-icon {
  left: -7px;
  top: -15px;
}

.spinner svg {
  width: 40px;
  height: 40px;
}

@media (min-width: 576px) {
  .modal-dialog-square-promotion {
    max-width: 695px;
  }
}
.square-promotion .square-promotion-half-container {
  padding: 3rem 2rem 3rem 3rem;
}
.square-promotion > [class*=col-]:first-child {
  background-color: #f7f7f9;
  border-radius: 10px 0 0 10px;
  font-size: 15px;
}
.square-promotion .square-promotion-large-text {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 32px;
}
.square-promotion .square-promotion-small-text {
  font-size: 14px;
  letter-spacing: -0.6px;
}
.square-promotion .square-promotion-deemphasized-text {
  font-size: 12px;
  color: #858c99;
  line-height: 15px;
}

@media (min-width: 768px) {
  .team-page .content-nav-helper {
    margin-left: 0;
    margin-right: 0;
  }
}
.suggested-chart-account {
  position: relative;
  margin-left: -6px;
  margin-top: -1px;
  border: 1px dashed #ced3dd;
  padding: 0 5px;
  display: inline-block;
  border-radius: 3px;
}
.suggested-chart-account .confidence-score {
  font-size: 12px;
  font-weight: bold;
}
.suggested-chart-account .tooltip-element {
  position: absolute;
  top: -10px;
  right: -7px;
}

.subscription-plan-box {
  padding: 0.75rem 1.5rem;
  border-radius: 3px;
  cursor: pointer;
}
.subscription-plan-box.subscription-plan-box-purple {
  border: 1px solid #7953f5;
}
.subscription-plan-box.subscription-plan-box-green {
  border: 1px solid #00d478;
}
.subscription-plan-box.subscription-plan-box-green .subscription-plan-box-active-purple {
  border: 1px solid #7953f5;
}

.subscription-plan-box-inactive {
  border: 1px solid #e4e7eb;
}
.subscription-plan-box-inactive div, .subscription-plan-box-inactive span {
  color: #858c99 !important;
}

/* Checkbox switch
---------------------------------*/
.switch {
  height: 19px;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fefefe;
  text-align: left;
}

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  cursor: pointer;
  width: 48px;
  height: 19px;
  background: #858c99;
  transition: all 0.25s ease-out;
  border-radius: 10px;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.29);
}
.switch-paddle:after {
  display: block;
  position: absolute;
  content: "Off";
  text-indent: 21px;
  width: 17px;
  height: 17px;
  left: 1px;
  top: 1px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 50%;
}

input:checked ~ .switch-paddle {
  background: #00d478;
}

.gray input:checked ~ .switch-paddle {
  background: #858c99;
}

input:checked ~ .switch-paddle::after {
  left: calc(100% - 18px);
  content: "On";
  text-indent: -21px;
}

.switch-notext .switch-paddle {
  width: 29px;
}
.switch-notext .switch-paddle:after {
  content: "";
}
.switch-notext input:checked ~ .switch-paddle::after {
  content: "";
}

/* Small switch */
.switch-small .switch-paddle {
  height: 12px;
  width: 23px;
  margin-bottom: 0;
}
.switch-small .switch-paddle:after {
  display: block;
  position: absolute;
  content: "";
  text-indent: 21px;
  width: 10px;
  height: 10px;
  left: 1px;
  top: 1px;
  background: #fff;
}
.switch-small input:checked ~ .switch-paddle::after {
  left: calc(100% - 11px);
  content: "";
  text-indent: -21px;
}

/* TABLES
-------------------------------------------------*/
.table td, .table th {
  border-top: none;
  border-bottom: none;
}
.table thead th {
  border-bottom: solid 1px #e8eaee;
}
.table tbody tr {
  border-bottom: solid 1px #e8eaee;
}

/** Modifications to the tags input library we use -- NOT our custom tags **/
div.tagsinput span.tag {
  font-family: "Karla";
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 12px;
}

/* TAGS
-------------------------------------------------*/
div.tagsinput {
  width: 100% !important;
  border-radius: 3px;
  border: 1px solid #e4e7eb !important;
}
div.tagsinput input {
  font-family: "Karla", sans-serif;
  font-size: 14px !important;
  color: #343944 !important;
}

div.tagsinput span.tag {
  background: #0064ff;
  padding: 8px 12px;
}
div.tagsinput span.tag a {
  color: #fff;
}

.tag-input {
  border: 1px solid #e8eaee;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  min-height: 45px;
  padding: 2px 10px 4px 8px;
  white-space: normal;
}
.tag-input.onboard-highlighted {
  border: 1px solid #7953f5;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
}
.tag-input.small {
  min-height: 36px;
  padding: 0 10px 0 8px;
}
.tag-input.large {
  min-height: 58px;
}
.tag-input.large input.form-control {
  font-size: 18px !important;
  width: 280px !important;
  height: 50px;
  padding: 12px;
}
.tag-input.large .tag.business-type-tag {
  margin: 10px 0 0px 5px;
}
.tag-input .tag {
  margin: 9px 0 0 5px;
}
.tag-input .autosuggest .tag {
  margin: 0;
}

.tag-select {
  display: inline;
}

.tag-input input.form-control, .box-transaction-table .table-edit .tag-input input.form-control {
  display: inline-block;
  width: 170px;
  border: 0;
  height: 34px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .long-tag-input input.form-control, .box-transaction-table .table-edit .tag-input input.form-control {
    width: 300px;
  }
}

.tag-input .x-wide input.form-control {
  width: 240px;
}

.tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 0; /* inner tag elements will have padding, so they are easily hoverable etc. */
  border-radius: 3px;
}
.tag .tag-name {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0.25rem;
}
.tag .tag-kind {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  opacity: 0.8;
  margin-right: 0.25rem;
}
.tag .tag-remove {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  cursor: pointer;
  padding: 0 0.25rem;
}

.tag.tag-x-tiny {
  height: 16px;
  font-size: 10px;
  padding: 1px 6px;
  margin: 0;
}
.tag.tag-x-tiny .tag-name {
  line-height: normal;
  padding: 0;
  margin: 0;
}

.tag-green, a.tag-green {
  background-color: #fff;
  color: #00d478;
  border: 1px solid #00d478;
}
.tag-green .tag-remove:hover, a.tag-green .tag-remove:hover {
  background: #00d478;
  color: #fff;
}

.tag-blue, a.tag-blue {
  background-color: #fff;
  color: #0064ff;
  border: 1px solid #0064ff;
}
.tag-blue .tag-remove:hover, a.tag-blue .tag-remove:hover {
  background: #0064ff;
  color: #fff;
}

.tag-red, a.tag-red {
  background-color: #fff;
  color: #ff194a;
  border: 1px solid #ff194a;
}
.tag-red .tag-remove:hover, a.tag-red .tag-remove:hover {
  background: #ff194a;
  color: #fff;
}

.tag-purple, a.tag-purple {
  background-color: #fff;
  color: #7953f5;
  border: 1px solid #7953f5;
}
.tag-purple .tag-remove:hover, a.tag-purple .tag-remove:hover {
  background: #7953f5;
  color: #fff;
}

.tag-gold, a.tag-gold {
  background-color: #fff;
  color: #f6a623;
  border: 1px solid #f6a623;
}
.tag-gold .tag-remove:hover, a.tag-gold .tag-remove:hover {
  background: #f6a623;
  color: #fff;
}

.tag-gray, a.tag-gray {
  background-color: #fff;
  color: #858c99;
  border: 1px solid #858c99;
}
.tag-gray .tag-remove:hover, a.tag-gray .tag-remove:hover {
  background: #858c99;
  color: #fff;
}

/* Business types */
.tag.business-type-tag {
  border: 1px solid #858c99;
  border-radius: 20px;
  padding: 3px 6px;
  color: #4f5865;
  margin: 6px 0 4px 5px;
}

/* Special case for tags inside popovers */
.popover .tag-input {
  margin-bottom: 5px;
}
.popover .tag-input input {
  margin-bottom: 0;
}
.popover .tag-input .tag .tag-name {
  max-width: 120px;
}

/* ICON TEXT
-------------------------------------------------*/
.text-icon-container {
  display: flex;
  flex-wrap: wrap;
}

.text-icon {
  flex: 0 0 20px;
  max-width: 20px;
}
.text-icon.text-icon-right {
  order: 2;
}
.text-icon i.small-icon {
  font-size: 9px;
}

.text-icon-content {
  flex: 0 0 calc(100% - 25px);
  max-width: calc(100% - 25px);
}
.text-icon-content label {
  margin-bottom: 0;
}

.ticker-time {
  font-family: "Roboto";
  color: #424955;
}

.ticker-time-white {
  color: #fff;
}

.time-entry-duration-formatter {
  font-family: "Roboto";
  white-space: nowrap;
  display: inline-block;
}

.time-entry-row {
  border-left: 2px solid transparent;
  min-height: 90px;
}

.time-entry-row-expanded {
  border-left: 2px solid #0064ff;
}

.time-entry-row-child {
  background-color: #f9f9fa;
  border-bottom: 1px solid #e4e7eb;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 2px solid #0064ff;
}
.time-entry-row-child:first-child {
  border-top: none;
}
.time-entry-row-child:hover {
  background: #f7f7f9;
}

.time-entry-summary-bar {
  font-size: 0;
  height: 24px;
  overflow: visible;
  white-space: nowrap;
}

.time-entry-summary-bar-empty {
  border: 1px dashed #ced3dd;
  color: #a7aeba;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
}

.time-entry-summary-bar-entry-tooltip {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  white-space: normal;
}

.time-entry-summary-bar-entry {
  color: #fff;
  text-align: center;
  border-left: 1px solid #e4e7eb;
  display: inline-block;
  font-size: 12px;
  position: relative;
}

.time-entry-summary-bar-entry:first-child .time-entry-summary-bar-entry-content {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: 0;
}

.time-entry-summary-bar-entry:last-child .time-entry-summary-bar-entry-content {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.time-entry-summary-bar-entry-content {
  white-space: nowrap;
  overflow: hidden;
  padding: 0.25rem 0;
}

.time-entry-summary-bar-entry-content-duration {
  font-family: "Roboto";
  font-size: 11.5px;
}

.time-entry-summary-bar-animation {
  -webkit-transition: width 0.4s; /* Safari */
  transition: width 0.4s;
}

.time-entry-summary-bar-unit {
  color: rgba(255, 255, 255, 0.75);
}

.time-tracker .time-tracker-todays-time-row {
  font-size: 12px;
  margin-bottom: 0.5rem;
}

.time-tracking-animation {
  display: block;
}

.time-tracking-animation-path {
  position: relative;
  overflow: hidden;
  width: 260px;
  height: 3px;
  margin: auto;
}

.time-tracking-animation-shape {
  position: absolute;
  left: 0;
  background-color: #0064FF;
  opacity: 0.3;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  display: block;
  top: 0;
  x-transition: all 2s ease-in-out;
}
.time-tracking-animation-shape.time-tracking-animation-playing {
  animation: time-tracking-animation-ani 2s infinite;
}

@keyframes time-tracking-animation-ani {
  0% {
    left: 0;
    width: 26px;
  }
  25% {
    width: 80px;
  }
  50% {
    width: 30px;
    left: 234px;
  }
  75% {
    width: 80px;
  }
  100% {
    left: 0;
    width: 26px;
  }
}
.time-tracking-animation-small .time-tracking-animation-path {
  width: 100px;
  margin: 0;
}
.time-tracking-animation-small .time-tracking-animation-shape.time-tracking-animation-playing {
  animation: time-tracking-animation-ani-small 2s infinite;
}

@keyframes time-tracking-animation-ani-small {
  0% {
    left: 0;
    width: 10px;
  }
  25% {
    width: 25px;
  }
  50% {
    width: 10px;
    left: 90px;
  }
  75% {
    width: 25px;
  }
  100% {
    left: 0;
    width: 10px;
  }
}
/* TITLES
-------------------------------------------------*/
.section-title {
  margin-bottom: 15px;
  color: #343944;
  font-size: 16px;
  font-weight: bold;
}

.upper-title {
  color: #9b9b9b;
  font-size: 12px;
  text-transform: uppercase;
}

/* TOOLTIP

-------------------------------------------------*/
.tooltip-element {
  position: relative;
}
.tooltip-element i[class*=icon-] {
  color: #ced3dd;
}
.tooltip-element:hover.top .tooltip-content {
  margin-bottom: 5px;
}
.tooltip-element:hover.bottom .tooltip-content {
  margin-top: 5px;
}
.tooltip-element:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}
.tooltip-element .icon-tooltip {
  position: relative; /* adjusts tooltips in account settings to look more normal */
  top: 1px;
}
.tooltip-element .icon-tooltip-for-hidden {
  font-size: 1px;
  visibility: hidden;
}
.tooltip-element .tooltip-content {
  visibility: hidden;
  width: 300px;
  background: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  color: #343944;
  border-radius: 3px;
  position: absolute;
  z-index: 4;
  opacity: 0;
  transition: all 0.3s;
  font-family: "Karla", sans-serif;
  padding: 15px 25px 20px;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  pointer-events: none;
}
.tooltip-element .tooltip-content.tooltip-content-narrow {
  width: 220px;
}
.tooltip-element .tooltip-content.tooltip-content-wide {
  width: 400px;
}
.tooltip-element .tooltip-content.tooltip-content-titled {
  padding: 0;
}
.tooltip-element .tooltip-content.tooltip-content-titled > div:first-child {
  border-bottom: 1px solid #e8eaee;
}
.tooltip-element .tooltip-content.tooltip-content-titled > div {
  padding: 12px 20px;
}
.tooltip-element .tooltip-content-small {
  padding: 8px 12px;
  font-weight: normal;
  font-size: 13px;
  pointer-events: none;
  display: inline-block;
}
.tooltip-element.green.top .tooltip-content {
  border-top: 2px solid #00d478;
}
.tooltip-element.purple.top .tooltip-content {
  border-top: 2px solid #7953f5;
}
.tooltip-element.red.top .tooltip-content {
  border-top: 2px solid #ff194a;
}
.tooltip-element.gold.top .tooltip-content {
  border-top: 2px solid #f6a623;
}
.tooltip-element.blue.top .tooltip-content {
  border-top: 2px solid #0064ff;
}
.tooltip-element.green.bottom .tooltip-content {
  border-bottom: 2px solid #00d478;
}
.tooltip-element.purple.bottom .tooltip-content {
  border-bottom: 2px solid #7953f5;
}
.tooltip-element.red.bottom .tooltip-content {
  border-bottom: 2px solid #ff194a;
}
.tooltip-element.gold.bottom .tooltip-content {
  border-bottom: 2px solid #f6a623;
}
.tooltip-element.blue.bottom .tooltip-content {
  border-bottom: 2px solid #0064ff;
}
.tooltip-element.top .tooltip-content {
  bottom: 125%;
  left: 50%;
  margin-left: -150px; /* Use half of the width (120/2 = 60), to center the tooltip */
  margin-bottom: -5px;
}
.tooltip-element.top .tooltip-content.tooltip-content-narrow {
  margin-left: -110px;
}
.tooltip-element.top .tooltip-content.tooltip-content-wide {
  margin-left: -200px;
}
.tooltip-element.top .tooltip-content::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.tooltip-element.top .tooltip-content.tooltip-content-narrow {
  margin-left: -110px;
}
.tooltip-element.top .tooltip-content.tooltip-content-wide {
  margin-left: -200px;
}
.tooltip-element.bottom .tooltip-content {
  top: 150%;
  left: 50%;
  margin-left: -150px; /* Use half of the width (120/2 = 60), to center the tooltip */
  margin-top: -5px;
}
.tooltip-element.bottom .tooltip-content::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.tooltip-element.bottom .tooltip-content.tooltip-content-narrow {
  margin-left: -110px;
}
.tooltip-element.bottom .tooltip-content.tooltip-content-wide {
  margin-left: -200px;
}
.tooltip-element.left .tooltip-content {
  right: auto;
  left: 150px;
}
.tooltip-element.left .tooltip-content::after {
  right: auto;
  left: 7px;
}
.tooltip-element.left .tooltip-content.tooltip-content-narrow {
  margin-left: -150px;
}
.tooltip-element.right .tooltip-content {
  left: auto;
  right: -7px;
}
.tooltip-element.right .tooltip-content::after {
  left: auto;
  right: 10px;
}
.tooltip-element.center {
  text-align: center;
}

.success-tooltip {
  display: inline-block;
  position: relative;
  max-width: 100px;
  background-color: #00d478;
  color: #fff;
  border-radius: 3px;
  z-index: 1;
  opacity: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  letter-spacing: -0.2px;
}
.success-tooltip::after {
  content: " ";
  position: absolute;
  top: 35%;
  right: 100%; /* To the left of the tooltip */
  border-width: 5px;
  border-style: solid;
  border-color: transparent #00d478 transparent transparent;
}

.tooltip-text {
  color: #fff;
  background-color: #ced3dd;
  font-size: 12px;
  border-radius: 10px;
  height: 10px;
  padding: 1px 7px;
}

/* TOOLTIP

-------------------------------------------------*/
.chartjs-tooltip-element {
  position: relative;
  pointer-events: none;
}
.chartjs-tooltip-element .icon-chartjs-tooltip {
  position: relative; /* adjusts tooltips in account settings to look more normal */
  top: 1px;
}
.chartjs-tooltip-element .chartjs-tooltip-content {
  left: 0;
  width: 500px;
  background: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  color: #343944;
  border-radius: 3px;
  position: absolute;
  z-index: 999999999;
  transition: all 0.3s;
  font-family: "Karla", sans-serif;
  padding: 15px 25px 20px;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}
.chartjs-tooltip-element .chartjs-tooltip-content.chartjs-tooltip-content-narrow {
  width: 220px;
}
.chartjs-tooltip-element .chartjs-tooltip-content.chartjs-tooltip-content-flexible-width {
  width: auto;
}
.chartjs-tooltip-element .chartjs-tooltip-content.chartjs-tooltip-content-titled {
  padding: 0;
}
.chartjs-tooltip-element .chartjs-tooltip-content.chartjs-tooltip-content-titled > div:first-child {
  border-bottom: 1px solid #e8eaee;
}
.chartjs-tooltip-element .chartjs-tooltip-content.chartjs-tooltip-content-titled > div {
  padding: 12px 20px;
}
.chartjs-tooltip-element .chartjs-tooltip-content-small {
  padding: 8px 12px;
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
}
.chartjs-tooltip-element.top .chartjs-tooltip-content::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the chartjs-tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.chartjs-tooltip-element.bottom .chartjs-tooltip-content::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the chartjs-tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.chartjs-tooltip-element.left .chartjs-tooltip-content {
  right: auto;
  left: 150px;
}
.chartjs-tooltip-element.left .chartjs-tooltip-content::after {
  right: auto;
  left: 7px;
}
.chartjs-tooltip-element.right .chartjs-tooltip-content {
  left: auto;
  right: -10px;
}
.chartjs-tooltip-element.right .chartjs-tooltip-content::after {
  left: auto;
  right: 10px;
}

.transaction-line {
  min-height: 78px;
}
.transaction-line .transaction-line-transfer-arrow {
  width: 20px;
  position: relative;
  left: -21px;
  top: 4px;
}

div.transaction-sheet-container {
  margin-bottom: 300px;
}

table.transaction-sheet-table {
  border-collapse: collapse;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: 1px solid #e4e7eb;
  width: 100%;
  table-layout: fixed;
}

tr.transaction-sheet-table-row-header th {
  background: #f3f4f7;
  border: 1px solid #e4e7eb;
  font-size: 10px;
  text-align: center;
  font-weight: normal;
  height: 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 139px;
  z-index: 2;
  box-shadow: 1px 1px 0 #e4e7eb;
}
tr.transaction-sheet-table-row-header th.transaction-sheet-table-row-header-first-cell {
  width: 36px;
}
tr.transaction-sheet-table-row-header th.transaction-sheet-table-row-header-type {
  width: 85px;
}
tr.transaction-sheet-table-row-header th.transaction-sheet-table-row-header-date {
  width: 65px;
}
tr.transaction-sheet-table-row-header th.transaction-sheet-table-row-header-amount {
  width: 70px;
}
tr.transaction-sheet-table-row-header th.transaction-sheet-table-row-header-confirmed {
  width: 25px;
}

tr.transaction-sheet-table-row {
  height: 16px;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-row-number {
  border: 1px solid #e4e7eb;
  text-align: center;
  font-size: 10px;
  background: #f3f4f7;
}
tr.transaction-sheet-table-row.transaction-sheet-table-row-alternate td.transaction-sheet-table-cell {
  background: #f1f5ff;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell {
  background: #fff;
  vertical-align: top;
  border: 1px solid #e4e7eb;
  padding: 1px 3px;
  position: relative;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell input,
tr.transaction-sheet-table-row td.transaction-sheet-table-cell textarea {
  border: 0;
  padding: 0;
  background: white;
  max-width: 100%;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell .auto-resize-textarea {
  width: 100%;
  resize: none;
  height: 13px;
  overflow: hidden;
  margin-bottom: -5px;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell.transaction-sheet-table-cell-confirmed {
  text-align: center;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell.transaction-sheet-table-cell-confirmed input {
  max-width: 100%;
  text-align: center;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell textarea:focus,
tr.transaction-sheet-table-row td.transaction-sheet-table-cell input:focus {
  outline: none;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell.transaction-sheet-table-cell-highlighted {
  outline: 1px solid #0064ff;
  outline-offset: -1px;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell.transaction-sheet-table-cell-editing {
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 50, 0.65);
  z-index: 1;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell.transaction-sheet-table-cell-editing.transaction-sheet-table-cell-tags {
  padding: 3px;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell.transaction-sheet-table-cell-greyed-out {
  background: #e4e7eb;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell .autosuggest {
  border-radius: 0;
  width: calc(100% + 1px);
  margin-left: -1px;
  border: 1px solid #0064ff;
  border-top: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 50, 0.5);
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell .autosuggest .autosuggest-item {
  padding: 1px 4px;
  font-size: 12px;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell .autosuggest .autosuggest-item .tag {
  border: none;
  padding: 0;
  background: transparent !important;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell .autosuggest .autosuggest-item .tag .tag-name {
  margin: 0;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell .autosuggest .autosuggest-item:first-child {
  border-top: 1px solid #e4e7eb;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell .tag-input {
  border: 0;
  padding: 3px;
  min-height: 16px;
  height: 16px;
  overflow: auto;
  background: #fff;
  display: table;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell .tag-input input.form-control {
  font-size: 12px;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell .tag-input .tag {
  font-size: 11px;
  padding: 0px;
  display: inline-block;
  margin: 0 2px 2px 0;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell .tag-input .tag-select {
  display: inline;
  padding: 2px;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell .tag-input .tag-select input {
  width: 100%;
  height: auto;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell .tag-input .autosuggest {
  width: calc(100% + 7px);
  margin-left: -4px;
  margin-top: 2px;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell .split-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell .split-button .icon-horizontal-ellipsis {
  font-size: 6px;
  transform: scale(0.5);
  color: #858c99;
  cursor: pointer;
  display: inline-block;
}
tr.transaction-sheet-table-row td.transaction-sheet-table-cell:hover .split-button {
  display: block;
}
tr.transaction-sheet-table-row.transaction-sheet-table-row-selected td.transaction-sheet-table-cell {
  background-color: #3472f7 !important;
  color: #fff;
}
tr.transaction-sheet-table-row.transaction-sheet-table-row-selected td.transaction-sheet-table-row-number {
  background-color: #e8eaee;
  border-bottom: 1px solid #dce1eb;
}
tr.transaction-sheet-table-row.transaction-sheet-table-row-selected.transaction-sheet-table-row-alternate td.transaction-sheet-table-cell {
  background-color: #2060e7 !important;
}

.transaction-sheet-totals-bar {
  background: #fff;
  position: sticky;
  bottom: 0;
  top: 159px;
  box-shadow: 0 1px 4px rgba(0, 0, 50, 0.1);
  min-width: 360px;
  padding: 2px 12px;
  border-right: 1px solid #e4e7eb;
  border-left: 1px solid #e4e7eb;
  border-bottom: 1px solid #e4e7eb;
  border-bottom: 0;
  font-size: 12px;
}
.transaction-sheet-totals-bar .transaction-sheet-totals-bar-total {
  font-weight: bold;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

.transaction-sheet-table-row-number-highlighted {
  border-left: 2px solid #0064ff !important;
}

.transaction-sheet-table-row-number-unsaved {
  border-left: 2px solid #f6a623 !important;
}

.transaction-sheet-table-row-number-invalid {
  border-left: 2px solid #ff194a !important;
}

.transaction-stamp {
  font-weight: bold;
  border-radius: 3px;
  font-size: 12px;
}
.transaction-stamp.special-type-stamp {
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 14px;
  font-family: monospace;
}
@media (min-width: 768px) {
  .transaction-stamp.special-type-stamp.special-type-stamp-list-positioning {
    position: absolute;
    top: 3px;
    margin-left: 5px;
  }
}
.transaction-stamp.invoice-stamp {
  color: #00d478;
  border: 1px solid #00d478;
}
.transaction-stamp.invoice-stamp:after {
  content: "I";
}
.transaction-stamp.invoice-payment-stamp {
  color: #fff;
  background-color: #00d478;
  border: 1px solid #00d478;
}
.transaction-stamp.invoice-payment-stamp:after {
  content: "I";
}
.transaction-stamp.bill-stamp {
  color: #ff194a;
  border: 1px solid #ff194a;
}
.transaction-stamp.bill-stamp:after {
  content: "B";
}
.transaction-stamp.bill-payment-stamp {
  color: #fff;
  background-color: #ff194a;
  border: 1px solid #ff194a;
}
.transaction-stamp.bill-payment-stamp:after {
  content: "B";
}
.transaction-stamp.setting-stamp {
  padding: 0 5px;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  line-height: 13px;
}

.setting-stamp-container > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-desc, [class*=transaction-add-], .field-reactions, .field-reactions ~ .text-desc {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
  top: 27px;
  left: 0;
}

.main-title {
  background: #3a5795;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.text-desc {
  font-weight: normal;
  text-align: center;
  transform: translateY(-50px);
  white-space: nowrap;
  font-size: 13px;
  width: 100%;
}

.transactions-add {
  position: relative;
}

.transactions-add-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  visibility: hidden;
}

.content-nav .content-nav-row .btn.label-reactions {
  margin-right: 0;
  margin-left: 5px;
}

.toolbox {
  background: #fff;
  height: 40px;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
  width: 150px;
  border-radius: 40px;
  bottom: -4px;
  right: -2px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s;
  z-index: 1;
  -webkit-animation: fadeIn 0.1s normal forwards;
  animation: fadeIn 0.1s normal forwards;
}

.legend-reaction {
  box-sizing: border-box;
  color: #343944;
  display: inline-block;
  font-size: 8px;
  font-weight: bold;
  max-width: 100%;
  opacity: 0;
  transition: opacity 50ms ease;
  position: absolute;
  top: -13px;
  transform: translateX(-50%);
}

[class*=transaction-add-] {
  border: none;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 11;
  transform-origin: 50% 100%;
  transition: all 0.1s;
  outline: none;
  will-change: transform, top;
  opacity: 0;
  clip: auto;
  overflow: visible;
  opacity: 0;
  -webkit-animation: transactionAddSlideIn 0.15s normal forwards, fadeIn 0.1s normal forwards;
  animation: transactionAddSlideIn 0.15s normal forwards, fadeIn 0.1s normal forwards;
}

[class*=transaction-add-]:hover {
  transition: all 0.1s ease-in;
  transform: scale(1.2);
  outline: none;
}

.field-reactions ~ [class*=transaction-add-]:hover .legend-reaction, .field-reactions ~ [class*=transaction-add-]:focus .legend-reaction {
  opacity: 1;
}

.field-reactions ~ .toolbox,
.field-reactions ~ .transactions-add-overlay {
  visibility: visible;
}

@keyframes transactionAddSlideIn {
  from {
    top: 20px;
  }
  to {
    top: -3px;
  }
}
.transaction-add-custom {
  background-position: 0 50px;
  left: -111px;
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.transaction-add-custom .legend-reaction {
  left: 11px;
}

.transaction-add-transfer {
  background-position: 0 150px;
  left: -77px;
  -webkit-animation-delay: 0.13s !important;
  animation-delay: 0.13s !important;
}
.transaction-add-transfer .legend-reaction {
  left: 11px;
}

.transaction-add-sale {
  background-position: 0 100px;
  left: -43px;
  -webkit-animation-delay: 0.16s !important;
  animation-delay: 0.16s !important;
}
.transaction-add-sale .legend-reaction {
  left: 13px;
}

.transaction-add-expense {
  background-position: 0 0px;
  left: -9px;
  -webkit-animation-delay: 0.18s !important;
  animation-delay: 0.18s !important;
}
.transaction-add-expense .legend-reaction {
  left: 11px;
}

/** In onboarding scenario **/
.onboarding .paginate .transactions-add {
  float: right;
}
.onboarding .paginate .transactions-add .field-reactions ~ [class*=transaction-add-] {
  top: 31px;
}

.tranactions-bank-accounts-container .transactions-bank-accounts-container-toggle {
  display: none;
  position: absolute;
  z-index: 51;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  background: #bec5cb;
  padding: 2px 8px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  box-shadow: 0 3px 8px rgba(0, 0, 50, 0.15);
  align-items: center;
  margin-top: -10px;
}
.tranactions-bank-accounts-container i.icon-down-arrow,
.tranactions-bank-accounts-container i.icon-down-arrow:hover,
.tranactions-bank-accounts-container i.icon-up-arrow,
.tranactions-bank-accounts-container i.icon-up-arrow:hover {
  font-size: 6px;
  transform: scale(0.5);
  display: inline-block;
  margin-right: 5px;
  animation: transactions-bank-accounts-container-toggle-arrow-bounce 1s infinite;
  color: #fff;
}
@keyframes transactions-bank-accounts-container-toggle-arrow-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1px);
  }
}
.tranactions-bank-accounts-container:hover .transactions-bank-accounts-container-toggle {
  display: flex;
}

.unread-indicator {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #0064ff;
}

#yodlee-container {
  height: 620px;
  width: 100%;
  overflow: visible;
}
#yodlee-container #yodlee-widget {
  height: 100%;
  width: 100%;
  background: transparent;
}

#yodlee-loading .page-loader {
  position: fixed;
  top: 50%;
  left: calc(50% - 22px);
}

.bg-color-gray-100 {
  background-color: #fafafa;
}

.bg-color-gray-150 {
  background-color: #f9f9fa;
}

.bg-color-gray-200 {
  background-color: #f7f7f9;
}

.bg-color-gray-300 {
  background-color: #f3f4f7;
}

.bg-color-gray-325 {
  background-color: #e8eaee;
}

.bg-color-gray-350 {
  background-color: #e4e7eb;
}

.bg-color-gray-400 {
  background-color: #ced3dd;
}

.bg-color-gray-500 {
  background-color: #bec5cb;
}

.bg-color-gray-550 {
  background-color: #a7aeba;
}

.bg-color-gray-600 {
  background-color: #858c99;
}

.bg-color-gray-700 {
  background-color: #616b77;
}

.bg-color-gray-750 {
  background-color: #4f5865;
}

.bg-color-gray-800 {
  background-color: #424955;
}

.bg-color-gray-850 {
  background-color: #343944;
}

.bg-color-gray-900 {
  background-color: #272c35;
}

.bg-color-gray {
  background-color: #858c99;
}

.bg-color-black {
  background-color: #000;
}

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

.bg-color-blue {
  background-color: #0064ff;
}

.bg-color-gusto-blue {
  background-color: #1679c4;
}

.bg-color-gold {
  background-color: #f6a623;
}

.bg-color-gold-dark {
  background-color: #dd8900;
}

.bg-color-green {
  background-color: #00d478;
}

.bg-color-gusto-green {
  background-color: #1ec4b4;
}

.bg-color-gusto-red {
  background-color: #ed4747;
}

.bg-color-facebook-blue {
  background-color: #46579c;
}

.bg-color-google-blue {
  background-color: #4885ed;
}

.bg-color-linkedin-blue {
  background-color: #3a74b8;
}

.bg-color-paypal-blue {
  background-color: #003087;
}

.bg-color-yelp-red {
  background-color: #d32323;
}

.bg-color-purple {
  background-color: #7953f5;
}

.bg-color-red {
  background-color: #ff194a;
}

.bg-color-yellow {
  background-color: #ffc107;
}

.bg-color-yellow-light {
  background-color: #fffad9;
}

.bg-color-silver {
  background-color: #aac2db;
}

.bg-color-bronze {
  background-color: #cbbd9e;
}

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

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

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

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

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

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

.border-radius-8px {
  border-radius: 8px !important;
}

.border-radius-10px {
  border-radius: 10px !important;
}

.border-radius-15px {
  border-radius: 15px !important;
}

.border-radius-20px {
  border-radius: 20px !important;
}

.border-radius-25px {
  border-radius: 25px !important;
}

.border-radius-30px {
  border-radius: 30px !important;
}

.border-radius-40px {
  border-radius: 40px !important;
}

.border-radius-50px {
  border-radius: 50px !important;
}

.blur {
  color: transparent;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}
.blur.blur-blue {
  text-shadow: 0 0 10px rgba(0, 100, 255, 0.9);
}

.gray {
  color: #858c99;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.blue {
  color: #0064ff;
}

.gusto-blue {
  color: #1679c4;
}

.gold {
  color: #f6a623;
}

.gold-dark {
  color: #dd8900;
}

.green {
  color: #00d478;
}

.gusto-green {
  color: #1ec4b4;
}

.gusto-red {
  color: #ed4747;
}

.facebook-blue {
  color: #46579c;
}

.google-blue {
  color: #4885ed;
}

.linkedin-blue {
  color: #3a74b8;
}

.paypal-blue {
  color: #003087;
}

.yelp-red {
  color: #d32323;
}

.purple {
  color: #7953f5;
}

.red {
  color: #ff194a;
}

.yellow {
  color: #ffc107;
}

.yellow-light {
  color: #fffad9;
}

.silver {
  color: #aac2db;
}

.bronze {
  color: #cbbd9e;
}

/* This could potentially be replaced by bootstrap "text-" classes, including text-emphasis mixin */
.gray-100 {
  color: #fafafa;
}

.gray-150 {
  color: #f9f9fa;
}

.gray-200 {
  color: #f7f7f9;
}

.gray-300 {
  color: #f3f4f7;
}

.gray-325 {
  color: #e8eaee;
}

.gray-350 {
  color: #e4e7eb;
}

.gray-400 {
  color: #ced3dd;
}

.gray-500 {
  color: #bec5cb;
}

.gray-550 {
  color: #a7aeba;
}

.gray-600 {
  color: #858c99;
}

.gray-700 {
  color: #616b77;
}

.gray-750 {
  color: #4f5865;
}

.gray-800 {
  color: #424955;
}

.gray-850 {
  color: #343944;
}

.gray-900 {
  color: #272c35;
}

.colorblind.green {
  color: #006AA7;
}
.colorblind.red {
  color: #CA5318;
}
.colorblind.blue {
  color: #595959;
}

.direction-ltr {
  direction: ltr;
}

.direction-rtl {
  direction: rtl;
}

.x-small-gutters {
  margin-right: -2px;
  margin-left: -2px;
}
.x-small-gutters > .col,
.x-small-gutters > [class*=col-] {
  padding-right: 2px;
  padding-left: 2px;
}

.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
.small-gutters > .col,
.small-gutters > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.med-small-gutters {
  margin-right: -7px;
  margin-left: -7px;
}
.med-small-gutters > .col,
.med-small-gutters > [class*=col-] {
  padding-right: 7px;
  padding-left: 7px;
}

.med-gutters {
  margin-right: -10px;
  margin-left: -10px;
}
.med-gutters > .col,
.med-gutters > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.large-gutters {
  margin-right: -25px;
  margin-left: -25px;
}
.large-gutters > .col,
.large-gutters > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.x-large-gutters {
  margin-right: -45px;
  margin-left: -45px;
}
.x-large-gutters > .col,
.x-large-gutters > [class*=col-] {
  padding-right: 45px;
  padding-left: 45px;
}

.standard-gutters-important {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.standard-gutters-important > .col,
.standard-gutters-important > [class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon-7e6acf53c672f3bd4391bcf837830858.eot?qiio2r");
  src: url("fonts/icomoon-7e6acf53c672f3bd4391bcf837830858.eot?qiio2r#iefix") format("embedded-opentype"), url("fonts/icomoon-117919bf6107e65752ee44df44955f10.ttf?qiio2r") format("truetype"), url("fonts/icomoon-47acfec7057ea6b9b657c6e25c03d176.woff?qiio2r") format("woff"), url("fonts/icomoon-fb5da80c85781878a879ff8d115a9dc4.svg?qiio2r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tooltip .path1:before {
  content: "\e926";
  color: #ced3dd;
}

.icon-tooltip .path2:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-dollars-box:before {
  content: "\e900";
}

.icon-dollar-box:before {
  content: "\e901";
}

.icon-book-address:before {
  content: "\e902";
}

.icon-cursor-move-1:before {
  content: "\e903";
}

.icon-add-circle-1:before {
  content: "\e904";
}

.icon-alarm-sound:before {
  content: "\e905";
}

.icon-arrow-circle-left-6:before {
  content: "\e906";
}

.icon-arrow-circle-right-6:before {
  content: "\e907";
}

.icon-up-arrow:before {
  content: "\e908";
}

.icon-down-arrow:before {
  content: "\e9be";
}

.icon-graph-bar-line:before {
  content: "\e909";
}

.icon-search:before {
  content: "\e90a";
}

.icon-left-arrow:before {
  content: "\e90b";
}

.icon-dollar-sign-circle:before {
  content: "\e90c";
}

.icon-email-send-1:before {
  content: "\e90d";
}

.icon-file-edit-1:before {
  content: "\e90e";
}

.icon-file-pdf-1:before {
  content: "\e90f";
}

.icon-uniE910:before {
  content: "\e910";
}

.icon-uniE911:before {
  content: "\e911";
}

.icon-uniE912:before {
  content: "\e912";
}

.icon-uniE913:before {
  content: "\e913";
}

.icon-remove-1:before {
  content: "\e914";
}

.icon-remove-2:before {
  content: "\e994";
}

.icon-right-arrow:before {
  content: "\e915";
}

.icon-bank-2:before {
  content: "\e916";
}

.icon-bank-notes-1:before {
  content: "\e917";
}

.icon-flow-chart-1:before {
  content: "\e918";
}

.icon-uniE919:before {
  content: "\e919";
}

.icon-uniE91A:before {
  content: "\e91a";
}

.icon-uniE91B:before {
  content: "\e91b";
}

.icon-uniE91C:before {
  content: "\e91c";
}

.icon-check-lines:before {
  content: "\e91d";
}

.icon-check .path1:before {
  content: "\e919";
  color: rgb(0, 212, 120);
}

.icon-check .path2:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-info .path1:before {
  content: "\e91b";
}

.icon-info .path2:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-bin-1:before {
  content: "\e91e";
}

.icon-file-format-jpg-1:before {
  content: "\e91f";
}

.icon-file-acrobat:before {
  content: "\e920";
}

.icon-building-3:before {
  content: "\e921";
}

.icon-coin-bank-note:before {
  content: "\e922";
}

.icon-book-contact-2:before {
  content: "\e923";
}

.icon-cog:before {
  content: "\e924";
}

.icon-settings-1:before {
  content: "\e925";
}

.icon-uniE926:before {
  content: "\e926";
}

.icon-uniE927:before {
  content: "\e927";
}

.icon-uniE928:before {
  content: "\e928";
}

.icon-uniE929:before {
  content: "\e929";
}

.icon-uniE92A:before {
  content: "\e92a";
}

.icon-credit-card:before {
  content: "\e92b";
}

.icon-wallet-3:before {
  content: "\e92c";
}

.icon-home-3:before {
  content: "\e92d";
}

.icon-arrow-box-down-1:before {
  content: "\e92e";
}

.icon-arrow-box-up-1:before {
  content: "\e92f";
}

.icon-graph-bar-3:before {
  content: "\e930";
}

.icon-account-group-5:before {
  content: "\e931";
}

.icon-box-1:before {
  content: "\e932";
}

.icon-clock-3:before {
  content: "\e933";
}

.icon-arrow-circle-right-1:before {
  content: "\e934";
}

.icon-google:before {
  content: "\ea88";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-check-box-2:before {
  content: "\e935";
}

.icon-checklist:before {
  content: "\e936";
}

.icon-clock-1:before {
  content: "\e937";
}

.icon-cloud-upload:before {
  content: "\e93e";
}

.icon-circle-cash:before {
  content: "\e938";
}

.icon-shrink-horizontal-1:before {
  content: "\e972";
}

.icon-bank-notes-12:before {
  content: "\e939";
}

.icon-coin-bank-note2:before {
  content: "\e93a";
}

.icon-dollar-sign-circle2:before {
  content: "\e93d";
}

.icon-dollar-sign:before {
  content: "\e977";
}

.icon-bank-22:before {
  content: "\e93b";
}

.icon-building-32:before {
  content: "\e93c";
}

.icon-file-new-1:before {
  content: "\e96d";
}

.icon-file-acrobat2:before {
  content: "\e93f";
}

.icon-file-excel:before {
  content: "\e940";
}

.icon-file-graph-pie:before {
  content: "\e941";
}

.icon-file-hierarchy:before {
  content: "\e942";
}

.icon-file-keynote:before {
  content: "\e943";
}

.icon-file-module-edit:before {
  content: "\e944";
}

.icon-file-notepad:before {
  content: "\e945";
}

.icon-file-pdf:before {
  content: "\e946";
}

.icon-file-powerpoint-show:before {
  content: "\e947";
}

.icon-file-powerpoint:before {
  content: "\e948";
}

.icon-file-rtf:before {
  content: "\e949";
}

.icon-file-text-document:before {
  content: "\e94a";
}

.icon-file-words:before {
  content: "\e94b";
}

.icon-file-format-zip:before {
  content: "\e94c";
}

.icon-file-format-illustrator:before {
  content: "\e94d";
}

.icon-file-format-opentype:before {
  content: "\e94e";
}

.icon-file-format-photoshop:before {
  content: "\e94f";
}

.icon-file-text:before {
  content: "\e96e";
}

.icon-file-format-bitmap:before {
  content: "\e950";
}

.icon-file-format-eps:before {
  content: "\e951";
}

.icon-file-format-gif:before {
  content: "\e952";
}

.icon-file-format-jpg:before {
  content: "\e953";
}

.icon-file-format-png:before {
  content: "\e954";
}

.icon-file-format-svg:before {
  content: "\e955";
}

.icon-file-format-tiff:before {
  content: "\e956";
}

.icon-file-format-mp3:before {
  content: "\e96f";
}

.icon-file-format-wav:before {
  content: "\e970";
}

.icon-file-format-avi:before {
  content: "\e957";
}

.icon-file-format-m4v:before {
  content: "\e958";
}

.icon-file-format-mov:before {
  content: "\e959";
}

.icon-file-format-mp4:before {
  content: "\e95a";
}

.icon-file-format-mpg:before {
  content: "\e95b";
}

.icon-file-format-qt:before {
  content: "\e95c";
}

.icon-file-format-app:before {
  content: "\e95d";
}

.icon-file-format-bin:before {
  content: "\e95e";
}

.icon-file-format-css:before {
  content: "\e95f";
}

.icon-file-format-csv:before {
  content: "\e960";
}

.icon-file-format-exe:before {
  content: "\e961";
}

.icon-file-format-html:before {
  content: "\e962";
}

.icon-file-format-java:before {
  content: "\e963";
}

.icon-file-format-javascript:before {
  content: "\e964";
}

.icon-file-format-php:before {
  content: "\e965";
}

.icon-file-format-pl:before {
  content: "\e966";
}

.icon-file-format-py:before {
  content: "\e967";
}

.icon-file-format-rb:before {
  content: "\e968";
}

.icon-file-format-sql:before {
  content: "\e969";
}

.icon-file-format-xml:before {
  content: "\e96a";
}

.icon-file-copyright:before {
  content: "\e96b";
}

.icon-file-trademark:before {
  content: "\e96c";
}

.icon-lightbulb-3:before {
  content: "\e971";
}

.icon-pencil-2:before {
  content: "\e973";
}

.icon-receipt-3:before {
  content: "\e975";
}

.icon-receipt-4:before {
  content: "\e976";
}

.icon-dollar-sign:before {
  content: "\e977";
}

.icon-transfer-3:before {
  content: "\e974";
}

.icon-rank-army-star-1:before {
  content: "\e97b";
}

.icon-rank-army-star-2:before {
  content: "\e97c";
}

.icon-rank-army-star-badge-1:before {
  content: "\e97d";
}

.icon-rank-army-star-badge-2:before {
  content: "\e97e";
}

.icon-bookmark-1:before {
  content: "\e978";
}

.icon-bookmark-all-2:before {
  content: "\e97a";
}

.icon-check-22:before {
  content: "\e980";
}

.icon-check-2:before {
  content: "\e981";
}

.icon-zipbooks-logo:before {
  content: "\e991";
}

.icon-lock:before {
  content: "\e982";
}

.icon-rank-army-star-badge-2-filled:before {
  content: "\e983";
}

.icon-lock-close-1:before {
  content: "\e986";
}

.icon-location-pin-2:before {
  content: "\e987";
}

.icon-calendar-2:before {
  content: "\e984";
}

.icon-pencil-2:before {
  content: "\e973";
}

.icon-credit-card2:before {
  content: "\e988";
}

.icon-receipt:before {
  content: "\e979";
}

.icon-globe-2:before {
  content: "\e990";
}

.icon-store:before {
  content: "\e992";
}

.icon-arrow-right:before {
  content: "\e97f";
}

.icon-arrow-left:before {
  content: "\e993";
}

.icon-phone-5:before {
  content: "\e98e";
}

.icon-mobile-phone-portrait:before {
  content: "\e98f";
}

.icon-email-2:before {
  content: "\e989";
}

.icon-email:before {
  content: "\e98a";
}

.icon-id-card-2:before {
  content: "\e98c";
}

.icon-account-circle-1:before {
  content: "\e98b";
}

.icon-person-2:before {
  content: "\e98d";
}

.icon-synchronize-3:before {
  content: "\e995";
}

.icon-testimonials:before {
  content: "\e996";
}

.icon-footer-link:before {
  content: "\e997";
}

.icon-rounded-square:before {
  content: "\e998";
}

.icon-badge:before {
  content: "\e999";
}

.icon-badge-bg:before {
  content: "\e99a";
}

.icon-megaphone:before {
  content: "\e99c";
}

.icon-alarm:before {
  content: "\e99d";
}

.icon-check-circle:before {
  content: "\e99e";
}

.icon-control-play:before {
  content: "\e99f";
}

.icon-control-stop:before {
  content: "\e9a0";
}

.icon-mobile-phone-text-message-1:before {
  content: "\e9a1";
}

.icon-exclamation:before {
  content: "\e9a2";
}

.icon-arrow-left-long:before {
  content: "\e9a3";
}

.icon-arrow-right-long:before {
  content: "\e9a4";
}

.icon-piggy-bank:before {
  content: "\e9a5";
}

.icon-lock-filled:before {
  content: "\e9a7";
}

.icon-horizontal-ellipsis:before {
  content: "\e9a8";
}

.icon-horizontal-ellipsis.icon-horizontal-ellipsis-more-options {
  font-size: 6px;
  transform: scale(0.8);
  color: #ced3dd;
  cursor: pointer;
  display: inline-block;
}

.icon-list-bullets-1:before {
  content: "\e9a6";
}

.icon-navigation-next-4:before {
  content: "\e9a9";
}

.icon-stopwatch:before {
  content: "\e9aa";
}

.icon-file-line-graph:before {
  content: "\e9ab";
}

.icon-file-lines:before {
  content: "\e9ac";
}

.icon-quickbooks:before {
  content: "\e9ad";
}

.icon-coin-receive:before {
  content: "\e9ae";
}

.icon-bin-11:before {
  content: "\e9af";
}

.icon-desktop-computer:before {
  content: "\e9b1";
}

.icon-iphone-x:before {
  content: "\e9b2";
}

.icon-smiley:before {
  content: "\e9b3";
}

.icon-merge:before {
  content: "\e9b0";
}

.icon-cross-over:before {
  content: "\e9b4";
}

.icon-dollar-sign-circle1:before {
  content: "\e9ba";
}

.icon-arrow-circle-left-filled:before {
  content: "\e9b5";
}

.icon-clock-31:before {
  content: "\e9b8";
}

.icon-arrow-circle-right-filled:before {
  content: "\e9b6";
}

.icon-book-contact-1:before {
  content: "\e9b9";
}

.icon-email-send-11:before {
  content: "\e9b7";
}

.icon-iphone-x-heart:before {
  content: "\e9bc";
}

.icon-bubble-chat-1:before {
  content: "\e9bf";
}

.icon-camera-simple:before {
  content: "\e9c0";
}

.icon-heart:before {
  content: "\e9c1";
}

.icon-medical-shield:before {
  content: "\e9c3";
}

.icon-graph-pie-2:before {
  content: "\e9c2";
}

.icon-gusto-logomark:before {
  content: "\e9c4";
}

.icon-file-table:before {
  content: "\e9c5";
}

.icon-arrow-enter:before {
  content: "\e9c6";
}

.indent-1 {
  padding-left: 15px !important;
}

@media (min-width: 576px) {
  .indent-sm-1 {
    padding-left: 15px !important;
  }
}
@media (min-width: 768px) {
  .indent-md-1 {
    padding-left: 15px !important;
  }
}
@media (min-width: 992px) {
  .indent-lg-1 {
    padding-left: 15px !important;
  }
}
@media (min-width: 1200px) {
  .indent-xl-1 {
    padding-left: 15px !important;
  }
}
.indent-2 {
  padding-left: 30px !important;
}

@media (min-width: 576px) {
  .indent-sm-2 {
    padding-left: 30px !important;
  }
}
@media (min-width: 768px) {
  .indent-md-2 {
    padding-left: 30px !important;
  }
}
@media (min-width: 992px) {
  .indent-lg-2 {
    padding-left: 30px !important;
  }
}
@media (min-width: 1200px) {
  .indent-xl-2 {
    padding-left: 30px !important;
  }
}
.indent-3 {
  padding-left: 45px !important;
}

@media (min-width: 576px) {
  .indent-sm-3 {
    padding-left: 45px !important;
  }
}
@media (min-width: 768px) {
  .indent-md-3 {
    padding-left: 45px !important;
  }
}
@media (min-width: 992px) {
  .indent-lg-3 {
    padding-left: 45px !important;
  }
}
@media (min-width: 1200px) {
  .indent-xl-3 {
    padding-left: 45px !important;
  }
}
.indent-4 {
  padding-left: 60px !important;
}

@media (min-width: 576px) {
  .indent-sm-4 {
    padding-left: 60px !important;
  }
}
@media (min-width: 768px) {
  .indent-md-4 {
    padding-left: 60px !important;
  }
}
@media (min-width: 992px) {
  .indent-lg-4 {
    padding-left: 60px !important;
  }
}
@media (min-width: 1200px) {
  .indent-xl-4 {
    padding-left: 60px !important;
  }
}
.indent-5 {
  padding-left: 75px !important;
}

@media (min-width: 576px) {
  .indent-sm-5 {
    padding-left: 75px !important;
  }
}
@media (min-width: 768px) {
  .indent-md-5 {
    padding-left: 75px !important;
  }
}
@media (min-width: 992px) {
  .indent-lg-5 {
    padding-left: 75px !important;
  }
}
@media (min-width: 1200px) {
  .indent-xl-5 {
    padding-left: 75px !important;
  }
}
.indent-6 {
  padding-left: 90px !important;
}

@media (min-width: 576px) {
  .indent-sm-6 {
    padding-left: 90px !important;
  }
}
@media (min-width: 768px) {
  .indent-md-6 {
    padding-left: 90px !important;
  }
}
@media (min-width: 992px) {
  .indent-lg-6 {
    padding-left: 90px !important;
  }
}
@media (min-width: 1200px) {
  .indent-xl-6 {
    padding-left: 90px !important;
  }
}
.indent-7 {
  padding-left: 105px !important;
}

@media (min-width: 576px) {
  .indent-sm-7 {
    padding-left: 105px !important;
  }
}
@media (min-width: 768px) {
  .indent-md-7 {
    padding-left: 105px !important;
  }
}
@media (min-width: 992px) {
  .indent-lg-7 {
    padding-left: 105px !important;
  }
}
@media (min-width: 1200px) {
  .indent-xl-7 {
    padding-left: 105px !important;
  }
}
.indent-8 {
  padding-left: 120px !important;
}

@media (min-width: 576px) {
  .indent-sm-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .indent-md-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 992px) {
  .indent-lg-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1200px) {
  .indent-xl-8 {
    padding-left: 120px !important;
  }
}
.indent-9 {
  padding-left: 135px !important;
}

@media (min-width: 576px) {
  .indent-sm-9 {
    padding-left: 135px !important;
  }
}
@media (min-width: 768px) {
  .indent-md-9 {
    padding-left: 135px !important;
  }
}
@media (min-width: 992px) {
  .indent-lg-9 {
    padding-left: 135px !important;
  }
}
@media (min-width: 1200px) {
  .indent-xl-9 {
    padding-left: 135px !important;
  }
}
.indent-10 {
  padding-left: 150px !important;
}

@media (min-width: 576px) {
  .indent-sm-10 {
    padding-left: 150px !important;
  }
}
@media (min-width: 768px) {
  .indent-md-10 {
    padding-left: 150px !important;
  }
}
@media (min-width: 992px) {
  .indent-lg-10 {
    padding-left: 150px !important;
  }
}
@media (min-width: 1200px) {
  .indent-xl-10 {
    padding-left: 150px !important;
  }
}
.opacity-0 {
  opacity: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.opacity-85 {
  opacity: 0.85 !important;
}

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

.opacity-95 {
  opacity: 0.95 !important;
}

.opacity-100 {
  opacity: 1 !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;
}

@media (min-width: 576px) {
  .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;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
@media (min-width: 992px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
.rotate-0deg {
  transform: rotate(0deg) !important;
}

.rotate-90deg {
  transform: rotate(90deg) !important;
}

.rotate-180deg {
  transform: rotate(180deg) !important;
}

.rotate-270deg {
  transform: rotate(270deg) !important;
}

.w-0rem {
  width: 0rem !important;
}

.h-0rem {
  height: 0rem !important;
}

.minw-0rem {
  min-width: 0rem !important;
}

.maxw-0rem {
  max-width: 0rem !important;
}

.minh-0rem {
  min-height: 0rem !important;
}

.maxh-0rem {
  max-height: 0rem !important;
}

@media (min-width: 576px) {
  .w-sm-0rem {
    width: 0rem !important;
  }
  .h-sm-0rem {
    height: 0rem !important;
  }
  .minw-sm-0rem {
    min-width: 0rem !important;
  }
  .maxw-sm-0rem {
    max-width: 0rem !important;
  }
  .minh-sm-0rem {
    min-height: 0rem !important;
  }
  .maxh-sm-0rem {
    max-height: 0rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-0rem {
    width: 0rem !important;
  }
  .h-md-0rem {
    height: 0rem !important;
  }
  .minw-md-0rem {
    min-width: 0rem !important;
  }
  .maxw-md-0rem {
    max-width: 0rem !important;
  }
  .minh-md-0rem {
    min-height: 0rem !important;
  }
  .maxh-md-0rem {
    max-height: 0rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-0rem {
    width: 0rem !important;
  }
  .h-lg-0rem {
    height: 0rem !important;
  }
  .minw-lg-0rem {
    min-width: 0rem !important;
  }
  .maxw-lg-0rem {
    max-width: 0rem !important;
  }
  .minh-lg-0rem {
    min-height: 0rem !important;
  }
  .maxh-lg-0rem {
    max-height: 0rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-0rem {
    width: 0rem !important;
  }
  .h-xl-0rem {
    height: 0rem !important;
  }
  .minw-xl-0rem {
    min-width: 0rem !important;
  }
  .maxw-xl-0rem {
    max-width: 0rem !important;
  }
  .minh-xl-0rem {
    min-height: 0rem !important;
  }
  .maxh-xl-0rem {
    max-height: 0rem !important;
  }
}
.w-1rem {
  width: 1rem !important;
}

.h-1rem {
  height: 1rem !important;
}

.minw-1rem {
  min-width: 1rem !important;
}

.maxw-1rem {
  max-width: 1rem !important;
}

.minh-1rem {
  min-height: 1rem !important;
}

.maxh-1rem {
  max-height: 1rem !important;
}

@media (min-width: 576px) {
  .w-sm-1rem {
    width: 1rem !important;
  }
  .h-sm-1rem {
    height: 1rem !important;
  }
  .minw-sm-1rem {
    min-width: 1rem !important;
  }
  .maxw-sm-1rem {
    max-width: 1rem !important;
  }
  .minh-sm-1rem {
    min-height: 1rem !important;
  }
  .maxh-sm-1rem {
    max-height: 1rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-1rem {
    width: 1rem !important;
  }
  .h-md-1rem {
    height: 1rem !important;
  }
  .minw-md-1rem {
    min-width: 1rem !important;
  }
  .maxw-md-1rem {
    max-width: 1rem !important;
  }
  .minh-md-1rem {
    min-height: 1rem !important;
  }
  .maxh-md-1rem {
    max-height: 1rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-1rem {
    width: 1rem !important;
  }
  .h-lg-1rem {
    height: 1rem !important;
  }
  .minw-lg-1rem {
    min-width: 1rem !important;
  }
  .maxw-lg-1rem {
    max-width: 1rem !important;
  }
  .minh-lg-1rem {
    min-height: 1rem !important;
  }
  .maxh-lg-1rem {
    max-height: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-1rem {
    width: 1rem !important;
  }
  .h-xl-1rem {
    height: 1rem !important;
  }
  .minw-xl-1rem {
    min-width: 1rem !important;
  }
  .maxw-xl-1rem {
    max-width: 1rem !important;
  }
  .minh-xl-1rem {
    min-height: 1rem !important;
  }
  .maxh-xl-1rem {
    max-height: 1rem !important;
  }
}
.w-2rem {
  width: 2rem !important;
}

.h-2rem {
  height: 2rem !important;
}

.minw-2rem {
  min-width: 2rem !important;
}

.maxw-2rem {
  max-width: 2rem !important;
}

.minh-2rem {
  min-height: 2rem !important;
}

.maxh-2rem {
  max-height: 2rem !important;
}

@media (min-width: 576px) {
  .w-sm-2rem {
    width: 2rem !important;
  }
  .h-sm-2rem {
    height: 2rem !important;
  }
  .minw-sm-2rem {
    min-width: 2rem !important;
  }
  .maxw-sm-2rem {
    max-width: 2rem !important;
  }
  .minh-sm-2rem {
    min-height: 2rem !important;
  }
  .maxh-sm-2rem {
    max-height: 2rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-2rem {
    width: 2rem !important;
  }
  .h-md-2rem {
    height: 2rem !important;
  }
  .minw-md-2rem {
    min-width: 2rem !important;
  }
  .maxw-md-2rem {
    max-width: 2rem !important;
  }
  .minh-md-2rem {
    min-height: 2rem !important;
  }
  .maxh-md-2rem {
    max-height: 2rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-2rem {
    width: 2rem !important;
  }
  .h-lg-2rem {
    height: 2rem !important;
  }
  .minw-lg-2rem {
    min-width: 2rem !important;
  }
  .maxw-lg-2rem {
    max-width: 2rem !important;
  }
  .minh-lg-2rem {
    min-height: 2rem !important;
  }
  .maxh-lg-2rem {
    max-height: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-2rem {
    width: 2rem !important;
  }
  .h-xl-2rem {
    height: 2rem !important;
  }
  .minw-xl-2rem {
    min-width: 2rem !important;
  }
  .maxw-xl-2rem {
    max-width: 2rem !important;
  }
  .minh-xl-2rem {
    min-height: 2rem !important;
  }
  .maxh-xl-2rem {
    max-height: 2rem !important;
  }
}
.w-3rem {
  width: 3rem !important;
}

.h-3rem {
  height: 3rem !important;
}

.minw-3rem {
  min-width: 3rem !important;
}

.maxw-3rem {
  max-width: 3rem !important;
}

.minh-3rem {
  min-height: 3rem !important;
}

.maxh-3rem {
  max-height: 3rem !important;
}

@media (min-width: 576px) {
  .w-sm-3rem {
    width: 3rem !important;
  }
  .h-sm-3rem {
    height: 3rem !important;
  }
  .minw-sm-3rem {
    min-width: 3rem !important;
  }
  .maxw-sm-3rem {
    max-width: 3rem !important;
  }
  .minh-sm-3rem {
    min-height: 3rem !important;
  }
  .maxh-sm-3rem {
    max-height: 3rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-3rem {
    width: 3rem !important;
  }
  .h-md-3rem {
    height: 3rem !important;
  }
  .minw-md-3rem {
    min-width: 3rem !important;
  }
  .maxw-md-3rem {
    max-width: 3rem !important;
  }
  .minh-md-3rem {
    min-height: 3rem !important;
  }
  .maxh-md-3rem {
    max-height: 3rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-3rem {
    width: 3rem !important;
  }
  .h-lg-3rem {
    height: 3rem !important;
  }
  .minw-lg-3rem {
    min-width: 3rem !important;
  }
  .maxw-lg-3rem {
    max-width: 3rem !important;
  }
  .minh-lg-3rem {
    min-height: 3rem !important;
  }
  .maxh-lg-3rem {
    max-height: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-3rem {
    width: 3rem !important;
  }
  .h-xl-3rem {
    height: 3rem !important;
  }
  .minw-xl-3rem {
    min-width: 3rem !important;
  }
  .maxw-xl-3rem {
    max-width: 3rem !important;
  }
  .minh-xl-3rem {
    min-height: 3rem !important;
  }
  .maxh-xl-3rem {
    max-height: 3rem !important;
  }
}
.w-4rem {
  width: 4rem !important;
}

.h-4rem {
  height: 4rem !important;
}

.minw-4rem {
  min-width: 4rem !important;
}

.maxw-4rem {
  max-width: 4rem !important;
}

.minh-4rem {
  min-height: 4rem !important;
}

.maxh-4rem {
  max-height: 4rem !important;
}

@media (min-width: 576px) {
  .w-sm-4rem {
    width: 4rem !important;
  }
  .h-sm-4rem {
    height: 4rem !important;
  }
  .minw-sm-4rem {
    min-width: 4rem !important;
  }
  .maxw-sm-4rem {
    max-width: 4rem !important;
  }
  .minh-sm-4rem {
    min-height: 4rem !important;
  }
  .maxh-sm-4rem {
    max-height: 4rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-4rem {
    width: 4rem !important;
  }
  .h-md-4rem {
    height: 4rem !important;
  }
  .minw-md-4rem {
    min-width: 4rem !important;
  }
  .maxw-md-4rem {
    max-width: 4rem !important;
  }
  .minh-md-4rem {
    min-height: 4rem !important;
  }
  .maxh-md-4rem {
    max-height: 4rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-4rem {
    width: 4rem !important;
  }
  .h-lg-4rem {
    height: 4rem !important;
  }
  .minw-lg-4rem {
    min-width: 4rem !important;
  }
  .maxw-lg-4rem {
    max-width: 4rem !important;
  }
  .minh-lg-4rem {
    min-height: 4rem !important;
  }
  .maxh-lg-4rem {
    max-height: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-4rem {
    width: 4rem !important;
  }
  .h-xl-4rem {
    height: 4rem !important;
  }
  .minw-xl-4rem {
    min-width: 4rem !important;
  }
  .maxw-xl-4rem {
    max-width: 4rem !important;
  }
  .minh-xl-4rem {
    min-height: 4rem !important;
  }
  .maxh-xl-4rem {
    max-height: 4rem !important;
  }
}
.w-5rem {
  width: 5rem !important;
}

.h-5rem {
  height: 5rem !important;
}

.minw-5rem {
  min-width: 5rem !important;
}

.maxw-5rem {
  max-width: 5rem !important;
}

.minh-5rem {
  min-height: 5rem !important;
}

.maxh-5rem {
  max-height: 5rem !important;
}

@media (min-width: 576px) {
  .w-sm-5rem {
    width: 5rem !important;
  }
  .h-sm-5rem {
    height: 5rem !important;
  }
  .minw-sm-5rem {
    min-width: 5rem !important;
  }
  .maxw-sm-5rem {
    max-width: 5rem !important;
  }
  .minh-sm-5rem {
    min-height: 5rem !important;
  }
  .maxh-sm-5rem {
    max-height: 5rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-5rem {
    width: 5rem !important;
  }
  .h-md-5rem {
    height: 5rem !important;
  }
  .minw-md-5rem {
    min-width: 5rem !important;
  }
  .maxw-md-5rem {
    max-width: 5rem !important;
  }
  .minh-md-5rem {
    min-height: 5rem !important;
  }
  .maxh-md-5rem {
    max-height: 5rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-5rem {
    width: 5rem !important;
  }
  .h-lg-5rem {
    height: 5rem !important;
  }
  .minw-lg-5rem {
    min-width: 5rem !important;
  }
  .maxw-lg-5rem {
    max-width: 5rem !important;
  }
  .minh-lg-5rem {
    min-height: 5rem !important;
  }
  .maxh-lg-5rem {
    max-height: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-5rem {
    width: 5rem !important;
  }
  .h-xl-5rem {
    height: 5rem !important;
  }
  .minw-xl-5rem {
    min-width: 5rem !important;
  }
  .maxw-xl-5rem {
    max-width: 5rem !important;
  }
  .minh-xl-5rem {
    min-height: 5rem !important;
  }
  .maxh-xl-5rem {
    max-height: 5rem !important;
  }
}
.w-6rem {
  width: 6rem !important;
}

.h-6rem {
  height: 6rem !important;
}

.minw-6rem {
  min-width: 6rem !important;
}

.maxw-6rem {
  max-width: 6rem !important;
}

.minh-6rem {
  min-height: 6rem !important;
}

.maxh-6rem {
  max-height: 6rem !important;
}

@media (min-width: 576px) {
  .w-sm-6rem {
    width: 6rem !important;
  }
  .h-sm-6rem {
    height: 6rem !important;
  }
  .minw-sm-6rem {
    min-width: 6rem !important;
  }
  .maxw-sm-6rem {
    max-width: 6rem !important;
  }
  .minh-sm-6rem {
    min-height: 6rem !important;
  }
  .maxh-sm-6rem {
    max-height: 6rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-6rem {
    width: 6rem !important;
  }
  .h-md-6rem {
    height: 6rem !important;
  }
  .minw-md-6rem {
    min-width: 6rem !important;
  }
  .maxw-md-6rem {
    max-width: 6rem !important;
  }
  .minh-md-6rem {
    min-height: 6rem !important;
  }
  .maxh-md-6rem {
    max-height: 6rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-6rem {
    width: 6rem !important;
  }
  .h-lg-6rem {
    height: 6rem !important;
  }
  .minw-lg-6rem {
    min-width: 6rem !important;
  }
  .maxw-lg-6rem {
    max-width: 6rem !important;
  }
  .minh-lg-6rem {
    min-height: 6rem !important;
  }
  .maxh-lg-6rem {
    max-height: 6rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-6rem {
    width: 6rem !important;
  }
  .h-xl-6rem {
    height: 6rem !important;
  }
  .minw-xl-6rem {
    min-width: 6rem !important;
  }
  .maxw-xl-6rem {
    max-width: 6rem !important;
  }
  .minh-xl-6rem {
    min-height: 6rem !important;
  }
  .maxh-xl-6rem {
    max-height: 6rem !important;
  }
}
.w-7rem {
  width: 7rem !important;
}

.h-7rem {
  height: 7rem !important;
}

.minw-7rem {
  min-width: 7rem !important;
}

.maxw-7rem {
  max-width: 7rem !important;
}

.minh-7rem {
  min-height: 7rem !important;
}

.maxh-7rem {
  max-height: 7rem !important;
}

@media (min-width: 576px) {
  .w-sm-7rem {
    width: 7rem !important;
  }
  .h-sm-7rem {
    height: 7rem !important;
  }
  .minw-sm-7rem {
    min-width: 7rem !important;
  }
  .maxw-sm-7rem {
    max-width: 7rem !important;
  }
  .minh-sm-7rem {
    min-height: 7rem !important;
  }
  .maxh-sm-7rem {
    max-height: 7rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-7rem {
    width: 7rem !important;
  }
  .h-md-7rem {
    height: 7rem !important;
  }
  .minw-md-7rem {
    min-width: 7rem !important;
  }
  .maxw-md-7rem {
    max-width: 7rem !important;
  }
  .minh-md-7rem {
    min-height: 7rem !important;
  }
  .maxh-md-7rem {
    max-height: 7rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-7rem {
    width: 7rem !important;
  }
  .h-lg-7rem {
    height: 7rem !important;
  }
  .minw-lg-7rem {
    min-width: 7rem !important;
  }
  .maxw-lg-7rem {
    max-width: 7rem !important;
  }
  .minh-lg-7rem {
    min-height: 7rem !important;
  }
  .maxh-lg-7rem {
    max-height: 7rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-7rem {
    width: 7rem !important;
  }
  .h-xl-7rem {
    height: 7rem !important;
  }
  .minw-xl-7rem {
    min-width: 7rem !important;
  }
  .maxw-xl-7rem {
    max-width: 7rem !important;
  }
  .minh-xl-7rem {
    min-height: 7rem !important;
  }
  .maxh-xl-7rem {
    max-height: 7rem !important;
  }
}
.w-8rem {
  width: 8rem !important;
}

.h-8rem {
  height: 8rem !important;
}

.minw-8rem {
  min-width: 8rem !important;
}

.maxw-8rem {
  max-width: 8rem !important;
}

.minh-8rem {
  min-height: 8rem !important;
}

.maxh-8rem {
  max-height: 8rem !important;
}

@media (min-width: 576px) {
  .w-sm-8rem {
    width: 8rem !important;
  }
  .h-sm-8rem {
    height: 8rem !important;
  }
  .minw-sm-8rem {
    min-width: 8rem !important;
  }
  .maxw-sm-8rem {
    max-width: 8rem !important;
  }
  .minh-sm-8rem {
    min-height: 8rem !important;
  }
  .maxh-sm-8rem {
    max-height: 8rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-8rem {
    width: 8rem !important;
  }
  .h-md-8rem {
    height: 8rem !important;
  }
  .minw-md-8rem {
    min-width: 8rem !important;
  }
  .maxw-md-8rem {
    max-width: 8rem !important;
  }
  .minh-md-8rem {
    min-height: 8rem !important;
  }
  .maxh-md-8rem {
    max-height: 8rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-8rem {
    width: 8rem !important;
  }
  .h-lg-8rem {
    height: 8rem !important;
  }
  .minw-lg-8rem {
    min-width: 8rem !important;
  }
  .maxw-lg-8rem {
    max-width: 8rem !important;
  }
  .minh-lg-8rem {
    min-height: 8rem !important;
  }
  .maxh-lg-8rem {
    max-height: 8rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-8rem {
    width: 8rem !important;
  }
  .h-xl-8rem {
    height: 8rem !important;
  }
  .minw-xl-8rem {
    min-width: 8rem !important;
  }
  .maxw-xl-8rem {
    max-width: 8rem !important;
  }
  .minh-xl-8rem {
    min-height: 8rem !important;
  }
  .maxh-xl-8rem {
    max-height: 8rem !important;
  }
}
.w-9rem {
  width: 9rem !important;
}

.h-9rem {
  height: 9rem !important;
}

.minw-9rem {
  min-width: 9rem !important;
}

.maxw-9rem {
  max-width: 9rem !important;
}

.minh-9rem {
  min-height: 9rem !important;
}

.maxh-9rem {
  max-height: 9rem !important;
}

@media (min-width: 576px) {
  .w-sm-9rem {
    width: 9rem !important;
  }
  .h-sm-9rem {
    height: 9rem !important;
  }
  .minw-sm-9rem {
    min-width: 9rem !important;
  }
  .maxw-sm-9rem {
    max-width: 9rem !important;
  }
  .minh-sm-9rem {
    min-height: 9rem !important;
  }
  .maxh-sm-9rem {
    max-height: 9rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-9rem {
    width: 9rem !important;
  }
  .h-md-9rem {
    height: 9rem !important;
  }
  .minw-md-9rem {
    min-width: 9rem !important;
  }
  .maxw-md-9rem {
    max-width: 9rem !important;
  }
  .minh-md-9rem {
    min-height: 9rem !important;
  }
  .maxh-md-9rem {
    max-height: 9rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-9rem {
    width: 9rem !important;
  }
  .h-lg-9rem {
    height: 9rem !important;
  }
  .minw-lg-9rem {
    min-width: 9rem !important;
  }
  .maxw-lg-9rem {
    max-width: 9rem !important;
  }
  .minh-lg-9rem {
    min-height: 9rem !important;
  }
  .maxh-lg-9rem {
    max-height: 9rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-9rem {
    width: 9rem !important;
  }
  .h-xl-9rem {
    height: 9rem !important;
  }
  .minw-xl-9rem {
    min-width: 9rem !important;
  }
  .maxw-xl-9rem {
    max-width: 9rem !important;
  }
  .minh-xl-9rem {
    min-height: 9rem !important;
  }
  .maxh-xl-9rem {
    max-height: 9rem !important;
  }
}
.w-10rem {
  width: 10rem !important;
}

.h-10rem {
  height: 10rem !important;
}

.minw-10rem {
  min-width: 10rem !important;
}

.maxw-10rem {
  max-width: 10rem !important;
}

.minh-10rem {
  min-height: 10rem !important;
}

.maxh-10rem {
  max-height: 10rem !important;
}

@media (min-width: 576px) {
  .w-sm-10rem {
    width: 10rem !important;
  }
  .h-sm-10rem {
    height: 10rem !important;
  }
  .minw-sm-10rem {
    min-width: 10rem !important;
  }
  .maxw-sm-10rem {
    max-width: 10rem !important;
  }
  .minh-sm-10rem {
    min-height: 10rem !important;
  }
  .maxh-sm-10rem {
    max-height: 10rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-10rem {
    width: 10rem !important;
  }
  .h-md-10rem {
    height: 10rem !important;
  }
  .minw-md-10rem {
    min-width: 10rem !important;
  }
  .maxw-md-10rem {
    max-width: 10rem !important;
  }
  .minh-md-10rem {
    min-height: 10rem !important;
  }
  .maxh-md-10rem {
    max-height: 10rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-10rem {
    width: 10rem !important;
  }
  .h-lg-10rem {
    height: 10rem !important;
  }
  .minw-lg-10rem {
    min-width: 10rem !important;
  }
  .maxw-lg-10rem {
    max-width: 10rem !important;
  }
  .minh-lg-10rem {
    min-height: 10rem !important;
  }
  .maxh-lg-10rem {
    max-height: 10rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-10rem {
    width: 10rem !important;
  }
  .h-xl-10rem {
    height: 10rem !important;
  }
  .minw-xl-10rem {
    min-width: 10rem !important;
  }
  .maxw-xl-10rem {
    max-width: 10rem !important;
  }
  .minh-xl-10rem {
    min-height: 10rem !important;
  }
  .maxh-xl-10rem {
    max-height: 10rem !important;
  }
}
.w-11rem {
  width: 11rem !important;
}

.h-11rem {
  height: 11rem !important;
}

.minw-11rem {
  min-width: 11rem !important;
}

.maxw-11rem {
  max-width: 11rem !important;
}

.minh-11rem {
  min-height: 11rem !important;
}

.maxh-11rem {
  max-height: 11rem !important;
}

@media (min-width: 576px) {
  .w-sm-11rem {
    width: 11rem !important;
  }
  .h-sm-11rem {
    height: 11rem !important;
  }
  .minw-sm-11rem {
    min-width: 11rem !important;
  }
  .maxw-sm-11rem {
    max-width: 11rem !important;
  }
  .minh-sm-11rem {
    min-height: 11rem !important;
  }
  .maxh-sm-11rem {
    max-height: 11rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-11rem {
    width: 11rem !important;
  }
  .h-md-11rem {
    height: 11rem !important;
  }
  .minw-md-11rem {
    min-width: 11rem !important;
  }
  .maxw-md-11rem {
    max-width: 11rem !important;
  }
  .minh-md-11rem {
    min-height: 11rem !important;
  }
  .maxh-md-11rem {
    max-height: 11rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-11rem {
    width: 11rem !important;
  }
  .h-lg-11rem {
    height: 11rem !important;
  }
  .minw-lg-11rem {
    min-width: 11rem !important;
  }
  .maxw-lg-11rem {
    max-width: 11rem !important;
  }
  .minh-lg-11rem {
    min-height: 11rem !important;
  }
  .maxh-lg-11rem {
    max-height: 11rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-11rem {
    width: 11rem !important;
  }
  .h-xl-11rem {
    height: 11rem !important;
  }
  .minw-xl-11rem {
    min-width: 11rem !important;
  }
  .maxw-xl-11rem {
    max-width: 11rem !important;
  }
  .minh-xl-11rem {
    min-height: 11rem !important;
  }
  .maxh-xl-11rem {
    max-height: 11rem !important;
  }
}
.w-12rem {
  width: 12rem !important;
}

.h-12rem {
  height: 12rem !important;
}

.minw-12rem {
  min-width: 12rem !important;
}

.maxw-12rem {
  max-width: 12rem !important;
}

.minh-12rem {
  min-height: 12rem !important;
}

.maxh-12rem {
  max-height: 12rem !important;
}

@media (min-width: 576px) {
  .w-sm-12rem {
    width: 12rem !important;
  }
  .h-sm-12rem {
    height: 12rem !important;
  }
  .minw-sm-12rem {
    min-width: 12rem !important;
  }
  .maxw-sm-12rem {
    max-width: 12rem !important;
  }
  .minh-sm-12rem {
    min-height: 12rem !important;
  }
  .maxh-sm-12rem {
    max-height: 12rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-12rem {
    width: 12rem !important;
  }
  .h-md-12rem {
    height: 12rem !important;
  }
  .minw-md-12rem {
    min-width: 12rem !important;
  }
  .maxw-md-12rem {
    max-width: 12rem !important;
  }
  .minh-md-12rem {
    min-height: 12rem !important;
  }
  .maxh-md-12rem {
    max-height: 12rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-12rem {
    width: 12rem !important;
  }
  .h-lg-12rem {
    height: 12rem !important;
  }
  .minw-lg-12rem {
    min-width: 12rem !important;
  }
  .maxw-lg-12rem {
    max-width: 12rem !important;
  }
  .minh-lg-12rem {
    min-height: 12rem !important;
  }
  .maxh-lg-12rem {
    max-height: 12rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-12rem {
    width: 12rem !important;
  }
  .h-xl-12rem {
    height: 12rem !important;
  }
  .minw-xl-12rem {
    min-width: 12rem !important;
  }
  .maxw-xl-12rem {
    max-width: 12rem !important;
  }
  .minh-xl-12rem {
    min-height: 12rem !important;
  }
  .maxh-xl-12rem {
    max-height: 12rem !important;
  }
}
.w-15rem {
  width: 15rem !important;
}

.h-15rem {
  height: 15rem !important;
}

.minw-15rem {
  min-width: 15rem !important;
}

.maxw-15rem {
  max-width: 15rem !important;
}

.minh-15rem {
  min-height: 15rem !important;
}

.maxh-15rem {
  max-height: 15rem !important;
}

@media (min-width: 576px) {
  .w-sm-15rem {
    width: 15rem !important;
  }
  .h-sm-15rem {
    height: 15rem !important;
  }
  .minw-sm-15rem {
    min-width: 15rem !important;
  }
  .maxw-sm-15rem {
    max-width: 15rem !important;
  }
  .minh-sm-15rem {
    min-height: 15rem !important;
  }
  .maxh-sm-15rem {
    max-height: 15rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-15rem {
    width: 15rem !important;
  }
  .h-md-15rem {
    height: 15rem !important;
  }
  .minw-md-15rem {
    min-width: 15rem !important;
  }
  .maxw-md-15rem {
    max-width: 15rem !important;
  }
  .minh-md-15rem {
    min-height: 15rem !important;
  }
  .maxh-md-15rem {
    max-height: 15rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-15rem {
    width: 15rem !important;
  }
  .h-lg-15rem {
    height: 15rem !important;
  }
  .minw-lg-15rem {
    min-width: 15rem !important;
  }
  .maxw-lg-15rem {
    max-width: 15rem !important;
  }
  .minh-lg-15rem {
    min-height: 15rem !important;
  }
  .maxh-lg-15rem {
    max-height: 15rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-15rem {
    width: 15rem !important;
  }
  .h-xl-15rem {
    height: 15rem !important;
  }
  .minw-xl-15rem {
    min-width: 15rem !important;
  }
  .maxw-xl-15rem {
    max-width: 15rem !important;
  }
  .minh-xl-15rem {
    min-height: 15rem !important;
  }
  .maxh-xl-15rem {
    max-height: 15rem !important;
  }
}
.w-16rem {
  width: 16rem !important;
}

.h-16rem {
  height: 16rem !important;
}

.minw-16rem {
  min-width: 16rem !important;
}

.maxw-16rem {
  max-width: 16rem !important;
}

.minh-16rem {
  min-height: 16rem !important;
}

.maxh-16rem {
  max-height: 16rem !important;
}

@media (min-width: 576px) {
  .w-sm-16rem {
    width: 16rem !important;
  }
  .h-sm-16rem {
    height: 16rem !important;
  }
  .minw-sm-16rem {
    min-width: 16rem !important;
  }
  .maxw-sm-16rem {
    max-width: 16rem !important;
  }
  .minh-sm-16rem {
    min-height: 16rem !important;
  }
  .maxh-sm-16rem {
    max-height: 16rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-16rem {
    width: 16rem !important;
  }
  .h-md-16rem {
    height: 16rem !important;
  }
  .minw-md-16rem {
    min-width: 16rem !important;
  }
  .maxw-md-16rem {
    max-width: 16rem !important;
  }
  .minh-md-16rem {
    min-height: 16rem !important;
  }
  .maxh-md-16rem {
    max-height: 16rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-16rem {
    width: 16rem !important;
  }
  .h-lg-16rem {
    height: 16rem !important;
  }
  .minw-lg-16rem {
    min-width: 16rem !important;
  }
  .maxw-lg-16rem {
    max-width: 16rem !important;
  }
  .minh-lg-16rem {
    min-height: 16rem !important;
  }
  .maxh-lg-16rem {
    max-height: 16rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-16rem {
    width: 16rem !important;
  }
  .h-xl-16rem {
    height: 16rem !important;
  }
  .minw-xl-16rem {
    min-width: 16rem !important;
  }
  .maxw-xl-16rem {
    max-width: 16rem !important;
  }
  .minh-xl-16rem {
    min-height: 16rem !important;
  }
  .maxh-xl-16rem {
    max-height: 16rem !important;
  }
}
.w-17rem {
  width: 17rem !important;
}

.h-17rem {
  height: 17rem !important;
}

.minw-17rem {
  min-width: 17rem !important;
}

.maxw-17rem {
  max-width: 17rem !important;
}

.minh-17rem {
  min-height: 17rem !important;
}

.maxh-17rem {
  max-height: 17rem !important;
}

@media (min-width: 576px) {
  .w-sm-17rem {
    width: 17rem !important;
  }
  .h-sm-17rem {
    height: 17rem !important;
  }
  .minw-sm-17rem {
    min-width: 17rem !important;
  }
  .maxw-sm-17rem {
    max-width: 17rem !important;
  }
  .minh-sm-17rem {
    min-height: 17rem !important;
  }
  .maxh-sm-17rem {
    max-height: 17rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-17rem {
    width: 17rem !important;
  }
  .h-md-17rem {
    height: 17rem !important;
  }
  .minw-md-17rem {
    min-width: 17rem !important;
  }
  .maxw-md-17rem {
    max-width: 17rem !important;
  }
  .minh-md-17rem {
    min-height: 17rem !important;
  }
  .maxh-md-17rem {
    max-height: 17rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-17rem {
    width: 17rem !important;
  }
  .h-lg-17rem {
    height: 17rem !important;
  }
  .minw-lg-17rem {
    min-width: 17rem !important;
  }
  .maxw-lg-17rem {
    max-width: 17rem !important;
  }
  .minh-lg-17rem {
    min-height: 17rem !important;
  }
  .maxh-lg-17rem {
    max-height: 17rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-17rem {
    width: 17rem !important;
  }
  .h-xl-17rem {
    height: 17rem !important;
  }
  .minw-xl-17rem {
    min-width: 17rem !important;
  }
  .maxw-xl-17rem {
    max-width: 17rem !important;
  }
  .minh-xl-17rem {
    min-height: 17rem !important;
  }
  .maxh-xl-17rem {
    max-height: 17rem !important;
  }
}
.w-18rem {
  width: 18rem !important;
}

.h-18rem {
  height: 18rem !important;
}

.minw-18rem {
  min-width: 18rem !important;
}

.maxw-18rem {
  max-width: 18rem !important;
}

.minh-18rem {
  min-height: 18rem !important;
}

.maxh-18rem {
  max-height: 18rem !important;
}

@media (min-width: 576px) {
  .w-sm-18rem {
    width: 18rem !important;
  }
  .h-sm-18rem {
    height: 18rem !important;
  }
  .minw-sm-18rem {
    min-width: 18rem !important;
  }
  .maxw-sm-18rem {
    max-width: 18rem !important;
  }
  .minh-sm-18rem {
    min-height: 18rem !important;
  }
  .maxh-sm-18rem {
    max-height: 18rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-18rem {
    width: 18rem !important;
  }
  .h-md-18rem {
    height: 18rem !important;
  }
  .minw-md-18rem {
    min-width: 18rem !important;
  }
  .maxw-md-18rem {
    max-width: 18rem !important;
  }
  .minh-md-18rem {
    min-height: 18rem !important;
  }
  .maxh-md-18rem {
    max-height: 18rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-18rem {
    width: 18rem !important;
  }
  .h-lg-18rem {
    height: 18rem !important;
  }
  .minw-lg-18rem {
    min-width: 18rem !important;
  }
  .maxw-lg-18rem {
    max-width: 18rem !important;
  }
  .minh-lg-18rem {
    min-height: 18rem !important;
  }
  .maxh-lg-18rem {
    max-height: 18rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-18rem {
    width: 18rem !important;
  }
  .h-xl-18rem {
    height: 18rem !important;
  }
  .minw-xl-18rem {
    min-width: 18rem !important;
  }
  .maxw-xl-18rem {
    max-width: 18rem !important;
  }
  .minh-xl-18rem {
    min-height: 18rem !important;
  }
  .maxh-xl-18rem {
    max-height: 18rem !important;
  }
}
.w-20rem {
  width: 20rem !important;
}

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

.minw-20rem {
  min-width: 20rem !important;
}

.maxw-20rem {
  max-width: 20rem !important;
}

.minh-20rem {
  min-height: 20rem !important;
}

.maxh-20rem {
  max-height: 20rem !important;
}

@media (min-width: 576px) {
  .w-sm-20rem {
    width: 20rem !important;
  }
  .h-sm-20rem {
    height: 20rem !important;
  }
  .minw-sm-20rem {
    min-width: 20rem !important;
  }
  .maxw-sm-20rem {
    max-width: 20rem !important;
  }
  .minh-sm-20rem {
    min-height: 20rem !important;
  }
  .maxh-sm-20rem {
    max-height: 20rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-20rem {
    width: 20rem !important;
  }
  .h-md-20rem {
    height: 20rem !important;
  }
  .minw-md-20rem {
    min-width: 20rem !important;
  }
  .maxw-md-20rem {
    max-width: 20rem !important;
  }
  .minh-md-20rem {
    min-height: 20rem !important;
  }
  .maxh-md-20rem {
    max-height: 20rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-20rem {
    width: 20rem !important;
  }
  .h-lg-20rem {
    height: 20rem !important;
  }
  .minw-lg-20rem {
    min-width: 20rem !important;
  }
  .maxw-lg-20rem {
    max-width: 20rem !important;
  }
  .minh-lg-20rem {
    min-height: 20rem !important;
  }
  .maxh-lg-20rem {
    max-height: 20rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-20rem {
    width: 20rem !important;
  }
  .h-xl-20rem {
    height: 20rem !important;
  }
  .minw-xl-20rem {
    min-width: 20rem !important;
  }
  .maxw-xl-20rem {
    max-width: 20rem !important;
  }
  .minh-xl-20rem {
    min-height: 20rem !important;
  }
  .maxh-xl-20rem {
    max-height: 20rem !important;
  }
}
.w-23rem {
  width: 23rem !important;
}

.h-23rem {
  height: 23rem !important;
}

.minw-23rem {
  min-width: 23rem !important;
}

.maxw-23rem {
  max-width: 23rem !important;
}

.minh-23rem {
  min-height: 23rem !important;
}

.maxh-23rem {
  max-height: 23rem !important;
}

@media (min-width: 576px) {
  .w-sm-23rem {
    width: 23rem !important;
  }
  .h-sm-23rem {
    height: 23rem !important;
  }
  .minw-sm-23rem {
    min-width: 23rem !important;
  }
  .maxw-sm-23rem {
    max-width: 23rem !important;
  }
  .minh-sm-23rem {
    min-height: 23rem !important;
  }
  .maxh-sm-23rem {
    max-height: 23rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-23rem {
    width: 23rem !important;
  }
  .h-md-23rem {
    height: 23rem !important;
  }
  .minw-md-23rem {
    min-width: 23rem !important;
  }
  .maxw-md-23rem {
    max-width: 23rem !important;
  }
  .minh-md-23rem {
    min-height: 23rem !important;
  }
  .maxh-md-23rem {
    max-height: 23rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-23rem {
    width: 23rem !important;
  }
  .h-lg-23rem {
    height: 23rem !important;
  }
  .minw-lg-23rem {
    min-width: 23rem !important;
  }
  .maxw-lg-23rem {
    max-width: 23rem !important;
  }
  .minh-lg-23rem {
    min-height: 23rem !important;
  }
  .maxh-lg-23rem {
    max-height: 23rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-23rem {
    width: 23rem !important;
  }
  .h-xl-23rem {
    height: 23rem !important;
  }
  .minw-xl-23rem {
    min-width: 23rem !important;
  }
  .maxw-xl-23rem {
    max-width: 23rem !important;
  }
  .minh-xl-23rem {
    min-height: 23rem !important;
  }
  .maxh-xl-23rem {
    max-height: 23rem !important;
  }
}
.w-25rem {
  width: 25rem !important;
}

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

.minw-25rem {
  min-width: 25rem !important;
}

.maxw-25rem {
  max-width: 25rem !important;
}

.minh-25rem {
  min-height: 25rem !important;
}

.maxh-25rem {
  max-height: 25rem !important;
}

@media (min-width: 576px) {
  .w-sm-25rem {
    width: 25rem !important;
  }
  .h-sm-25rem {
    height: 25rem !important;
  }
  .minw-sm-25rem {
    min-width: 25rem !important;
  }
  .maxw-sm-25rem {
    max-width: 25rem !important;
  }
  .minh-sm-25rem {
    min-height: 25rem !important;
  }
  .maxh-sm-25rem {
    max-height: 25rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-25rem {
    width: 25rem !important;
  }
  .h-md-25rem {
    height: 25rem !important;
  }
  .minw-md-25rem {
    min-width: 25rem !important;
  }
  .maxw-md-25rem {
    max-width: 25rem !important;
  }
  .minh-md-25rem {
    min-height: 25rem !important;
  }
  .maxh-md-25rem {
    max-height: 25rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25rem {
    width: 25rem !important;
  }
  .h-lg-25rem {
    height: 25rem !important;
  }
  .minw-lg-25rem {
    min-width: 25rem !important;
  }
  .maxw-lg-25rem {
    max-width: 25rem !important;
  }
  .minh-lg-25rem {
    min-height: 25rem !important;
  }
  .maxh-lg-25rem {
    max-height: 25rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25rem {
    width: 25rem !important;
  }
  .h-xl-25rem {
    height: 25rem !important;
  }
  .minw-xl-25rem {
    min-width: 25rem !important;
  }
  .maxw-xl-25rem {
    max-width: 25rem !important;
  }
  .minh-xl-25rem {
    min-height: 25rem !important;
  }
  .maxh-xl-25rem {
    max-height: 25rem !important;
  }
}
.w-27rem {
  width: 27rem !important;
}

.h-27rem {
  height: 27rem !important;
}

.minw-27rem {
  min-width: 27rem !important;
}

.maxw-27rem {
  max-width: 27rem !important;
}

.minh-27rem {
  min-height: 27rem !important;
}

.maxh-27rem {
  max-height: 27rem !important;
}

@media (min-width: 576px) {
  .w-sm-27rem {
    width: 27rem !important;
  }
  .h-sm-27rem {
    height: 27rem !important;
  }
  .minw-sm-27rem {
    min-width: 27rem !important;
  }
  .maxw-sm-27rem {
    max-width: 27rem !important;
  }
  .minh-sm-27rem {
    min-height: 27rem !important;
  }
  .maxh-sm-27rem {
    max-height: 27rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-27rem {
    width: 27rem !important;
  }
  .h-md-27rem {
    height: 27rem !important;
  }
  .minw-md-27rem {
    min-width: 27rem !important;
  }
  .maxw-md-27rem {
    max-width: 27rem !important;
  }
  .minh-md-27rem {
    min-height: 27rem !important;
  }
  .maxh-md-27rem {
    max-height: 27rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-27rem {
    width: 27rem !important;
  }
  .h-lg-27rem {
    height: 27rem !important;
  }
  .minw-lg-27rem {
    min-width: 27rem !important;
  }
  .maxw-lg-27rem {
    max-width: 27rem !important;
  }
  .minh-lg-27rem {
    min-height: 27rem !important;
  }
  .maxh-lg-27rem {
    max-height: 27rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-27rem {
    width: 27rem !important;
  }
  .h-xl-27rem {
    height: 27rem !important;
  }
  .minw-xl-27rem {
    min-width: 27rem !important;
  }
  .maxw-xl-27rem {
    max-width: 27rem !important;
  }
  .minh-xl-27rem {
    min-height: 27rem !important;
  }
  .maxh-xl-27rem {
    max-height: 27rem !important;
  }
}
.w-30rem {
  width: 30rem !important;
}

.h-30rem {
  height: 30rem !important;
}

.minw-30rem {
  min-width: 30rem !important;
}

.maxw-30rem {
  max-width: 30rem !important;
}

.minh-30rem {
  min-height: 30rem !important;
}

.maxh-30rem {
  max-height: 30rem !important;
}

@media (min-width: 576px) {
  .w-sm-30rem {
    width: 30rem !important;
  }
  .h-sm-30rem {
    height: 30rem !important;
  }
  .minw-sm-30rem {
    min-width: 30rem !important;
  }
  .maxw-sm-30rem {
    max-width: 30rem !important;
  }
  .minh-sm-30rem {
    min-height: 30rem !important;
  }
  .maxh-sm-30rem {
    max-height: 30rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-30rem {
    width: 30rem !important;
  }
  .h-md-30rem {
    height: 30rem !important;
  }
  .minw-md-30rem {
    min-width: 30rem !important;
  }
  .maxw-md-30rem {
    max-width: 30rem !important;
  }
  .minh-md-30rem {
    min-height: 30rem !important;
  }
  .maxh-md-30rem {
    max-height: 30rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-30rem {
    width: 30rem !important;
  }
  .h-lg-30rem {
    height: 30rem !important;
  }
  .minw-lg-30rem {
    min-width: 30rem !important;
  }
  .maxw-lg-30rem {
    max-width: 30rem !important;
  }
  .minh-lg-30rem {
    min-height: 30rem !important;
  }
  .maxh-lg-30rem {
    max-height: 30rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-30rem {
    width: 30rem !important;
  }
  .h-xl-30rem {
    height: 30rem !important;
  }
  .minw-xl-30rem {
    min-width: 30rem !important;
  }
  .maxw-xl-30rem {
    max-width: 30rem !important;
  }
  .minh-xl-30rem {
    min-height: 30rem !important;
  }
  .maxh-xl-30rem {
    max-height: 30rem !important;
  }
}
.w-35rem {
  width: 35rem !important;
}

.h-35rem {
  height: 35rem !important;
}

.minw-35rem {
  min-width: 35rem !important;
}

.maxw-35rem {
  max-width: 35rem !important;
}

.minh-35rem {
  min-height: 35rem !important;
}

.maxh-35rem {
  max-height: 35rem !important;
}

@media (min-width: 576px) {
  .w-sm-35rem {
    width: 35rem !important;
  }
  .h-sm-35rem {
    height: 35rem !important;
  }
  .minw-sm-35rem {
    min-width: 35rem !important;
  }
  .maxw-sm-35rem {
    max-width: 35rem !important;
  }
  .minh-sm-35rem {
    min-height: 35rem !important;
  }
  .maxh-sm-35rem {
    max-height: 35rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-35rem {
    width: 35rem !important;
  }
  .h-md-35rem {
    height: 35rem !important;
  }
  .minw-md-35rem {
    min-width: 35rem !important;
  }
  .maxw-md-35rem {
    max-width: 35rem !important;
  }
  .minh-md-35rem {
    min-height: 35rem !important;
  }
  .maxh-md-35rem {
    max-height: 35rem !important;
  }
}
@media (min-width: 992px) {
  .w-lg-35rem {
    width: 35rem !important;
  }
  .h-lg-35rem {
    height: 35rem !important;
  }
  .minw-lg-35rem {
    min-width: 35rem !important;
  }
  .maxw-lg-35rem {
    max-width: 35rem !important;
  }
  .minh-lg-35rem {
    min-height: 35rem !important;
  }
  .maxh-lg-35rem {
    max-height: 35rem !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-35rem {
    width: 35rem !important;
  }
  .h-xl-35rem {
    height: 35rem !important;
  }
  .minw-xl-35rem {
    min-width: 35rem !important;
  }
  .maxw-xl-35rem {
    max-width: 35rem !important;
  }
  .minh-xl-35rem {
    min-height: 35rem !important;
  }
  .maxh-xl-35rem {
    max-height: 35rem !important;
  }
}
.w-100vh {
  width: 100vh;
}

.h-100vh {
  height: 100vh;
}

@media (min-width: 576px) {
  .w-sm-100vh {
    width: 100vh;
  }
  .h-sm-100vh {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .w-md-100vh {
    width: 100vh;
  }
  .h-md-100vh {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .w-lg-100vh {
    width: 100vh;
  }
  .h-lg-100vh {
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .w-xl-100vh {
    width: 100vh;
  }
  .h-xl-100vh {
    height: 100vh;
  }
}
.w-auto {
  width: auto;
}

.h-auto {
  height: auto;
}

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto;
  }
  .h-sm-auto {
    height: auto;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto;
  }
  .h-md-auto {
    height: auto;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto;
  }
  .h-lg-auto {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto;
  }
  .h-xl-auto {
    height: auto;
  }
}
.w-16px {
  width: 16px !important;
}

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

@media (min-width: 576px) {
  .w-sm-16px {
    width: 16px !important;
  }
  .h-sm-16px {
    height: 16px !important;
  }
}
@media (min-width: 768px) {
  .w-md-16px {
    width: 16px !important;
  }
  .h-md-16px {
    height: 16px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-16px {
    width: 16px !important;
  }
  .h-lg-16px {
    height: 16px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-16px {
    width: 16px !important;
  }
  .h-xl-16px {
    height: 16px !important;
  }
}
.w-18px {
  width: 18px !important;
}

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

@media (min-width: 576px) {
  .w-sm-18px {
    width: 18px !important;
  }
  .h-sm-18px {
    height: 18px !important;
  }
}
@media (min-width: 768px) {
  .w-md-18px {
    width: 18px !important;
  }
  .h-md-18px {
    height: 18px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-18px {
    width: 18px !important;
  }
  .h-lg-18px {
    height: 18px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-18px {
    width: 18px !important;
  }
  .h-xl-18px {
    height: 18px !important;
  }
}
.w-20px {
  width: 20px !important;
}

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

@media (min-width: 576px) {
  .w-sm-20px {
    width: 20px !important;
  }
  .h-sm-20px {
    height: 20px !important;
  }
}
@media (min-width: 768px) {
  .w-md-20px {
    width: 20px !important;
  }
  .h-md-20px {
    height: 20px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-20px {
    width: 20px !important;
  }
  .h-lg-20px {
    height: 20px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-20px {
    width: 20px !important;
  }
  .h-xl-20px {
    height: 20px !important;
  }
}
.w-22px {
  width: 22px !important;
}

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

@media (min-width: 576px) {
  .w-sm-22px {
    width: 22px !important;
  }
  .h-sm-22px {
    height: 22px !important;
  }
}
@media (min-width: 768px) {
  .w-md-22px {
    width: 22px !important;
  }
  .h-md-22px {
    height: 22px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-22px {
    width: 22px !important;
  }
  .h-lg-22px {
    height: 22px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-22px {
    width: 22px !important;
  }
  .h-xl-22px {
    height: 22px !important;
  }
}
.w-24px {
  width: 24px !important;
}

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

@media (min-width: 576px) {
  .w-sm-24px {
    width: 24px !important;
  }
  .h-sm-24px {
    height: 24px !important;
  }
}
@media (min-width: 768px) {
  .w-md-24px {
    width: 24px !important;
  }
  .h-md-24px {
    height: 24px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-24px {
    width: 24px !important;
  }
  .h-lg-24px {
    height: 24px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-24px {
    width: 24px !important;
  }
  .h-xl-24px {
    height: 24px !important;
  }
}
.w-36px {
  width: 36px !important;
}

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

@media (min-width: 576px) {
  .w-sm-36px {
    width: 36px !important;
  }
  .h-sm-36px {
    height: 36px !important;
  }
}
@media (min-width: 768px) {
  .w-md-36px {
    width: 36px !important;
  }
  .h-md-36px {
    height: 36px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-36px {
    width: 36px !important;
  }
  .h-lg-36px {
    height: 36px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-36px {
    width: 36px !important;
  }
  .h-xl-36px {
    height: 36px !important;
  }
}
.w-42px {
  width: 42px !important;
}

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

@media (min-width: 576px) {
  .w-sm-42px {
    width: 42px !important;
  }
  .h-sm-42px {
    height: 42px !important;
  }
}
@media (min-width: 768px) {
  .w-md-42px {
    width: 42px !important;
  }
  .h-md-42px {
    height: 42px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-42px {
    width: 42px !important;
  }
  .h-lg-42px {
    height: 42px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-42px {
    width: 42px !important;
  }
  .h-xl-42px {
    height: 42px !important;
  }
}
.w-50px {
  width: 50px !important;
}

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

@media (min-width: 576px) {
  .w-sm-50px {
    width: 50px !important;
  }
  .h-sm-50px {
    height: 50px !important;
  }
}
@media (min-width: 768px) {
  .w-md-50px {
    width: 50px !important;
  }
  .h-md-50px {
    height: 50px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-50px {
    width: 50px !important;
  }
  .h-lg-50px {
    height: 50px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-50px {
    width: 50px !important;
  }
  .h-xl-50px {
    height: 50px !important;
  }
}
.white-space-nowrap {
  white-space: nowrap;
}

.word-break-break-all {
  word-break: break-all;
}

.word-break-break-word {
  word-break: break-word;
}

body > .ember-view {
  height: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.v-hidden {
  visibility: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

.img-disabled {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.v-align-items {
  display: flex;
  align-items: center;
}

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

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.center {
  margin: 0 auto;
}

.-editable {
  background-color: #fffad9;
  min-width: 20px;
  cursor: text;
  min-height: 20px;
}
.-editable:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

a {
  cursor: pointer;
}

.tmp-top-index {
  z-index: 1000000;
}

.hidden {
  display: none !important;
}

.FG-dropzone-over {
  background-color: #ddd;
  -webkit-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}

.cursor-pointer {
  cursor: pointer;
}

.no-select {
  user-select: none; /* CSS3 (little to no support) */
  -ms-user-select: none; /* IE 10+ */
  -moz-user-select: none; /* Gecko (Firefox) */
  -webkit-user-select: none; /* Webkit (Safari, Chrome) */
}

.red-amount {
  color: #ff194a !important;
}

.green-amount {
  color: #00d478 !important;
}

.symbol-safe {
  font-family: sans-serif;
}

.time-tracker-override svg path,
.time-tracker-override svg rect {
  fill: #0064ff !important;
}

.whole-page-drag-over {
  opacity: 0.5;
}

.document-file-progress {
  height: 57px;
  border-bottom: solid 1px #eee;
}

#mx-widget {
  height: 100%;
  width: 100%;
  min-width: 340px;
}

.left-arrow {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

body.data-test-labels [data-test-id] {
  border: 0.5px dotted red;
}

body.data-test-labels [data-test-id]::before {
  content: attr(data-test-id);
  position: absolute;
  background: red;
  color: white;
  border-radius: 3px;
  padding: 0 3px;
  font-size: 12px;
  z-index: 1000000;
  user-select: none;
  font-weight: bold;
}

body.data-test-labels #ember-testing-container {
  width: 100%;
  height: 100%;
}

body.data-test-labels #ember-testing {
  width: 100%;
  height: 100%;
  transform: scale(0.9);
}

.search-highlight {
  background-color: #fffad9;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
  -ms-user-select: none;
  user-select: none;
}

.multi-file-upload-image-container {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.multi-file-upload-image-container img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.capitalize {
  text-transform: capitalize;
}

.no-interaction {
  pointer-events: none;
}

/* Common styles of menus */
#dl-menu {
  overflow: hidden;
}

.dl-menuwrapper {
  width: 100%;
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > span,
.dl-menu.dl-subview li.dl-subview > span {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

.dl-menu.dl-subview li.dl-subviewopen {
  padding: 0;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: "";
}

/* Modern Tags Input Styles (replaces jquery.tagsinput.css) */
.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 8px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  min-height: 38px;
  align-items: center;
  background-color: #fff;
}

.tags-container:focus-within {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.modern-tags-input-wrapper.has-errors .tags-container {
  border-color: #dc3545;
}

.modern-tags-input-wrapper.has-errors .tags-container:focus-within {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.tag-item {
  display: inline-flex;
  align-items: center;
  background: #007bff;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.2;
}

.tag-item span:first-child {
  margin-right: 4px;
}

.tag-item .tag-remove {
  cursor: pointer;
  font-weight: bold;
  padding: 0 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  line-height: 1;
}

.tag-item .tag-remove:hover {
  background: rgba(255, 255, 255, 0.5);
}

.tag-input-field {
  flex: 1;
  border: none;
  outline: none;
  padding: 4px;
  font-size: 14px;
  min-width: 100px;
  background: transparent;
}

/* Modern Sortable Styles (replaces jQuery UI sortable) */
.zb-sortable {
  position: relative;
}

.zb-sortable [draggable=true] {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.zb-sortable [draggable=true].dragging {
  opacity: 0.5;
  transform: rotate(2deg);
}

.sortable-placeholder {
  border-radius: 4px;
  opacity: 0.6;
}

.zb-sortable [draggable=true]:hover:not(.dragging) {
  background-color: #f8f9fa;
}

.drag-handle {
  cursor: move;
  padding: 4px;
  color: #6c757d;
}

.drag-handle:hover {
  color: #495057;
}

/* Remove any remaining jQuery tagsinput styles */
.tagsinput {
  display: none !important;
}